@vkontakte/calls-sdk 2.8.2-dev.23ddbb8.0 → 2.8.2-dev.2f8528c.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.cjs.js +3 -3
- package/calls-sdk.esm.js +3 -3
- package/package.json +1 -1
- package/static/Params.d.ts +1 -1
package/calls-sdk.cjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vkontakte/calls-sdk v2.8.2-dev.
|
|
3
|
-
* Tue, 23 May 2023 12:14
|
|
2
|
+
* @vkontakte/calls-sdk v2.8.2-dev.2f8528c.0
|
|
3
|
+
* Tue, 23 May 2023 12:56:14 GMT
|
|
4
4
|
* https://st.mycdn.me/static/callssdk/2-8-2/doc/
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
`;if(!g&&!A&&!E&&!W&&!L&&!y)return R;function ke(q){let me=["a=rtcp-fb:111 nack","a=rtcp-fb:111 nack pli"],ve="a=rtcp-fb:111",te=q.findIndex(X=>X.startsWith(ve));return~te&&(q[te]=q[te]+pe+me.join(pe)),q}function Ke(q,me,ve){let te=q.split(" "),X=te.slice(0,3),se;for(se=3;se<te.length;se++)ve.includes(te[se])&&X.push(te[se]);for(se=3;se<te.length;se++)!ve.includes(te[se])&&!me.includes(te[se])&&X.push(te[se]);return X.join(" ")}function Oe(q,me){let ve=new RegExp("a=rtpmap:(\\d+) ([a-zA-Z0-9-]+)\\/\\d+"),te,X=[];for(te=0;te<q.length;++te){let se=q[te].match(ve);se&&se.length===3&&se[2]===me&&X.push(se[1])}return X}function we(q,me,ve,te){let X,se="m="+me;for(X=0;X<q.length;++X)if(q[X].startsWith(se)){q[X]=Ke(q[X],ve,te);break}}function xe(q,me){let ve=new RegExp(hr+"(\\d+)");for(let te=0;te<q.length;++te){let X=q[te].match(ve);if(X&&X.length===2&&me.includes(X[1])){let se=q[te].trim()===hr+X[1]?" ":";";q[te]+=se+Nn}}}function B(q){let me=Oe(q,"H264");if(A){let ve=me.slice(0),te=new RegExp(hr+"(\\d+) apt=(\\d+)"),X;for(X=0;X<q.length;++X){let $e=q[X].match(te);$e&&$e.length===3&&ve.includes($e[2])&&ve.push($e[1])}let se=new RegExp("a=(rtpmap|rtcp-fb|fmtp):(\\d+) .*");for(X=q.length;X--;){let $e=q[X].match(se);$e&&$e.length===3&&ve.includes($e[2])&&q.splice(X,1)}we(q,"video",ve,[])}else g&&we(q,"video",[],me),y&&xe(q,me)}function N(q){let me=Oe(q,"VP9");E&&we(q,"video",[],me)}function Jt(q){let me=Oe(q,"red");me.length>0&&we(q,"audio",[],me)}let bt=R.split(oe);return(A||g||y)&&B(bt),E&&N(bt),W&&Jt(bt),L&&ke(bt),bt.join(pe)}Si.patchLocalSDP=o;function r(R){return b.browserName()==="Firefox"&&Number(b.browserVersion())<60&&(R=R.replace("m=application 9 UDP/DTLS/SCTP webrtc-datachannel","m=application 9 DTLS/SCTP 5000").replace("a=sctp-port:5000","a=sctpmap:5000 webrtc-datachannel 256")),R}Si.patchRemoteSDP=r;function e(R){return R?`${R.type||"WEB_SOCKET"}_${R.id}`:"_"}Si.getPeerIdString=e;function t(R,g){return R&&R.id===g.id&&(R.type||"WEB_SOCKET")===(g.type||"WEB_SOCKET")}Si.comparePeerId=t;function i(R){return c(this,null,function*(){return!R||!R.getStats?Promise.resolve(null):R.getStats(null).then(g=>{let A=null,E=null;if(g.forEach(y=>{y.type==="transport"&&y.selectedCandidatePairId?E=g.get(y.selectedCandidatePairId):y.type==="candidate-pair"&&y.state==="succeeded"&&!E&&(!y.hasOwnProperty("selected")||y.selected)&&(E=y)}),E&&E.localCandidateId){let y=g.get(E.localCandidateId);y&&(A={type:y.candidateType,ip:y.ip||y.ipAddress,port:y.port||y.portNumber})}return A}).catch(()=>null)})}Si.getPeerConnectionHostInfo=i;let a=/^[0-9]+$/,n=/^([gu])([0-9]+)$/;function s(R,g){let A=String(R);return n.test(A)?(d.warn(`Already composite id [${R}] type supplied [${g}]`),A):g===Y.GROUP?"g"+A:g===Y.USER?"u"+A:(d.warn(`Unknown type [${g}] for id [${R}]`),A.match(a)?"u"+A:A)}Si.composeUserId=s;function l(R,g,A){let E=s(R,g);return u(E,A)}Si.composeParticipantId=l;function u(R,g){return g?R+At+Pi+g:R}Si.compose=u;function h(R){return l(R.id,R.idType||Y.USER,R.deviceIdx||0)}Si.composeId=h;function m(R){return R.participant?h(R.participant):l(R.participantId,R.participantType||Y.USER,R.deviceIdx||0)}Si.composeMessageId=m;function S(R){let g=String(R),A=g.match(n);return A?{id:Number(A[2]),type:A[1]==="g"?Y.GROUP:Y.USER}:(d.warn(`Unsupported compositeId [${R}]`),{id:Number(g),type:Y.USER})}Si.decomposeId=S;function k(R){let g=R.split(At+Pi);return{compositeUserId:g[0],deviceIdx:g.length>1?parseInt(g[1],10):0}}Si.decomposeParticipantId=k;function x(){var W,oe;let R=(oe=(W=window.crypto)==null?void 0:W.randomUUID)==null?void 0:oe.call(W);if(R)return R;let g="0123456789abcdefghijklmnopqrstuvwxyz".split(""),A=new Array(36),E=0,y,L;for(L=0;L<36;L++)L===8||L===13||L===18||L===23?A[L]="-":L===14?A[L]="4":(E<=2&&(E=33554432+Math.random()*16777216|0),y=E&15,E=E>>4,A[L]=g[L===19?y&3|8:y]);return A.join("")}Si.uuid=x;function F(R,g){let A;function E(){let y=this,L=arguments;A&&window.clearTimeout(A),A=window.setTimeout(()=>{R.apply(y,L)},g)}return E}Si.throttle=F;function Z(R){if(!window.BigInt)return null;let g="",A=R.split(`
|
|
9
9
|
`);for(let L of A)if(L.startsWith("a=fingerprint")){let W=L.split(" ");if(W.length===2){g=W[1];break}}if(!g)return BigInt(-1);let E=g.split(":"),y=BigInt(0);for(let L=Math.min(7,E.length-1);L>=0;L--){let W=BigInt(parseInt(E[L],16));y<<=BigInt(8),y|=W}return BigInt.asIntN(64,y)}Si.sdpFingerprint=Z;function G(R){return c(this,null,function*(){return new Promise(g=>window.setTimeout(g,R))})}Si.delay=G;function z(R,g,A){let E=[];return R.getSenders().forEach(y=>Q(g,y,y.track,A,E)),E}Si.applySettings=z;function Q(R,g,A,E,y){var L;if(R&&A&&A.kind==="video"){let W=A.getSettings();if(W){let oe=R.maxBitrateK?R.maxBitrateK*1024:null,pe=W.width,ke=W.height,Ke=pe&&ke&&R.maxDimension?Math.max(1,Math.max(pe,ke)/R.maxDimension):null,Oe=R.maxFramerate?R.maxFramerate:null;if(pe&&ke&&R.maxDimension&&R.maxDimension>Math.max(pe,ke)){let N=Math.round(pe*ke/256),Jt=(Math.round(N*Ln/1e4)+1)*1e4;oe=oe===null?Jt:Math.min(Jt,oe)}let we=R.degradationPreference?R.degradationPreference:"balanced",xe=E[A.id];if(xe&&xe.bitrate===oe&&xe.scaleResolutionDownBy===Ke&&xe.maxFramerate===Oe&&xe.degradationPreference===we){y[A.id]=xe;return}y[A.id]={bitrate:oe,scaleResolutionDownBy:Ke,maxFramerate:Oe,degradationPreference:we};let B=g.getParameters();B.encodings||(B.encodings=[{}]),B.encodings.forEach(N=>{oe?N.maxBitrate=oe:delete N.maxBitrate,Ke?N.scaleResolutionDownBy=Ke:delete N.scaleResolutionDownBy,Oe?N.maxFramerate=Oe:delete N.maxFramerate}),B.degradationPreference=we,(L=g.setParameters)==null||L.call(g,B)}}}Si.applyVideoTrackSettings=Q;function _e(R,g){Array.isArray(g)||(g=[g]);for(let A of g)if(R.includes(A))return!0;return!1}Si.includesOneOf=_e;function Re(R){var g;return Object.entries(((g=R.participantState)==null?void 0:g.state)||{}).reduce((A,[E,y])=>(R.participantState&&(A[E]={ts:R.participantState.stateUpdateTs[E],state:y}),A),{})}Si.mapParticipantState=Re;function lt(R){let g=R.map(A=>({uid:A.externalId,mediaSettings:A.mediaSettings,status:A.status,muteStates:A.muteStates,unmuteOptions:A.unmuteOptions,participantState:A.participantState,markers:A.markers,movieShareInfos:A.movieShareInfos}));return p.filterObservers?g.filter(A=>!A.uid.observer):g}Si.mapSharedParticipants=lt;function fi(R,g){let A=Object.keys(R),E=Object.keys(g);if(A.length!==E.length)return!1;for(let y of A)if(!E.hasOwnProperty(y)||R[y].state!==g[y].state||R[y].ts!==g[y].ts)return!1;return!0}Si.isEqualParticipantState=fi;function zt(R,g){let A=Object.keys(R),E=Object.keys(g);if(A.length!==E.length)return!1;for(let y of A)if(!g.hasOwnProperty(y)||R[y]!==g[y])return!1;return!0}Si.isObjectsEquals=zt;function ee(R,g){if(R.length!==g.length)return!1;for(let A of R)if(g.indexOf(A)<0)return!1;return!0}Si.isArraysEquals=ee;function Vr(R){return!Object.keys(R).length}Si.isEmptyObject=Vr;function jr(R,g){if(!R&&!g)return 0;if(!R||!g)return R?-1:1;return E(g.rank,R.rank)||E(R.ts,g.ts)||A(R,g);function A(y,L){let W={[Y.USER]:0,[Y.GROUP]:1},{compositeUserId:oe,deviceIdx:pe}=k(y.id),{compositeUserId:ke,deviceIdx:Ke}=k(L.id),{id:Oe,type:we}=S(oe),{id:xe,type:B}=S(ke);return E(W[we],W[B])||E(Oe,xe)||E(pe,Ke)}function E(y,L){return y<L?-1:y===L?0:1}}Si.participantMarkerCompare=jr;function Hr(R,g){let A=Object.entries(R).filter(([,E])=>Array.isArray(g)?!g.includes(E):E!==g);return Ca(A)}Si.objectFilterOutValues=Hr;function rr(R,g,A){let E=A;for(let y in R)R.hasOwnProperty(y)&&(E=g(E,R[y],y));return E}Si.objectReduce=rr,Si.setImmediate=(()=>{let R=1,g={},A=null;return typeof MessageChannel!="undefined"&&(A=new MessageChannel,A.port1.onmessage=E=>{let y=E.data;g[y]&&(g[y](),delete g[y])}),function(E){if(A&&document.visibilityState==="hidden"){let L=R;return R=R>=Number.MAX_SAFE_INTEGER?1:R+1,g[L]=E,A.port2.postMessage(L),()=>{g[L]&&delete g[L]}}let y=setTimeout(E,0);return()=>clearTimeout(y)}})();function Gr(R){return R!==null&&typeof R=="object"&&!Array.isArray(R)}Si.isObject=Gr})(_r||(_r={}));var C=_r;function Pa(o,r){if(o.isAudioEnabled!==r.isAudioEnabled||o.isVideoEnabled!==r.isVideoEnabled||o.isScreenSharingEnabled!==r.isScreenSharingEnabled||o.isFastScreenSharingEnabled!==r.isFastScreenSharingEnabled||o.isAudioSharingEnabled!==r.isAudioSharingEnabled||o.isAnimojiEnabled!==r.isAnimojiEnabled||o.videoStreams.length!==r.videoStreams.length)return!1;for(let e of o.videoStreams)if(!r.videoStreams.find(t=>t.id===e.id&&t.source===e.source))return!1;return!0}function he(o){return Object.assign({isAudioEnabled:!1,isVideoEnabled:!1,isScreenSharingEnabled:!1,isFastScreenSharingEnabled:!1,isAudioSharingEnabled:!1,isAnimojiEnabled:!1,videoStreams:[]},o||{})}var ba=o=>o.stop(),ei=o=>o.getTracks().forEach(ba),Ma=o=>o.getVideoTracks().forEach(ba);function Dt(t,i){return c(this,arguments,function*(o,{width:r,height:e}){try{yield o.applyConstraints({width:{max:r,ideal:r},height:{max:e,ideal:e}})}catch(a){d.warn("setVideoResolution failed",a)}})}var V=class extends Error{constructor(e,t){super();this.name="HangupReason",this.code=t&&t.code||0,this.remote=t&&t.remote||!1,Object.values(D).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,V)}};var Be=(i=>(i.audio="audio",i.video="video",i.screen="screen",i.audioshare="audioshare",i))(Be||{}),bi=class extends ae{constructor(){super();this._stream=null;this._screenTrack=null;this._audioShareTrack=null;this._sendVideoTrack=null;this._cameraVideoTrack=null;this._mediaSettings=he();this._videoStatusOnScreenCapturingEnabled=!1;this._effect=null;this._sourceBusy=!1;this._animojiEnabled=!1;this._initDeviceChangeListener(),p.audioShare&&(this._audioShareTrack=this.getSilentAudioShareTrack())}request(){return c(this,arguments,function*(e=[ce.AUDIO],t=!0){var s;if(this._stream)return;let i=e.includes(ce.VIDEO),a=e.includes(ce.AUDIO),n=e.includes(ce.ANIMOJI);if(!b.isBrowserSupported())throw new V(ie.UNSUPPORTED);try{this._stream=yield b.getUserMedia(i,a,t),(s=this._cameraVideoTrack)==null||s.stop(),this._cameraVideoTrack=this._stream.getVideoTracks()[0],this._mediaSettings.isVideoEnabled=i&&this._stream.getVideoTracks().filter(l=>l.enabled).length>0||!1,this._mediaSettings.isAudioEnabled=a&&this._stream.getAudioTracks().filter(l=>l.enabled).length>0||!1,this._mediaSettings.isAnimojiEnabled=n&&!this._mediaSettings.isVideoEnabled||!1,this._animojiEnabled=n}catch(l){throw new V(l)}})}getStream(){return this._stream}getScreenTrack(){return this._screenTrack}getSendVideoTrack(e=!1){return this._sendVideoTrack&&!e?this._sendVideoTrack:this._stream?this._stream.getVideoTracks()[0]:null}getSendAudioTrack(){var t;return((t=this._stream)==null?void 0:t.getAudioTracks().find(i=>!i.contentHint))||null}get isAnimojiRequested(){return this._animojiEnabled&&!this._mediaSettings.isVideoEnabled}addTrackToPeerConnection(e,t,i,a){let n=this.getStream(),s=this.getSendAudioTrack(),l=this.getSendVideoTrack(i);if(!n||!s&&!l&&!t)throw new Error("No local stream found");if(s&&!t){if(a){let u=RTCRtpSender.getCapabilities("audio"),h=(u==null?void 0:u.codecs)||[],m="audio/red",S=48e3,k=h.findIndex(x=>x.mimeType===m&&x.clockRate===S);if(k>=0){let x=[];x.push(h[k]);for(let F=0;F<h.length;F++)F!==k&&x.push(h[F]);e.getTransceivers().forEach(F=>F.setCodecPreferences(x))}}e.addTrack(s,n)}l&&!t&&e.addTrack(l,n)}getMediaSettings(){return this._mediaSettings}changeDevice(e){return c(this,null,function*(){switch(e){case"videoinput":if(this._mediaSettings.isVideoEnabled)return this._changeVideoInput();break;case"audioinput":if(this._mediaSettings.isAudioEnabled)return this._changeAudioInput();break;default:return Promise.reject(ie.UNKNOWN)}})}stopVideoTrack(){var e;this._mediaSettings.isVideoEnabled&&(this._stopEffect(),this._stream&&Ma(this._stream),(e=this._cameraVideoTrack)==null||e.stop())}setVideoStream(e,t){return c(this,null,function*(){return t?this._changeScreen(!1,!1,e):this._changeVideoInput(e)})}_initDeviceChangeListener(){if(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices||!navigator.mediaDevices.addEventListener)return;let e=!1,t=!1,i=C.throttle(()=>{t&&this._changeVideoInput().catch(()=>{}),e&&this._changeAudioInput().catch(()=>{}),e=!1,t=!1},1e3);this._onDeviceChange=()=>c(this,null,function*(){if(!this._stream)return;let a=b.getSavedMicrophone(),n=b.getSavedCamera(),s=a==null?void 0:a.deviceId,l=n==null?void 0:n.deviceId;if(!s&&!l)return;let u=yield navigator.mediaDevices.enumerateDevices();!e&&s&&(e=!u.find(h=>h.deviceId===s)),!t&&l&&(t=!u.find(h=>h.deviceId===l)),i()}),navigator.mediaDevices.addEventListener("devicechange",this._onDeviceChange)}_destroyDeviceChangeListener(){this._onDeviceChange&&navigator.mediaDevices.removeEventListener("devicechange",this._onDeviceChange)}_changeVideoInput(e){return c(this,null,function*(){var t;this._busy();try{let i=e?"stream":"video",a=e||(yield b._getUserVideo(!!this._effect));if((t=this._cameraVideoTrack)==null||t.stop(),this._cameraVideoTrack=a.getVideoTracks()[0],!this._stream)ei(a);else{p.consumerScreenTrack||(yield this._disableScreenCapture());let n=yield this._setEffect(this._effect,this._cameraVideoTrack);T.log(v.DEVICE_CHANGED,i),d.log("Video stream changed"),yield this._replaceLocalTrack(n),this._mediaSettings.isVideoEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})}}catch(i){throw T.log(v.ERROR,"change_video"),d.warn("Camera change failed",i),i}finally{this._free()}})}setAudioStream(e){return c(this,null,function*(){return this._changeAudioInput(e)})}_busy(){if(this._sourceBusy)throw T.log(v.ERROR,"change_device"),d.warn("Device change failed: MediaSource is busy"),new Error("MediaSource is busy");this._sourceBusy=!0}_free(){this._sourceBusy=!1}_changeAudioInput(e=null){return c(this,null,function*(){this._busy();try{if(e=e||(yield b.getUserAudio()),!this._stream)ei(e);else{let t=e.getAudioTracks()[0];T.log(v.DEVICE_CHANGED,"audio"),d.log("Audio stream changed"),yield this._replaceLocalTrack(t),this._mediaSettings.isAudioEnabled=!0,this._triggerEvent("SOURCE_CHANGED",{kind:"audio",mediaSettings:this._mediaSettings})}}catch(t){throw T.log(v.ERROR,"change_audio"),d.error("Microphone change failed",t),t}finally{this._free()}})}_changeScreen(e,t,i){return c(this,null,function*(){this._busy();try{if(i=i||(yield b.getScreenMedia(e,t)),!this._stream)ei(i);else{let a=i.getVideoTracks()[0];if(a.addEventListener("ended",()=>{this._mediaSettings.isScreenSharingEnabled&&this.disableScreenCapturing()},!1),p.consumerScreenTrack||this._stopEffect(),T.log(v.DEVICE_CHANGED,"screen"),d.log("Screen capturing started"),this._screenTrack=a,this._mediaSettings.isScreenSharingEnabled=!0,this._mediaSettings.isFastScreenSharingEnabled=e,p.consumerScreenTrack||(this._videoStatusOnScreenCapturingEnabled=this._mediaSettings.isVideoEnabled,this._mediaSettings.isVideoEnabled=!0,this._sendVideoTrack=p.consumerScreenDataChannel?b.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,mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen",mediaSettings:this._mediaSettings})}}catch(a){throw T.log(v.ERROR,"screen"),d.warn("Screen capturing failed",a),a}finally{this._free()}})}_disableScreenCapture(){return c(this,null,function*(){this._sendVideoTrack&&(this._sendVideoTrack.stop(),this._sendVideoTrack=null),this._screenTrack&&(this._screenTrack.stop(),this._screenTrack=null),yield this.stopAudioShareTrack(),this._mediaSettings.isScreenSharingEnabled&&(this._mediaSettings.isScreenSharingEnabled=!1,this._mediaSettings.isFastScreenSharingEnabled=!1,this._triggerEvent("SCREEN_STATUS",{mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"screen",mediaSettings:this._mediaSettings}))})}disableAudioShare(){return c(this,null,function*(){yield this.stopAudioShareTrack(),this._triggerEvent("SCREEN_STATUS",{mediaSettings:this._mediaSettings}),this._triggerEvent("SOURCE_CHANGED",{kind:"audioshare",mediaSettings:this._mediaSettings})})}stopAudioShareTrack(){return c(this,null,function*(){if(this._audioShareTrack){this._audioShareTrack.stop();let e=this.getSilentAudioShareTrack();yield this._replaceLocalTrack(e),this._mediaSettings.isAudioSharingEnabled=!1}})}getSilentAudioShareTrack(){let e=b.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?(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*(){if(!p.videoEffects)return t;try{return p.videoEffects.setEffect(e,t)}catch(i){return d.warn("Video effect failed",i),t}})}_stopEffect(){if(p.videoEffects)try{p.videoEffects.stopEffect()}catch(e){d.warn("Video effect failed",e)}}destroy(){var e;this._destroyDeviceChangeListener(),p.videoEffects&&(this._effect=null,p.videoEffects.destroy()),this._stream&&(ei(this._stream),this._stream=null),(e=this._cameraVideoTrack)==null||e.stop(),this._disableScreenCapture()}toggleScreenCapturing(e){return c(this,null,function*(){if(e.captureScreen){yield this._changeScreen(e.fastScreenSharing,e.captureAudio);return}return p.consumerScreenTrack?this._disableScreenCapture():(e.captureAudio||(yield this.disableAudioShare()),this._videoStatusOnScreenCapturingEnabled?this._changeVideoInput():this.toggleVideo(!1))})}disableScreenCapturing(){return c(this,null,function*(){return this.toggleScreenCapturing({captureScreen:!1,fastScreenSharing:!1,captureAudio:!1})})}toggleVideo(e){return c(this,null,function*(){var i;if(!this._stream)return;p.consumerScreenTrack||(yield this._disableScreenCapture()),(i=this._cameraVideoTrack)==null||i.stop();let t;if(e){let a=yield b._getUserVideo(!!this._effect);this._cameraVideoTrack=a.getVideoTracks()[0],t=yield this._setEffect(this._effect,this._cameraVideoTrack)}else t=b.getBlackMediaTrack(p.videoMinWidth,p.videoMinHeight),this._stopEffect();if(yield this._replaceLocalTrack(t),this._mediaSettings.isVideoEnabled=e,this._animojiEnabled){this._triggerEvent("ANIMOJI_STATUS",!e);return}this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})})}toggleAudio(e){return c(this,null,function*(){if(!this._stream)return;let t;e?t=(yield b.getUserAudio()).getAudioTracks()[0]:t=b.getSilentMediaTrack(),yield this._replaceLocalTrack(t),this._mediaSettings.isAudioEnabled=e,this._triggerEvent("SOURCE_CHANGED",{kind:"audio",mediaSettings:this._mediaSettings})})}toggleAnimojiCapturing(e){this._animojiEnabled=e,this._mediaSettings.isVideoEnabled||this._triggerEvent("ANIMOJI_STATUS",e)}onAnimojiSender(e){this._mediaSettings.isAnimojiEnabled=e,this._triggerEvent("SOURCE_CHANGED",{kind:"video",mediaSettings:this._mediaSettings})}setResolution(i){return c(this,arguments,function*({video:e,effect:t}){var a;if(!(!p.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled)){if(!this._stream)throw new Error("Local stream not found");if(!this._cameraVideoTrack)throw new Error("Local video track not found");this._effect&&t?(yield Dt(this._cameraVideoTrack,t),(a=p.videoEffects)==null||a.setResolution(t)):yield Dt(this._cameraVideoTrack,e)}})}updateNoiseSuppression(){return c(this,null,function*(){if(!this._stream||!this._mediaSettings.isAudioEnabled)return;let e=this._stream.getAudioTracks().find(t=>!t.contentHint);if(!e)throw new Error("Local audio track not found");if(e.enabled)return e.applyConstraints({noiseSuppression:p.noiseSuppression})})}videoEffect(e){return c(this,null,function*(){if(!p.videoEffects)throw new Error("Video Effects library is not set");if(!p.consumerScreenTrack&&this._mediaSettings.isScreenSharingEnabled)throw new Error("Can't apply effect to screensharing");if(T.log(v.DEVICE_CHANGED,`effect_${(e==null?void 0:e.effect)||"none"}`),!this._mediaSettings.isVideoEnabled){this._effect=e;return}if(this._stream&&e!==this._effect&&this._cameraVideoTrack){let t=this._effect;this._effect=e;try{let i=this._cameraVideoTrack.clone(),a=new MediaStream([i]);return yield Dt(i,{width:e?p.videoEffectMaxWidth:p.videoMaxWidth,height:e?p.videoEffectMaxHeight:p.videoMaxHeight}),this._changeVideoInput(a)}catch(i){throw this._effect=t,i}}})}getAudioShareTrack(){return this._audioShareTrack}};var fr="_okcls_",kt=(()=>{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 Un(o){let r=kt?kt.getItem(fr+o):null;if(r===null)return null;try{return JSON.parse(r)}catch(e){return null}}function Bn(o,r){try{kt&&kt.setItem(fr+o,JSON.stringify(r))}catch(e){}}function Fn(o){kt&&kt.removeItem(fr+o)}var gr;(t=>{function o(i){return Un(i)||null}t.get=o;function r(i,a){Bn(i,a)}t.set=r;function e(i){Fn(i)}t.remove=e})(gr||(gr={}));var Ze=gr;var wt=null,Sr=null,wi=[],xi=[],Oi=[],et=null,tt=null,Tr=null,Rr=!1,Li=!1,Mi,Ot,Ai,vr=null,Ir="",Di=[],Er=null,Aa=navigator.appVersion,Vn=navigator.appName,ye=navigator.userAgent,it=(e=>(e.USER="user",e.ENVIRONMENT="environment",e))(it||{});(r=>{function o(e){return Object.values(r).includes(e)}r.contains=o})(it||(it={}));var gt=class{constructor(r,e=!1,t=p.videoMaxWidth,i=p.videoMaxHeight){this.isVideoRequested=()=>this.needVideo;let a=!1;if(r){a={noiseSuppression:p.noiseSuppression,echoCancellation:!0,autoGainControl:!0};let s;tt&&(s=tt.deviceId),typeof r=="string"&&(s=r),s&&(a.deviceId={exact:s})}let n=!1;if(e){n={width:{min:p.videoMinWidth,max:t,ideal:t},height:{min:p.videoMinHeight,max:i,ideal:i},aspectRatio:{ideal:p.videoAspectRatio},frameRate:{ideal:p.videoFrameRate}};let s;et&&(s=et.deviceId),typeof e=="string"&&(s=e),s&&(n.deviceId={exact:s}),p.videoFacingMode&&(n.facingMode={ideal:p.videoFacingMode},delete n.deviceId)}this.audio=a,this.video=n,this.needVideo=!!n,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.facingMode)&&(delete this.video.deviceId,delete this.video.facingMode)),typeof this.audio=="object"&&(this.audio.echoCancellation||this.audio.autoGainControl||this.audio.noiseSuppression?(delete this.audio.echoCancellation,delete this.audio.autoGainControl,delete this.audio.noiseSuppression):this.audio.deviceId&&delete this.audio.deviceId),this.video===!0&&this.audio===!0?this.video=!1:this.video===!1&&this.audio===!0?(this.audio=!1,this.video=this.needVideo):this.video===!0&&this.audio===!1&&(this.video=!1),this.video&&!Object.keys(this.video).length&&(this.video=!0),this.audio&&!Object.keys(this.audio).length&&(this.audio=!0),!this.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;return!!(typeof this.audio=="object"&&(this.audio.deviceId||this.audio.noiseSuppression||this.audio.echoCancellation||this.audio.autoGainControl)||this.audio||r)&&!this.lastSimplifyWasReached}isVideo(){return!!this.video}isAudio(){return!!this.audio}},Cr=class extends gt{constructor(e,t,i,a){super(!1,!0);this.captureController="CaptureController"in window?new CaptureController:null,typeof this.video=="object"?(delete this.video.deviceId,delete this.video.aspectRatio,delete this.video.frameRate,delete this.video.facingMode):this.video={},this.video.cursor="motion",this.video.width={max:e},this.video.height={max:t},this.video.frameRate=i,this.video.displaySurface=p.displaySurface,a&&(this.audio={noiseSuppression:!1,echoCancellation:!1,autoGainControl:!1})}getNative(){return Object.assign(super.getNative(),{systemAudio:"exclude",controller:this.captureController})}};function Da(){return c(this,null,function*(){Li=!1,wt=null,yield yr(),f.onDeviceChange()})}function yr(){return c(this,null,function*(){return wt||(!navigator.mediaDevices||!navigator.mediaDevices.enumerateDevices?[]:(!Sr&&navigator.mediaDevices.addEventListener&&(Sr=C.throttle(Da,1e3),navigator.mediaDevices.addEventListener("devicechange",Sr)),wt=navigator.mediaDevices.enumerateDevices().then(o=>{wi=o.filter(i=>i.kind==="videoinput"?(i.label&&(Rr=!0),!0):!1),xi=o.filter(i=>i.kind==="audioinput"?(i.label?Li=!0:rt.isMobile()&&rt.browserName()==="Firefox"&&(Li=Rr),!0):!1),Oi=o.filter(i=>i.kind==="audiooutput");let r=Ze.get("videoinput"),e=Ze.get("audioinput"),t=Ze.get("audiooutput");return et=wi.find(i=>i.deviceId===r)||null,tt=xi.find(i=>i.deviceId===e)||null,Tr=Oi.find(i=>i.deviceId===t)||Oi[0]||null,wt=Promise.resolve(o),o}).catch(()=>(wt=null,[]))))})}function jn(o){if(et&&tt)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=>{!tt&&e.kind==="audio"?tt=r(rt.getMicrophones(),e):!et&&e.kind==="video"&&(et=r(rt.getCameras(),e))})}function ti(o,r){return c(this,null,function*(){d.debug("Try to get media",JSON.parse(JSON.stringify(o.getNative())));let e=rt.hasPermissions(o.isVideo());!e&&!r&&f.onPermissionsRequested();try{let t=yield navigator.mediaDevices.getUserMedia(o.getNative());return e||(yield Da()),jn(t),t}catch(t){switch(d.error("getUserMedia error",t),t.name){case"PermissionDeniedError":case"PermissionDismissedError":case"NotAllowedError":case"SecurityError":case"DOMException":r=o.isVideoRequested()?ie.CAMERA_PERMISSION:ie.MIC_PERMISSION;break;case"OverconstrainedError":case"TypeError":case"NotFoundError":r=ie.UNKNOWN;break;case"AbortError":case"NotReadableError":r=o.isVideoRequested()?ie.CAMERA_ACCESS:ie.MIC_ACCESS;break}if(o.canSimplify())return ti(o.simplify(),r);let i=r||ie.UNKNOWN;throw f.onPermissionsError(i,t),i}})}function Hn(o){return c(this,null,function*(){var r;d.debug("Try to get screen",JSON.parse(JSON.stringify(o.getNative())));try{let e=yield navigator.mediaDevices.getDisplayMedia(o.getNative()),t=e==null?void 0:e.getVideoTracks()[0];if(t&&(d.debug("Got display media track",t.id),t.contentHint="text",o.captureController)){let i=(r=t.getSettings())==null?void 0:r.displaySurface;(i==="browser"||i==="window")&&o.captureController.setFocusBehavior("no-focus-change")}return e}catch(e){switch(e.name){case"PermissionDeniedError":case"NotAllowedError":case"SecurityError":throw ie.SCREEN_PERMISSION;default:throw ie.SCREEN_ACCESS}}})}function ki(){return Di.length||(Di=(()=>{let o,r=!1,e=0,t="0",i=ye.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];if(/trident/i.test(i[1]))return o=/\brv[ :]+(\d+)/g.exec(ye),["IE",o&&o[1]||"Unknown",r,e,t];if(i[1]==="Safari"){if(o=ye.match(/\bEdge\/(\d+)/),o)return["Edge",o[1]||"Unknown",r,e,t];if(o=ye.match(/\bCriOS\/(\d+)/),o)return["Chrome",o[1],!0,Number(o[1]),t];if(o=ye.match(/\bFxiOS\/(\d+)/),o)return["Firefox",o[1],!1,e,t];if(o=ye.match(/\bYaBrowser\/(\d+)/),o)return["Yandex",o[1],!1,e,t];if(o=ye.match(/\bOPT\/(\d+)/),o)return["Opera",o[1],!1,e,t]}if(i[1]==="Chrome"){if(r=!0,e=Number(i[2]),o=ye.match(/\bOPR\/(\d+)/),o)return["Opera",o[1]||"Unknown",r,e,t];if(o=ye.match(/\bYaBrowser\/(\d+)/),o)return["Yandex",o[1]||"Unknown",r,e,t];if(o=ye.match(/\bSferum\/((\d+)(?:\.\d+)*)/),o)return["Sferum",o[1]||"Unknown",r,e,t];if(o=ye.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=ye.match(/version\/(\d+)(?:(?:\.)(\d+))?/i),o&&o[2]!==void 0&&(t=o[2]),[i[2]?i[1]:Vn,o&&o[1]||i[2]||Aa,r,e,t]})()),Di}var rt;(A=>{function o(){return c(this,null,function*(){let E=()=>{_e(),document.removeEventListener("click",E),document.removeEventListener("touchstart",E)};return document.addEventListener("click",E),document.addEventListener("touchstart",E),yr()})}A.init=o;function r(){return wi}A.getCameras=r;function e(){return xi}A.getMicrophones=e;function t(){return Oi}A.getOutput=t;function i(){return wi.length>0}A.hasCamera=i;function a(){return xi.length>0}A.hasMicrophone=a;function n(){return et}A.getSavedCamera=n;function s(){return tt}A.getSavedMicrophone=s;function l(){return Tr}A.getSavedOutput=l;function u(){return p.videoFacingMode}A.getVideoFacingMode=u;function h(){return Rr}A.hasCameraPermission=h;function m(){return Li}A.hasMicrophonePermission=m;function S(E=!1){return m()?i()&&E?h():!0:!1}A.hasPermissions=S;function k(E=!1,y=!0,L=!0){return c(this,null,function*(){let W=a()&&y,oe=i()&&E,pe;if(!W&&!oe)pe=new MediaStream;else try{pe=yield ti(new gt(W,oe))}catch(ke){pe=new MediaStream}return!pe.getVideoTracks().length&&L&&pe.addTrack(Re()),!pe.getAudioTracks().length&&L&&pe.addTrack(_e()),pe})}A.getUserMedia=k;function x(E,y){return c(this,null,function*(){let L=E?p.fastScreenShareWidth:window.screen.width,W=E?p.fastScreenShareHeight:window.screen.height,oe=p.getScreenFrameRate(E);return Hn(new Cr(L,W,oe,y))})}A.getScreenMedia=x;function F(E=!1){return c(this,null,function*(){let y=E?p.videoEffectMaxWidth:p.videoMaxWidth,L=E?p.videoEffectMaxHeight:p.videoMaxHeight;return ti(new gt(!1,!0,y,L))})}A._getUserVideo=F;function Z(E,y){return c(this,null,function*(){let L=(y==null?void 0:y.width)||p.videoMaxWidth,W=(y==null?void 0:y.height)||p.videoMaxHeight;return ti(new gt(!1,E||!0,L,W))})}A.getUserVideo=Z;function G(E){return c(this,null,function*(){return ti(new gt(E||!0,!1))})}A.getUserAudio=G;function z(E,y){return c(this,null,function*(){let[L]=E.getVideoTracks();if(!L)throw new Error("Video track not found in stream");return Dt(L,y)})}A.setResolution=z;function Q(E,y){return c(this,null,function*(){let W=(yield yr()).find(oe=>oe.kind===E&&oe.deviceId===y);return W?(E==="videoinput"?et=W:E==="audioinput"?tt=W:E==="audiooutput"&&(Tr=W),Ze.set(E,y),W):null})}A._saveDeviceId=Q;function _e(){if(!Ai||Ai.readyState==="ended"){let E=Si(),y=E.createMediaStreamDestination(),L=E.createGain();L.gain.value=1e-5,L.connect(y),L.connect(E.destination);let W=E.createOscillator();W.type="sine",W.frequency.value=0,W.connect(L),W.start(),Ai=y.stream.getAudioTracks()[0]}return Object.assign(Ai.clone(),{enabled:!1})}A.getSilentMediaTrack=_e;function Re(E=p.videoMinWidth,y=p.videoMinHeight){Ot||(Ot=document.createElement("canvas")),Ot.width=E,Ot.height=y;let L=Ot.getContext("2d");return L.rect(0,0,E,y),L.fillStyle="black",L.fill(),(!Mi||Mi.readyState==="ended")&&(Mi=Ot.captureStream(p.videoFrameRate).getVideoTracks()[0]),Object.assign(Mi.clone(),{enabled:!1})}A.getBlackMediaTrack=Re;function lt(){if(rr()==="Edge"&&Number(ar())<70)return!1;try{let E=window;return"mediaDevices"in E.navigator&&"getUserMedia"in E.navigator.mediaDevices&&E.RTCPeerConnection&&E.RTCIceCandidate&&E.RTCSessionDescription&&E.HTMLCanvasElement&&E.HTMLCanvasElement.prototype.captureStream&&E.RTCRtpSender&&E.RTCRtpSender.prototype.replaceTrack&&E.RTCRtpSender.prototype.getParameters&&"sendBeacon"in navigator&&!0||!1}catch(E){return!1}}A.isBrowserSupported=lt;function fi(){return!!navigator.mediaDevices.getDisplayMedia}A.isScreenCapturingSupported=fi;function zt(){let E=A.browserName()==="Safari"&&A.browserVersion()==="15"&&A.browserSubVersion()==="1",y=A.browserName()==="Opera"&&A.os()==="Windows";return E||y}A.isBrokenH264=zt;function ee(){return!(A.baseChromeVersion()&&A.isMobile())}A.canPreferH264=ee;function Vr(){var E;return((E=window.RTCRtpTransceiver)==null?void 0:E.prototype)&&"setCodecPreferences"in window.RTCRtpTransceiver.prototype}A.canPreferRed=Vr;function jr(){return Ir||(Ir=(()=>{let E={Windows:/Win/,Android:/Android/,OpenBSD:/OpenBSD/,SunOS:/SunOS/,Linux:/(Linux|X11)/,iPad:/(iPad)/,iPhone:/(iPhone)/,iPod:/(iPod)/,MacOS:/(MacPPC|MacIntel|Mac_PowerPC|Macintosh|Mac OS X)/,QNX:/QNX/,UNIX:/UNIX/,BeOS:/BeOS/,OS2:/OS\/2/,Bot:/(nuhk|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask Jeeves\/Teoma|ia_archiver)/};for(let y in E)if(E.hasOwnProperty(y)&&E[y].test(ye))return y;return"Unknown"})()),Ir}A.os=jr;function Hr(){return vr===null&&(vr=/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(Aa)),vr}A.isMobile=Hr;function rr(){return ki()[0]}A.browserName=rr;function ar(){return ki()[1]}A.browserVersion=ar;function Gr(){return ki()[3]}A.baseChromeVersion=Gr;function Si(){return Er||(Er=new(window.AudioContext||window.webkitAudioContext)),Er}A.getAudioContext=Si;function R(){return ki()[4]}A.browserSubVersion=R;function g(){return A.baseChromeVersion()>=105&&!A.isMobile()}A.isAudioShareSupported=g})(rt||(rt={}));var b=rt;var He=class extends Ue{init(r){return c(this,null,function*(){d.debug("WebCodecsDecoder started"),yield this._createWorker('"use strict";var exports=(()=>{var c=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var E=(o,e)=>{for(var t in e)c(o,t,{get:e[t],enumerable:!0})},g=(o,e,t,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of f(e))!b.call(o,r)&&r!==t&&c(o,r,{get:()=>e[r],enumerable:!(s=p(e,r))||s.enumerable});return o};var V=o=>g(c({},"__esModule",{value:!0}),o);var y={};E(y,{default:()=>k});var k=o=>{let e=null,t=!0;function s(){self.postMessage({type:"ready"})}function r(a,l,d,i=!1){if(!e||t!==d){if(!i){self.postMessage({type:"debug",message:"WebCodecsDecoder dropped frame - waiting for keyframe"});return}t=d,e?self.postMessage({type:"debug",message:`WebCodecsDecoder codec changed to ${d?"VP9":"VP8"}`}):(self.postMessage({type:"debug",message:`WebCodecsDecoder codec ${d?"VP9":"VP8"}`}),e=new VideoDecoder({output:n=>{let m=o?[n]:[];self.postMessage({type:"frame",data:n},m),n.close()},error:n=>{e&&e.state!=="closed"&&e.close(),e=null,self.postMessage({type:"frame",error:"WebCodecsDecoder failed, reinitialize: "+String(n)})}})),e.configure({codec:d?"vp09.00.50.08":"vp8"})}let u=new EncodedVideoChunk({type:i?"key":"delta",timestamp:a,data:l});e.decode(u)}self.onmessage=a=>{switch(a.data.type){case"init":s();break;case"frame":r(a.data.timestamp,a.data.data,a.data.isVP9,a.data.keyFrame);break}}};return V(y);})();\n',e=>{e.error?d.warn("WebCodecsDecoder",e.error):(r(e.data),e.data.close())},[b.baseChromeVersion()>=92||b.browserName()==="Safari"])})}decodeFrame(r,e,t,i=!1){this._sendToWorker("frame",{timestamp:r,data:e.buffer,isVP9:t,keyFrame:i},[e.buffer])}destroy(){this._removeWorker(),d.debug("WebCodecsDecoder destroyed")}static isBrowserSupported(){return"VideoDecoder"in window&&"Worker"in window&&"VideoFrame"in window}};var ft=class{constructor(r=null,e=0){this._counter=0;this._interval=0;this._lastCalculationTime=Date.now();this._onCalculated=null;this._onCalculated=r,e&&(this._interval=window.setInterval(()=>this.calculate(),e))}increment(r=1){this._counter+=r}calculate(){var i;let r=Date.now(),e=r-this._lastCalculationTime,t=Math.round(this._counter*1e3/e);return this._counter=0,this._lastCalculationTime=r,(i=this._onCalculated)==null||i.call(this,t),t}destroy(){window.clearInterval(this._interval),this._interval=0}};var Oa=require("bit-buffer");var Gn=1e3;function de(o,r,e=0){return r in o&&o[r]?o[r]:e}function ka(...o){return r=>{for(let e of o)if(e(r))return!0;return!1}}function at(o,r){return e=>e[o]===r}function Wn(o){return(r,e)=>r[o]-e[o]}function Ni(o,r){return r.reduce((e,t)=>(e[t[o]]=t,e),{})}function Kn(o){let r={},e=[];for(let t of o)r[t.id]||(r[t.id]=!0,e.push(t));return e}function Pr(o){return Object.keys(o).filter(r=>o[r]!==void 0).map(r=>[r,o[r]]).reduce((r,e)=>(r[e[0]]=C.isObject(e[1])?Pr(e[1]):e[1],r),{})}function $n(o){let r=[];for(let e of o)e.forEach(t=>r.push(t));return r}function qn(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($n).then(Kn)})}function zn(o){let r=o.filter(at("type","candidate-pair")).sort(Wn("priority")).find(ka(at("nominated",!0),at("selected",!0)));if(!r)return{totalRoundTripTime:0,currentRoundTripTime:0,bytesSent:0,bytesReceived:0};let e={totalRoundTripTime:r.totalRoundTripTime||0,currentRoundTripTime:r.currentRoundTripTime||0,bytesSent:r.bytesSent||0,bytesReceived:r.bytesReceived||0},t=o.find(at("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(at("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}}),Pr(e)}function Jn(o,r){let e=Ni("id",o),t=o.filter(ka(at("type","inbound-rtp"),at("type","outbound-rtp")));b.browserName()==="Firefox"&&(t=Object.values(t.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},{})));let i={};if(b.browserName()==="Safari"){let a=o.filter(at("type","track"));i=Ni("trackIdentifier",a)}return t.map(a=>{let n=Number(a.ssrc),s=a.mediaType||a.kind,l=a.trackId,u=a.type,h=a.codecId;if(b.browserName()==="Safari"){let S=/^.+_([\d]+)$/.exec(a.id);if(S&&(n=parseInt(S[1],10)),s=a.id.indexOf("Audio")>0?"audio":"video",r[n]){let k=s+"-"+r[n];i[k]&&(l=i[k].id)}}if(!u||!n||!s)return null;let m={ssrc:n,type:u,kind:s,bytesReceived:de(a,"bytesReceived"),bytesSent:de(a,"bytesSent"),jitter:de(a,"jitter"),packetsLost:de(a,"packetsLost"),packetsReceived:de(a,"packetsReceived"),packetsSent:de(a,"packetsSent"),fractionLost:de(a,"fractionLost"),pliCount:de(a,"pliCount"),firCount:de(a,"firCount"),nackCount:de(a,"nackCount"),userId:r[n],freezeCount:de(a,"freezeCount",0),totalFreezesDuration:de(a,"totalFreezesDuration",0)};if(s==="video"){let S=de(a,"framesDecoded"),k=de(a,"totalInterFrameDelay"),x=de(a,"totalSquaredInterFrameDelay");m.interframeDelayVariance=(x-k*k/S)/S}if(s==="audio"&&(m.totalSamplesReceived=de(a,"totalSamplesReceived"),m.concealedSamples=de(a,"concealedSamples"),m.insertedSamplesForDeceleration=de(a,"insertedSamplesForDeceleration"),m.removedSamplesForAcceleration=de(a,"removedSamplesForAcceleration"),m.silentConcealedSamples=de(a,"silentConcealedSamples"),m.concealmentEvents=de(a,"concealmentEvents"),m.totalAudioEnergy=de(a,"totalAudioEnergy")),h&&e[h]){let S=e[h];m.clockRate=S.clockRate,m.mimeType=S.mimeType}if(l&&e[l]){let S=e[l];m.frameHeight=S.frameHeight,m.frameWidth=S.frameWidth,m.framesDecoded=S.framesDecoded,m.framesReceived=S.framesReceived,m.framesDropped=S.framesDropped}return Pr(m)}).filter(a=>!!a)}function Yn(o,r){if(!r||!r.rtps||!o.rtps)return o;let e=Ni("ssrc",o.rtps),t=Ni("ssrc",r.rtps),i=(o.timestamp-r.timestamp)/1e3;return!e||!t||Object.keys(e).forEach(a=>{let n=e[a],s=t[a];if(!(!n||!s)){if(n.bytesReceived&&n.bytesReceived>s.bytesReceived&&(n.bandwidth=Math.round((n.bytesReceived-s.bytesReceived)/i)),n.bytesSent&&n.bytesSent>s.bytesSent&&(n.bandwidth=Math.round((n.bytesSent-s.bytesSent)/i)),n.packetsReceived)if(n.packetsReceived>s.packetsReceived||n.packetsLost>s.packetsLost){let l=n.packetsLost-s.packetsLost,u=n.packetsReceived-s.packetsReceived;n.packetLoss=parseFloat((100*l/(l+u)).toFixed(2))}else n.packetLoss=0;if(n.freezeCount>s.freezeCount&&(n.freezeCountDelta=n.freezeCount-s.freezeCount),n.totalFreezesDuration>s.totalFreezesDuration){let l=Math.round(n.totalFreezesDuration-s.totalFreezesDuration);n.totalFreezesDurationDelta=l}n.framesDropped&&s.framesDropped&&n.framesDropped>s.framesDropped&&(n.framesDroppedDelta=parseFloat(((n.framesDropped-s.framesDropped)/i).toFixed(0)))}}),o}function ii(t,i){return c(this,arguments,function*(o,r,e={}){let a=yield qn(o),n={timestamp:Date.now(),transport:zn(a),rtps:Jn(a,e)};return r?Yn(n,r):(yield C.delay(Gn),ii(o,n,e))})}function Fe(o){performance.clearMarks(o),performance.mark(o)}function br(o){performance.clearMarks(o)}function nt(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 xt(o){return`${v.SCREENSHARE_FIRST_FRAME}_${Qn(o)}`}function Qn(o){return typeof o=="string"?o:JSON.stringify(o)}var Ge=class{constructor(){this._eventualLogs=new Set}static create(){Ge._instance=new Ge}static logCallStat(r){var e;if((e=Ge._instance)!=null&&e._eventualLogs.size){for(let t of Ge._instance._eventualLogs)Object.assign(t,{call_topology:r.call_topology,local_address:r.local_address,local_connection_type:r.local_connection_type,network_type:r.network_type,remote_address:r.remote_address,remote_connection_type:r.remote_connection_type,rtt:r.rtt,transport:r.transport}),T.logCustom(v.CALL_EVENTUAL_STAT,t);Ge._instance._eventualLogs.clear()}T.logCustom("callStat",r)}static logEventualStat(r){var e;r.value===void 0&&(r.value=nt(r.name)),r.value!==null&&((e=Ge._instance)==null||e._eventualLogs.add(r))}static destroy(){var r;(r=Ge._instance)==null||r._destroy(),Ge._instance=null}_destroy(){this._eventualLogs.clear()}},ge=Ge;ge._instance=null;var Ui=class{constructor(r){this._firstFrameReceived=!1;this._participantId=r}measure(r,e){if(this._firstFrameReceived)return;this._firstFrameReceived=!0;let t=xt(this._participantId),i=nt(t);i!==null&&ge.logEventualStat({name:v.SCREENSHARE_FIRST_FRAME,value:i,width:r,height:e})}};var Xn=65536,ot=class{constructor(r,e,t){this._chunks=[];this._participantId=r,this._onStream=e,this._onStat=t,this._statScreenShareFirstFrame=new Ui(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)%Xn!==r.sequence){d.warn("[FrameBuilder] Got incorrect chunk");return}if(this._chunks.push(r),r.end){let t=this._processFrameData(),{width:i,height:a}=ot.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(){br(v.SCREENSHARE_FREEZE_DURATION),br(xt(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 Oa.BitStream(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){Fe(v.SCREENSHARE_FREEZE_DURATION);return}let e=nt(v.SCREENSHARE_FREEZE_DURATION);e!==null&&e>1e3&&this._onStat({freeze_duration:e})}};var St=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 Lt=class extends St{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._stream&&(this._createStream(e.width,e.height),this._onStream(this._stream));let t=this._canvas;if(t.width=e.width,t.height=e.height,this._useImageBitmap){let i;e instanceof ImageBitmap?i=e:i=yield createImageBitmap(e,0,0,e.width,e.height),this._canvasContext.transferFromImageBitmap(i),i.close()}else{let i=this._canvasContext;i.clearRect(0,0,t.width,t.height),i.putImageData(e,0,0)}this._requestCanvasFrame()})}drawFrame(e){return c(this,null,function*(){let t="createImageBitmap"in e?yield e.createImageBitmap():yield createImageBitmap(e);yield this._drawImage(t)})}drawImage(e){return c(this,null,function*(){yield this._drawImage(e)})}destroy(){this._removeStream(),d.debug("CanvasRenderer destroyed")}static isBrowserSupported(){return("CanvasCaptureMediaStream"in window||"CanvasCaptureMediaStreamTrack"in window)&&!(b.browserName()==="Safari"&&Number(b.browserVersion())===15)&&!(b.browserName()==="Firefox"&&Number(b.browserVersion())<60)}};var vt=class extends St{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&&He.isBrowserSupported()}};var Nt=class extends ot{constructor(e,t,i){super(e,t,i);this._decoderReady=!1;this._decoderQueue=[];d.debug(`StreamBuilder started for participant [${e}]`),vt.isBrowserSupported()?this._renderer=new vt(t):this._renderer=new Lt(t),He.isBrowserSupported()?this._decoder=new He:this._decoder=new _t;let a=n=>c(this,null,function*(){"VideoFrame"in window&&n instanceof VideoFrame?yield this._renderer.drawFrame(n):yield this._renderer.drawImage(n),this._fpsMeter.increment()});this._decoder.init(a).then(()=>{this._decoderReady=!0,this._decodeQueue()}),this._fpsMeter=new ft(n=>d.log(`[StreamBuilder][${e}] fps: ${n}`),2e4)}_processFrame(e){!this._decoderReady||this._decoderQueue.length?(this._decoderQueue.push(e),this._decodeQueue()):this._decoder.decodeFrame(e.timestamp,e.frameData,e.isVP9,e.keyframe)}_decodeQueue(){if(!this._decoderReady)return;let e=this._decoderQueue;this._decoderQueue=[],e.forEach(t=>{this._decoder.decodeFrame(t.timestamp,t.frameData,t.isVP9,t.keyframe)})}destroy(){super.destroy(),this._fpsMeter.destroy(),this._decoder.destroy(),this._renderer.destroy(),d.debug(`StreamBuilder destroyed for participant ${this._participantId}`)}static isBrowserSupported(){return Lt.isBrowserSupported()||vt.isBrowserSupported()}};function wa(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 h=new Uint8Array(l.byteLength+n.byteLength);return h.set(new Uint8Array(l),0),h.set(new Uint8Array(n),l.byteLength),h.buffer}function xa(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),h=!!(s&4),m=!!(s&8);if(e!==1)throw new Error(`Unexpected protocol version. Got ${e}, expected 1`);return{timestamp:i,start:l,end:u,keyframe:h,sequence:t,isVP9:a,ssrc:n,eos:m,data:o.slice(11)}}function La(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 Na(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}}var M=vi(require("simple-ebml-builder"));var Zn=zr(2,15)-1,Mr=1,eo=5,to=5;var ri=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=ri._buildQueue(r);this._sourceBuffer.appendBuffer(e)}static _buildQueue(r){if(r.length){if(r.length===1)return M.build(r[0])}else return new Uint8Array;let e=r.reduce((a,n)=>a+n.countSize(),0),t=new Uint8Array(e),i=0;for(let a of r){let n=M.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)-eo);i-t>to&&(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}},Me=class extends ot{constructor(e,t,i){super(e,t,i);this._mediaBuffer=null;this._video=null;this._stream=null;this._earliestTimestamp=0;this._clusterStartTime=0;this._lastFrameTimestamp=0;d.debug(`[WebmBuilder] started for participant [${e}]`)}static _intToU16BE(e){return new Uint8Array([e>>8,e])}static _genWebmHeader(){return M.element(M.ID.EBML,[M.element(M.ID.EBMLVersion,M.number(1)),M.element(M.ID.EBMLReadVersion,M.number(1)),M.element(M.ID.EBMLMaxIDLength,M.number(4)),M.element(M.ID.EBMLMaxSizeLength,M.number(8)),M.element(M.ID.DocType,M.string("webm")),M.element(M.ID.DocTypeVersion,M.number(2)),M.element(M.ID.DocTypeReadVersion,M.number(2))])}static _genSegmentHeader(e,t,i){let a=M.element(M.ID.Info,[M.element(M.ID.TimecodeScale,M.number(1e6)),M.element(M.ID.MuxingApp,M.string("vk-webm-builder")),M.element(M.ID.WritingApp,M.string("vk-webm-builder"))]),n=[M.element(M.ID.PixelWidth,M.number(e)),M.element(M.ID.PixelHeight,M.number(t))],s=M.element(M.ID.Tracks,M.element(M.ID.TrackEntry,[M.element(M.ID.TrackNumber,M.number(Mr)),M.element(M.ID.TrackUID,M.number(Mr)),M.element(M.ID.TrackType,M.number(1)),M.element(M.ID.FlagLacing,M.number(0)),M.element(M.ID.DefaultDuration,M.number(1e9)),M.element(M.ID.CodecID,M.string(`V_${i.toUpperCase()}`)),M.element(M.ID.Video,n)]));return M.unknownSizeElement(M.ID.Segment,[a,s])}static _genClusterHeader(e){return M.unknownSizeElement(M.ID.Cluster,[M.element(M.ID.Timecode,M.number(Math.round(e)))])}_createVideo(e){this._mediaBuffer=new ri(e),this._video=document.createElement("video"),this._video.autoplay=!0,this._video.controls=!1,this._video.muted=!0,this._video.style.pointerEvents="none",this._video.style.visibility="hidden",this._video.style.position="absolute",this._video.style.width="160px",this._video.style.height="90px",this._video.style.bottom="0",this._video.style.right="0",this._video.style.zIndex="5000",this._video.src=URL.createObjectURL(this._mediaBuffer.mediaSource),document.body.appendChild(this._video);let t=()=>{var i;if((i=this._video)!=null&&i.src){d.warn(`[WebmBuilder] Video paused for participant [${this._participantId}], try to play again`);let a=this._video.seekable;a.length&&(this._video.currentTime=a.end(a.length-1)-.1),this._video.play().catch(()=>{})}};this._video.onpause=t,this._video.onwaiting=t,this._video.onstalled=t,this._video.onerror=()=>{var i;return d.warn(`[WebmBuilder] Video Error for participant [${this._participantId}]`,(i=this._video)==null?void 0:i.error)},this._stream=this._video.captureStream(),this._onStream(this._stream)}_processFrame(e){var s,l,u,h,m;let t=e.isVP9?"vp9":"vp8";this._mediaBuffer?this._mediaBuffer.codec!==t&&this._mediaBuffer.changeType(t):this._createVideo(t);let i=e.timestamp;if(i<=this._lastFrameTimestamp&&(i=this._lastFrameTimestamp+10,d.debug(`[WebmBuilder] Fixup timestamp for participant [${this._participantId}]`)),this._lastFrameTimestamp=i,this._earliestTimestamp)i-=this._earliestTimestamp;else{if(!e.keyframe)return;this._earliestTimestamp=i,i=0}if(e.keyframe){this._clusterStartTime=i,(s=this._mediaBuffer)==null||s.cleanup(),d.debug(`[WebmBuilder] Segment header for participant [${this._participantId}]`);let S=Me._genWebmHeader();(l=this._mediaBuffer)==null||l.append(S);let k=Me._genSegmentHeader(e.width,e.height,t);(u=this._mediaBuffer)==null||u.append(k)}let a=Math.round(i-this._clusterStartTime);if(a>Zn&&(this._clusterStartTime=i,a=0),a===0){d.debug(`[WebmBuilder] Cluster header for participant [${this._participantId}]`);let S=Me._genClusterHeader(this._clusterStartTime);(h=this._mediaBuffer)==null||h.append(S)}let n=M.element(M.ID.SimpleBlock,[M.vintEncodedNumber(Mr),M.bytes(Me._intToU16BE(a)),M.number((e.keyframe?1:0)<<7),M.bytes(e.frameData)]);(m=this._mediaBuffer)==null||m.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 It=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=xa(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&&Me.isBrowserSupported()?i=new Me(t,s,this._onStat):i=new Nt(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(He.isBrowserSupported()||_t.isBrowserSupported())&&(Nt.isBrowserSupported()||Me.isBrowserSupported())}};var Ar=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}},ai=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 Ar(e,this._tail,null),this._head||(this._head=this._tail),this._length++}merge(r){this._tail&&(this._tail.next=r._head),this._head||(this._head=r._head),this._tail=r._tail,this._length+=r._length,r.clear()}shift(){if(!this._length||!this._head)return null;let r=this._head;return this._head=r.next,this._head&&(r.next=null,this._head.prev=null),this._length--,this.length===1?this._tail=this._head:this.length||(this._head=this._tail=null),r.data}bisect(){if(this.length){let r=this.length>1?Math.floor(this.length/2):0;for(let e=0;e<r;e++)this.shift()}}head(){var r;return((r=this._head)==null?void 0:r.data)||null}tail(){var r;return((r=this._tail)==null?void 0:r.data)||null}clear(){this._head=null,this._tail=null,this._length=0}toString(){let r=[],e=this._head;for(;e!==null;)r.push(e.data),e=e.next;return r.length?JSON.stringify(r,(t,i)=>i instanceof Error?String(i):i):""}};var Dr=vi(require("@vkontakte/libvpx"));var io=1e3,Ut=class extends Ue{constructor(e,t,i,a){super();this._video=null;this._imageCapture=null;this._canvas=null;this._canvasCtx=null;this._stream=null;this._track=null;this._frameReadTimeout=0;this._lastFrame=null;this._sourceTrack=e,this._onFrame=t,this._useCongestionControl=i,this._maxBitrate=a,this._useImageCapture="ImageCapture"in window&&"ImageBitmap"in window,(e.readyState!=="live"||!e.enabled||e.muted)&&(this._useImageCapture=!1)}_createDom(){this._canvas||(this._canvas=document.createElement("canvas"),this._canvas.style.pointerEvents="none",this._canvas.style.visibility="hidden",this._canvas.style.position="absolute",this._canvas.style.width="160px",this._canvas.style.height="90px",this._canvas.style.bottom="0",this._canvas.style.right="160px",this._canvas.style.zIndex="5000",this._canvasCtx=this._canvas.getContext("2d"),document.body.appendChild(this._canvas)),!this._video&&!this._useImageCapture&&(this._video=document.createElement("video"),this._video.controls=!1,this._video.autoplay=!1,this._video.preload="auto",this._video.muted=!0,this._video.style.pointerEvents="none",this._video.style.visibility="hidden",this._video.style.position="absolute",this._video.style.width="160px",this._video.style.height="90px",this._video.style.bottom="0",this._video.style.right="0",this._video.style.zIndex="5000",document.body.appendChild(this._video))}_removeDom(){try{this._canvas&&document.body.removeChild(this._canvas),this._video&&document.body.removeChild(this._video)}catch(e){}this._canvasCtx=null,this._canvas=null,this._video=null}_createStream(e){return c(this,null,function*(){if(!this._canvas)throw new Error("Canvas not found");if(!this._video&&!this._useImageCapture)throw new Error("Video element not found");return this._stream=this._canvas.captureStream(0),this._track=this._stream.getVideoTracks()[0],new Promise((t,i)=>{if(this._useImageCapture)this._imageCapture=new ImageCapture(e),t();else{let a=this._video;a.srcObject=new MediaStream([e]),a.onloadeddata=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._stream&&(this._stream.getTracks().forEach(t=>t.stop()),this._stream=null,this._track=null),this._video&&(this._video.pause(),this._video.srcObject=null),this._imageCapture&&(this._imageCapture=null)}_drawFrameVideo(){if(!this._canvas||!this._canvasCtx||!this._video||!this._track)throw new Error("Fatal error");this._video.paused&&this._video.play();let e=this._video.videoWidth,t=this._video.videoHeight;return this._canvas.width=this._video.width=e,this._canvas.height=this._video.height=t,this._canvasCtx.clearRect(0,0,e,t),this._canvasCtx.drawImage(this._video,0,0,e,t),this._requestCanvasFrame(),this._canvasCtx.getImageData(0,0,e,t)}_getFrameBitmap(){return c(this,null,function*(){if(!this._imageCapture)throw new Error("Destroyed");return this._imageCapture.grabFrame()})}_drawFrameData(e){var a;if(!this._canvas||!this._canvasCtx||!this._track)throw new Error("Destroyed");let t=e.width,i=e.height;return this._canvas.width=t,this._canvas.height=i,this._canvasCtx.clearRect(0,0,t,i),this._canvasCtx.drawImage(e,0,0,t,i),this._requestCanvasFrame(),(a=this._canvasCtx)==null?void 0:a.getImageData(0,0,t,i)}_requestCanvasFrame(){this._track&&this._track.requestFrame?this._track.requestFrame():this._stream&&this._stream.requestFrame&&this._stream.requestFrame()}init(){return c(this,null,function*(){this._createDom();let e=this._sourceTrack.getSettings().width,t=this._sourceTrack.getSettings().height;d.debug(`LibVPxEncoder started ${e}x${t}, codec ${this.isVP9()?"VP9":"VP8"}`),yield this._createStream(this._sourceTrack),yield this._createWorker(`"use strict";var exports=(()=>{var l=Object.defineProperty;var R=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var x=Object.prototype.hasOwnProperty;var V=(a,r)=>{for(var s in r)l(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&&l(a,e,{get:()=>r[e],enumerable:!(i=R(r,e))||i.enumerable});return a};var A=a=>h(l({},"__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 u=Math.round(performance.now()),f=150;if(!e.encode(u,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:u,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})},[Dr.default,Dr.default.getUrl,this._useCongestionControl,this._maxBitrate],{isVP9:this.isVP9(),debug:d.enabled()})})}_encode(e,t){let i=e.data.buffer;this._sendToWorker("frame",{width:e.width,height:e.height,imageData:i,keyFrame:t},[i])}_requestFrameVideo(e){let t=this._drawFrameVideo();this._encode(t,e)}_requestFrameBitmap(e){window.clearTimeout(this._frameReadTimeout),this._frameReadTimeout=window.setTimeout(()=>{if(this._lastFrame){let t=this._drawFrameData(this._lastFrame);this._encode(t,e)}else this._onFrame(null)},io),this._getFrameBitmap().then(t=>{var a;window.clearTimeout(this._frameReadTimeout),(a=this._lastFrame)==null||a.close(),this._lastFrame=t;let i=this._drawFrameData(t);this._encode(i,e)}).catch(()=>{})}requestFrame(e=!1){this._useImageCapture?this._requestFrameBitmap(e):this._requestFrameVideo(e)}setBitrate(e,t=!1){this._sendToWorker("set_bitrate",{bitrate:e,useCbr:t})}isVP9(){return!1}destroy(){this._removeWorker(),this._removeStream(),this._removeDom(),d.debug("LibVPxEncoder destroyed")}static isBrowserSupported(){return"WebAssembly"in window&&"Worker"in window&&("CanvasCaptureMediaStream"in window||"CanvasCaptureMediaStreamTrack"in window)}};var Et=class extends Ue{constructor(e,t,i,a,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 E=Object.defineProperty;var C=Object.getOwnPropertyDescriptor;var T=Object.getOwnPropertyNames;var B=Object.prototype.hasOwnProperty;var x=(a,t)=>{for(var n in t)E(a,n,{get:t[n],enumerable:!0})},_=(a,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of T(t))!B.call(a,o)&&o!==n&&E(a,o,{get:()=>t[o],enumerable:!(i=C(t,o))||i.enumerable});return a};var I=a=>_(E({},"__esModule",{value:!0}),a);var S={};x(S,{default:()=>M});var M=()=>{let t,n,i,o,R,p,d=null,s=0,u=!1,l=0,g,V,c=!1;function y(e){t=e.readable,n=t.getReader(),i=e.width,o=e.height,R=e.isVP9,p=e.framerate,g=e.useCongestionControl,V=e.maxBitrate,g&&(l=V,c=e.useCbr),m(),self.postMessage({type:"ready"})}function A(e){self.clearTimeout(s),s=self.setTimeout(r=>{d&&h(d,r)},1e3,e),!u&&(u=!0,n.read().finally(()=>{u=!1,self.clearTimeout(s)}).then(({done:r,value:f})=>{if(d==null||d.close(),d=null,!(r||!f)){if(!b){n.releaseLock(),t.cancel();return}d=f,h(f,e)}}))}function h(e,r){(e.codedWidth!==i||e.codedHeight!==o)&&(i=e.codedWidth,o=e.codedHeight,m()),b.encode(e,{keyFrame:r})}function m(){let e={framerate:p,codec:R?"vp09.00.50.08":"vp8",width:i,height:o,latencyMode:"realtime",bitrateMode:c?"constant":"variable"};l>0&&(e.bitrate=l),b.configure(e)}function F(e,r=!1){l=e,c=r,m()}let b=new VideoEncoder({output:e=>{let r;e.data?r=e.data:(r=new ArrayBuffer(e.byteLength),e.copyTo(r)),self.postMessage({type:"frame",frameType:e.type,timestamp:e.timestamp,duration:e.duration,width:i,height:o,data:r},[r])},error:e=>{self.postMessage({type:"frame",error:String(e)})}});self.onmessage=e=>{switch(e.data.type){case"init":y(e.data);break;case"frame":A(e.data.keyFrame);break;case"set_bitrate":F(e.data.bitrate,e.data.useCbr);break}}};return I(S);})();
|
|
11
|
-
`,a=>{var n;a.error?this._onFrame(null,a.error):this._onFrame({type:a.frameType,timestamp:a.timestamp,duration:a.duration,data:a.data,byteLength:(n=a.data)==null?void 0:n.byteLength,width:a.width,height:a.height})},[],{readable:i,width:e,height:t,isVP9:this.isVP9(),framerate:this._frameRate,useCongestionControl:this._useCongestionControl,maxBitrate:this._maxBitrate,useCbr:this._useCbr},[i])})}requestFrame(e=!1){this._sendToWorker("frame",{keyFrame:e})}setBitrate(e,t){this._sendToWorker("set_bitrate",{bitrate:e,useCbr:t})}isVP9(){return!0}destroy(){this._removeWorker(),d.debug("WebCodecsEncoder destroyed")}static isBrowserSupported(){return"VideoEncoder"in window&&"Worker"in window&&"EncodedVideoChunk"in window&&"MediaStreamTrackProcessor"in window}};var ro=2100,ao=600,no=1.2,Ua=.8,oo=2e3,so=8e3,kr=8e3,co=16e3,lo=4,po=2e3,Bi=(t=>(t[t.NONE=0]="NONE",t[t.UP=1]="UP",t[t.DOWN=2]="DOWN",t))(Bi||{}),ni=class{constructor(r,e,t,i,a,n){this._upPenalty=0;this._delayAvgShort=-1;this._delayAvgLong=-1;this._minDelay=Number.MAX_VALUE;this._maxDelay=0;this._largeDelayDuration=0;this._onCongestion=r,this._ccEnabled=i,this._minBitrate=e,this._maxBitrate=t,this._fastSharing=a,n>0?this._highDelayThreshold=n:this._highDelayThreshold=ro,a&&(this._highDelayThreshold=ao),this._trendDelayThreshold=Math.round(this._highDelayThreshold/3),this._targetBitrate=this._maxBitrate,this._probing=!1;let s=Date.now();this._lastDown=0,this._lastUp=s,this._lastProbing=s,this._lastCheckDelay=0}checkDelay(r,e,t){let i=Date.now();if(this._calcDelay(e,i),this._delayAvgShort<=0||this._delayAvgLong<=0||!this._ccEnabled)return;let a=0,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 h=Math.round(this._targetBitrate/1e3),m=t;r%10===0&&d.debug(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${s} -> ${Bi[a]} tr=${h} br=${t}`);let S=i-this._lastDown;if(a===2&&S>oo){this._probing&&(this._upPenalty=Math.min(++this._upPenalty,lo),this._probing=!1);let G=Ua*m*1e3;if(G>=this._targetBitrate&&(G=this._targetBitrate*Ua),G=Math.max(G,this._minBitrate),G<this._targetBitrate){let z=Math.round(G/1e3),Q=Math.round(this._upPenalty*kr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${s} -> ${Bi[a]}`),d.log(`#${r}: cc: DOWN delay=${e} bitrate=${m} target=${h} -> newBitrate=${z} penalty=${Q}s`),this._setBitrate(G,!0),this._targetBitrate=G}this._lastDown=i}let k=i-this._lastUp,x=so+this._upPenalty*kr;if(a===1&&k>x&&S>x){let G=Math.min(this._targetBitrate*no,this._maxBitrate);if(G>this._targetBitrate){let z=Math.round(G/1e3),Q=Math.round(this._targetBitrate/1e3),_e=Math.round(this._upPenalty*kr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${s} -> ${Bi[a]}`),d.log(`#${r}: cc: UP bitrate=${m} target=${Q} -> newBitrate=${z} penalty=${_e}s`),this._setBitrate(G,!1),this._targetBitrate=G,this._probing=!0,this._lastProbing=i,this._lastUp=i}}let F=i-this._lastProbing;this._probing&&F>co&&(this._probing=!1);let Z=i-this._lastDown;this._upPenalty>0&&Z>3*x&&(d.log(`#${r}: cc: UP reset penalty: oldPenalty=${this._upPenalty}`),this._upPenalty=0)}_setBitrate(r,e){this._fastSharing&&(e=!0),this._onCongestion(r,e)}_calcDelay(r,e){if(!(r<=0)){if(this._delayAvgShort===-1&&(this._delayAvgShort=r,this._delayAvgLong=r),this._delayAvgShort=Math.round((this._delayAvgShort*3+r)/4),this._delayAvgLong=Math.round((this._delayAvgLong*23+r)/24),r>0&&r<this._minDelay?this._minDelay=r:r>this._maxDelay&&(this._maxDelay=r),this._lastCheckDelay===0&&(this._lastCheckDelay=e),r>po){let t=e-this._lastCheckDelay;this._largeDelayDuration+=t}this._lastCheckDelay=e}}reconfigure(r,e){this._minBitrate=r,this._maxBitrate=e}getStat(){if(this._minDelay===Number.MAX_VALUE||this._maxDelay===0||this._delayAvgLong<=0)return null;let r={minDelay:this._minDelay,maxDelay:this._maxDelay,avgDelay:this._delayAvgLong,largeDelayDuration:this._largeDelayDuration};return this._minDelay=Number.MAX_VALUE,this._maxDelay=0,this._largeDelayDuration=0,r}};var oi=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){var t;let e=this._head;for(let i=0;i<this._maxSize;i++){if(r===((t=this._buffer[e])==null?void 0:t.seq))return this._buffer[e];if(e=++e%this._maxSize,e===this._tail)break}return null}getServerBitrateK(r){let e=0,t=0,i=-1,a=-1,n=this._tail;for(let s=0;s<this._maxSize;s++){n>0?--n:n=this._maxSize-1;let l=this._buffer[n];if(l===null||(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===null)break;if(t.recv>=0&&t.sent>=0)return t.recv-t.sent;if(r===this._head)break}return 0}getMaxBandwidth(){let r=0,e=0,t=-1,i=-1,a=this._tail;for(let n=0;n<this._maxSize;n++){if(a>0?--a:a=this._maxSize-1,i===-1&&this._buffer[a].end&&!this._buffer[a].start&&(i=this._buffer[a].ts2,e=0),t===-1&&i>=0&&this._buffer[a].start&&!this._buffer[a].end&&(t=this._buffer[a].ts2),t>=0&&i>=0){let s=i-t;r=s>0?e*8/s:0;break}if(i>=0&&(e+=this._buffer[a].size),a===this._head)break}return Math.round(r)}};var mo=65536,ho=50,_o=400,go=1e6,fo=3e4,Fi=0,Tt=class{constructor(r,e,t,i){this._destroyed=!1;this._needKeyframe=!0;this._frameNum=0;this._feedback=new oi(1024);this._lastSharingStat=Date.now();this._queue=new ai;d.debug("ScreenCaptureSender started"),this.DATA_SIZE=p.consumerScreenDataChannelPacketSize-11,this._datachannel=e,this._signaling=t,this._fastSharing=i,this._congestionControlEnabled=p.screenShareCongestionControl||this._fastSharing,this._width=r.getSettings().width,this._height=r.getSettings().height;let{minBitrate:a,maxBitrate:n}=this._calcMinMaxBitrate(this._width,this._height),s=this._onCongestionCallback.bind(this);d.log(`ScreenCaptureSender: CongestionControl: enabled=${this._congestionControlEnabled} minBitrate=${Math.round(a/1e3)}k maxBitrate=${Math.round(n/1e3)}k delayThreshold=${p.screenShareCongestionControlThreshold}`),this._congestionControl=new ni(s,a,n,this._congestionControlEnabled,this._fastSharing,p.screenShareCongestionControlThreshold);let l=(u,h)=>{if(this._destroyed)return;if(!u){d.warn("requestFrame failed, keyFrame: "+this._needKeyframe,h),this._needKeyframe=!0,this._handleQueue();return}(u.width!==this._width||u.height!==this._height)&&(this._width=u.width,this._height=u.height,this._onResize(this._width,this._height));let m=this._sliceFrame(u);this._queue.merge(m),this._handleQueue(),this._sendSharingStat()};if(Et.isBrowserSupported()){let u=this._fastSharing,h=p.getScreenFrameRate(this._fastSharing);this._encoder=new Et(r,l,this._congestionControlEnabled,n,u,h)}else this._encoder=new Ut(r,l,this._congestionControlEnabled,n);this._datachannel.onmessage=u=>{La(u.data)&&(d.debug(`[${this._datachannel.label}] Requested keyframe`),this._needKeyframe=!0);let h=Na(u.data);h!==null&&this._checkCcFeedback(h)},this._datachannel.onbufferedamountlow=()=>{this._datachannel.bufferedAmount<=this._datachannel.bufferedAmountLowThreshold&&this._handleQueue()},this._encoder.init().then(()=>this._handleQueue()).catch(u=>d.warn("ScreenCaptureSender init failed",u)),this._fpsMeter=new ft(u=>d.log(`[ScreenCaptureSender] fps: ${u}`),2e4)}_handleQueue(){if(this._destroyed)return;let r=this._queue.shift();if(!r){this._requestFrame();return}if(this._queue.length||this._requestFrame(),!this._sendFrameChunk(r)){this._needKeyframe=this._needKeyframe||!this._cleanupQueue(),C.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)}}_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 ai;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=wa(r,e,t,i,Fi,this._encoder.isVP9(),a),s={sequence:Fi,data:n};return Fi=(Fi+1)%mo,s}_stopPacket(){return this._wrapHeader(Date.now(),!1,!1,!1,null).data}_sendFrameChunk(r){if(!this._datachannel||this._datachannel.readyState!=="open")return!1;this._feedback.add(r.sequence,r.timestamp,r.data.byteLength,r.isFirst,r.isLast);try{return this._datachannel.send(r.data),!0}catch(e){return d.warn("Error sending chunk to DataChannel",e),!1}}destroy(){this._fpsMeter.destroy(),this._datachannel.onbufferedamountlow=null,this._datachannel.onmessage=null,this._datachannel.readyState==="open"&&this._datachannel.send(this._stopPacket()),this._destroyed=!0,this._encoder.destroy(),d.debug("ScreenCaptureSender destroyed")}static isBrowserSupported(){return Et.isBrowserSupported()||Ut.isBrowserSupported()}_onCongestionCallback(r,e){this._encoder.setBitrate(r,e)}_onResize(r,e){let{minBitrate:t,maxBitrate:i}=this._calcMinMaxBitrate(r,e),a=Math.round(t/1e3),n=Math.round(i/1e3);d.log(`cc: resize to ${r}x${e}, minBitrate=${a} maxBitrate=${n}`),this._congestionControl.reconfigure(t,i)}_calcMinMaxBitrate(r,e){(r===void 0||r<640)&&(r=640),(e===void 0||e<360)&&(e=360);let t=r*e/256,i=Math.min(go,Math.round(t*ho)),a=Math.round(t*_o);return{minBitrate:i,maxBitrate:a}}_checkCcFeedback(r){this._feedback.update(r.seq,r.ts2)===null&&d.debug(`cc: update failed, seq=${r.seq}`)}_sendSharingStat(){let r=Date.now();if(r-this._lastSharingStat>fo){let t=this._congestionControl.getStat();t!==null&&(d.debug(`cc: send stats: ${JSON.stringify(t)}`),this._signaling.reportSharingStat(t)),this._lastSharingStat=r}}};var re=class{static get sessionKey(){return re._sessionKey}static set sessionKey(r){re._sessionKey=r}static get sessionSecretKey(){return re._sessionSecretKey}static set sessionSecretKey(r){re._sessionSecretKey=r}static get accessToken(){return re._accessToken}static set accessToken(r){re._accessToken=r}static isEmpty(){return!re._sessionKey||!re._sessionSecretKey}};var I=class{static set(r){r.hasOwnProperty("voiceParams")&&(Object.assign(I._params.voiceParams,r.voiceParams),delete r.voiceParams),r.hasOwnProperty("specListenerParams")&&(Object.assign(I._params.specListenerParams,r.specListenerParams),delete r.specListenerParams),r.hasOwnProperty("apiAuth")&&(re.accessToken=r.apiAuth.accessToken,re.sessionKey=r.apiAuth.sessionKey,re.sessionSecretKey=r.apiAuth.sessionSecretKey),r.hasOwnProperty("api")&&(Object.assign(I._params.api,r.api),delete r.api),Object.assign(I._params,C.objectFilterOutValues(r,void 0))}static get(r){return I._params[r]}static get appName(){return"ok.calls.sdk.js"}static get appVersion(){return 1.1}static get sdkVersion(){return"2.8.2-dev.23ddbb8.0"}static get debug(){}static get protocolVersion(){return I._params.joinFromMultipleDevices?6:5}static get platform(){return I._params.platform}static set platform(r){I._params.platform=r}static get clientType(){return I._params.clientType}static set clientType(r){I._params.clientType=r}static get externalUserType(){return I._params.externalUserType}static set externalUserType(r){I._params.externalUserType=r}static get device(){return I._params.device}static get apiKey(){return I._params.apiKey}static get apiEnv(){return I._params.apiEnv}static get apiEndpoint(){switch(I.apiEnv){case"AUTO":case"PROD":return"https://api.mycdn.me";case"PROD_OK":return"https://api.ok.ru";case"TEST":return"https://apitest.ok.ru/api";case"VIDEOTEST":return"https://videotestapi.ok.ru/api";default:return I._params.apiEnv}}static get authToken(){return I._params.authToken}static set authToken(r){I._params.authToken=r}static get anonymToken(){return I._params.anonymToken}static set anonymToken(r){I._params.anonymToken=r}static get domain(){return I._params.domain}static get externalDomain(){return I._params.externalDomain}static get iceServers(){return I._params.iceServers}static set iceServers(r){I._params.iceServers=r}static get wssBase(){return I._params.wssBase}static set wssBase(r){I._params.wssBase=r}static get wssToken(){return I._params.wssToken}static set wssToken(r){I._params.wssToken=r}static get signalingReconnectDelay(){return I._params.signalingReconnectDelay}static get signalingReconnectMaxDelay(){return I._params.signalingReconnectMaxDelay}static get signalingReconnectMaxCount(){return I._params.signalingReconnectMaxCount}static get waitConnectionDelay(){return I._params.waitConnectionDelay}static get waitResponseDelay(){return I._params.waitResponseDelay}static get waitMessageDelay(){return I._params.waitMessageDelay}static get waitAnotherTabDelay(){return I._params.waitAnotherTabDelay}static get debugLog(){return I._params.debugLog}static get forceRelayPolicy(){return I._params.forceRelayPolicy}static set forceRelayPolicy(r){I._params.forceRelayPolicy=r}static get videoMinWidth(){return I._params.videoMinWidth}static get videoMaxWidth(){return I._params.videoMaxWidth}static set videoMaxWidth(r){I._params.videoMaxWidth=r}static get videoMinHeight(){return I._params.videoMinHeight}static get videoMaxHeight(){return I._params.videoMaxHeight}static set videoMaxHeight(r){I._params.videoMaxHeight=r}static get videoAspectRatio(){return I._params.videoAspectRatio}static get videoFrameRate(){return I._params.videoFrameRate}static get videoFacingMode(){return I._params.videoFacingMode||(b.isMobile()?"user":null)}static set videoFacingMode(r){I._params.videoFacingMode=r}static get displaySurface(){return I._params.displaySurface}static get videoEffects(){return I._params.videoEffects}static set videoEffects(r){I._params.videoEffects=r}static get videoEffectMaxWidth(){return I._params.videoEffectMaxWidth}static set videoEffectMaxWidth(r){I._params.videoEffectMaxWidth=r}static get videoEffectMaxHeight(){return I._params.videoEffectMaxHeight}static set videoEffectMaxHeight(r){I._params.videoEffectMaxHeight=r}static get vmoji(){var r;return(r=I._params.vmoji)!=null&&r.isBrowserSupported()?I._params.vmoji:null}static set vmoji(r){I._params.vmoji=r}static get vmojiRenderingOptions(){return I._params.vmojiRenderingOptions||{}}static set vmojiRenderingOptions(r){I._params.vmojiRenderingOptions=r}static get voiceParams(){return I._params.voiceParams}static get specListenerParams(){return I._params.specListenerParams}static get iceRestartWaitTime(){return I._params.iceRestartWaitTime}static get transportConnectionWaitTime(){return I._params.transportConnectionWaitTime}static get statisticsInterval(){return I._params.statisticsInterval}static set statisticsInterval(r){I._params.statisticsInterval=r}static get networkStatisticsInterval(){return I._params.networkStatisticsInterval}static get perfStatReportEnabled(){return I._params.perfStatReportEnabled}static get callStatReportEnabled(){return I._params.callStatReportEnabled}static get producerNotificationDataChannel(){return I._params.producerNotificationDataChannel}static get producerCommandDataChannel(){return I._params.producerCommandDataChannel}static get consumerScreenDataChannel(){return I._params.consumerScreenDataChannel&&Tt.isBrowserSupported()}static get producerScreenDataChannel(){return I._params.producerScreenDataChannel&&I.producerNotificationDataChannel&&It.isBrowserSupported()}static get asrDataChannel(){return I._params.asrDataChannel&&I.producerNotificationDataChannel}static get consumerScreenDataChannelPacketSize(){return I._params.consumerScreenDataChannelPacketSize}static get screenShareWebmBuilder(){return I._params.screenShareWebmBuilder}static get noiseSuppression(){return I._params.noiseSuppression}static set noiseSuppression(r){I._params.noiseSuppression=r}static get preferH264(){return I._params.preferH264}static get preferVP9(){return I._params.preferVP9}static get audioNack(){return I._params.audioNack}static get consumerScreenTrack(){return I._params.consumerScreenTrack&&I.consumerScreenDataChannel}static get producerScreenTrack(){return I._params.producerScreenTrack}static get movieShare(){return I._params.movieShare&&I.videoTracksCount>0}static get videoTracksCount(){return I.producerNotificationDataChannel?Number(I._params.videoTracksCount):0}static get breakVideoPayloadTypes(){return I._params.breakVideoPayloadTypes}static get useParticipantListChunk(){return I._params.useParticipantListChunk&&I.videoTracksCount>0}static get useRooms(){return I._params.useRooms}static get participantListChunkInitIndex(){var r;return(r=I._params.participantListChunkInitIndex)!=null?r:0}static get participantListChunkInitCount(){var r;return(r=I._params.participantListChunkInitCount)!=null?r:null}static get serverAudioRed(){return I._params.serverAudioRed&&b.canPreferRed()}static get p2pAudioRed(){return I._params.p2pAudioRed&&b.canPreferRed()}static get h264spsPpsIdrInKeyframe(){return I._params.h264spsPpsIdrInKeyframe}static get filterObservers(){return I._params.filterObservers}static get muteMode(){return I._params.muteMode}static get preserveAudioTracks(){return I._params.preserveAudioTracks}static get audioShare(){return b.isAudioShareSupported()&&I._params.audioShare}static get fastScreenShare(){return I._params.fastScreenShare}static get screenShareCongestionControl(){return I._params.screenShareCongestionControl}static get screenShareCongestionControlThreshold(){return I._params.screenShareCongestionControlThreshold}static get api(){return I._params.api}static get fastScreenShareWidth(){return I._params.fastScreenShareWidth}static get fastScreenShareHeight(){return I._params.fastScreenShareHeight}static getScreenFrameRate(r){return r?I._params.fastScreenShareFrameRate:I._params.screenFrameRate}},p=I;p._params={platform:"WEB",clientType:"PORTAL",externalUserType:"",device:"browser",apiKey:"",authToken:"",anonymToken:"",apiEnv:"AUTO",domain:"",externalDomain:"",iceServers:[],wssBase:"",wssToken:"",signalingReconnectDelay:1e3,signalingReconnectMaxDelay:5e3,signalingReconnectMaxCount:20,waitConnectionDelay:1e4,waitResponseDelay:1e4,waitMessageDelay:15e3,waitAnotherTabDelay:200,debugLog:!1,forceRelayPolicy:!1,videoMinWidth:428,videoMinHeight:240,videoMaxWidth:1280,videoMaxHeight:720,videoAspectRatio:16/9,videoFrameRate:25,screenFrameRate:15,videoFacingMode:null,displaySurface:"monitor",videoEffects:null,videoEffectMaxWidth:640,videoEffectMaxHeight:360,vmoji:null,vmojiRenderingOptions:null,iceRestartWaitTime:2e4,transportConnectionWaitTime:5e3,statisticsInterval:5e3,networkStatisticsInterval:2e4,perfStatReportEnabled:!0,callStatReportEnabled:!1,voiceParams:{smoothing:.8,minFreq:200,maxFreq:5e3,interval:500,threshold:.35,speakerLevelMultiplier:1.8},specListenerParams:{connectionTimeout:1e4,volumeTimeout:1e4},producerNotificationDataChannel:!0,producerCommandDataChannel:!0,consumerScreenDataChannel:!0,producerScreenDataChannel:!0,asrDataChannel:!1,consumerScreenDataChannelPacketSize:64*1024,screenShareWebmBuilder:!1,noiseSuppression:!0,preferH264:!1,preferVP9:!0,audioNack:!0,consumerScreenTrack:!0,producerScreenTrack:!0,videoTracksCount:30,movieShare:!1,useParticipantListChunk:!1,useRooms:!1,participantListChunkInitIndex:0,participantListChunkInitCount:null,serverAudioRed:!0,p2pAudioRed:!0,h264spsPpsIdrInKeyframe:!0,breakVideoPayloadTypes:!1,joinFromMultipleDevices:!1,filterObservers:!1,muteMode:!1,preserveAudioTracks:!1,audioShare:!1,fastScreenShare:!1,screenShareCongestionControl:!1,screenShareCongestionControlThreshold:2100,api:{userIdsByOkBatchedTimeout:1e3},fastScreenShareFrameRate:24,fastScreenShareWidth:1280,fastScreenShareHeight:720};var Vi=(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))(Vi||{});function j(o,...r){let e=p.get(o);e&&setTimeout(e,0,...r)}function le(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}j(o,r,...e)}function Ee(o){return Object.assign({},o)}function Rt(o){return o.slice()}var Or;(vc=>{function o(_,P){j("onLocalStream",_,Ee(P))}vc.onLocalStream=o;function r(_,P){j("onScreenStream",_,Ee(P))}vc.onScreenStream=r;function e(_,P){j("onVmojiStream",_,Ee(P))}vc.onVmojiStream=e;function t(_,P){j("onLocalStreamUpdate",Ee(_),P)}vc.onLocalStreamUpdate=t;function i(_){d.debug("Local status:",_),j("onLocalStatus",_)}vc.onLocalStatus=i;function a(_,P){le("onRemoteStream",_,P)}vc.onRemoteStream=a;function n(_,P){le("onRemoteLive",_,P)}vc.onRemoteLive=n;function s(_,P){le("onLocalLive",_,P)}vc.onLocalLive=s;function l(_,P){le("onRemoteLiveUpdate",_,P)}vc.onRemoteLiveUpdate=l;function u(_,P){le("onLocalLiveUpdate",_,P)}vc.onLocalLiveUpdate=u;function h(_,P){le("onRemoteScreenStream",_,P)}vc.onRemoteScreenStream=h;function m(_,P){le("onRemoteVmojiStream",_,P)}vc.onRemoteVmojiStream=m;function S(_,P,J,Le,Yt){le("onConversation",_,Ee(P),Ee(J),Le,Yt)}vc.onConversation=S;function k(_){_&&j("onConversationParticipantListChunk",_)}vc.onConversationParticipantListChunk=k;function x(_,P,J){le("onRemoteMediaSettings",_,Ee(P),J)}vc.onRemoteMediaSettings=x;function F(_,P){le("onLocalMediaSettings",_,Ee(P))}vc.onLocalMediaSettings=F;function Z(_,P,J){le("onRemoteSharedMovieInfo",_,Ee(P),J)}vc.onRemoteSharedMovieInfo=Z;function G(_,P,J){le("onRemoteSharedMovieStoppedInfo",_,Ee(P),J)}vc.onRemoteSharedMovieStoppedInfo=G;function z(_,P){le("onLocalSharedMovieInfo",_,Ee(P))}vc.onLocalSharedMovieInfo=z;function Q(_,P){le("onLocalSharedMovieStoppedInfo",_,Ee(P))}vc.onLocalSharedMovieStoppedInfo=Q;function _e(_,P){le("onParticipantAdded",_,P)}vc.onParticipantAdded=_e;function Re(_,P){le("onParticipantJoined",_,P)}vc.onParticipantJoined=Re;function lt(_,P,J){le("onRemoteParticipantState",_,Ee(P),J)}vc.onRemoteParticipantState=lt;function fi(_,P,J=null){d.debug("Remote status:",P,_),le("onRemoteStatus",_,P,J)}vc.onRemoteStatus=fi;function zt(){j("onPermissionsRequested")}vc.onPermissionsRequested=zt;function ee(_,P){j("onPermissionsError",_,P)}vc.onPermissionsError=ee;function Vr(_,P){le("onRemoteRemoved",_,P)}vc.onRemoteRemoved=Vr;function jr(_,P,J){j("onCallState",_,P,Ee(J))}vc.onCallState=jr;function Hr(_,P){j("onDeviceSwitched",_,P)}vc.onDeviceSwitched=Hr;function rr(_,P,J,Le=!1,Yt=!1,nr=null,or=null,fn,Wr,Sn=null){let vn=Wr?Rt(Wr):void 0;j("onMuteStates",Ee(_),Rt(P),Rt(J),Le,Yt,nr,or,fn,vn,Sn)}vc.onMuteStates=rr;function ar(_,P){le("onRolesChanged",_,Rt(P))}vc.onRolesChanged=ar;function Gr(_){j("onLocalRolesChanged",Rt(_))}vc.onLocalRolesChanged=Gr;function Si(_,P,J,Le){le("onPinnedParticipant",_,P,J,Le)}vc.onPinnedParticipant=Si;function R(_,P){j("onLocalPin",_,P)}vc.onLocalPin=R;function g(_){j("onOptionsChanged",Rt(_))}vc.onOptionsChanged=g;function A(){j("onCallAccepted")}vc.onCallAccepted=A;function E(){j("onRateNeeded")}vc.onRateNeeded=E;function y(_){le("onSpeakerChanged",_)}vc.onSpeakerChanged=y;function L(_){j("onVolumesDetected",Rt(_))}vc.onVolumesDetected=L;function W(_,P){j("onLocalVolume",_,P)}vc.onLocalVolume=W;function oe(_,P){j("onJoinStatus",_,P)}vc.onJoinStatus=oe;function pe(_,P){j("onHangup",_,P)}vc.onHangup=pe;function ke(_){j("onMultipartyChatCreated",Ee(_))}vc.onMultipartyChatCreated=ke;function Ke(){j("onDeviceChange")}vc.onDeviceChange=Ke;function Oe(_){j("onFingerprintChange",_)}vc.onFingerprintChange=Oe;function we(){j("onTokenExpired")}vc.onTokenExpired=we;function xe(_,P,J=!1){j("onChatMessage",_,P,J)}vc.onChatMessage=xe;function B(_,P,J=!1){j("onCustomData",_,P,J)}vc.onCustomData=B;function N(_,P,J,Le,Yt,nr,or=null){j("onRecordStarted",_,P,J,Le,Yt,nr,or)}vc.onRecordStarted=N;function Jt(_=null){j("onRecordStopped",_)}vc.onRecordStopped=Jt;function bt(_){j("onLocalNetworkStatusChanged",_)}vc.onLocalNetworkStatusChanged=bt;function q(_){j("onNetworkStatusChanged",_)}vc.onNetworkStatusChanged=q;function me(_,...P){j("onDebugMessage",_,...P)}vc.onDebugMessage=me;function ve(_,P){let J=Object.assign({},_,{memory:P});j("onStatistics",J)}vc.onStatistics=ve;function te(){j("onAutoplayError")}vc.onAutoplayError=te;function X(_,P,J){j("onChatRoomUpdated",_,P,J)}vc.onChatRoomUpdated=X;function se(_){j("onRemoteMixedAudioStream",_)}vc.onRemoteMixedAudioStream=se;function $e(_){j("onJoinLinkChanged",_)}vc.onJoinLinkChanged=$e;function sc(_){j("onRoomsUpdated",_)}vc.onRoomsUpdated=sc;function cc(_,P,J,Le){j("onRoomUpdated",_,P,J,Le)}vc.onRoomUpdated=cc;function dc(_){j("onRoomParticipantsUpdated",_)}vc.onRoomParticipantsUpdated=dc;function lc(_){j("onRoomSwitched",_)}vc.onRoomSwitched=lc;function pc(_){j("onRoomStart",_)}vc.onRoomStart=pc;function uc(_,P=null){j("onFeedback",_,P)}vc.onFeedback=uc;function mc(_){j("onFeaturesPerRoleChanged",_)}vc.onFeaturesPerRoleChanged=mc;function hc(_){j("onParticipantVmojiUpdate",_)}vc.onParticipantVmojiUpdate=hc;function _c(_,P){j("onAsrSet",_,P)}vc.onAsrSet=_c;function gc(_,P,J){j("onAsrStarted",_,P,J)}vc.onAsrStarted=gc;function fc(_){j("onAsrStopped",_)}vc.onAsrStopped=fc;function Sc(_,P,J,Le){j("onAsrTranscription",_,P,J,Le)}vc.onAsrTranscription=Sc})(Or||(Or={}));var f=Or;var xr=(i=>(i.DEBUG="DEBUG",i.LOG="LOG",i.WARN="WARN",i.ERROR="ERROR",i))(xr||{}),wr;(Q=>{let o="📞",r=(_e,...Re)=>{f.onDebugMessage(_e,...Re)},e=!1,t=(_e,Re)=>(...lt)=>{_e(...lt),Ra(Re,lt)},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"),h=r.bind(null,"WARN"),m=r.bind(null,"ERROR");Q.debug=l,Q.log=u,Q.warn=h,Q.error=m;function Z(){return e}Q.enabled=Z;function G(_e){e=_e,p.debugLog&&ur(),_e?(Q.debug=p.debugLog?t(i,"DEBUG"):i,Q.log=p.debugLog?t(a,"LOG"):a,Q.warn=p.debugLog?t(n,"WARN"):n,Q.error=p.debugLog?t(s,"ERROR"):s):(Q.debug=p.debugLog?t(l,"DEBUG"):l,Q.log=p.debugLog?t(u,"LOG"):u,Q.warn=p.debugLog?t(h,"WARN"):h,Q.error=p.debugLog?t(m,"ERROR"):m)}Q.toggle=G;function z(_e,...Re){switch(_e){case"DEBUG":(0,Q.debug)(...Re);break;case"LOG":(0,Q.log)(...Re);break;case"WARN":(0,Q.warn)(...Re);break;case"ERROR":(0,Q.error)(...Re);break}}Q.send=z})(wr||(wr={}));var d=wr;var ji=(t=>(t.USER="USER",t.ANONYM="ANONYM",t.GROUP="GROUP",t))(ji||{}),fe;(s=>{function o(l){return l.length?typeof l[0]=="object"?l:l.map(u=>r(u)):[]}s.fromIds=o;function r(l,u="USER"){return{id:l,type:u}}s.fromId=r;function e(l){return{id:l.id,type:l.type==="ANONYM"?"ANONYM":"USER"}}s.fromSignaling=e;function t(l){return`{"id":"${l.id}","type":"${l.type}"}`}s.toString=t;function i(l,u="USER"){return t(r(l,u))}s.fromIdToString=i;function a(l){try{return JSON.parse(l)}catch(u){throw new Error(`Failed to parse ExternalId from string '${l}'`)}}s.fromString=a;function n(l,u){return l.id===u.id&&l.type===u.type}s.compare=n})(fe||(fe={}));var ue;(i=>{function o(a,n="USER",s=0){return{id:a,type:n,deviceIdx:s}}i.fromId=o;function r(a){return`{"id":"${a.id}","type":"${a.type}","deviceIdx":"${a.deviceIdx}"}`}i.toString=r;function e(a,n){return Object.assign({deviceIdx:n},fe.fromSignaling(a))}i.fromSignaling=e;function t(a){return a&&typeof a=="object"?a.deviceIdx:0}i.getDeviceIdx=t})(ue||(ue={}));var So="kf";function Bt(o){return o.stopStream}function Lr(o){return o.keyFrameRequested}function Ba(o){if(Bt(o))return"ss";if(Lr(o))return So;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 Ft=(n=>(n.CAMERA="CAMERA",n.SCREEN="SCREEN",n.STREAM="STREAM",n.MOVIE="MOVIE",n.AUDIOSHARE="AUDIOSHARE",n.ANIMOJI="ANIMOJI",n))(Ft||{}),Fa="s",Va="m";function We(o){return o.participantId+(o.mediaType?At+Fa+o.mediaType:"")+(o.streamName?At+Va+o.streamName:"")}function si(o){let r=o.split(At),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 Fa:t=vo(s.slice(1));break;case Va:i=s.slice(1);break;case Pi:a=Number.parseInt(s.slice(1),10);break;default:throw new Error("Unexpected parameter type "+s.charAt(0)+" in stream description "+o)}return{participantId:C.compose(e,a),mediaType:t,streamName:i}}function vo(o){for(let r of Object.keys(Ft))if(r===o)return Ft[r];return null}function Nr(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)}function Hi(o,r){return!(!Nr(o.camera,r.camera)||!Nr(o.screenSharing,r.screenSharing))}function Ur(o,r){return{camera:Object.assign({},o.camera,r.camera),screenSharing:Object.assign({},o.screenSharing,r.screenSharing)}}function ja(o){try{return btoa(JSON.stringify(o))}catch(r){d.warn("WaitingParticipant: failed convert to string",o,r)}return null}function Ha(o){try{return JSON.parse(atob(o))}catch(r){d.warn("WaitingParticipant: failed convert from string",o,r)}return null}var Vt=(o,r)=>C.objectReduce(o,(e,t,i)=>(t===r&&e.push(i),e),[]);var jt=class{constructor(r){this._fixNoPacketsApplied=!1;this._fixNoPacketsChecked=!1;this._fixTooManyPacketsApplied=!1;this._fixTooManyPacketsSucceeded=!1;this._fixTooManyPacketsFailed=!1;this._mediaSource=r}_fixAudioDeviceNoPackets(r){if(!(this._fixNoPacketsApplied&&this._fixNoPacketsChecked)){if(this._fixNoPacketsApplied&&!this._fixNoPacketsChecked){this._fixNoPacketsChecked=!0,T.log(v.ERROR,`audio_device_recover_${r.bandwidth?"success":"fail"}`);return}!this._fixNoPacketsApplied&&!r.bandwidth&&(this._fixNoPacketsApplied=!0,T.log(v.ERROR,"audio_device_recover"),this._mediaSource.toggleAudio(!0))}}_fixAudioDeviceTooManyPackets(r){if(this._fixTooManyPacketsSucceeded||this._fixTooManyPacketsFailed)return;let e=75,t=Date.now();if(!this._lastPacketsSentTime)r.packetsSent>0&&(this._lastPacketsSentTime=t,this._lastPacketsSent=r.packetsSent);else if(t-this._lastPacketsSentTime>500){let i=(r.packetsSent-this._lastPacketsSent)*1e3/(t-this._lastPacketsSentTime);this._lastPacketsSentTime=t,this._lastPacketsSent=r.packetsSent,this._fixTooManyPacketsApplied?i>e?(d.log("Failed to fix RV"),T.log(v.ERROR,"audio_device_recover_rv_fail"),this._fixTooManyPacketsFailed=!0):t-this._fixTooManyPacketsTime>6e4&&(d.log("Fixed RV"),T.log(v.ERROR,"audio_device_recover_rv_success"),this._fixTooManyPacketsSucceeded=!0):i>e&&(this._fixTooManyPacketsApplied=!0,d.log("Trying to fix RV"),this._mediaSource.toggleAudio(!0),this._fixTooManyPacketsTime=t)}}fix(r){if(!this._mediaSource)return;let e=r.find(t=>t.kind==="audio");e&&(this._fixAudioDeviceNoPackets(e),this._fixAudioDeviceTooManyPackets(e))}};var Ga=(n=>(n.producerNotification="producerNotification",n.producerCommand="producerCommand",n.consumerScreenShare="consumerScreenShare",n.producerScreenShare="producerScreenShare",n.asr="asr",n.animoji="animoji",n))(Ga||{}),Je=Ga;var Ct=class extends ae{constructor(e,t){super();this._state="IDLE";this._pc=null;this._signaling=e,this._mediaSource=t}getState(){return this._state||"IDLE"}};var Wa="videochat-epi",Io=5e3,st=class extends ae{constructor(e,t,i=!1){super();this._previousTimestamp=0;this._previousCallStatReportTimestamp=0;this._previousCallStatReport=null;this._screenShareStats=[];this._handleScreenSharingStat=e=>{this._screenShareStats.push(e)};this._signaling=t,this._directTopology=i,this.subscribe(e,"REMOTE_DATA_STATS",this._handleStats.bind(this)),this.subscribe(e,"SCREEN_SHARING_STAT",this._handleScreenSharingStat.bind(this))}destroy(){this.unsubscribe()}static getEstimatedPerformanceIndex(){try{let e=parseInt(localStorage.getItem(Wa)||"",10);return isNaN(e)?0:e}catch(e){return 0}}_handleStats(e){return c(this,null,function*(){if(!e.inbound||!e.inbound.rtps)return;let t=Date.now();!this._directTopology&&p.perfStatReportEnabled&&this._previousTimestamp+Io<=t&&(yield this.reportPerfStats(e),this._previousTimestamp=t),p.callStatReportEnabled&&this._previousCallStatReportTimestamp+p.statisticsInterval<=t&&(this._reportCallStats(e),this._previousCallStatReportTimestamp=t)})}reportPerfStats(e){return c(this,null,function*(){let t=e.inbound.rtps.reduce((i,a)=>(a.kind==="video"&&(i.framesDecoded+=a.framesDecoded||0,i.framesReceived+=a.framesReceived||0),i),{framesDecoded:0,framesReceived:0});if(t.framesDecoded)try{let i=yield this._signaling.reportPerfStat(t);localStorage.setItem(Wa,i.estimatedPerformanceIndex)}catch(i){}})}_reportCallStats(e){var s,l,u,h;let t={call_topology:this._directTopology?"D":"S",nack_received:0,pli_received:0,fir_received:0,frames_dropped:0,jitter_video:0,jitter_audio:0,interframe_delay_variance:0,nack_sent:0,pli_sent:0,fir_sent:0,total_audio_samples_received:0,concealed_audio_samples:0,silent_concealed_audio_samples:0,inserted_audio_samples_for_deceleration:0,removed_audio_samples_for_acceleration:0,audio_concealment_events:0,total_audio_energy:0,inbound_video_count:0,inbound_audio_count:0,freeze_count:0,total_freezes_duration:0,rtt:Math.round(e.inbound.transport.currentRoundTripTime*1e3),ss_freeze_count:0,ss_total_freezes_duration:0,local_address:$a(e.inbound.transport.local),local_connection_type:(s=e.inbound.transport.local)==null?void 0:s.type,network_type:(l=e.inbound.transport.local)==null?void 0:l.networkType,transport:(u=e.inbound.transport.local)==null?void 0:u.protocol,remote_address:$a(e.inbound.transport.remote),remote_connection_type:(h=e.inbound.transport.remote)==null?void 0:h.type};this._previousCallStatReport||(this._previousCallStatReport=Object.assign({},t));let i=!1,a=!1;for(e.inbound.rtps.reduce((m,S)=>(S.kind==="video"?(i=!0,S.framesReceived&&(m.jitter_video=m.jitter_video*m.inbound_video_count/(m.inbound_video_count+1)+S.jitter*1e3/(m.inbound_video_count+1),m.interframe_delay_variance=m.interframe_delay_variance*m.inbound_video_count/(m.inbound_video_count+1)+(S.interframeDelayVariance||0)*1e6/(m.inbound_video_count+1),m.inbound_video_count++),m.frames_dropped+=S.framesDropped||0,m.nack_sent+=S.nackCount,m.pli_sent+=S.pliCount,m.fir_sent+=S.firCount,m.freeze_count+=S.freezeCountDelta||0,m.total_freezes_duration+=S.totalFreezesDurationDelta||0):(a=!0,S.totalSamplesReceived&&(m.jitter_audio=m.jitter_audio*m.inbound_audio_count/(m.inbound_audio_count+1)+S.jitter*1e3/(m.inbound_audio_count+1),m.total_audio_energy=m.total_audio_energy*m.inbound_audio_count/(m.inbound_audio_count+1)+(S.totalAudioEnergy||0)/(m.inbound_audio_count+1),m.inbound_audio_count++),m.total_audio_samples_received+=S.totalSamplesReceived||0,m.inserted_audio_samples_for_deceleration+=S.insertedSamplesForDeceleration||0,m.removed_audio_samples_for_acceleration+=S.removedSamplesForAcceleration||0,m.concealed_audio_samples+=S.concealedSamples||0,m.silent_concealed_audio_samples+=S.silentConcealedSamples||0,m.audio_concealment_events+=S.concealmentEvents||0),m),t),e.outbound.rtps.reduce((m,S)=>(S.kind==="video"&&(m.nack_received+=S.nackCount,m.pli_received+=S.pliCount,m.fir_received+=S.firCount),m),t);this._screenShareStats.length;){let m=this._screenShareStats.pop();m!=null&&m.freeze_duration&&(t.ss_freeze_count+=1,t.ss_total_freezes_duration+=m.freeze_duration)}let n={call_topology:t.call_topology,nack_sent:Math.max(0,t.nack_sent-this._previousCallStatReport.nack_sent),nack_received:Math.max(0,t.nack_received-this._previousCallStatReport.nack_received),pli_sent:Math.max(0,t.pli_sent-this._previousCallStatReport.pli_sent),pli_received:Math.max(0,t.pli_received-this._previousCallStatReport.pli_received),fir_sent:Math.max(0,t.fir_sent-this._previousCallStatReport.fir_sent),fir_received:Math.max(0,t.fir_received-this._previousCallStatReport.fir_received),frames_dropped:Math.max(0,t.frames_dropped-this._previousCallStatReport.frames_dropped),rtt:t.rtt};if(i&&!Wi(t.jitter_video)&&(n.jitter_video=t.jitter_video),a&&!Wi(t.jitter_audio)&&(n.jitter_audio=t.jitter_audio),i&&!Wi(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=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&&!Wi(t.total_audio_samples_received)){let m=Math.max(0,t.total_audio_samples_received-this._previousCallStatReport.total_audio_samples_received),S=Math.max(0,t.inserted_audio_samples_for_deceleration-this._previousCallStatReport.inserted_audio_samples_for_deceleration),k=Math.max(0,t.removed_audio_samples_for_acceleration-this._previousCallStatReport.removed_audio_samples_for_acceleration),x=Math.max(0,t.concealed_audio_samples-this._previousCallStatReport.concealed_audio_samples),F=Math.max(0,t.silent_concealed_audio_samples-this._previousCallStatReport.silent_concealed_audio_samples),Z=Math.max(0,t.audio_concealment_events-this._previousCallStatReport.audio_concealment_events);n.inserted_audio_samples_for_deceleration=ci(S/m*1e3),n.removed_audio_samples_for_acceleration=ci(k/m*1e3),n.concealed_audio_samples=ci(x/m*1e3),n.concealed_silent_audio_samples=ci(F/m*1e3),n.concealment_audio_avg_size=ci(x/Z),n.total_audio_energy=t.total_audio_energy}Ka(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),Ka(t,"remote_address","remote_connection_type")&&(n.remote_address=t.remote_address,n.remote_connection_type=t.remote_connection_type),ge.logCallStat(n),d.log("Sent call stats",n),this._previousCallStatReport=t}};function Ka(o,...r){for(let e of r)if(!o.hasOwnProperty(e)||o[e]===void 0)return!1;return!0}function $a(o){if(o)return`${o.address}:${o.port}`}function Wi(o){return o===void 0}function ci(o){return Number.isNaN(o)?0:o}var Ki=.8,ct=class extends Ct{constructor(e,t,i,a,n){super(i,a);this._remoteSDP={};this._remoteCandidates={};this._animojiDataChannel=null;this._animojiReceiver=null;this._animojiSender=null;this._isOpen=!1;this._remotePeerId=null;this._statInterval=null;this._settingsInterval=null;this._failedOnCreate=null;this._remoteStream=null;this._iceRestartTimeout=null;this._reconnectionTimeout=null;this._reconnectionPrevented=!1;this._fingerprint=null;this._neverConnected=!0;this._prevConsumerSettings={};this._lastNetworkStat={rtt:0,loss:0,date:0};this._remoteNetworkStat={rtt:0,loss:0};this._networkLimits={badNet:{loss:3,rtt:1e3},goodNet:{loss:.5,rtt:600}};if(this._participantId=e,this._isMaster=t,this._serverSettings=n,this._perfStatReporter=new st(this,i,!0),this.subscribe(this._signaling,Ie.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,"TRACK_REPLACED",this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,"SOURCE_CHANGED",this._applySettings.bind(this)),this._pc=new RTCPeerConnection({iceServers:p.iceServers,iceTransportPolicy:p.forceRelayPolicy?"relay":"all"},{optional:[{googSuspendBelowMinBitrate:!1}]}),this._pc.onicecandidate=this._handleIceCandidate.bind(this),this._pc.ontrack=this._onAddTrack.bind(this),this._pc.oniceconnectionstatechange=this._onIceConnectionStateChange.bind(this),this._pc.onconnectionstatechange=this._onConnectionStateChange.bind(this),this._pc.onsignalingstatechange=this._onSignalingStateChange.bind(this),this._prevConsumerSettings={},p.vmoji&&this._createDataChannel(this._pc,Je.animoji,s=>{var l,u;this._animojiDataChannel=s,this._animojiDataChannel.binaryType="arraybuffer",(l=this._animojiReceiver)==null||l.setDataChannel(this._animojiDataChannel),(u=this._animojiSender)==null||u.setDataChannel(this._animojiDataChannel)}),this._isMaster){try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0,p.p2pAudioRed),this._applySettings()}catch(s){T.log(v.ERROR,"addTrack-direct"),d.error("Unable to add media source tracks",s,{participantId:this._participantId}),this._failedOnCreate=s;return}this._createOffer(!1).catch(s=>{this._state==="IDLE"?this._failedOnCreate=s:this.close(s)})}this._startSettingsInterval()}get participantId(){return this._participantId}updateStatisticsInterval(){this._stopStatInterval(),this._isDeadConnection()||this._startStatInterval()}_isDeadConnection(){return["IDLE","CLOSED","FAILED"].includes(this.getState())}open(e=null){return c(this,null,function*(){if(this._isOpen){d.warn("DirectTransport: Already opened",{participantId:this._participantId});return}if(this._failedOnCreate){this.close(this._failedOnCreate);return}if(d.debug("DirectTransport: Open transport",{participantId:this._participantId}),this._isOpen=!0,this._remotePeerId=e,!this._isMaster)try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0,p.p2pAudioRed),this._applySettings()}catch(i){T.log(v.ERROR,"addTrack-direct"),d.error("DirectTransport: Unable to add media source tracks",i,{participantId:this._participantId}),this.close(i);return}this._setState("OPENED");let t=e;if(!e){let i=Object.keys(this._remoteSDP);t=i[i.length-1]}if(t&&this._remoteSDP[t])try{yield this._setRemoteDescription(t,this._remoteSDP[t])}catch(i){this.close();return}this._remoteSDP={},this._remoteCandidates={}})}updateSettings(e){Hi(e,this._serverSettings)||(this._serverSettings=e,this._applySettings())}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}setAnimojiTransport(e,t){if(p.vmoji&&(this._animojiReceiver=e,this._animojiSender=t,e.setParticipantId(this._participantId),this._animojiDataChannel)){e.setDataChannel(this._animojiDataChannel),t.setDataChannel(this._animojiDataChannel);return}}close(e){this._isOpen&&(this._isOpen=!1,this._stopReconnection(),this._remoteStream&&(this._remoteStream.getTracks().forEach(t=>{t.stop(),this._triggerEvent("REMOTE_TRACK_REMOVED",this._remoteStream,t)}),this._remoteStream=null),this._stopStatInterval(),this._stopSettingsInterval(),this._pc&&(this._animojiDataChannel&&(this._animojiDataChannel.onopen=null,this._animojiDataChannel.onmessage=null,this._animojiDataChannel.onerror=null,this._animojiDataChannel.close()),this._pc.onicecandidate=null,this._pc.ontrack=null,this._pc.oniceconnectionstatechange=null,this._pc.onconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._pc.close(),this._pc=null),this.unsubscribe(),e?(d.error("DirectTransport: Closed",e,{participantId:this._participantId}),this._setState("FAILED")):(d.debug("DirectTransport: Closed",{participantId:this._participantId}),this._setState("CLOSED")),this._triggerEvent("PEER_CONNECTION_CLOSED"))}_setState(e){this._state!==e&&(d.debug(`DirectTransport: State changed to ${e}`,{participantId:this._participantId}),this._state=e,this._triggerEvent("STATE_CHANGED",e))}_onSignalingNotification(e){var t,i,a,n;switch(e.notification){case O.TRANSMITTED_DATA:this._handleTransmittedData(e);break;case O.SETTINGS_UPDATE:Object.assign(this._networkLimits.badNet,((t=e.settings)==null?void 0:t.badNet)||{}),Object.assign(this._networkLimits.goodNet,((i=e.settings)==null?void 0:i.goodNet)||{});break;case O.CUSTOM_DATA:e.data.hasOwnProperty("sdk")&&(this._remoteNetworkStat.rtt=((a=e.data.sdk)==null?void 0:a.rtt)||0,this._remoteNetworkStat.loss=((n=e.data.sdk)==null?void 0:n.loss)||0);break}}_handleTransmittedData(e){let t=e.data,i=C.getPeerIdString(e.peerId);C.composeMessageId(e)===this._participantId&&(t.candidate&&t.candidate.candidate?this._addIceCandidate(i,t.candidate).catch(this.close.bind(this)):t.sdp&&this._setRemoteDescription(i,t.sdp).catch(this.close.bind(this)))}_addIceCandidate(e,t){return c(this,null,function*(){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc&&this._pc.remoteDescription){d.debug("Add remote ice candidate",{participantId:this._participantId,candidate:t});try{yield this._pc.addIceCandidate(new RTCIceCandidate(t))}catch(i){throw T.log(v.ERROR,"addIceCandidate-direct"),d.error("Unable to add remote ice candidate",i,{participantId:this._participantId,candidate:t}),i}}else d.debug("Cache remote ice candidate",{participantId:this._participantId,candidate:t}),this._remoteCandidates[e]=this._remoteCandidates[e]||[],this._remoteCandidates[e].push(t)})}_setRemoteCandidates(e){return c(this,null,function*(){if(!this._remoteCandidates[e]){d.log(`No cached candidates found for peer ${e}`);return}let t=this._remoteCandidates[e];this._remoteCandidates[e]=[];for(let i of t)try{yield this._addIceCandidate(e,i)}catch(a){}})}_setRemoteDescription(e,t){return c(this,null,function*(){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc){d.debug("Add remote description",{participantId:this._participantId,sdp:t}),this._calcFingerprint(t.sdp);try{yield this._pc.setRemoteDescription(new RTCSessionDescription(t)),yield this._setRemoteCandidates(e)}catch(i){throw T.log(v.ERROR,"setRemoteDescription-direct"),d.error("Unable to set remote description",i,{participantId:this._participantId,sdp:t}),i}}else this._remoteSDP[e]=t})}_onAddTrack(e){d.debug("Added remote track",{participantId:this._participantId,kind:e.track.kind}),this._remoteStream?this._remoteStream.addTrack(e.track):(this._remoteStream=new MediaStream([e.track]),this._remoteStream.onremovetrack=t=>{this._triggerEvent("REMOTE_TRACK_REMOVED",this._remoteStream,t.track)}),this._triggerEvent("REMOTE_TRACK_ADDED",this._remoteStream,e.track)}_handleIceCandidate(e){return c(this,null,function*(){e.candidate&&this._signaling.ready&&(d.debug("Local ice candidate",{participantId:this._participantId,candidate:e.candidate}),yield this._signaling.sendCandidate(this._participantId,e.candidate))})}_onSignalingStateChange(){var e,t;switch(d.debug(`DirectTransport: Signaling state changed to ${(e=this._pc)==null?void 0:e.signalingState}`,{participantId:this._participantId}),(t=this._pc)==null?void 0:t.signalingState){case"have-local-offer":let i=this._pc.localDescription;i?this._signaling.sendSdp(this._participantId,i).catch(this.close.bind(this)):this.close(new Error);break;case"have-remote-offer":this._createAnswer().catch(this.close.bind(this)).then(a=>c(this,null,function*(){return this._signaling.sendSdp(this._participantId,a)})).catch(this.close.bind(this));break}}_onIceConnectionStateChange(){var e,t;switch(d.debug(`DirectTransport: Ice Connection state changed to ${(e=this._pc)==null?void 0:e.iceConnectionState}`,{participantId:this._participantId}),(t=this._pc)==null?void 0:t.iceConnectionState){case"checking":let i=this.getState();i==="IDLE"||i==="OPENED"?this._setState("CONNECTING"):this._setState("RECONNECTING");break}}_onConnectionStateChange(){var e,t,i;switch(d.debug(`DirectTransport: Connection state changed to ${(e=this._pc)==null?void 0:e.connectionState}`,{participantId:this._participantId}),T.log(v.ICE_CONNECTION_STATE,(t=this._pc)==null?void 0:t.connectionState),(i=this._pc)==null?void 0:i.connectionState){case"connected":this._neverConnected=!1,this._setState("CONNECTED"),this._stopReconnection(),C.getPeerConnectionHostInfo(this._pc).then(a=>{a&&T.log(v.ICE_CONNECTION_TYPE,a.type)}),this._startStatInterval();break;case"failed":case"disconnected":this._reconnectionPrevented?this.close(new Error(`Ice connection ${this._pc.connectionState}`)):(this._setState("RECONNECTING"),this._startReconnection());break;case"closed":this.close(new Error("Ice connection closed"));break}}_startReconnection(){this._reconnectionTimeout||this._iceRestartTimeout||(d.log("Waiting for reconnection...",{participantId:this._participantId}),this._reconnectionTimeout=window.setTimeout(()=>{this._reconnectionTimeout=null,this._neverConnected?this._requestTopologySwitch():this._startIceRestart()},p.transportConnectionWaitTime))}_requestTopologySwitch(){this._isMaster&&this._signaling.ready&&(d.log("Switch topology DIRECT to SERVER",{participantId:this._participantId}),this._signaling.switchTopology("SERVER"))}_stopReconnection(){this._reconnectionTimeout&&(clearTimeout(this._reconnectionTimeout),this._reconnectionTimeout=null),this._iceRestartTimeout&&(clearTimeout(this._iceRestartTimeout),this._iceRestartTimeout=null)}_startIceRestart(){this._isMaster?(T.log(v.ICE_RESTART),d.log("Ice restart",{participantId:this._participantId}),this._createOffer(!0).catch(this.close.bind(this))):d.debug("Waiting for ice restart...",{participantId:this._participantId}),this._iceRestartTimeout=window.setTimeout(()=>{this._iceRestartTimeout=null,d.error("Ice restart failed",{participantId:this._participantId}),T.log(v.ERROR,"iceRestart-direct"),this._requestTopologySwitch()},p.iceRestartWaitTime)}_createOffer(e){return c(this,null,function*(){var i;let t={iceRestart:e,offerToReceiveAudio:!0,offerToReceiveVideo:!0};return d.debug("Create offer",{participantId:this._participantId,options:t}),(i=this._pc)==null?void 0:i.createOffer(t).catch(a=>{throw d.error("Unable to create offer",a,{participantId:this._participantId}),T.log(v.ERROR,"createOffer-direct"),a}).then(a=>c(this,null,function*(){var n;return d.debug("Created offer",{participantId:this._participantId,offer:a}),a=ct._patchDescription(a),d.debug("Set local description",{participantId:this._participantId,offer:a}),this._calcFingerprint(a.sdp),(n=this._pc)==null?void 0:n.setLocalDescription(a)})).then(()=>{var a;return(a=this._pc)==null?void 0:a.localDescription}).catch(a=>{throw d.error("Unable to set local description",a,{participantId:this._participantId}),T.log(v.ERROR,"setLocalDescription-direct"),a})})}_createAnswer(){return c(this,null,function*(){var e;return d.debug("Create answer",{participantId:this._participantId}),(e=this._pc)==null?void 0:e.createAnswer().catch(t=>{throw d.error("Unable to create answer",t,{participantId:this._participantId}),T.log(v.ERROR,"createAnswer-direct"),t}).then(t=>c(this,null,function*(){var i;return d.debug("Created answer",{participantId:this._participantId,answer:t}),t=ct._patchDescription(t),d.debug("Set local description",{participantId:this._participantId,answer:t}),this._calcFingerprint(t.sdp),(i=this._pc)==null?void 0:i.setLocalDescription(t)})).then(()=>{var t;return(t=this._pc)==null?void 0:t.localDescription}).catch(t=>{throw d.error("Unable to set local description",t,{participantId:this._participantId}),T.log(v.ERROR,"setLocalDescription-direct"),t})})}static _patchDescription(e){let t=!!b.baseChromeVersion();return e.sdp=C.patchLocalSDP(e.sdp,p.preferH264&&b.canPreferH264(),b.isBrokenH264(),p.preferVP9,p.h264spsPpsIdrInKeyframe,t&&p.audioNack,p.p2pAudioRed),e}_onReplacedTrack(e){this._pc&&(this._pc.getSenders().forEach(t=>{t.track&&t.track.kind===e.kind&&t.track.contentHint===e.contentHint&&(t.track.enabled=e.enabled,t.replaceTrack(e).catch(i=>{d.error("DirectTransport: Unable to replace track",i,{participantId:this._participantId}),T.log(v.ERROR,"replaceTrack-direct")}))}),this._applySettings())}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(this._isDeadConnection()){this._stopStatInterval();return}ii(this._pc,this._lastStat).then(t=>{this._lastStat=t;let i={inbound:{topology:"DIRECT",transport:t.transport,rtps:t.rtps.filter(a=>a.type==="inbound-rtp"?(a.userId=this._participantId,!0):!1)},outbound:{topology:"DIRECT",transport:t.transport,rtps:t.rtps.filter(a=>a.type==="outbound-rtp")}};this._checkBadNetwork(i),this._triggerEvent("REMOTE_DATA_STATS",i),this._statInterval=window.setTimeout(e,p.statisticsInterval)})};this._statInterval=window.setTimeout(e,p.statisticsInterval)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null)}_checkBadNetwork(e){if(!this._signaling.ready)return;let t=z=>z.rtt<=this._networkLimits.goodNet.rtt&&z.loss<=this._networkLimits.goodNet.loss,i=z=>z.rtt>=this._networkLimits.badNet.rtt||z.loss>=this._networkLimits.badNet.loss,a=Math.round(e.outbound.transport.currentRoundTripTime*1e3)||0,n=e.inbound.rtps.reduce((z,Q)=>Math.max(z,Q.packetLoss||0),0),s={rtt:this._lastNetworkStat.rtt*(1-Ki)+a*Ki,loss:this._lastNetworkStat.loss*(1-Ki)+n*Ki},l=i(s),u=t(s),h=i(this._remoteNetworkStat),m=t(this._remoteNetworkStat),S=i(this._lastNetworkStat),k=t(this._lastNetworkStat),Z=l||h?.2:u&&m?1:0,G=Date.now();if((S!==l||k!==u||G-this._lastNetworkStat.date>p.networkStatisticsInterval)&&(this._lastNetworkStat.date=Date.now(),this._signaling.customData({sdk:Object.assign({type:"bad-net"},s)},null).catch(z=>{d.warn("Unable to send [bad-net]",z)})),Z){let z={};z[this._participantId]=z[""]=Z,this._triggerEvent("NETWORK_STATUS",z)}this._lastNetworkStat.rtt=s.rtt,this._lastNetworkStat.loss=s.loss}_startSettingsInterval(){if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applySettings(),this._settingsInterval=window.setTimeout(t,2e3)};this._settingsInterval=window.setTimeout(t,2e3)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}_calcFingerprint(e){let t=C.sdpFingerprint(e);if(t===null){d.warn("Fingerprint calculation is unsupported");return}this._fingerprint===null?this._fingerprint=t:(f.onFingerprintChange((this._fingerprint^t).toString()),this._fingerprint=null)}_applySettings(){var t;let e=this._mediaSource.getMediaSettings().isScreenSharingEnabled?this._serverSettings.screenSharing:this._serverSettings.camera;if(e&&((t=this._pc)==null?void 0:t.connectionState)==="connected"&&(this._prevConsumerSettings=C.applySettings(this._pc,e,this._prevConsumerSettings)),this._animojiSender){let i=this._mediaSource.getStream();i&&this._animojiSender.setStream(i)}}_createDataChannel(e,t,i){d.debug(`[${t}] data channel opening`);let a=e.createDataChannel(t,{negotiated:!0,id:1});a.onopen=()=>{let n=a.readyState;n==="open"?(d.debug(`[${t}] data channel opened`),a.onerror=s=>{d.error(`[${t}] data channel error`,s)},i(a)):d.error(`[${t}] data channel open failed, state [${n}]`)}}};var Eo=16,Gt=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(Eo)}}_onDataChannelMessage(r){var a,n;let e=Gt.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}};var dt=require("messagepack");var qi=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=(0,dt.decode)(i);return Object.entries(s).forEach(([x,F])=>{let Z=si(x);this.streamDescriptionByCompactId.set(F,Z),this.compactIdByStreamDescription.set(x,F)}),null;case 2:case 4:let l=(0,dt.decode)(i),u=[];for(let x of l){let F=this.getStreamDescription(x);F&&u.push(F.participantId)}return t===2?{type:"notification",notification:O.AUDIO_ACTIVITY,activeParticipants:u}:{type:"notification",notification:O.STALLED_ACTIVITY,stalledParticipants:u};case 3:let h=(0,dt.decode)(i);return{type:"notification",notification:O.SPEAKER_CHANGED,speaker:(a=this.getStreamDescription(h))==null?void 0:a.participantId};case 5:let m=(0,dt.decode)(i);return{type:"notification",notification:O.VIDEO_QUALITY_UPDATE,quality:{maxBitrate:m[0],maxDimension:m[1]}};case 6:let S=(0,dt.decode)(i),k={};for(let[x,F]of Object.entries(S)){let Z=(n=this.getStreamDescription(Number(x)))==null?void 0:n.participantId;Z&&(k[Z]=F/100)}return{type:"notification",notification:O.NETWORK_STATUS,statuses:k};case 7:return this._createParticipantSourcesUpdateNotification(i);case 8:{let F=(0,dt.decode)(i).map(Z=>{var zt;let[G,z,Q,_e,Re,lt,fi]=Z;return{participantId:(zt=this.getStreamDescription(G))==null?void 0:zt.participantId,gain:z,pause:Q,offset:_e,mute:Re,liveStatus:lt,startTimeMs:fi}});return{type:"notification",notification:O.MOVIE_UPDATE_NOTIFICATION,data:F}}default:return d.debug("unsupported message type: "+t),null}}_createParticipantSourcesUpdateNotification(r){let e=(0,dt.decode)(r),t=[];for(let[i,a]of Object.entries(e)){let n=a[0],s=a[1],l=a[2],u=!!a[3],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 m=Ne.PARTICIPANT_AGNOSTIC_TRACK_PREFIX+"-"+i,S=s?s>>>0:null;t.push({participantStreamDescription:h,streamId:m,rtpTimestamp:S,sequenceNumber:l,fastScreenShare:u})}return{type:"notification",notification:O.PARTICIPANT_SOURCES_UPDATE,participantUpdateInfos:t}}};var To=90,Ro=4294967295,Pe=class extends Ct{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._producerOfferIsProcessing=!1;this._producerNextOffer=null;this._prevConsumerSettings={};this._asrTrack=null;this._captureSender=null;this._captureReceiver=null;this._participantIdRegistry=null;this._disabledSenders=new Set;this._rtpReceiversByStreamId={};this._producerSessionId="";this._newAudioShareTrack=null;this.subscribe(this._signaling,Ie.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._perfStatReporter=new st(this,e),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){Hi(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}}_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,Pe._closeDataChannel(this._producerNotification),Pe._closeDataChannel(this._producerCommand),Pe._closeDataChannel(this._producerScreen),Pe._closeDataChannel(this._consumerScreen),Pe._closeDataChannel(this._asr),Pe._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=C.throttle(t=>{this._pc&&this._onConnectionStateChange(this._pc,t)},500),this._pc.onsignalingstatechange=Pe._onSignalingStateChange.bind(this,this._pc),this._participantIdRegistry=new qi,this._signaling.setParticipantIdRegistry(this._participantIdRegistry),p.producerNotificationDataChannel&&this._createDataChannel(this._pc,Je.producerNotification,t=>{this._producerNotification=t,this._producerNotification.binaryType="arraybuffer",this._signaling.setProducerNotificationDataChannel(t)}),p.producerCommandDataChannel&&(this._signaling.useCommandDataChannel(!0),this._createDataChannel(this._pc,Je.producerCommand,t=>{this._producerCommand=t,this._signaling.setProducerCommandDataChannel(t)})),p.producerScreenDataChannel&&this._createDataChannel(this._pc,Je.producerScreenShare,t=>{this._producerScreen=t,this._producerScreen.binaryType="arraybuffer",this._createCaptureReceiver()}),p.asrDataChannel&&this._createDataChannel(this._pc,Je.asr,t=>{this._asr=t,this._asr.binaryType="arraybuffer",this._removeAsrTrack(),this._asrTrack=new Gt(t,this._participantIdRegistry,i=>{this._onAsrTranscription(i)}),this._signaling.setAsrDataChannel(t)}),p.vmoji&&this._createDataChannel(this._pc,Je.animoji,t=>{var i,a,n;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)}),this._newAudioShareTrack=this._mediaSource.getAudioShareTrack();try{this._mediaSource.addTrackToPeerConnection(this._pc,this._observer,!1,p.serverAudioRed),this._prevConsumerSettings={},this._applyConsumerSettings()}catch(t){d.error("ServerTransport: Unable to add media source tracks",t),T.log(v.ERROR,"addTrack-single"),this.close(t);return}p.consumerScreenDataChannel&&this._createDataChannel(this._pc,Je.consumerScreenShare,t=>{this._consumerScreen=t,this._consumerScreen.binaryType="arraybuffer";let i=this._mediaSource.getScreenTrack();i&&this._createCaptureSender(i)}),e||this._allocateConsumer(),this._setState("OPENED"),this._startStatInterval(),this._startSettingsInterval()}_removeAsrTrack(){var e;(e=this._asrTrack)==null||e.destroy(),this._asrTrack=null}_reconnect(){this.getState()!=="OPENED"&&(this._setState("RECONNECTING"),this._closeConnection(),this._openConnection(!0))}_signalActiveParticipants(e){this._triggerEvent("SIGNALLED_ACTIVE_PARTICIPANTS",e)}_signalStalledParticipants(e){this._triggerEvent("SIGNALLED_STALLED_PARTICIPANTS",e)}_signalSpeakerChanged(e){this._triggerEvent("SIGNALLED_SPEAKER_CHANGED",e)}_signalNetworkStatus(e){this._triggerEvent("NETWORK_STATUS",e)}_updateSSRCMap(e){e&&e.sdp.split(`
|
|
11
|
+
`,a=>{var n;a.error?this._onFrame(null,a.error):this._onFrame({type:a.frameType,timestamp:a.timestamp,duration:a.duration,data:a.data,byteLength:(n=a.data)==null?void 0:n.byteLength,width:a.width,height:a.height})},[],{readable:i,width:e,height:t,isVP9:this.isVP9(),framerate:this._frameRate,useCongestionControl:this._useCongestionControl,maxBitrate:this._maxBitrate,useCbr:this._useCbr},[i])})}requestFrame(e=!1){this._sendToWorker("frame",{keyFrame:e})}setBitrate(e,t){this._sendToWorker("set_bitrate",{bitrate:e,useCbr:t})}isVP9(){return!0}destroy(){this._removeWorker(),d.debug("WebCodecsEncoder destroyed")}static isBrowserSupported(){return"VideoEncoder"in window&&"Worker"in window&&"EncodedVideoChunk"in window&&"MediaStreamTrackProcessor"in window}};var ro=2100,ao=600,no=1.2,Ua=.8,oo=2e3,so=8e3,kr=8e3,co=16e3,lo=4,po=2e3,Bi=(t=>(t[t.NONE=0]="NONE",t[t.UP=1]="UP",t[t.DOWN=2]="DOWN",t))(Bi||{}),ni=class{constructor(r,e,t,i,a,n){this._upPenalty=0;this._delayAvgShort=-1;this._delayAvgLong=-1;this._minDelay=Number.MAX_VALUE;this._maxDelay=0;this._largeDelayDuration=0;this._onCongestion=r,this._ccEnabled=i,this._minBitrate=e,this._maxBitrate=t,this._fastSharing=a,n>0?this._highDelayThreshold=n:this._highDelayThreshold=ro,a&&(this._highDelayThreshold=ao),this._trendDelayThreshold=Math.round(this._highDelayThreshold/3),this._targetBitrate=this._maxBitrate,this._probing=!1;let s=Date.now();this._lastDown=0,this._lastUp=s,this._lastProbing=s,this._lastCheckDelay=0}checkDelay(r,e,t){let i=Date.now();if(this._calcDelay(e,i),this._delayAvgShort<=0||this._delayAvgLong<=0||!this._ccEnabled)return;let a=0,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 h=Math.round(this._targetBitrate/1e3),m=t;r%10===0&&d.debug(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${s} -> ${Bi[a]} tr=${h} br=${t}`);let S=i-this._lastDown;if(a===2&&S>oo){this._probing&&(this._upPenalty=Math.min(++this._upPenalty,lo),this._probing=!1);let G=Ua*m*1e3;if(G>=this._targetBitrate&&(G=this._targetBitrate*Ua),G=Math.max(G,this._minBitrate),G<this._targetBitrate){let z=Math.round(G/1e3),Q=Math.round(this._upPenalty*kr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${s} -> ${Bi[a]}`),d.log(`#${r}: cc: DOWN delay=${e} bitrate=${m} target=${h} -> newBitrate=${z} penalty=${Q}s`),this._setBitrate(G,!0),this._targetBitrate=G}this._lastDown=i}let k=i-this._lastUp,x=so+this._upPenalty*kr;if(a===1&&k>x&&S>x){let G=Math.min(this._targetBitrate*no,this._maxBitrate);if(G>this._targetBitrate){let z=Math.round(G/1e3),Q=Math.round(this._targetBitrate/1e3),_e=Math.round(this._upPenalty*kr/1e3);d.log(`#${r}: cc: delay=${e} short=${this._delayAvgShort} long=${this._delayAvgLong} delta=${n} percent=${s} -> ${Bi[a]}`),d.log(`#${r}: cc: UP bitrate=${m} target=${Q} -> newBitrate=${z} penalty=${_e}s`),this._setBitrate(G,!1),this._targetBitrate=G,this._probing=!0,this._lastProbing=i,this._lastUp=i}}let F=i-this._lastProbing;this._probing&&F>co&&(this._probing=!1);let Z=i-this._lastDown;this._upPenalty>0&&Z>3*x&&(d.log(`#${r}: cc: UP reset penalty: oldPenalty=${this._upPenalty}`),this._upPenalty=0)}_setBitrate(r,e){this._fastSharing&&(e=!0),this._onCongestion(r,e)}_calcDelay(r,e){if(!(r<=0)){if(this._delayAvgShort===-1&&(this._delayAvgShort=r,this._delayAvgLong=r),this._delayAvgShort=Math.round((this._delayAvgShort*3+r)/4),this._delayAvgLong=Math.round((this._delayAvgLong*23+r)/24),r>0&&r<this._minDelay?this._minDelay=r:r>this._maxDelay&&(this._maxDelay=r),this._lastCheckDelay===0&&(this._lastCheckDelay=e),r>po){let t=e-this._lastCheckDelay;this._largeDelayDuration+=t}this._lastCheckDelay=e}}reconfigure(r,e){this._minBitrate=r,this._maxBitrate=e}getStat(){if(this._minDelay===Number.MAX_VALUE||this._maxDelay===0||this._delayAvgLong<=0)return null;let r={minDelay:this._minDelay,maxDelay:this._maxDelay,avgDelay:this._delayAvgLong,largeDelayDuration:this._largeDelayDuration};return this._minDelay=Number.MAX_VALUE,this._maxDelay=0,this._largeDelayDuration=0,r}};var oi=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){var t;let e=this._head;for(let i=0;i<this._maxSize;i++){if(r===((t=this._buffer[e])==null?void 0:t.seq))return this._buffer[e];if(e=++e%this._maxSize,e===this._tail)break}return null}getServerBitrateK(r){let e=0,t=0,i=-1,a=-1,n=this._tail;for(let s=0;s<this._maxSize;s++){n>0?--n:n=this._maxSize-1;let l=this._buffer[n];if(l===null||(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===null)break;if(t.recv>=0&&t.sent>=0)return t.recv-t.sent;if(r===this._head)break}return 0}getMaxBandwidth(){let r=0,e=0,t=-1,i=-1,a=this._tail;for(let n=0;n<this._maxSize;n++){if(a>0?--a:a=this._maxSize-1,i===-1&&this._buffer[a].end&&!this._buffer[a].start&&(i=this._buffer[a].ts2,e=0),t===-1&&i>=0&&this._buffer[a].start&&!this._buffer[a].end&&(t=this._buffer[a].ts2),t>=0&&i>=0){let s=i-t;r=s>0?e*8/s:0;break}if(i>=0&&(e+=this._buffer[a].size),a===this._head)break}return Math.round(r)}};var mo=65536,ho=50,_o=400,go=1e6,fo=3e4,Fi=0,Tt=class{constructor(r,e,t,i){this._destroyed=!1;this._needKeyframe=!0;this._frameNum=0;this._feedback=new oi(1024);this._lastSharingStat=Date.now();this._queue=new ai;d.debug("ScreenCaptureSender started"),this.DATA_SIZE=p.consumerScreenDataChannelPacketSize-11,this._datachannel=e,this._signaling=t,this._fastSharing=i,this._congestionControlEnabled=p.screenShareCongestionControl||this._fastSharing,this._width=r.getSettings().width,this._height=r.getSettings().height;let{minBitrate:a,maxBitrate:n}=this._calcMinMaxBitrate(this._width,this._height),s=this._onCongestionCallback.bind(this);d.log(`ScreenCaptureSender: CongestionControl: enabled=${this._congestionControlEnabled} minBitrate=${Math.round(a/1e3)}k maxBitrate=${Math.round(n/1e3)}k delayThreshold=${p.screenShareCongestionControlThreshold}`),this._congestionControl=new ni(s,a,n,this._congestionControlEnabled,this._fastSharing,p.screenShareCongestionControlThreshold);let l=(u,h)=>{if(this._destroyed)return;if(!u){d.warn("requestFrame failed, keyFrame: "+this._needKeyframe,h),this._needKeyframe=!0,this._handleQueue();return}(u.width!==this._width||u.height!==this._height)&&(this._width=u.width,this._height=u.height,this._onResize(this._width,this._height));let m=this._sliceFrame(u);this._queue.merge(m),this._handleQueue(),this._sendSharingStat()};if(Et.isBrowserSupported()){let u=this._fastSharing,h=p.getScreenFrameRate(this._fastSharing);this._encoder=new Et(r,l,this._congestionControlEnabled,n,u,h)}else this._encoder=new Ut(r,l,this._congestionControlEnabled,n);this._datachannel.onmessage=u=>{La(u.data)&&(d.debug(`[${this._datachannel.label}] Requested keyframe`),this._needKeyframe=!0);let h=Na(u.data);h!==null&&this._checkCcFeedback(h)},this._datachannel.onbufferedamountlow=()=>{this._datachannel.bufferedAmount<=this._datachannel.bufferedAmountLowThreshold&&this._handleQueue()},this._encoder.init().then(()=>this._handleQueue()).catch(u=>d.warn("ScreenCaptureSender init failed",u)),this._fpsMeter=new ft(u=>d.log(`[ScreenCaptureSender] fps: ${u}`),2e4)}_handleQueue(){if(this._destroyed)return;let r=this._queue.shift();if(!r){this._requestFrame();return}if(this._queue.length||this._requestFrame(),!this._sendFrameChunk(r)){this._needKeyframe=this._needKeyframe||!this._cleanupQueue(),C.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)}}_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 ai;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=wa(r,e,t,i,Fi,this._encoder.isVP9(),a),s={sequence:Fi,data:n};return Fi=(Fi+1)%mo,s}_stopPacket(){return this._wrapHeader(Date.now(),!1,!1,!1,null).data}_sendFrameChunk(r){if(!this._datachannel||this._datachannel.readyState!=="open")return!1;this._feedback.add(r.sequence,r.timestamp,r.data.byteLength,r.isFirst,r.isLast);try{return this._datachannel.send(r.data),!0}catch(e){return d.warn("Error sending chunk to DataChannel",e),!1}}destroy(){this._fpsMeter.destroy(),this._datachannel.onbufferedamountlow=null,this._datachannel.onmessage=null,this._datachannel.readyState==="open"&&this._datachannel.send(this._stopPacket()),this._destroyed=!0,this._encoder.destroy(),d.debug("ScreenCaptureSender destroyed")}static isBrowserSupported(){return Et.isBrowserSupported()||Ut.isBrowserSupported()}_onCongestionCallback(r,e){this._encoder.setBitrate(r,e)}_onResize(r,e){let{minBitrate:t,maxBitrate:i}=this._calcMinMaxBitrate(r,e),a=Math.round(t/1e3),n=Math.round(i/1e3);d.log(`cc: resize to ${r}x${e}, minBitrate=${a} maxBitrate=${n}`),this._congestionControl.reconfigure(t,i)}_calcMinMaxBitrate(r,e){(r===void 0||r<640)&&(r=640),(e===void 0||e<360)&&(e=360);let t=r*e/256,i=Math.min(go,Math.round(t*ho)),a=Math.round(t*_o);return{minBitrate:i,maxBitrate:a}}_checkCcFeedback(r){this._feedback.update(r.seq,r.ts2)===null&&d.debug(`cc: update failed, seq=${r.seq}`)}_sendSharingStat(){let r=Date.now();if(r-this._lastSharingStat>fo){let t=this._congestionControl.getStat();t!==null&&(d.debug(`cc: send stats: ${JSON.stringify(t)}`),this._signaling.reportSharingStat(t)),this._lastSharingStat=r}}};var re=class{static get sessionKey(){return re._sessionKey}static set sessionKey(r){re._sessionKey=r}static get sessionSecretKey(){return re._sessionSecretKey}static set sessionSecretKey(r){re._sessionSecretKey=r}static get accessToken(){return re._accessToken}static set accessToken(r){re._accessToken=r}static isEmpty(){return!re._sessionKey||!re._sessionSecretKey}};var I=class{static set(r){r.hasOwnProperty("voiceParams")&&(Object.assign(I._params.voiceParams,r.voiceParams),delete r.voiceParams),r.hasOwnProperty("specListenerParams")&&(Object.assign(I._params.specListenerParams,r.specListenerParams),delete r.specListenerParams),r.hasOwnProperty("apiAuth")&&(re.accessToken=r.apiAuth.accessToken,re.sessionKey=r.apiAuth.sessionKey,re.sessionSecretKey=r.apiAuth.sessionSecretKey),r.hasOwnProperty("api")&&(Object.assign(I._params.api,r.api),delete r.api),Object.assign(I._params,C.objectFilterOutValues(r,void 0))}static get(r){return I._params[r]}static get appName(){return"ok.calls.sdk.js"}static get appVersion(){return 1.1}static get sdkVersion(){return"2.8.2-dev.2f8528c.0"}static get debug(){}static get protocolVersion(){return I._params.joinFromMultipleDevices?6:5}static get platform(){return I._params.platform}static set platform(r){I._params.platform=r}static get clientType(){return I._params.clientType}static set clientType(r){I._params.clientType=r}static get externalUserType(){return I._params.externalUserType}static set externalUserType(r){I._params.externalUserType=r}static get device(){return I._params.device}static get apiKey(){return I._params.apiKey}static get apiEnv(){return I._params.apiEnv}static get apiEndpoint(){switch(I.apiEnv){case"AUTO":case"PROD":return"https://api.mycdn.me";case"PROD_OK":return"https://api.ok.ru";case"TEST":return"https://apitest.ok.ru/api";case"VIDEOTEST":return"https://videotestapi.ok.ru/api";default:return I._params.apiEnv}}static get authToken(){return I._params.authToken}static set authToken(r){I._params.authToken=r}static get anonymToken(){return I._params.anonymToken}static set anonymToken(r){I._params.anonymToken=r}static get domain(){return I._params.domain}static get externalDomain(){return I._params.externalDomain}static get iceServers(){return I._params.iceServers}static set iceServers(r){I._params.iceServers=r}static get wssBase(){return I._params.wssBase}static set wssBase(r){I._params.wssBase=r}static get wssToken(){return I._params.wssToken}static set wssToken(r){I._params.wssToken=r}static get signalingReconnectDelay(){return I._params.signalingReconnectDelay}static get signalingReconnectMaxDelay(){return I._params.signalingReconnectMaxDelay}static get signalingReconnectMaxCount(){return I._params.signalingReconnectMaxCount}static get waitConnectionDelay(){return I._params.waitConnectionDelay}static get waitResponseDelay(){return I._params.waitResponseDelay}static get waitMessageDelay(){return I._params.waitMessageDelay}static get waitAnotherTabDelay(){return I._params.waitAnotherTabDelay}static get debugLog(){return I._params.debugLog}static get forceRelayPolicy(){return I._params.forceRelayPolicy}static set forceRelayPolicy(r){I._params.forceRelayPolicy=r}static get videoMinWidth(){return I._params.videoMinWidth}static get videoMaxWidth(){return I._params.videoMaxWidth}static set videoMaxWidth(r){I._params.videoMaxWidth=r}static get videoMinHeight(){return I._params.videoMinHeight}static get videoMaxHeight(){return I._params.videoMaxHeight}static set videoMaxHeight(r){I._params.videoMaxHeight=r}static get videoAspectRatio(){return I._params.videoAspectRatio}static get videoFrameRate(){return I._params.videoFrameRate}static get videoFacingMode(){return I._params.videoFacingMode||(b.isMobile()?"user":null)}static set videoFacingMode(r){I._params.videoFacingMode=r}static get displaySurface(){return I._params.displaySurface}static get videoEffects(){return I._params.videoEffects}static set videoEffects(r){I._params.videoEffects=r}static get videoEffectMaxWidth(){return I._params.videoEffectMaxWidth}static set videoEffectMaxWidth(r){I._params.videoEffectMaxWidth=r}static get videoEffectMaxHeight(){return I._params.videoEffectMaxHeight}static set videoEffectMaxHeight(r){I._params.videoEffectMaxHeight=r}static get vmoji(){var r;return(r=I._params.vmoji)!=null&&r.isBrowserSupported()?I._params.vmoji:null}static set vmoji(r){I._params.vmoji=r}static get vmojiRenderingOptions(){return I._params.vmojiRenderingOptions||{}}static set vmojiRenderingOptions(r){I._params.vmojiRenderingOptions=r}static get voiceParams(){return I._params.voiceParams}static get specListenerParams(){return I._params.specListenerParams}static get iceRestartWaitTime(){return I._params.iceRestartWaitTime}static get transportConnectionWaitTime(){return I._params.transportConnectionWaitTime}static get statisticsInterval(){return I._params.statisticsInterval}static set statisticsInterval(r){I._params.statisticsInterval=r}static get networkStatisticsInterval(){return I._params.networkStatisticsInterval}static get perfStatReportEnabled(){return I._params.perfStatReportEnabled}static get callStatReportEnabled(){return I._params.callStatReportEnabled}static get producerNotificationDataChannel(){return I._params.producerNotificationDataChannel}static get producerCommandDataChannel(){return I._params.producerCommandDataChannel}static get consumerScreenDataChannel(){return I._params.consumerScreenDataChannel&&Tt.isBrowserSupported()}static get producerScreenDataChannel(){return I._params.producerScreenDataChannel&&I.producerNotificationDataChannel&&It.isBrowserSupported()}static get asrDataChannel(){return I._params.asrDataChannel&&I.producerNotificationDataChannel}static get consumerScreenDataChannelPacketSize(){return I._params.consumerScreenDataChannelPacketSize}static get screenShareWebmBuilder(){return I._params.screenShareWebmBuilder}static get noiseSuppression(){return I._params.noiseSuppression}static set noiseSuppression(r){I._params.noiseSuppression=r}static get preferH264(){return I._params.preferH264}static get preferVP9(){return I._params.preferVP9}static get audioNack(){return I._params.audioNack}static get consumerScreenTrack(){return I._params.consumerScreenTrack&&I.consumerScreenDataChannel}static get producerScreenTrack(){return I._params.producerScreenTrack}static get movieShare(){return I._params.movieShare&&I.videoTracksCount>0}static get videoTracksCount(){return I.producerNotificationDataChannel?Number(I._params.videoTracksCount):0}static get breakVideoPayloadTypes(){return I._params.breakVideoPayloadTypes}static get useParticipantListChunk(){return I._params.useParticipantListChunk&&I.videoTracksCount>0}static get useRooms(){return I._params.useRooms}static get participantListChunkInitIndex(){var r;return(r=I._params.participantListChunkInitIndex)!=null?r:0}static get participantListChunkInitCount(){var r;return(r=I._params.participantListChunkInitCount)!=null?r:null}static get serverAudioRed(){return I._params.serverAudioRed&&b.canPreferRed()}static get p2pAudioRed(){return I._params.p2pAudioRed&&b.canPreferRed()}static get h264spsPpsIdrInKeyframe(){return I._params.h264spsPpsIdrInKeyframe}static get filterObservers(){return I._params.filterObservers}static get muteMode(){return I._params.muteMode}static get preserveAudioTracks(){return I._params.preserveAudioTracks}static get audioShare(){return b.isAudioShareSupported()&&I._params.audioShare}static get fastScreenShare(){return I._params.fastScreenShare}static get screenShareCongestionControl(){return I._params.screenShareCongestionControl}static get screenShareCongestionControlThreshold(){return I._params.screenShareCongestionControlThreshold}static get api(){return I._params.api}static get fastScreenShareWidth(){return I._params.fastScreenShareWidth}static get fastScreenShareHeight(){return I._params.fastScreenShareHeight}static getScreenFrameRate(r){return r?I._params.fastScreenShareFrameRate:I._params.screenFrameRate}},p=I;p._params={platform:"WEB",clientType:"PORTAL",externalUserType:"",device:"browser",apiKey:"",authToken:"",anonymToken:"",apiEnv:"AUTO",domain:"",externalDomain:"",iceServers:[],wssBase:"",wssToken:"",signalingReconnectDelay:1e3,signalingReconnectMaxDelay:5e3,signalingReconnectMaxCount:20,waitConnectionDelay:1e4,waitResponseDelay:1e4,waitMessageDelay:15e3,waitAnotherTabDelay:200,debugLog:!1,forceRelayPolicy:!1,videoMinWidth:428,videoMinHeight:240,videoMaxWidth:1280,videoMaxHeight:720,videoAspectRatio:16/9,videoFrameRate:25,screenFrameRate:15,videoFacingMode:null,displaySurface:"monitor",videoEffects:null,videoEffectMaxWidth:640,videoEffectMaxHeight:360,vmoji:null,vmojiRenderingOptions:null,iceRestartWaitTime:2e4,transportConnectionWaitTime:5e3,statisticsInterval:5e3,networkStatisticsInterval:2e4,perfStatReportEnabled:!0,callStatReportEnabled:!1,voiceParams:{smoothing:.8,minFreq:200,maxFreq:5e3,interval:500,threshold:.35,speakerLevelMultiplier:1.8},specListenerParams:{connectionTimeout:1e4,volumeTimeout:1e4},producerNotificationDataChannel:!0,producerCommandDataChannel:!0,consumerScreenDataChannel:!0,producerScreenDataChannel:!0,asrDataChannel:!1,consumerScreenDataChannelPacketSize:64*1024,screenShareWebmBuilder:!1,noiseSuppression:!0,preferH264:!1,preferVP9:!0,audioNack:!0,consumerScreenTrack:!0,producerScreenTrack:!0,videoTracksCount:30,movieShare:!1,useParticipantListChunk:!1,useRooms:!1,participantListChunkInitIndex:0,participantListChunkInitCount:null,serverAudioRed:!0,p2pAudioRed:!0,h264spsPpsIdrInKeyframe:!0,breakVideoPayloadTypes:!1,joinFromMultipleDevices:!1,filterObservers:!1,muteMode:!1,preserveAudioTracks:!1,audioShare:!1,fastScreenShare:!1,screenShareCongestionControl:!1,screenShareCongestionControlThreshold:2100,api:{userIdsByOkBatchedTimeout:1e3},fastScreenShareFrameRate:24,fastScreenShareWidth:1280,fastScreenShareHeight:720};var Vi=(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))(Vi||{});function j(o,...r){let e=p.get(o);e&&setTimeout(e,0,...r)}function le(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}j(o,r,...e)}function Ee(o){return Object.assign({},o)}function Rt(o){return o.slice()}var Or;(vc=>{function o(_,P){j("onLocalStream",_,Ee(P))}vc.onLocalStream=o;function r(_,P){j("onScreenStream",_,Ee(P))}vc.onScreenStream=r;function e(_,P){j("onVmojiStream",_,Ee(P))}vc.onVmojiStream=e;function t(_,P){j("onLocalStreamUpdate",Ee(_),P)}vc.onLocalStreamUpdate=t;function i(_){d.debug("Local status:",_),j("onLocalStatus",_)}vc.onLocalStatus=i;function a(_,P){le("onRemoteStream",_,P)}vc.onRemoteStream=a;function n(_,P){le("onRemoteLive",_,P)}vc.onRemoteLive=n;function s(_,P){le("onLocalLive",_,P)}vc.onLocalLive=s;function l(_,P){le("onRemoteLiveUpdate",_,P)}vc.onRemoteLiveUpdate=l;function u(_,P){le("onLocalLiveUpdate",_,P)}vc.onLocalLiveUpdate=u;function h(_,P){le("onRemoteScreenStream",_,P)}vc.onRemoteScreenStream=h;function m(_,P){le("onRemoteVmojiStream",_,P)}vc.onRemoteVmojiStream=m;function S(_,P,J,Le,Yt){le("onConversation",_,Ee(P),Ee(J),Le,Yt)}vc.onConversation=S;function k(_){_&&j("onConversationParticipantListChunk",_)}vc.onConversationParticipantListChunk=k;function x(_,P,J){le("onRemoteMediaSettings",_,Ee(P),J)}vc.onRemoteMediaSettings=x;function F(_,P){le("onLocalMediaSettings",_,Ee(P))}vc.onLocalMediaSettings=F;function Z(_,P,J){le("onRemoteSharedMovieInfo",_,Ee(P),J)}vc.onRemoteSharedMovieInfo=Z;function G(_,P,J){le("onRemoteSharedMovieStoppedInfo",_,Ee(P),J)}vc.onRemoteSharedMovieStoppedInfo=G;function z(_,P){le("onLocalSharedMovieInfo",_,Ee(P))}vc.onLocalSharedMovieInfo=z;function Q(_,P){le("onLocalSharedMovieStoppedInfo",_,Ee(P))}vc.onLocalSharedMovieStoppedInfo=Q;function _e(_,P){le("onParticipantAdded",_,P)}vc.onParticipantAdded=_e;function Re(_,P){le("onParticipantJoined",_,P)}vc.onParticipantJoined=Re;function lt(_,P,J){le("onRemoteParticipantState",_,Ee(P),J)}vc.onRemoteParticipantState=lt;function fi(_,P,J=null){d.debug("Remote status:",P,_),le("onRemoteStatus",_,P,J)}vc.onRemoteStatus=fi;function zt(){j("onPermissionsRequested")}vc.onPermissionsRequested=zt;function ee(_,P){j("onPermissionsError",_,P)}vc.onPermissionsError=ee;function Vr(_,P){le("onRemoteRemoved",_,P)}vc.onRemoteRemoved=Vr;function jr(_,P,J){j("onCallState",_,P,Ee(J))}vc.onCallState=jr;function Hr(_,P){j("onDeviceSwitched",_,P)}vc.onDeviceSwitched=Hr;function rr(_,P,J,Le=!1,Yt=!1,nr=null,or=null,fn,Wr,Sn=null){let vn=Wr?Rt(Wr):void 0;j("onMuteStates",Ee(_),Rt(P),Rt(J),Le,Yt,nr,or,fn,vn,Sn)}vc.onMuteStates=rr;function ar(_,P){le("onRolesChanged",_,Rt(P))}vc.onRolesChanged=ar;function Gr(_){j("onLocalRolesChanged",Rt(_))}vc.onLocalRolesChanged=Gr;function Si(_,P,J,Le){le("onPinnedParticipant",_,P,J,Le)}vc.onPinnedParticipant=Si;function R(_,P){j("onLocalPin",_,P)}vc.onLocalPin=R;function g(_){j("onOptionsChanged",Rt(_))}vc.onOptionsChanged=g;function A(){j("onCallAccepted")}vc.onCallAccepted=A;function E(){j("onRateNeeded")}vc.onRateNeeded=E;function y(_){le("onSpeakerChanged",_)}vc.onSpeakerChanged=y;function L(_){j("onVolumesDetected",Rt(_))}vc.onVolumesDetected=L;function W(_,P){j("onLocalVolume",_,P)}vc.onLocalVolume=W;function oe(_,P){j("onJoinStatus",_,P)}vc.onJoinStatus=oe;function pe(_,P){j("onHangup",_,P)}vc.onHangup=pe;function ke(_){j("onMultipartyChatCreated",Ee(_))}vc.onMultipartyChatCreated=ke;function Ke(){j("onDeviceChange")}vc.onDeviceChange=Ke;function Oe(_){j("onFingerprintChange",_)}vc.onFingerprintChange=Oe;function we(){j("onTokenExpired")}vc.onTokenExpired=we;function xe(_,P,J=!1){j("onChatMessage",_,P,J)}vc.onChatMessage=xe;function B(_,P,J=!1){j("onCustomData",_,P,J)}vc.onCustomData=B;function N(_,P,J,Le,Yt,nr,or=null){j("onRecordStarted",_,P,J,Le,Yt,nr,or)}vc.onRecordStarted=N;function Jt(_=null){j("onRecordStopped",_)}vc.onRecordStopped=Jt;function bt(_){j("onLocalNetworkStatusChanged",_)}vc.onLocalNetworkStatusChanged=bt;function q(_){j("onNetworkStatusChanged",_)}vc.onNetworkStatusChanged=q;function me(_,...P){j("onDebugMessage",_,...P)}vc.onDebugMessage=me;function ve(_,P){let J=Object.assign({},_,{memory:P});j("onStatistics",J)}vc.onStatistics=ve;function te(){j("onAutoplayError")}vc.onAutoplayError=te;function X(_,P,J){j("onChatRoomUpdated",_,P,J)}vc.onChatRoomUpdated=X;function se(_){j("onRemoteMixedAudioStream",_)}vc.onRemoteMixedAudioStream=se;function $e(_){j("onJoinLinkChanged",_)}vc.onJoinLinkChanged=$e;function sc(_){j("onRoomsUpdated",_)}vc.onRoomsUpdated=sc;function cc(_,P,J,Le){j("onRoomUpdated",_,P,J,Le)}vc.onRoomUpdated=cc;function dc(_){j("onRoomParticipantsUpdated",_)}vc.onRoomParticipantsUpdated=dc;function lc(_){j("onRoomSwitched",_)}vc.onRoomSwitched=lc;function pc(_){j("onRoomStart",_)}vc.onRoomStart=pc;function uc(_,P=null){j("onFeedback",_,P)}vc.onFeedback=uc;function mc(_){j("onFeaturesPerRoleChanged",_)}vc.onFeaturesPerRoleChanged=mc;function hc(_){j("onParticipantVmojiUpdate",_)}vc.onParticipantVmojiUpdate=hc;function _c(_,P){j("onAsrSet",_,P)}vc.onAsrSet=_c;function gc(_,P,J){j("onAsrStarted",_,P,J)}vc.onAsrStarted=gc;function fc(_){j("onAsrStopped",_)}vc.onAsrStopped=fc;function Sc(_,P,J,Le){j("onAsrTranscription",_,P,J,Le)}vc.onAsrTranscription=Sc})(Or||(Or={}));var f=Or;var xr=(i=>(i.DEBUG="DEBUG",i.LOG="LOG",i.WARN="WARN",i.ERROR="ERROR",i))(xr||{}),wr;(Q=>{let o="📞",r=(_e,...Re)=>{f.onDebugMessage(_e,...Re)},e=!1,t=(_e,Re)=>(...lt)=>{_e(...lt),Ra(Re,lt)},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"),h=r.bind(null,"WARN"),m=r.bind(null,"ERROR");Q.debug=l,Q.log=u,Q.warn=h,Q.error=m;function Z(){return e}Q.enabled=Z;function G(_e){e=_e,p.debugLog&&ur(),_e?(Q.debug=p.debugLog?t(i,"DEBUG"):i,Q.log=p.debugLog?t(a,"LOG"):a,Q.warn=p.debugLog?t(n,"WARN"):n,Q.error=p.debugLog?t(s,"ERROR"):s):(Q.debug=p.debugLog?t(l,"DEBUG"):l,Q.log=p.debugLog?t(u,"LOG"):u,Q.warn=p.debugLog?t(h,"WARN"):h,Q.error=p.debugLog?t(m,"ERROR"):m)}Q.toggle=G;function z(_e,...Re){switch(_e){case"DEBUG":(0,Q.debug)(...Re);break;case"LOG":(0,Q.log)(...Re);break;case"WARN":(0,Q.warn)(...Re);break;case"ERROR":(0,Q.error)(...Re);break}}Q.send=z})(wr||(wr={}));var d=wr;var ji=(t=>(t.USER="USER",t.ANONYM="ANONYM",t.GROUP="GROUP",t))(ji||{}),fe;(s=>{function o(l){return l.length?typeof l[0]=="object"?l:l.map(u=>r(u)):[]}s.fromIds=o;function r(l,u="USER"){return{id:l,type:u}}s.fromId=r;function e(l){return{id:l.id,type:l.type==="ANONYM"?"ANONYM":"USER"}}s.fromSignaling=e;function t(l){return`{"id":"${l.id}","type":"${l.type}"}`}s.toString=t;function i(l,u="USER"){return t(r(l,u))}s.fromIdToString=i;function a(l){try{return JSON.parse(l)}catch(u){throw new Error(`Failed to parse ExternalId from string '${l}'`)}}s.fromString=a;function n(l,u){return l.id===u.id&&l.type===u.type}s.compare=n})(fe||(fe={}));var ue;(i=>{function o(a,n="USER",s=0){return{id:a,type:n,deviceIdx:s}}i.fromId=o;function r(a){return`{"id":"${a.id}","type":"${a.type}","deviceIdx":"${a.deviceIdx}"}`}i.toString=r;function e(a,n){return Object.assign({deviceIdx:n},fe.fromSignaling(a))}i.fromSignaling=e;function t(a){return a&&typeof a=="object"?a.deviceIdx:0}i.getDeviceIdx=t})(ue||(ue={}));var So="kf";function Bt(o){return o.stopStream}function Lr(o){return o.keyFrameRequested}function Ba(o){if(Bt(o))return"ss";if(Lr(o))return So;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 Ft=(n=>(n.CAMERA="CAMERA",n.SCREEN="SCREEN",n.STREAM="STREAM",n.MOVIE="MOVIE",n.AUDIOSHARE="AUDIOSHARE",n.ANIMOJI="ANIMOJI",n))(Ft||{}),Fa="s",Va="m";function We(o){return o.participantId+(o.mediaType?At+Fa+o.mediaType:"")+(o.streamName?At+Va+o.streamName:"")}function si(o){let r=o.split(At),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 Fa:t=vo(s.slice(1));break;case Va:i=s.slice(1);break;case Pi:a=Number.parseInt(s.slice(1),10);break;default:throw new Error("Unexpected parameter type "+s.charAt(0)+" in stream description "+o)}return{participantId:C.compose(e,a),mediaType:t,streamName:i}}function vo(o){for(let r of Object.keys(Ft))if(r===o)return Ft[r];return null}function Nr(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)}function Hi(o,r){return!(!Nr(o.camera,r.camera)||!Nr(o.screenSharing,r.screenSharing))}function Ur(o,r){return{camera:Object.assign({},o.camera,r.camera),screenSharing:Object.assign({},o.screenSharing,r.screenSharing)}}function ja(o){try{return btoa(JSON.stringify(o))}catch(r){d.warn("WaitingParticipant: failed convert to string",o,r)}return null}function Ha(o){try{return JSON.parse(atob(o))}catch(r){d.warn("WaitingParticipant: failed convert from string",o,r)}return null}var Vt=(o,r)=>C.objectReduce(o,(e,t,i)=>(t===r&&e.push(i),e),[]);var jt=class{constructor(r){this._fixNoPacketsApplied=!1;this._fixNoPacketsChecked=!1;this._fixTooManyPacketsApplied=!1;this._fixTooManyPacketsSucceeded=!1;this._fixTooManyPacketsFailed=!1;this._mediaSource=r}_fixAudioDeviceNoPackets(r){if(!(this._fixNoPacketsApplied&&this._fixNoPacketsChecked)){if(this._fixNoPacketsApplied&&!this._fixNoPacketsChecked){this._fixNoPacketsChecked=!0,T.log(v.ERROR,`audio_device_recover_${r.bandwidth?"success":"fail"}`);return}!this._fixNoPacketsApplied&&!r.bandwidth&&(this._fixNoPacketsApplied=!0,T.log(v.ERROR,"audio_device_recover"),this._mediaSource.toggleAudio(!0))}}_fixAudioDeviceTooManyPackets(r){if(this._fixTooManyPacketsSucceeded||this._fixTooManyPacketsFailed)return;let e=75,t=Date.now();if(!this._lastPacketsSentTime)r.packetsSent>0&&(this._lastPacketsSentTime=t,this._lastPacketsSent=r.packetsSent);else if(t-this._lastPacketsSentTime>500){let i=(r.packetsSent-this._lastPacketsSent)*1e3/(t-this._lastPacketsSentTime);this._lastPacketsSentTime=t,this._lastPacketsSent=r.packetsSent,this._fixTooManyPacketsApplied?i>e?(d.log("Failed to fix RV"),T.log(v.ERROR,"audio_device_recover_rv_fail"),this._fixTooManyPacketsFailed=!0):t-this._fixTooManyPacketsTime>6e4&&(d.log("Fixed RV"),T.log(v.ERROR,"audio_device_recover_rv_success"),this._fixTooManyPacketsSucceeded=!0):i>e&&(this._fixTooManyPacketsApplied=!0,d.log("Trying to fix RV"),this._mediaSource.toggleAudio(!0),this._fixTooManyPacketsTime=t)}}fix(r){if(!this._mediaSource)return;let e=r.find(t=>t.kind==="audio");e&&(this._fixAudioDeviceNoPackets(e),this._fixAudioDeviceTooManyPackets(e))}};var Ga=(n=>(n.producerNotification="producerNotification",n.producerCommand="producerCommand",n.consumerScreenShare="consumerScreenShare",n.producerScreenShare="producerScreenShare",n.asr="asr",n.animoji="animoji",n))(Ga||{}),Je=Ga;var Ct=class extends ae{constructor(e,t){super();this._state="IDLE";this._pc=null;this._signaling=e,this._mediaSource=t}getState(){return this._state||"IDLE"}};var Wa="videochat-epi",Io=5e3,st=class extends ae{constructor(e,t,i=!1){super();this._previousTimestamp=0;this._previousCallStatReportTimestamp=0;this._previousCallStatReport=null;this._screenShareStats=[];this._handleScreenSharingStat=e=>{this._screenShareStats.push(e)};this._signaling=t,this._directTopology=i,this.subscribe(e,"REMOTE_DATA_STATS",this._handleStats.bind(this)),this.subscribe(e,"SCREEN_SHARING_STAT",this._handleScreenSharingStat.bind(this))}destroy(){this.unsubscribe()}static getEstimatedPerformanceIndex(){try{let e=parseInt(localStorage.getItem(Wa)||"",10);return isNaN(e)?0:e}catch(e){return 0}}_handleStats(e){return c(this,null,function*(){if(!e.inbound||!e.inbound.rtps)return;let t=Date.now();!this._directTopology&&p.perfStatReportEnabled&&this._previousTimestamp+Io<=t&&(yield this.reportPerfStats(e),this._previousTimestamp=t),p.callStatReportEnabled&&this._previousCallStatReportTimestamp+p.statisticsInterval<=t&&(this._reportCallStats(e),this._previousCallStatReportTimestamp=t)})}reportPerfStats(e){return c(this,null,function*(){let t=e.inbound.rtps.reduce((i,a)=>(a.kind==="video"&&(i.framesDecoded+=a.framesDecoded||0,i.framesReceived+=a.framesReceived||0),i),{framesDecoded:0,framesReceived:0});if(t.framesDecoded)try{let i=yield this._signaling.reportPerfStat(t);localStorage.setItem(Wa,i.estimatedPerformanceIndex)}catch(i){}})}_reportCallStats(e){var s,l,u,h;let t={call_topology:this._directTopology?"D":"S",nack_received:0,pli_received:0,fir_received:0,frames_dropped:0,jitter_video:0,jitter_audio:0,interframe_delay_variance:0,nack_sent:0,pli_sent:0,fir_sent:0,total_audio_samples_received:0,concealed_audio_samples:0,silent_concealed_audio_samples:0,inserted_audio_samples_for_deceleration:0,removed_audio_samples_for_acceleration:0,audio_concealment_events:0,total_audio_energy:0,inbound_video_count:0,inbound_audio_count:0,freeze_count:0,total_freezes_duration:0,rtt:Math.round(e.inbound.transport.currentRoundTripTime*1e3),ss_freeze_count:0,ss_total_freezes_duration:0,local_address:$a(e.inbound.transport.local),local_connection_type:(s=e.inbound.transport.local)==null?void 0:s.type,network_type:(l=e.inbound.transport.local)==null?void 0:l.networkType,transport:(u=e.inbound.transport.local)==null?void 0:u.protocol,remote_address:$a(e.inbound.transport.remote),remote_connection_type:(h=e.inbound.transport.remote)==null?void 0:h.type};this._previousCallStatReport||(this._previousCallStatReport=Object.assign({},t));let i=!1,a=!1;for(e.inbound.rtps.reduce((m,S)=>(S.kind==="video"?(i=!0,S.framesReceived&&(m.jitter_video=m.jitter_video*m.inbound_video_count/(m.inbound_video_count+1)+S.jitter*1e3/(m.inbound_video_count+1),m.interframe_delay_variance=m.interframe_delay_variance*m.inbound_video_count/(m.inbound_video_count+1)+(S.interframeDelayVariance||0)*1e6/(m.inbound_video_count+1),m.inbound_video_count++),m.frames_dropped+=S.framesDropped||0,m.nack_sent+=S.nackCount,m.pli_sent+=S.pliCount,m.fir_sent+=S.firCount,m.freeze_count+=S.freezeCountDelta||0,m.total_freezes_duration+=S.totalFreezesDurationDelta||0):(a=!0,S.totalSamplesReceived&&(m.jitter_audio=m.jitter_audio*m.inbound_audio_count/(m.inbound_audio_count+1)+S.jitter*1e3/(m.inbound_audio_count+1),m.total_audio_energy=m.total_audio_energy*m.inbound_audio_count/(m.inbound_audio_count+1)+(S.totalAudioEnergy||0)/(m.inbound_audio_count+1),m.inbound_audio_count++),m.total_audio_samples_received+=S.totalSamplesReceived||0,m.inserted_audio_samples_for_deceleration+=S.insertedSamplesForDeceleration||0,m.removed_audio_samples_for_acceleration+=S.removedSamplesForAcceleration||0,m.concealed_audio_samples+=S.concealedSamples||0,m.silent_concealed_audio_samples+=S.silentConcealedSamples||0,m.audio_concealment_events+=S.concealmentEvents||0),m),t),e.outbound.rtps.reduce((m,S)=>(S.kind==="video"&&(m.nack_received+=S.nackCount,m.pli_received+=S.pliCount,m.fir_received+=S.firCount),m),t);this._screenShareStats.length;){let m=this._screenShareStats.pop();m!=null&&m.freeze_duration&&(t.ss_freeze_count+=1,t.ss_total_freezes_duration+=m.freeze_duration)}let n={call_topology:t.call_topology,nack_sent:Math.max(0,t.nack_sent-this._previousCallStatReport.nack_sent),nack_received:Math.max(0,t.nack_received-this._previousCallStatReport.nack_received),pli_sent:Math.max(0,t.pli_sent-this._previousCallStatReport.pli_sent),pli_received:Math.max(0,t.pli_received-this._previousCallStatReport.pli_received),fir_sent:Math.max(0,t.fir_sent-this._previousCallStatReport.fir_sent),fir_received:Math.max(0,t.fir_received-this._previousCallStatReport.fir_received),frames_dropped:Math.max(0,t.frames_dropped-this._previousCallStatReport.frames_dropped),rtt:t.rtt};if(i&&!Wi(t.jitter_video)&&(n.jitter_video=t.jitter_video),a&&!Wi(t.jitter_audio)&&(n.jitter_audio=t.jitter_audio),i&&!Wi(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=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&&!Wi(t.total_audio_samples_received)){let m=Math.max(0,t.total_audio_samples_received-this._previousCallStatReport.total_audio_samples_received),S=Math.max(0,t.inserted_audio_samples_for_deceleration-this._previousCallStatReport.inserted_audio_samples_for_deceleration),k=Math.max(0,t.removed_audio_samples_for_acceleration-this._previousCallStatReport.removed_audio_samples_for_acceleration),x=Math.max(0,t.concealed_audio_samples-this._previousCallStatReport.concealed_audio_samples),F=Math.max(0,t.silent_concealed_audio_samples-this._previousCallStatReport.silent_concealed_audio_samples),Z=Math.max(0,t.audio_concealment_events-this._previousCallStatReport.audio_concealment_events);n.inserted_audio_samples_for_deceleration=ci(S/m*1e3),n.removed_audio_samples_for_acceleration=ci(k/m*1e3),n.concealed_audio_samples=ci(x/m*1e3),n.concealed_silent_audio_samples=ci(F/m*1e3),n.concealment_audio_avg_size=ci(x/Z),n.total_audio_energy=t.total_audio_energy}Ka(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),Ka(t,"remote_address","remote_connection_type")&&(n.remote_address=t.remote_address,n.remote_connection_type=t.remote_connection_type),ge.logCallStat(n),d.log("Sent call stats",n),this._previousCallStatReport=t}};function Ka(o,...r){for(let e of r)if(!o.hasOwnProperty(e)||o[e]===void 0)return!1;return!0}function $a(o){if(o)return`${o.address}:${o.port}`}function Wi(o){return o===void 0}function ci(o){return Number.isNaN(o)?0:o}var Ki=.8,ct=class extends Ct{constructor(e,t,i,a,n){super(i,a);this._remoteSDP={};this._remoteCandidates={};this._animojiDataChannel=null;this._animojiReceiver=null;this._animojiSender=null;this._isOpen=!1;this._remotePeerId=null;this._statInterval=null;this._settingsInterval=null;this._failedOnCreate=null;this._remoteStream=null;this._iceRestartTimeout=null;this._reconnectionTimeout=null;this._reconnectionPrevented=!1;this._fingerprint=null;this._neverConnected=!0;this._prevConsumerSettings={};this._lastNetworkStat={rtt:0,loss:0,date:0};this._remoteNetworkStat={rtt:0,loss:0};this._networkLimits={badNet:{loss:3,rtt:1e3},goodNet:{loss:.5,rtt:600}};if(this._participantId=e,this._isMaster=t,this._serverSettings=n,this._perfStatReporter=new st(this,i,!0),this.subscribe(this._signaling,Ie.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,"TRACK_REPLACED",this._onReplacedTrack.bind(this)),this.subscribe(this._mediaSource,"SOURCE_CHANGED",this._applySettings.bind(this)),this._pc=new RTCPeerConnection({iceServers:p.iceServers,iceTransportPolicy:p.forceRelayPolicy?"relay":"all"},{optional:[{googSuspendBelowMinBitrate:!1}]}),this._pc.onicecandidate=this._handleIceCandidate.bind(this),this._pc.ontrack=this._onAddTrack.bind(this),this._pc.oniceconnectionstatechange=this._onIceConnectionStateChange.bind(this),this._pc.onconnectionstatechange=this._onConnectionStateChange.bind(this),this._pc.onsignalingstatechange=this._onSignalingStateChange.bind(this),this._prevConsumerSettings={},p.vmoji&&this._createDataChannel(this._pc,Je.animoji,s=>{var l,u;this._animojiDataChannel=s,this._animojiDataChannel.binaryType="arraybuffer",(l=this._animojiReceiver)==null||l.setDataChannel(this._animojiDataChannel),(u=this._animojiSender)==null||u.setDataChannel(this._animojiDataChannel)}),this._isMaster){try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0,p.p2pAudioRed),this._applySettings()}catch(s){T.log(v.ERROR,"addTrack-direct"),d.error("Unable to add media source tracks",s,{participantId:this._participantId}),this._failedOnCreate=s;return}this._createOffer(!1).catch(s=>{this._state==="IDLE"?this._failedOnCreate=s:this.close(s)})}this._startSettingsInterval()}get participantId(){return this._participantId}updateStatisticsInterval(){this._stopStatInterval(),this._isDeadConnection()||this._startStatInterval()}_isDeadConnection(){return["IDLE","CLOSED","FAILED"].includes(this.getState())}open(e=null){return c(this,null,function*(){if(this._isOpen){d.warn("DirectTransport: Already opened",{participantId:this._participantId});return}if(this._failedOnCreate){this.close(this._failedOnCreate);return}if(d.debug("DirectTransport: Open transport",{participantId:this._participantId}),this._isOpen=!0,this._remotePeerId=e,!this._isMaster)try{this._mediaSource.addTrackToPeerConnection(this._pc,!1,!0,p.p2pAudioRed),this._applySettings()}catch(i){T.log(v.ERROR,"addTrack-direct"),d.error("DirectTransport: Unable to add media source tracks",i,{participantId:this._participantId}),this.close(i);return}this._setState("OPENED");let t=e;if(!e){let i=Object.keys(this._remoteSDP);t=i[i.length-1]}if(t&&this._remoteSDP[t])try{yield this._setRemoteDescription(t,this._remoteSDP[t])}catch(i){this.close();return}this._remoteSDP={},this._remoteCandidates={}})}updateSettings(e){Hi(e,this._serverSettings)||(this._serverSettings=e,this._applySettings())}preventRestart(){this._reconnectionPrevented=!0}allowRestart(){this._reconnectionPrevented=!1}setAnimojiTransport(e,t){if(p.vmoji&&(this._animojiReceiver=e,this._animojiSender=t,e.setParticipantId(this._participantId),this._animojiDataChannel)){e.setDataChannel(this._animojiDataChannel),t.setDataChannel(this._animojiDataChannel);return}}close(e){this._isOpen&&(this._isOpen=!1,this._stopReconnection(),this._remoteStream&&(this._remoteStream.getTracks().forEach(t=>{t.stop(),this._triggerEvent("REMOTE_TRACK_REMOVED",this._remoteStream,t)}),this._remoteStream=null),this._stopStatInterval(),this._stopSettingsInterval(),this._pc&&(this._animojiDataChannel&&(this._animojiDataChannel.onopen=null,this._animojiDataChannel.onmessage=null,this._animojiDataChannel.onerror=null,this._animojiDataChannel.close()),this._pc.onicecandidate=null,this._pc.ontrack=null,this._pc.oniceconnectionstatechange=null,this._pc.onconnectionstatechange=null,this._pc.onsignalingstatechange=null,this._pc.close(),this._pc=null),this.unsubscribe(),e?(d.error("DirectTransport: Closed",e,{participantId:this._participantId}),this._setState("FAILED")):(d.debug("DirectTransport: Closed",{participantId:this._participantId}),this._setState("CLOSED")),this._triggerEvent("PEER_CONNECTION_CLOSED"))}_setState(e){this._state!==e&&(d.debug(`DirectTransport: State changed to ${e}`,{participantId:this._participantId}),this._state=e,this._triggerEvent("STATE_CHANGED",e))}_onSignalingNotification(e){var t,i,a,n;switch(e.notification){case O.TRANSMITTED_DATA:this._handleTransmittedData(e);break;case O.SETTINGS_UPDATE:Object.assign(this._networkLimits.badNet,((t=e.settings)==null?void 0:t.badNet)||{}),Object.assign(this._networkLimits.goodNet,((i=e.settings)==null?void 0:i.goodNet)||{});break;case O.CUSTOM_DATA:e.data.hasOwnProperty("sdk")&&(this._remoteNetworkStat.rtt=((a=e.data.sdk)==null?void 0:a.rtt)||0,this._remoteNetworkStat.loss=((n=e.data.sdk)==null?void 0:n.loss)||0);break}}_handleTransmittedData(e){let t=e.data,i=C.getPeerIdString(e.peerId);C.composeMessageId(e)===this._participantId&&(t.candidate&&t.candidate.candidate?this._addIceCandidate(i,t.candidate).catch(this.close.bind(this)):t.sdp&&this._setRemoteDescription(i,t.sdp).catch(this.close.bind(this)))}_addIceCandidate(e,t){return c(this,null,function*(){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc&&this._pc.remoteDescription){d.debug("Add remote ice candidate",{participantId:this._participantId,candidate:t});try{yield this._pc.addIceCandidate(new RTCIceCandidate(t))}catch(i){throw T.log(v.ERROR,"addIceCandidate-direct"),d.error("Unable to add remote ice candidate",i,{participantId:this._participantId,candidate:t}),i}}else d.debug("Cache remote ice candidate",{participantId:this._participantId,candidate:t}),this._remoteCandidates[e]=this._remoteCandidates[e]||[],this._remoteCandidates[e].push(t)})}_setRemoteCandidates(e){return c(this,null,function*(){if(!this._remoteCandidates[e]){d.log(`No cached candidates found for peer ${e}`);return}let t=this._remoteCandidates[e];this._remoteCandidates[e]=[];for(let i of t)try{yield this._addIceCandidate(e,i)}catch(a){}})}_setRemoteDescription(e,t){return c(this,null,function*(){if(this._isOpen&&(!this._remotePeerId||this._remotePeerId===e)&&this._pc){d.debug("Add remote description",{participantId:this._participantId,sdp:t}),this._calcFingerprint(t.sdp);try{yield this._pc.setRemoteDescription(new RTCSessionDescription(t)),yield this._setRemoteCandidates(e)}catch(i){throw T.log(v.ERROR,"setRemoteDescription-direct"),d.error("Unable to set remote description",i,{participantId:this._participantId,sdp:t}),i}}else this._remoteSDP[e]=t})}_onAddTrack(e){d.debug("Added remote track",{participantId:this._participantId,kind:e.track.kind}),this._remoteStream?this._remoteStream.addTrack(e.track):(this._remoteStream=new MediaStream([e.track]),this._remoteStream.onremovetrack=t=>{this._triggerEvent("REMOTE_TRACK_REMOVED",this._remoteStream,t.track)}),this._triggerEvent("REMOTE_TRACK_ADDED",this._remoteStream,e.track)}_handleIceCandidate(e){return c(this,null,function*(){e.candidate&&this._signaling.ready&&(d.debug("Local ice candidate",{participantId:this._participantId,candidate:e.candidate}),yield this._signaling.sendCandidate(this._participantId,e.candidate))})}_onSignalingStateChange(){var e,t;switch(d.debug(`DirectTransport: Signaling state changed to ${(e=this._pc)==null?void 0:e.signalingState}`,{participantId:this._participantId}),(t=this._pc)==null?void 0:t.signalingState){case"have-local-offer":let i=this._pc.localDescription;i?this._signaling.sendSdp(this._participantId,i).catch(this.close.bind(this)):this.close(new Error);break;case"have-remote-offer":this._createAnswer().catch(this.close.bind(this)).then(a=>c(this,null,function*(){return this._signaling.sendSdp(this._participantId,a)})).catch(this.close.bind(this));break}}_onIceConnectionStateChange(){var e,t;switch(d.debug(`DirectTransport: Ice Connection state changed to ${(e=this._pc)==null?void 0:e.iceConnectionState}`,{participantId:this._participantId}),(t=this._pc)==null?void 0:t.iceConnectionState){case"checking":let i=this.getState();i==="IDLE"||i==="OPENED"?this._setState("CONNECTING"):this._setState("RECONNECTING");break}}_onConnectionStateChange(){var e,t,i;switch(d.debug(`DirectTransport: Connection state changed to ${(e=this._pc)==null?void 0:e.connectionState}`,{participantId:this._participantId}),T.log(v.ICE_CONNECTION_STATE,(t=this._pc)==null?void 0:t.connectionState),(i=this._pc)==null?void 0:i.connectionState){case"connected":this._neverConnected=!1,this._setState("CONNECTED"),this._stopReconnection(),C.getPeerConnectionHostInfo(this._pc).then(a=>{a&&T.log(v.ICE_CONNECTION_TYPE,a.type)}),this._startStatInterval();break;case"failed":case"disconnected":this._reconnectionPrevented?this.close(new Error(`Ice connection ${this._pc.connectionState}`)):(this._setState("RECONNECTING"),this._startReconnection());break;case"closed":this.close(new Error("Ice connection closed"));break}}_startReconnection(){this._reconnectionTimeout||this._iceRestartTimeout||(d.log("Waiting for reconnection...",{participantId:this._participantId}),this._reconnectionTimeout=window.setTimeout(()=>{this._reconnectionTimeout=null,this._neverConnected?this._requestTopologySwitch():this._startIceRestart()},p.transportConnectionWaitTime))}_requestTopologySwitch(){this._isMaster&&this._signaling.ready&&(d.log("Switch topology DIRECT to SERVER",{participantId:this._participantId}),this._signaling.switchTopology("SERVER"))}_stopReconnection(){this._reconnectionTimeout&&(clearTimeout(this._reconnectionTimeout),this._reconnectionTimeout=null),this._iceRestartTimeout&&(clearTimeout(this._iceRestartTimeout),this._iceRestartTimeout=null)}_startIceRestart(){this._isMaster?(T.log(v.ICE_RESTART),d.log("Ice restart",{participantId:this._participantId}),this._createOffer(!0).catch(this.close.bind(this))):d.debug("Waiting for ice restart...",{participantId:this._participantId}),this._iceRestartTimeout=window.setTimeout(()=>{this._iceRestartTimeout=null,d.error("Ice restart failed",{participantId:this._participantId}),T.log(v.ERROR,"iceRestart-direct"),this._requestTopologySwitch()},p.iceRestartWaitTime)}_createOffer(e){return c(this,null,function*(){var i;let t={iceRestart:e,offerToReceiveAudio:!0,offerToReceiveVideo:!0};return d.debug("Create offer",{participantId:this._participantId,options:t}),(i=this._pc)==null?void 0:i.createOffer(t).catch(a=>{throw d.error("Unable to create offer",a,{participantId:this._participantId}),T.log(v.ERROR,"createOffer-direct"),a}).then(a=>c(this,null,function*(){var n;return d.debug("Created offer",{participantId:this._participantId,offer:a}),a=ct._patchDescription(a),d.debug("Set local description",{participantId:this._participantId,offer:a}),this._calcFingerprint(a.sdp),(n=this._pc)==null?void 0:n.setLocalDescription(a)})).then(()=>{var a;return(a=this._pc)==null?void 0:a.localDescription}).catch(a=>{throw d.error("Unable to set local description",a,{participantId:this._participantId}),T.log(v.ERROR,"setLocalDescription-direct"),a})})}_createAnswer(){return c(this,null,function*(){var e;return d.debug("Create answer",{participantId:this._participantId}),(e=this._pc)==null?void 0:e.createAnswer().catch(t=>{throw d.error("Unable to create answer",t,{participantId:this._participantId}),T.log(v.ERROR,"createAnswer-direct"),t}).then(t=>c(this,null,function*(){var i;return d.debug("Created answer",{participantId:this._participantId,answer:t}),t=ct._patchDescription(t),d.debug("Set local description",{participantId:this._participantId,answer:t}),this._calcFingerprint(t.sdp),(i=this._pc)==null?void 0:i.setLocalDescription(t)})).then(()=>{var t;return(t=this._pc)==null?void 0:t.localDescription}).catch(t=>{throw d.error("Unable to set local description",t,{participantId:this._participantId}),T.log(v.ERROR,"setLocalDescription-direct"),t})})}static _patchDescription(e){let t=!!b.baseChromeVersion();return e.sdp=C.patchLocalSDP(e.sdp,p.preferH264&&b.canPreferH264(),b.isBrokenH264(),p.preferVP9,p.h264spsPpsIdrInKeyframe,t&&p.audioNack,p.p2pAudioRed),e}_onReplacedTrack(e){this._pc&&(this._pc.getSenders().forEach(t=>{t.track&&t.track.kind===e.kind&&t.track.contentHint===e.contentHint&&(t.track.enabled=e.enabled,t.replaceTrack(e).catch(i=>{d.error("DirectTransport: Unable to replace track",i,{participantId:this._participantId}),T.log(v.ERROR,"replaceTrack-direct")}))}),this._applySettings())}_startStatInterval(){if(this._statInterval)return;let e=()=>{if(this._isDeadConnection()){this._stopStatInterval();return}ii(this._pc,this._lastStat).then(t=>{this._lastStat=t;let i={inbound:{topology:"DIRECT",transport:t.transport,rtps:t.rtps.filter(a=>a.type==="inbound-rtp"?(a.userId=this._participantId,!0):!1)},outbound:{topology:"DIRECT",transport:t.transport,rtps:t.rtps.filter(a=>a.type==="outbound-rtp")}};this._checkBadNetwork(i),this._triggerEvent("REMOTE_DATA_STATS",i),this._statInterval=window.setTimeout(e,p.statisticsInterval)})};this._statInterval=window.setTimeout(e,p.statisticsInterval)}_stopStatInterval(){this._statInterval&&(window.clearTimeout(this._statInterval),this._statInterval=null)}_checkBadNetwork(e){if(!this._signaling.ready)return;let t=z=>z.rtt<=this._networkLimits.goodNet.rtt&&z.loss<=this._networkLimits.goodNet.loss,i=z=>z.rtt>=this._networkLimits.badNet.rtt||z.loss>=this._networkLimits.badNet.loss,a=Math.round(e.outbound.transport.currentRoundTripTime*1e3)||0,n=e.inbound.rtps.reduce((z,Q)=>Math.max(z,Q.packetLoss||0),0),s={rtt:this._lastNetworkStat.rtt*(1-Ki)+a*Ki,loss:this._lastNetworkStat.loss*(1-Ki)+n*Ki},l=i(s),u=t(s),h=i(this._remoteNetworkStat),m=t(this._remoteNetworkStat),S=i(this._lastNetworkStat),k=t(this._lastNetworkStat),Z=l||h?.2:u&&m?1:0,G=Date.now();if((S!==l||k!==u||G-this._lastNetworkStat.date>p.networkStatisticsInterval)&&(this._lastNetworkStat.date=Date.now(),this._signaling.customData({sdk:Object.assign({type:"bad-net"},s)},null).catch(z=>{d.warn("Unable to send [bad-net]",z)})),Z){let z={};z[this._participantId]=z[""]=Z,this._triggerEvent("NETWORK_STATUS",z)}this._lastNetworkStat.rtt=s.rtt,this._lastNetworkStat.loss=s.loss}_startSettingsInterval(){if(this._settingsInterval)return;let t=()=>{if(!this._pc){this._stopSettingsInterval();return}this._applySettings(),this._settingsInterval=window.setTimeout(t,2e3)};this._settingsInterval=window.setTimeout(t,2e3)}_stopSettingsInterval(){this._settingsInterval&&(window.clearTimeout(this._settingsInterval),this._settingsInterval=null)}_calcFingerprint(e){let t=C.sdpFingerprint(e);if(t===null){d.warn("Fingerprint calculation is unsupported");return}this._fingerprint===null?this._fingerprint=t:(f.onFingerprintChange((this._fingerprint^t).toString()),this._fingerprint=null)}_applySettings(){var t;let e=this._mediaSource.getMediaSettings().isScreenSharingEnabled?this._serverSettings.screenSharing:this._serverSettings.camera;if(e&&((t=this._pc)==null?void 0:t.connectionState)==="connected"&&(this._prevConsumerSettings=C.applySettings(this._pc,e,this._prevConsumerSettings)),this._animojiSender){let i=this._mediaSource.getStream();i&&this._animojiSender.setStream(i)}}_createDataChannel(e,t,i){d.debug(`[${t}] data channel opening`);let a=e.createDataChannel(t,{negotiated:!0,id:1});a.onopen=()=>{let n=a.readyState;n==="open"?(d.debug(`[${t}] data channel opened`),a.onerror=s=>{d.error(`[${t}] data channel error`,s)},i(a)):d.error(`[${t}] data channel open failed, state [${n}]`)}}};var Eo=16,Gt=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(Eo)}}_onDataChannelMessage(r){var a,n;let e=Gt.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}};var dt=require("messagepack");var qi=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=(0,dt.decode)(i);return Object.entries(s).forEach(([x,F])=>{let Z=si(x);this.streamDescriptionByCompactId.set(F,Z),this.compactIdByStreamDescription.set(x,F)}),null;case 2:case 4:let l=(0,dt.decode)(i),u=[];for(let x of l){let F=this.getStreamDescription(x);F&&u.push(F.participantId)}return t===2?{type:"notification",notification:O.AUDIO_ACTIVITY,activeParticipants:u}:{type:"notification",notification:O.STALLED_ACTIVITY,stalledParticipants:u};case 3:let h=(0,dt.decode)(i);return{type:"notification",notification:O.SPEAKER_CHANGED,speaker:(a=this.getStreamDescription(h))==null?void 0:a.participantId};case 5:let m=(0,dt.decode)(i);return{type:"notification",notification:O.VIDEO_QUALITY_UPDATE,quality:{maxBitrate:m[0],maxDimension:m[1]}};case 6:let S=(0,dt.decode)(i),k={};for(let[x,F]of Object.entries(S)){let Z=(n=this.getStreamDescription(Number(x)))==null?void 0:n.participantId;Z&&(k[Z]=F/100)}return{type:"notification",notification:O.NETWORK_STATUS,statuses:k};case 7:return this._createParticipantSourcesUpdateNotification(i);case 8:{let F=(0,dt.decode)(i).map(Z=>{var zt;let[G,z,Q,_e,Re,lt,fi]=Z;return{participantId:(zt=this.getStreamDescription(G))==null?void 0:zt.participantId,gain:z,pause:Q,offset:_e,mute:Re,liveStatus:lt,startTimeMs:fi}});return{type:"notification",notification:O.MOVIE_UPDATE_NOTIFICATION,data:F}}default:return d.debug("unsupported message type: "+t),null}}_createParticipantSourcesUpdateNotification(r){let e=(0,dt.decode)(r),t=[];for(let[i,a]of Object.entries(e)){let n=a[0],s=a[1],l=a[2],u=!!a[3],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 m=Ne.PARTICIPANT_AGNOSTIC_TRACK_PREFIX+"-"+i,S=s?s>>>0:null;t.push({participantStreamDescription:h,streamId:m,rtpTimestamp:S,sequenceNumber:l,fastScreenShare:u})}return{type:"notification",notification:O.PARTICIPANT_SOURCES_UPDATE,participantUpdateInfos:t}}};var To=90,Ro=4294967295,Pe=class extends Ct{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._producerOfferIsProcessing=!1;this._producerNextOffer=null;this._prevConsumerSettings={};this._asrTrack=null;this._captureSender=null;this._captureReceiver=null;this._participantIdRegistry=null;this._disabledSenders=new Set;this._rtpReceiversByStreamId={};this._producerSessionId="";this._newAudioShareTrack=null;this.subscribe(this._signaling,Ie.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._perfStatReporter=new st(this,e),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){Hi(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}}_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,Pe._closeDataChannel(this._producerNotification),Pe._closeDataChannel(this._producerCommand),Pe._closeDataChannel(this._producerScreen),Pe._closeDataChannel(this._consumerScreen),Pe._closeDataChannel(this._asr),Pe._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=C.throttle(t=>{this._pc&&this._onConnectionStateChange(this._pc,t)},500),this._pc.onsignalingstatechange=Pe._onSignalingStateChange.bind(this,this._pc),this._participantIdRegistry=new qi,this._signaling.setParticipantIdRegistry(this._participantIdRegistry),p.producerNotificationDataChannel&&this._createDataChannel(this._pc,Je.producerNotification,t=>{this._producerNotification=t,this._producerNotification.binaryType="arraybuffer",this._signaling.setProducerNotificationDataChannel(t)}),p.producerCommandDataChannel&&(this._signaling.useCommandDataChannel(!0),this._createDataChannel(this._pc,Je.producerCommand,t=>{this._producerCommand=t,this._signaling.setProducerCommandDataChannel(t)})),p.producerScreenDataChannel&&this._createDataChannel(this._pc,Je.producerScreenShare,t=>{this._producerScreen=t,this._producerScreen.binaryType="arraybuffer",this._createCaptureReceiver()}),p.asrDataChannel&&this._createDataChannel(this._pc,Je.asr,t=>{this._asr=t,this._asr.binaryType="arraybuffer",this._removeAsrTrack(),this._asrTrack=new Gt(t,this._participantIdRegistry,i=>{this._onAsrTranscription(i)}),this._signaling.setAsrDataChannel(t)}),p.vmoji&&this._createDataChannel(this._pc,Je.animoji,t=>{var i,a,n;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)}),this._newAudioShareTrack=this._mediaSource.getAudioShareTrack();try{this._mediaSource.addTrackToPeerConnection(this._pc,this._observer,!1,p.serverAudioRed),this._prevConsumerSettings={},this._applyConsumerSettings()}catch(t){d.error("ServerTransport: Unable to add media source tracks",t),T.log(v.ERROR,"addTrack-single"),this.close(t);return}p.consumerScreenDataChannel&&this._createDataChannel(this._pc,Je.consumerScreenShare,t=>{this._consumerScreen=t,this._consumerScreen.binaryType="arraybuffer";let i=this._mediaSource.getScreenTrack();i&&this._createCaptureSender(i)}),e||this._allocateConsumer(),this._setState("OPENED"),this._startStatInterval(),this._startSettingsInterval()}_removeAsrTrack(){var e;(e=this._asrTrack)==null||e.destroy(),this._asrTrack=null}_reconnect(){this.getState()!=="OPENED"&&(this._setState("RECONNECTING"),this._closeConnection(),this._openConnection(!0))}_signalActiveParticipants(e){this._triggerEvent("SIGNALLED_ACTIVE_PARTICIPANTS",e)}_signalStalledParticipants(e){this._triggerEvent("SIGNALLED_STALLED_PARTICIPANTS",e)}_signalSpeakerChanged(e){this._triggerEvent("SIGNALLED_SPEAKER_CHANGED",e)}_signalNetworkStatus(e){this._triggerEvent("NETWORK_STATUS",e)}_updateSSRCMap(e){e&&e.sdp.split(`
|
|
12
12
|
`).forEach(t=>{let i=`a=ssrc:([0-9]+) label:(audio|video)-((?:[ug]?[\\d]+)|(?:mix)|(?:${Ne.PARTICIPANT_AGNOSTIC_TRACK_PREFIX}-[0-9]+))`,a=new RegExp(i).exec(t);a&&(this._ssrcMap[a[1]]=a[3])})}_createCaptureSender(e){let t=this._mediaSource.getMediaSettings();!e||!p.consumerScreenDataChannel||!this._consumerScreen||!t.isScreenSharingEnabled||(this._captureSender&&this._removeCaptureSender(),this._captureSender=new Tt(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 It(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(b.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)})}C.applyVideoTrackSettings(e,i,s!=null?s:i.track,this._prevConsumerSettings,t)}),this._prevConsumerSettings=t}if(this._animojiSender){let t=this._mediaSource.getStream();t&&this._animojiSender.setStream(t)}}_onScreenSharingStatus(e){e.track?this._createCaptureSender(e.track):this._removeCaptureSender()}_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();let e=yield ii(this._pc,this._lastStat,this._ssrcMap);return this._lastStat=e,e})}_reportStats(e){this._triggerEvent("REMOTE_DATA_STATS",{inbound:{topology:"SERVER",transport:e.transport,rtps:e.rtps.filter(t=>t.type==="inbound-rtp")},outbound:{topology:"SERVER",transport:e.transport,rtps:e.rtps.filter(t=>t.type==="outbound-rtp")}})}_detectStaleTracks(e){let t=e.rtps.find(s=>s.type==="inbound-rtp"&&s.kind==="audio"&&this._ssrcMap[s.ssrc]==="mix");if(!t)return;let i=Ne.AUDIO_MIX,a=this._statBytes[i],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:st.getEstimatedPerformanceIndex(),audioMix:!0,consumerUpdate:!0,producerNotificationDataChannelVersion:p.producerNotificationDataChannel?7:0,producerCommandDataChannelVersion:p.producerCommandDataChannel?3:0,consumerScreenDataChannelVersion:p.consumerScreenDataChannel?1:0,producerScreenDataChannelVersion:p.producerScreenDataChannel?1:0,asrDataChannelVersion:p.asrDataChannel?1:0,animojiDataChannelVersion:p.vmoji?1:0,animojiBackendRender:!p.vmojiRenderingOptions.useFullClientRendering,onDemandTracks:!0,unifiedPlan:!0,singleSession:!0,videoTracksCount:p.videoTracksCount,red:p.serverAudioRed,audioShare:p.audioShare,fastScreenShare:p.fastScreenShare};!p.videoTracksCount&&!this._observer&&d.warn("Setting videoTracksCount to 0 is deprecated"),this._signaling.allocateConsumer(null,e)}_acceptProducer(e){return c(this,null,function*(){if(this._producerOfferIsProcessing){this._producerNextOffer=e,d.debug("[single] wait until other remote offer is processed");return}this._producerOfferIsProcessing=!0;let t=new RTCSessionDescription({type:"offer",sdp:C.patchRemoteSDP(e)});if(d.debug("[single] set remote offer",{offer:t}),!this._pc)throw new Error("Interrupt allocation");this._pc.setRemoteDescription(t).catch(i=>{throw d.error("[single] unable to set remote offer",i),T.log(v.ERROR,"setRemoteDescription-single"),i}).then(()=>this._handleTracks()).then(()=>{if(d.debug("[single] create local answer"),!this._pc)throw new Error("Interrupt allocation");return this._pc.createAnswer()}).catch(i=>{throw d.error("[single] unable to create answer",i),T.log(v.ERROR,"createAnswer-single"),i}).then(i=>(i.sdp=C.patchLocalSDP(i.sdp,!1,b.isBrokenH264(),!1,p.h264spsPpsIdrInKeyframe),i)).then(i=>c(this,null,function*(){if(d.debug("[single] set local answer",{answer:i}),!this._pc)throw new Error("Interrupt allocation");return yield this._pc.setLocalDescription(i),i})).catch(i=>{throw d.error("[single] unable to set local answer",i),T.log(v.ERROR,"setLocalDescription-single"),i}).then(i=>c(this,null,function*(){d.debug("[single] transmit local answer",{answer:i}),this._updateSSRCMap(t),yield this._signaling.acceptProducer(i,Object.keys(this._ssrcMap)),d.debug("[single] remote offer has been processed")})).catch(i=>{d.warn("[single] unable to send local answer",i),T.log(v.ERROR,"acceptProducer")}).then(()=>c(this,null,function*(){if(this._producerOfferIsProcessing=!1,this._producerNextOffer){d.debug("[single] there is other unprocessed remote offer, process it");let i=this._producerNextOffer;return this._producerNextOffer=null,this._acceptProducer(i)}})).catch(i=>this.close(i))})}_handleTracks(){return c(this,null,function*(){var t;if(!this._newAudioShareTrack||this._observer)return;let e=(t=this._pc)==null?void 0:t.getTransceivers().find(i=>{var a;return(a=i.mid)==null?void 0:a.endsWith("s")});if(!e||!e.sender){d.warn("Cannot find audioshare transceiver");return}e.sender.track!==null&&d.warn("Unexpected track assigned to audioshare");try{e.direction="sendonly",yield e.sender.replaceTrack(this._newAudioShareTrack),this._newAudioShareTrack=null}catch(i){d.error("ServerTransport: Unable to replace track",i),T.log(v.ERROR,"replaceTrack-single")}})}_onSignalingNotification(e){return c(this,null,function*(){if(this._isOpen)switch(e.notification){case O.PRODUCER_UPDATED:yield this._onProducerUpdated(e);break;case O.REALLOC_CON:this._reconnect();break;case O.AUDIO_ACTIVITY:this._signalActiveParticipants(e.activeParticipants);break;case O.SPEAKER_CHANGED:this._signalSpeakerChanged(e.speaker);break;case O.STALLED_ACTIVITY:this._signalStalledParticipants(e.stalledParticipants);break;case O.NETWORK_STATUS:this._signalNetworkStatus(e.statuses);break}})}_onAsrTranscription(e){this._triggerEvent("ASR_TRANSCRIPTION",e)}_onProducerUpdated(e){return c(this,null,function*(){this._producerSessionId&&this._producerSessionId!==e.sessionId&&this._reconnect(),p.breakVideoPayloadTypes&&(d.log("test mode enabled, video switched off"),this._signaling.requestTestMode("breakVideoPayloadTypes",null)),this._producerSessionId=e.sessionId,yield this._acceptProducer(e.description)})}_onAddTrack(e,t){d.debug("[single] remote track (added)",{track:t.track});let i=t.streams[0];i?(i.onremovetrack||(i.onremovetrack=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),T.log(v.ICE_CONNECTION_STATE,e.connectionState),e.connectionState){case"failed":this._reconnectionPrevented?this.close(new Error("Ice connection failed")):(T.logCustom(v.RECONNECT,{param:1}),this._reconnect());break;case"connecting":let i=this.getState();i==="IDLE"||i==="OPENED"?this._setState("CONNECTING"):e.iceConnectionState==="checking"&&this._setState("RECONNECTING");break;case"disconnected":this._reconnectionPrevented?this.close(new Error("Ice connection disconnected")):this._setState("RECONNECTING");break;case"connected":this._setState("CONNECTED"),C.getPeerConnectionHostInfo(e).then(a=>{a&&T.log(v.ICE_CONNECTION_TYPE,a.type)}),T.logCustom(v.RECONNECT,{param:0});break}}_onReplacedTrack(e,t){var i;if(this._pc){p.consumerScreenDataChannel&&t&&(e=t);let a=(i=this._pc)==null?void 0:i.getSenders().find(n=>n.track&&n.track.kind===e.kind&&!this._disabledSenders.has(n)&&n.track.contentHint===e.contentHint);a!=null&&a.track?(a.track.enabled=e.enabled,a.replaceTrack(e).catch(n=>{d.error("ServerTransport: Unable to replace track",n),T.log(v.ERROR,"replaceTrack-single")})):e.kind==="audio"&&e.contentHint==="music"&&(this._newAudioShareTrack=e)}this._applyConsumerSettings()}getStreamWaitingTimeMs(e,t){if(!this._pc)return T.log(v.PAT_WAITING_TIME_ERROR,"noConnection"),d.error("Cannot get stream waiting time, peer connection is not initialized"),0;if(!RTCRtpReceiver.prototype.getSynchronizationSources)return T.log(v.PAT_WAITING_TIME_ERROR,"oldBrowser"),d.error("Cannot get stream waiting time, RTCRtpReceiver.getSynchronizationSources is not supported"),0;let i=this._rtpReceiversByStreamId[e];if(!i)return T.log(v.PAT_WAITING_TIME_ERROR,"noReceiver"),d.error(`Cannot get stream waiting time, cannot find RTP receiver by stream ID: ${e}`),0;let a=i.getSynchronizationSources();if(!a||!a.length)return d.log(`Cannot get stream waiting time, ${e} receiver has no synchronization sources`),0;let s=a[0].rtpTimestamp;if(!Number.isInteger(s))return T.log(v.PAT_WAITING_TIME_ERROR,"timestampNotInteger"),d.error(`Cannot get stream waiting time, ${e} receiver's RTP timestamp is not an integer: ${s}`),0;let l=t-s&Ro,u=Math.ceil(l/To);return Math.min(100,Math.max(0,u))}};var Ye=(e=>(e.DIRECT="DIRECT",e.SERVER="SERVER",e))(Ye||{}),zi=class extends ae{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,Ie.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._mediaSource,"ANIMOJI_STATUS",this._onAnimojiStatus.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&&this._releaseDirectTransport(),this._topology==="SERVER"&&((a=this._serverTransport)==null||a.removeParticipant(e),this._setStates([e],"CLOSED")),i>=0&&this._opened.splice(i,1),t>=0&&this._allocated.splice(t,1),delete this._states[e]}destroy(){var e,t;this.unsubscribe();for(let i of this._dtListeners)i.dispose();for(let i of this._stListeners)i.dispose();this._removeAnimojiTransport(),(e=this._directTransport)==null||e.close(),this._directTransport=null,(t=this._serverTransport)==null||t.close(),this._serverTransport=null,this._allocated=[],this._opened=[]}getTopology(){return this._topology}isAllocated(e){return this._allocated.indexOf(e)>=0}allocated(){return this._allocated.slice()}opened(){return this._opened.slice()}getState(){var e,t;return this._topology==="SERVER"?(e=this._serverTransport)==null?void 0:e.getState():(t=this._directTransport)==null?void 0:t.getState()}getStates(){return this._states}setAnimojiSvg(e,t){var i,a;p.vmoji&&t.isMe&&((i=p.vmoji.AnimojiPreviewGenerator)==null||i.setSvgData(t)),(!(t.svg instanceof ArrayBuffer)||t.svg.byteLength!==0)&&((a=this._animojiReceiver)==null||a.setParticipantSvg(e,t))}_setStates(e,t){let i=e.filter(a=>this._states[a]!==t?(this._states[a]=t,!0):!1);i.length&&this._triggerEvent("STATE_CHANGED",i,t)}_setLocalState(e){this._localState!==e&&(this._localState=e,this._triggerEvent("LOCAL_STATE_CHANGED",e))}_onSignalingNotification(e){if(e.notification===O.TOPOLOGY_CHANGED)return this._onTopologyChanged(e)}_onTopologyChanged(e){var t;if(e.topology!==this._topology){if(d.log(`Topology changed ${this._topology} -> ${e.topology}`),T.log(v.TOPOLOGY_CHANGE_REQUESTED,e.topology),this._topology=e.topology,this._topology==="SERVER"&&(this._serverTransport?this._serverTransport.allowRestart():(this._serverTransport=this._createServerTransport(),this._opened.length>0&&((t=this._directTransport)==null||t.preventRestart(),this._serverTransport.open()))),this._topology==="DIRECT"){let i=e.offerTo||[],a=e.offerToTypes||[],n=e.offerToDeviceIdxs||[],s=i.length&&a.length?C.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 ct(e,t,this._signaling,this._mediaSource,this._serverSettings);return this._dtListeners.length>0&&d.warn(`The list of direct listeners for the participant [${e}] is not empty`),this._dtListeners=[],this._dtListeners.push(i.addEventListener("REMOTE_TRACK_ADDED",this._onDirectRemoteTrackAdded.bind(this,e)),i.addEventListener("REMOTE_TRACK_REMOVED",this._onDirectRemoteTrackRemoved.bind(this,e)),i.addEventListener("REMOTE_DATA_STATS",this._onDirectRemoteDataStats.bind(this)),i.addEventListener("STATE_CHANGED",this._onDirectTransportChanged.bind(this)),i.addEventListener("NETWORK_STATUS",this._onTransportNetworkStatus.bind(this)),i.addEventListener("PEER_CONNECTION_CLOSED",this._onPeerConnectionClosed.bind(this,"DIRECT"))),this._animojiReceiver&&this._animojiSender&&i.setAnimojiTransport(this._animojiReceiver,this._animojiSender),i}_createServerTransport(){let e=new Pe(this._signaling,this._mediaSource,this._serverSettings);return this._stListeners.length>0&&d.warn("The list of server transport listeners is not empty"),this._stListeners=[],this._stListeners.push(e.addEventListener("REMOTE_TRACK_ADDED",this._onServerRemoteTrackAdded.bind(this)),e.addEventListener("REMOTE_TRACK_REMOVED",this._onServerRemoteTrackRemoved.bind(this)),e.addEventListener("AUDIO_MIX_STALL",this._onServerAudioMixStall.bind(this)),e.addEventListener("REMOTE_DATA_STATS",this._onServerRemoteDataStats.bind(this)),e.addEventListener("STATE_CHANGED",this._onServerTransportChanged.bind(this)),e.addEventListener("SIGNALLED_ACTIVE_PARTICIPANTS",this._onTransportActiveParticipants.bind(this)),e.addEventListener("SIGNALLED_SPEAKER_CHANGED",this._onTransportSpeakerChanged.bind(this)),e.addEventListener("SIGNALLED_STALLED_PARTICIPANTS",this._onTransportStalledParticipants.bind(this)),e.addEventListener("NETWORK_STATUS",this._onTransportNetworkStatus.bind(this)),e.addEventListener("REMOTE_STREAM_SECOND",this._onRemoteStreamSecond.bind(this)),e.addEventListener("PEER_CONNECTION_CLOSED",this._onPeerConnectionClosed.bind(this,"SERVER")),e.addEventListener("ASR_TRANSCRIPTION",this._onAsrTranscription.bind(this))),this._animojiReceiver&&this._animojiSender&&e.setAnimojiTransport(this._animojiReceiver,this._animojiSender),e}_releaseDirectTransport(){var e;(e=this._directTransport)==null||e.close(),this._directTransport=null;for(let t of this._dtListeners)t.dispose();this._dtListeners=[]}_releaseServerTransport(){var e;(e=this._serverTransport)==null||e.close(),this._serverTransport=null;for(let t of this._stListeners)t.dispose();this._stListeners=[]}_setLocalNoiseSuppression(e){var t;p.noiseSuppression!==e&&(p.noiseSuppression=e,(t=this._mediaSource)==null||t.updateNoiseSuppression())}_onDirectTransportChanged(e){var i;let t=(i=this._directTransport)==null?void 0:i.participantId;if(e==="CONNECTED"&&this._topology==="DIRECT"&&this._releaseServerTransport(),(e==="CLOSED"||e==="FAILED")&&(this._releaseDirectTransport(),this._topology==="DIRECT")){let a=this._opened.indexOf(t);a>=0&&this._opened.splice(a,1);let 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)}_onServerRemoteDataStats(e){this._triggerEvent("REMOTE_DATA_STATS",e)}_onDirectRemoteTrackAdded(e,t,i){this._triggerEvent("REMOTE_TRACK_ADDED",e,t,i)}_onDirectRemoteTrackRemoved(e,t,i){this._triggerEvent("REMOTE_TRACK_REMOVED",e,t,i)}_onDirectRemoteDataStats(e){this._triggerEvent("REMOTE_DATA_STATS",e)}_onServerRemoteTrackAdded(e,t,i){this._triggerEvent("REMOTE_TRACK_ADDED",e,t,i)}_onServerRemoteTrackRemoved(e,t,i){this._triggerEvent("REMOTE_TRACK_REMOVED",e,t,i)}_onAsrTranscription(e){this._triggerEvent("ASR_TRANSCRIPTION",e)}_onAnimojiStream(e,t){this._triggerEvent("ANIMOJI_STREAM",e,t)}_onAnimojiStatus(e){var t,i;e?(t=this._animojiSender)==null||t.resume():(i=this._animojiSender)==null||i.pause(),this._mediaSource.onAnimojiSender(e)}_createAnimojiTransport(){if(!p.vmoji)return;this._animojiReceiver=new p.vmoji.AnimojiReceiver((t,i)=>this._onAnimojiStream(t,i),t=>this._onAnimojiStream(t,null),p.vmojiRenderingOptions);let e=this._mediaSource.getStream();this._animojiSender=new p.vmoji.AnimojiSender(e,this._mediaSource.isAnimojiRequested),this._animojiSender.onLocalData=t=>{var i;return(i=this._animojiReceiver)==null?void 0:i.receive(t)}}_removeAnimojiTransport(){var e,t;(e=this._animojiSender)==null||e.destroy(),this._animojiSender=null,(t=this._animojiReceiver)==null||t.destroy(),this._animojiReceiver=null}getStreamWaitingTimeMs(e,t){return this._topology!=="SERVER"?(T.log(v.PAT_WAITING_TIME_ERROR,"wrongTopology"),d.error(`Cannot get stream waiting time, incorrect topology: ${this._topology}`),0):this._serverTransport?this._serverTransport.getStreamWaitingTimeMs(e,t):(T.log(v.PAT_WAITING_TIME_ERROR,"noTransport"),d.error("Cannot get stream waiting time, server transport is not initialized"),0)}};var Qe=class{constructor(){this._isCallMarked=!1}measureSignalingConnection(r){let e=v.FIRST_MEDIA_RECEIVED;if(!r){Fe(e);return}let t=nt(e);t===null||r.conversation.topology!=="SERVER"||ge.logEventualStat({name:e,value:t,call_type:"server_join_server"})}markAcceptCall(r){r==="DIRECT"?Qe._callType="direct_incoming":Qe._callType="server_incoming",this._isCallMarked=!0,Fe(v.FIRST_MEDIA_RECEIVED)}markAcceptedCall(r){this._isCallMarked||r==="SERVER"||(Qe._callType="direct_outgoing",this._isCallMarked=!0,Fe(v.FIRST_MEDIA_RECEIVED))}markParticipantJoined(r){this._isCallMarked||r!=="DIRECT"||(Qe._callType="server_change_topology",this._isCallMarked=!0,Fe(v.FIRST_MEDIA_RECEIVED))}static measure(){let r={name:v.FIRST_MEDIA_RECEIVED};Qe._callType&&(r.call_type=Qe._callType,Qe._callType=null),ge.logEventualStat(r)}},yt=Qe;yt._callType=null;var di=class{constructor(){this._output=null;this._volume=1;this._features={setSinkId:!!Audio.prototype.setSinkId}}add(r){this.destroy(),this._output={},this._output.audioTrack=r,this._initAudioElement()}remove(r){!this._output||this._output.audioTrack!==r||this.destroy()}get volume(){return this._volume}set volume(r){this._volume=Math.max(0,Math.min(1,r)),this._output&&this._output.audioElement&&(this._output.audioElement.volume=this._volume)}_initAudioElement(){var n;if(p.muteMode||!((n=this._output)!=null&&n.audioTrack))return;let r=b.browserName()!=="Safari"||b.isMobile(),e=document.createElement(r?"audio":"video");e.muted=!1,e.volume=this._volume,e.preload="auto",e.onloadeddata=()=>yt.measure();let t=()=>{d.warn("Error on play audio"),f.onAutoplayError()},i=s=>{e.srcObject=new MediaStream([s]),e.load();let l=e.play();l&&l.catch(t)},a=()=>{var l;d.debug("Recover audio playback");let s=(l=this._output)==null?void 0:l.audioTrack;s?i(s):d.warn("Broken audio track")};e.onpause=a,e.onstalled=a,e.onerror=a,i(this._output.audioTrack),this._output.audioElement=e}_stopAudioElement(){var r,e,t;(r=this._output)!=null&&r.audioElement&&(this._output.audioElement.pause(),this._output.audioElement.srcObject=null),(t=(e=this._output)==null?void 0:e.audioTrack)==null||t.stop()}destroy(){this._output&&(this._stopAudioElement(),this._output=null)}changeOutput(){return c(this,null,function*(){var r,e,t;try{if(!this._features.setSinkId)throw new Error('Feature "setSinkId" is not supported');if(!((r=this._output)!=null&&r.audioElement))throw new Error("Audio Element is not initialized");let i=b.getSavedOutput();i&&(yield(t=(e=this._output.audioElement).setSinkId)==null?void 0:t.call(e,i.deviceId))}catch(i){throw T.log(v.ERROR,"change_output"),d.error("Output change failed",i),i}})}};var Co=90,yo=3,li=class extends ae{constructor(){super(...arguments);this._lastMemoryStat={percent:0,bytes:0}}onRemoteDataStats(e,t){this._calcMemory(),e.inbound.rtps.map(i=>{let a=typeof i.userId=="string"&&t[i.userId]||null;i.userId=a==null?void 0:a.externalId}),f.onStatistics(e,this._lastMemoryStat)}_calcMemory(){var a;let e=(a=window==null?void 0:window.performance)==null?void 0:a.memory;if(!e||!e.usedJSHeapSize||!e.jsHeapSizeLimit)return;let t=Number((100*e.usedJSHeapSize/e.jsHeapSizeLimit).toFixed(2)),i=Number((e.usedJSHeapSize/1024/1024).toFixed(1));t>Co?d.warn(`High memory usage: ${t}% (${i} MiB)`):(!this._lastMemoryStat.percent||Math.abs(t-this._lastMemoryStat.percent)>=yo)&&(d.debug(`Memory usage: ${t}% (${i} MiB)`),this._lastMemoryStat.percent=t,this._lastMemoryStat.bytes=e.usedJSHeapSize)}};var Po=44100,Wt=class{constructor(r,e){this._analyser=null;this._gainNode=null;this._fftBins=null;this._mediaStreamSource=null;this._lastSmoothedLevel=0;this._trackId=r,this._stream=e;try{let t=b.getAudioContext();this._gainNode=t.createGain(),this._gainNode.gain.value=1e-5,this._gainNode.connect(t.destination),this._analyser=t.createAnalyser(),this._analyser.fftSize=1024,this._analyser.smoothingTimeConstant=0,this._analyser.connect(this._gainNode),this._fftBins=new Uint8Array(this._analyser.frequencyBinCount),this._mediaStreamSource=t.createMediaStreamSource(e),this._mediaStreamSource.connect(this._analyser)}catch(t){}}get stream(){return this._stream}get trackId(){return this._trackId}_getBins(){if(!this._fftBins||!this._analyser)return new Uint8Array;this._analyser.getByteFrequencyData(this._fftBins);let r=Po/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)}};var pi=class extends ae{constructor(e){super();this._detector=null;this._track=null;this._interval=null;let t=()=>{this._detector&&f.onLocalVolume(this._detector.getLevel().real,e.getMediaSettings().isAudioEnabled),this._interval=window.setTimeout(t,p.voiceParams.interval)};this._interval=window.setTimeout(t,p.voiceParams.interval);let i=()=>{let a=e.getSendAudioTrack();a&&this.init(a)};this.subscribe(e,"SOURCE_CHANGED",a=>{a.kind==="audio"&&a.mediaSettings.isAudioEnabled&&i()}),i()}init(e){this._stopDetector(),this._track=e.clone(),this._detector=new Wt("local",new MediaStream([this._track]))}_stopDetector(){this._detector&&(this._detector.destroy(),this._detector=null),this._track&&(this._track.stop(),this._track=null)}destroy(){this.unsubscribe(),this._interval&&(window.clearTimeout(this._interval),this._interval=null),this._stopDetector()}};var Ji=class extends ae{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 Wt(e,t),!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.stream!==t||(this._detector.destroy(),this._detector=null))}_collectVolumes(){if(!this._detector)return;let e={},t=this._detector.trackId,i=this._detector.getLevel();if(t===Ne.AUDIO_MIX){if(this._activeParticipants)for(let a of this._activeParticipants)e[a]=i}else e[t]=i;this._triggerEvent("VOLUMES_DETECTED",e)}_onSignalledActiveParticipants(e){this._activeParticipants=e}_onTopologyChanged(e){e==="DIRECT"&&(this._activeParticipants=null)}};var Yi=class extends ae{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 ui=class extends ae{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"),T.log(v.CALL_SPEC_ERROR,`${this._transport.getTopology()}_CONNECTION_TIMEOUT`))}_onVolumesDetected(e){Object.keys(e).forEach(t=>{this._volumes[t]=Math.max(e[t].real,this._volumes[t]||0)})}_onConnectionTimeout(){let e=i=>i!=="CONNECTED";(()=>Object.values(this._transport.getStates()).filter(e).length>0)()&&(d.warn("There is not connected transport, send callSpecError"),T.log(v.CALL_SPEC_ERROR,`${this._transport.getTopology()}_CONNECTION_TIMEOUT`)),this._connectionTimeout=0}_onVolumeTimeout(){let e=[];Object.keys(this._volumes).forEach(t=>{if(this._volumes[t]>0)return;let i="UNKNOWN",a=this._participants[t];a&&a.platform&&(i=a.platform),e.indexOf(i)<0&&(e.push(i),T.log(v.CALL_SPEC_ERROR,`${this._transport.getTopology()}_VOLUME_TIMEOUT_${i}`))}),e.length&&d.warn("There is silent participant, send callSpecError"),this._volumeTimeout=0}};var bo=1e3,Mo=1e4,Se=null;var Ao=15,K=class extends ae{constructor(e,t,i){super();this._mediaSource=null;this._conversation=null;this._myLastRequestedLayouts={};this._state="IDLE";this._participantState=$.CALLED;this._participants={};this._transport=null;this._debugInfo=null;this._volumesDetector=null;this._speakerDetector=null;this._localVolumeDetector=null;this._specListener=null;this._activeSpeakerId=null;this._lastSignalledActiveSpeakerId=null;this._serverSettings={camera:null,screenSharing:null};this._lastStalled={};this._audioMixStalled=!1;this._audioFix=null;this._streamByStreamId=new Map;this._streamIdByStreamDescription=new Map;this._streamWaitTimerByStreamDescription=new Map;this._sequenceNumberByStreamDescription=new Map;this._cooldownTimestampByStreamDescription=new Map;this._cooldownQueueCleanupTimer=null;T.create(e,i),ge.create(),this._api=e,this._signaling=t,this._onUnload=()=>{this._conversation&&this._api&&this._api.hangupConversation(this._conversation.id),T.destroy(),ge.destroy()},window.addEventListener("unload",this._onUnload),this._audioOutput=new di,p.videoTracksCount>0&&(this._cooldownQueueCleanupTimer=window.setInterval(this._cleanupCooldownQueue.bind(this),bo)),this._statFirstMediaReceived=new yt}static current(){return K._current}static hangupAfterInit(){K._activationMutex&&!K._current&&(K._delayedHangup=!0)}static id(){var e,t;return((t=(e=K._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(K._activationMutex)throw T.log(v.ERROR,"startCall"),d.warn("Conversation: there is already running activation"),new V(D.FAILED);K._activationMutex=!0;try{this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(i);let u=this._mediaSource.getMediaSettings();t===Ve.CHAT||e.length>1?this._logWithMediaSettings(v.OUTGOING_MULTIPARTY_CALL,u):this._logWithMediaSettings(v.OUTGOING_CALL,u);let h=yield this._startConversation(e,t,qe.OUTGOING,i,a,n,s,l);if(!this._conversation)throw new V(D.UNKNOWN_ERROR);if(this._participantState=$.ACCEPTED,this._signaling.changeMediaSettings(u),yield this._processConnection(h),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),K._delayedHangup)throw new V(D.CANCELED);d.debug("Outgoing call",{opponentIds:e,opponentType:t,mediaOptions:i});let m=Object.values(this._participants),S=C.mapSharedParticipants(m);return yield this._processConnectionSharedMovieInfo(h),f.onLocalStream(this._mediaSource.getStream(),this._mediaSource.getMediaSettings()),f.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),S),this._onConversationParticipantListChunk(h),this._processPinnedParticipants(h),f.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeFeatureSet(),this._changeNeedRate(),K._current=this,this._conversation.concurrent&&(yield this._acceptConcurrent()),this._conversation}catch(u){throw this._close(u,"Unable to start conversation"),u}finally{K._activationMutex=!1}})}onJoin(e){return c(this,null,function*(){var t;if(K._activationMutex)throw T.log(v.ERROR,"joinCall"),d.warn("Conversation: there is already running activation"),new V(D.FAILED);K._activationMutex=!0,this._state="PROCESSING";try{let i=!!((t=e.observedIds)!=null&&t.length);if(i&&p.videoTracksCount>0)throw d.error("Observer mode: please set videoTracksCount=0"),new V(D.UNSUPPORTED);this._mediaSource=this._createMediaSource(),yield this._mediaSource.request(e.mediaOptions,!i);let a=this._mediaSource.getMediaSettings();this._logWithMediaSettings(v.JOIN_CONVERSATION,a);let n=yield this._joinConversation(e);if(!this._conversation)throw new V(D.UNKNOWN_ERROR);return this._conversation.observer=i,f.onLocalStream(this._mediaSource.getStream(),a),this._conversation.waitingHall?(d.log("In waiting hall"),K._current=this,K._activationMutex=!1,this._signaling.readyToSend(),f.onLocalStatus("WAITING_HALL"),this._conversation):this._onJoinPart2(n)}catch(i){throw K._activationMutex=!1,this._close(i,"Unable to join conversation"),i}})}_onJoinPart2(e){return c(this,null,function*(){var t,i,a,n,s,l,u;d.debug("Join conversation part 2"),K._activationMutex=!0;try{if(this._participantState=$.ACCEPTED,!this._conversation||!this._mediaSource)throw new V(D.UNKNOWN_ERROR);if(this._conversation.observer||this._signaling.changeMediaSettings(this._mediaSource.getMediaSettings()),yield this._processConnection(e),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._signaling.readyToSend(),K._delayedHangup)throw new V(D.CANCELED);let h=Object.values(this._participants),m=C.mapSharedParticipants(h.filter(x=>!x.isInRoom)),S=[];if((i=(t=e==null?void 0:e.rooms)==null?void 0:t.rooms)!=null&&i.length)for(let x of e.rooms.rooms)S.push({id:x.id,name:x.name,participantCount:x.participantCount,participantIds:yield Promise.all(((n=(a=x==null?void 0:x.participantIds)==null?void 0:a.map)==null?void 0:n.call(a,this._getExternalIdByParticipantId.bind(this)))||[]),participants:(s=x==null?void 0:x.participants)!=null&&s.participants?this._participantListChunkToExternalChunk(x.participants):void 0,active:x.active,muteStates:x.muteStates});let k=(u=(l=e==null?void 0:e.rooms)==null?void 0:l.roomId)!=null?u:Se;return yield this._processConnectionSharedMovieInfo(e),yield this._processConnectionAsrInfo(e),f.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),m,{rooms:S,roomId:k}),this._onConversationParticipantListChunk(e),this._processPinnedParticipants(e),f.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate(),this._state="ACTIVE",this._changeFeatureSet(),K._current=this,this._openTransport(h,!1),this._conversation}catch(h){throw this._close(h,"Unable to join conversation"),h}finally{K._activationMutex=!1}})}onPush(a){return c(this,arguments,function*(e,t=Y.USER,i){if(K._activationMutex)throw d.warn("Conversation: there is already running activation"),new V(D.REJECTED);K._activationMutex=!0;try{let n=yield this._prepareConversation(e,t,i);if(this._mediaSource=this._createMediaSource(),!this._conversation)throw new V(D.UNKNOWN_ERROR);if(!n.conversation.participants.find(l=>{var u;return l.state===$.CALLED&&l.id===((u=this._conversation)==null?void 0:u.userId)}))throw d.log("Push rejected (there is an active call)"),T.log(v.PUSH,"rejected"),new V(D.REJECTED);if(yield this._processConnection(n),this._allocateTransport(),this._createSpeakerDetector(),this._createSpecListener(),this._processPinnedParticipants(n),this._signaling.readyToSend(),T.log(v.PUSH,"accepted"),K._current=this,K._delayedHangup)throw new V(D.CANCELED);K._activationMutex=!1}catch(n){throw K._activationMutex=!1,this._close(n,"Unable to handle inbound call push"),n}})}_isInWaitingHall(e){if(!e.conversation||(e.conversation.options||[]).indexOf(Ti.WAITING_HALL)<0)return!1;let t=(e.conversation.participants||[]).find(i=>C.comparePeerId(i.peerId,e.peerId));return t&&t.restricted||!1}_acceptConcurrent(){return c(this,null,function*(){if(!this._mediaSource||!this._conversation||!this._transport)throw new V(D.UNKNOWN_ERROR);this._state="PROCESSING";let e=this._mediaSource.getMediaSettings();this._logWithMediaSettings(v.ACCEPT_CONCURRENT,e),d.debug("Concurrent call",{conversationId:this._conversation.id});try{this._statFirstMediaReceived.markAcceptCall(this._transport.getTopology()),yield this._signaling.acceptCall(this._mediaSource.getMediaSettings()),f.onCallAccepted(),this._state="ACTIVE",this._participantState=$.ACCEPTED,this._changeFeatureSet(),this._openTransport(Object.values(this._participants),!0)}catch(t){this._close(t,"Unable to accept concurrent call")}})}accept(e){return c(this,null,function*(){var t;if(this._state!=="IDLE")throw T.log(v.ERROR,"acceptIncoming"),d.error("Unable to accept a call - invalid state"),new Error("Unable to accept a call - invalid state");if(!this._mediaSource||!this._conversation||!this._transport)throw new V(D.UNKNOWN_ERROR);this._state="PROCESSING",d.debug("Accept incoming call",e);try{yield this._mediaSource.request(e);let i=this._mediaSource.getMediaSettings();this._logWithMediaSettings(v.ACCEPT_INCOMING,i),this._signaling.changeMediaSettings(i),this._statFirstMediaReceived.markAcceptCall(this._transport.getTopology()),yield this._signaling.acceptCall(i),this._participantState=$.ACCEPTED;let a=Object.values(this._participants),n=C.mapSharedParticipants(a);if(f.onCallAccepted(),f.onLocalStream(this._mediaSource.getStream(),i),f.onConversation(this._conversation.externalId,this._conversation.mediaModifiers,this._getMuteStatesForCurrentRoom(),n),p.useParticipantListChunk){let u=yield this._getInitialParticiapntListChunk();(t=u==null?void 0:u.participants)==null||t.forEach(h=>{let m=C.composeId(h),S=this._participants[m];S&&(S.movieShareInfos=h.movieShareInfos)}),this._onConversationParticipantListChunk({participants:u})}f.onLocalStatus("WAITING"),this._toggleJoinAvailability(),this._changeNeedRate();let s=Vt(this._getMuteStatesForCurrentRoom(),be.MUTE),l=Vt(this._getMuteStatesForCurrentRoom(),be.MUTE_PERMANENT);for(let u of[s,l])u.length&&(yield this._processMuteState({mediaOptions:u,stateUpdated:!0}));return this._state="ACTIVE",this._changeFeatureSet(),this._openTransport(a,!0),this._conversation}catch(i){throw this._close(i,"Unable to accept call"),i}})}decline(){return c(this,null,function*(){var e;if(this._state!=="IDLE")throw T.log(v.ERROR,"declineIncoming"),d.error("Unable to decline a call - invalid state"),new Error("Unable to decline a call - invalid state");this._state="PROCESSING",d.debug("Decline incoming call"),this._logWithMediaSettings(v.DECLINE_INCOMING,(e=this._mediaSource)==null?void 0:e.getMediaSettings()),this._participantState=$.HUNGUP,this._signaling.ready&&(yield this._signaling.hangup(D.REJECTED)),this._close(new V(D.REJECTED))})}hangup(){return c(this,null,function*(){d.debug("Hangup");let e=this._state==="ACTIVE"?D.HUNGUP:D.CANCELED;T.log(v.HANGUP,e),this._signaling.ready?(yield this._signaling.hangup(e),this._close(new V(e))):f.onHangup(new V(D.HUNGUP),this._conversation&&this._conversation.id)})}addParticipant(e,t){return c(this,null,function*(){if(!this._signaling.ready){this._close(new V(D.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=D.UNKNOWN_ERROR);let n=i.participant;yield this._onAddParticipant(C.composeId(n),n,a)})}removeParticipant(e,t=!1){return c(this,null,function*(){this._signaling.ready&&(yield this._signaling.removeParticipant(e,t),this._onRemoveParticipant(e))})}setVolume(e){this._audioOutput.volume=e}updateStatisticsInterval(){this._transport&&this._transport.updateStatisticsInterval()}_openTransport(e,t){var a;if(!this._transport)return;let i=[];for(let n of e)(n.state===$.CALLED||n.state===$.ACCEPTED)&&(this._transport.isAllocated(n.id)||this._transport.allocate(n.id,t)),n.state===$.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(D.FAILED):T.log(v.ERROR,e.hangup),K._activationMutex=!1;let i=this._conversation&&this._conversation.id;if([D.CANCELED,D.NOT_FRIENDS,D.CALLEE_IS_OFFLINE,D.CALLER_IS_BLOCKED,D.CALLER_IS_REJECTED].indexOf(e.hangup)!==-1||e.hangup===D.REJECTED&&!e.remote){f.onHangup(e,i),this.destroy();return}if(e.hangup===D.HUNGUP&&(!e.remote||this._participantState===$.CALLED)){f.onHangup(e,i),this.destroy();return}if(e.hangup===D.MISSED&&!e.remote){f.onHangup(e,i),this.destroy();return}if(this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null),(e.hangup===D.SOCKET_CLOSED||e.hangup===D.NOT_FOUND)&&K._current&&!this._conversation){this._cleanupSignaling(),this._cleanupMediaSource();return}if(e.hangup===D.BUSY&&!e.remote){this._cleanupSignaling(),this._cleanupMediaSource();return}this._state="CLOSE",this._participantState=$.HUNGUP,this._changeFeatureSet(),this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),T.destroy(),ge.destroy(),this._conversation=null,this._myLastRequestedLayouts={},K._current=null,K._delayedHangup=!1,f.onHangup(e||new V(D.UNKNOWN_ERROR),i)}destroy(){let e=this._conversation&&this._conversation.id;d.debug("Destroy conversation",{conversationId:e}),this._cooldownQueueCleanupTimer!==null&&(window.clearInterval(this._cooldownQueueCleanupTimer),this._cooldownQueueCleanupTimer=null),this._cleanupMediaSource(),this._cleanupParticipants(),this._cleanupParticipantAgnosticStreams(),this._cleanupTransport(),this._cleanupSpeakerDetector(),this._cleanupSpecListener(),this._cleanupSignaling(),this._api.cleanup(),this._cleanupListeners(),T.destroy(),ge.destroy(),this._conversation=null,this._myLastRequestedLayouts={},K._current=null,K._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){let s=a.urls.filter((l,u,h)=>h.indexOf(l)===u);s.push(`${s[s.length-1]}?transport=tcp`),i.push({urls:s,username:a.username,credential:a.credential})}return p.iceServers=i,p.wssBase=t.endpoint,p.wssToken=t.token,t.client_type&&(p.clientType=t.client_type),p.externalUserType=t.external_user_type,t})}_addGeoParamsToEndpoint(e,t){return t.isp_as_no&&(e+=`&ispAsNo=${t.isp_as_no}`),t.isp_as_org&&(e+=`&ispAsOrg=${t.isp_as_org}`),t.loc_cc&&(e+=`&locCc=${t.loc_cc}`),t.loc_reg&&(e+=`&locReg=${t.loc_reg}`),e}_startConversation(e,t,i,a,n="",s=!1,l=!1,u){return c(this,null,function*(){let h=C.uuid();d.debug("Conversation: start",{conversationId:h,opponentIds:e,opponentType:t,direction:i});let m=a.includes(ce.VIDEO),S=yield this._api.startConversation(h,e,t,m,n,s,l,{onlyAdminCanShareMovie:u});d.debug("Api.startConversation",S);let k=yield this._getConversationParams(S.id);S.endpoint=this._addGeoParamsToEndpoint(S.endpoint,k);let x=yield this._connectSignaling(je.START,S);return yield this._setConversation(S,x,i),x})}_joinConversation(e){return c(this,null,function*(){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(ce.VIDEO),h;if(t)h=yield this._api.joinConversation(t,u,a);else if(n)h=yield this._api.joinConversationByLink(n,u,s,l);else throw new V(D.UNKNOWN_ERROR);d.debug("Api.joinConversation",h),yield this._getConversationParams(h.id),this._statFirstMediaReceived.measureSignalingConnection();let m=yield this._connectSignaling(je.JOIN,h);return this._statFirstMediaReceived.measureSignalingConnection(m),yield this._setConversation(h,m,qe.JOINING),m})}_prepareConversation(a){return c(this,arguments,function*(e,t=Y.USER,i){d.debug("Conversation: push",{conversationId:e,type:t,peerId:i});let n=this._api.getUserId();if(!n)throw new V(D.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 h={id:e,peerId:i,endpoint:u,is_concurrent:!1,p2p_forbidden:!1,device_idx:l},m=yield this._connectSignaling(je.ACCEPT,h);return K._current&&(K._current._participantState===$.ACCEPTED||K._current._participantState===$.CALLED)?(d.log("Push rejected (busy)"),T.log(v.PUSH,"busy"),this._signaling.ready&&this._signaling.hangup(D.BUSY),Promise.reject({hangup:D.BUSY})):(K._current&&(K._current.destroy(),K._current=null),yield this._setConversation(h,m,qe.INCOMING,t),m)})}_createParticipant(e){return c(this,null,function*(){var i;let t=Object.assign({id:null,externalId:null,mediaSettings:he(),participantState:{},state:$.CALLED,status:null,remoteStream:null,mediaSource:null,platform:null,clientType:null,roles:[],networkRating:1,lastRequestedLayouts:{},muteStates:{},unmuteOptions:[],observedIds:[],isInRoom:!1,markers:null},e);if(e.externalId){let a=C.decomposeParticipantId(t.id).compositeUserId;this._api.cacheExternalId(a,e.externalId)}else t.externalId=yield this._getParticipantId(t.id);return(i=t.observedIds)!=null&&i.length&&(t.externalId.observer=!0),e.markers&&(t.markers=this._denormalizeMarkers(t.id,e.markers)),t})}_getParticipantId(e){return c(this,null,function*(){try{let t=C.decomposeParticipantId(e),i=yield this._api.userId(t.compositeUserId);return Object.assign({deviceIdx:t.deviceIdx},i)}catch(t){throw this._close(new V(D.NETWORK_ERROR),t),t}})}_setConversation(n,s,l){return c(this,arguments,function*(e,t,i,a=Y.USER){yield this._prepareParticipants(t.conversation.participants);let u=this._api.getUserId(),h=e.device_idx||0;if(!u){let k=(t.conversation.participants||[]).find(x=>C.comparePeerId(x.peerId,t.peerId));if(!k)throw new V(D.UNKNOWN_ERROR);u=Number(k.id),k.idType&&(a=k.idType),k.deviceIdx&&(h=k.deviceIdx),this._api.setUserId(u)}let m=C.composeParticipantId(u,a,h),S=yield this._getParticipantId(m);this._conversation={userId:u,compositeUserId:m,externalId:S,acceptTime:t.conversation.acceptTime,features:t.conversation.features||[],featuresPerRole:t.conversation.featuresPerRole,id:t.conversation.id||e.id,participantsLimit:t.conversation.participantsLimit||30,topology:t.conversation.topology||"DIRECT",direction:i,concurrent:t.isConcurrent||e.is_concurrent||!1,needRate:!1,chatId:t.conversation.multichatId,roles:[],recordsInfoByRoom:new Map,asrInfoByRoom:new Map,muteStates:new Map,joinLink:e.join_link,pinnedParticipantIdByRoom:new Map,mediaModifiers:t.mediaModifiers,options:[],unmuteOptions:[],networkRating:1,waitingHall:this._isInWaitingHall(t),observer:!1,asrInfo:t.conversation.asrInfo||null,roomId:Se},this._signaling.setConversationId(this._conversation.id),e.p2p_forbidden&&(p.forceRelayPolicy=e.p2p_forbidden),T.log(v.RELAY_POLICY,p.forceRelayPolicy?"1":"0"),this._changeFeatureSet(),this._logDevices()})}_updateConversation(e){if(!this._conversation)throw new V(D.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 bi;return this.subscribe(e,"SOURCE_CHANGED",this._onLocalMediaStreamChanged.bind(this)),this.subscribe(e,"SCREEN_STATUS",this._onScreenSharingStatus.bind(this)),this._audioFix=new jt(e),e}_connectSignaling(e,t){return c(this,null,function*(){return this._signaling.setEndpoint(t.endpoint),this.subscribe(this._signaling,Ie.NOTIFICATION,this._onSignalingNotification.bind(this)),this.subscribe(this._signaling,Ie.FAILED,this._onSignalingFailed.bind(this)),this.subscribe(this._signaling,Ie.RECONNECT,this._onSignalingReconnect.bind(this)),this._signaling.connect(e,t)})}_processConnection(e){return c(this,null,function*(){yield this._registerConnectionParticipants(e),this._processConnectionData(e)})}_prepareParticipants(e){return c(this,null,function*(){let t=e.map(i=>i.id);t.length&&(yield this._api.prepareUserIds(t))})}_onConversationParticipantListChunk(e){let t=e.participants;t&&f.onConversationParticipantListChunk(this._participantListChunkToExternalChunk(this._createParticipantListChunk(t)))}_createParticipantListChunk(e){return Ce(Ce({},{participants:[],countBefore:0,countAfter:0,markerFound:!1}),e)}_participantListChunkToExternalChunk(e){let t=C.mapSharedParticipants(e.participants.map(i=>{let a=C.composeId(i);return this._participants[a]}));return Xe(Ce({},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 h of t)yield this._registerParticipants((u=(l=h==null?void 0:h.participants)==null?void 0:l.participants)!=null?u:[],!0)})}_registerParticipants(e,t=!1){return c(this,null,function*(){if(this._conversation)for(let i of e){let a=C.composeId(i);if(this._isMe(a)){this._conversation.roles=i.roles||[],this._conversation.roles.length&&(d.debug(`Local roles changed: ${i.roles}`),f.onLocalRolesChanged(this._conversation.roles)),yield this._registerParticipantLocalMuteState(i);continue}if(i.state===$.HUNGUP||i.state===$.REJECTED){this._participants[i.id]&&this._removeParticipant(this._participants[i.id],D.HUNGUP);continue}this._registerParticipantInCache(yield this._createParticipant({id:a,externalId:i.externalId&&ue.fromSignaling(i.externalId,i.deviceIdx||0),mediaSettings:he(i.mediaSettings),participantState:C.mapParticipantState(i),state:i.state,roles:i.roles||[],status:"WAITING",muteStates:i.muteStates||{},unmuteOptions:i.unmuteOptions||[],observedIds:i.observedIds||[],markers:this._denormalizeMarkers(a,i.markers),movieShareInfos:i.movieShareInfos,isInRoom:t})),i.roles&&i.roles.length&&(d.debug(`Roles for participant [${a}] changed: ${i.roles}`),f.onRolesChanged(this._participants[a].externalId,i.roles))}})}_registerParticipantLocalMuteState(e){return c(this,null,function*(){if(!e.muteStates)return Promise.resolve();let t=Vt(e.muteStates,be.MUTE),i=Vt(e.muteStates,be.MUTE_PERMANENT);for(let a of[t,i])a.length&&(yield this._onMuteParticipant({muteStates:e.muteStates,unmuteOptions:e.unmuteOptions,mediaOptions:a,stateUpdated:!0}))})}_getStatusByTransportState(e){let t=null;return e==="CONNECTED"?t="CONNECTED":e==="CONNECTING"||e==="OPENED"?t="CONNECTING":e==="RECONNECTING"&&(t="RECONNECT"),t}_registerParticipantInCache(e){return this._participants[e.id]=e}_getExistedParticipantByIdOrCreate(e){return c(this,null,function*(){return this._participants[e]||this._createParticipant({id:e})})}_getExternalIdByParticipantId(e){return c(this,null,function*(){var t,i;if(this._isMe(e))return(t=this._conversation)==null?void 0:t.externalId;if(p.useParticipantListChunk)return(yield this._getExistedParticipantByIdOrCreate(e)).externalId;if((i=this._participants[e])!=null&&i.externalId)return this._participants[e].externalId;{let a=yield this._getParticipantId(e);return this._api.cacheExternalId(e,a),a}})}_registerParticipantAndSetMarkersIfChunkEnabled(e,t){return c(this,null,function*(){if(p.useParticipantListChunk){let i=this._registerParticipantInCache(yield this._getExistedParticipantByIdOrCreate(e));return i.markers=this._denormalizeMarkers(i.id,t),i}return this._participants[e]})}_warnParticipantNotInConversation(e){d.warn(`Participant [${e}] isn't in conversation`)}_denormalizeMarkers(e,t){if(!t)return null;let i=Object.values(t).find(a=>"ts"in a&&"rank"in a);return Object.entries(t).reduce((a,[n,s])=>(a[n]=Xe(Ce(Ce({},i),s),{id:e}),a),{})}_processConnectionData(e){this._processRooms(e),this._processMuteStates(e),this._processRecordInfos(e),this._onOptionsChanged(e.conversation.options),e.chatRoom&&e.chatRoom.totalCount&&this._onChatRoomUpdated(Ii.ATTENDEE,e.chatRoom.totalCount,e.chatRoom.firstParticipants)}_processRooms(e){var i,a;let t=(a=(i=e.rooms)==null?void 0:i.roomId)!=null?a:Se;this._onRoomSwitched(t,!0)}_processMuteStates(e){var i,a,n,s;this._setMuteStatesForRoomId((i=e.conversation)==null?void 0:i.muteStates,null);for(let l of(n=(a=e.rooms)==null?void 0:a.rooms)!=null?n:[])this._setMuteStatesForRoomId(l.muteStates,l.id);let t=this._getMuteStatesForCurrentRoom();this._onMuteParticipant({muteStates:t,unmuteOptions:e.unmuteOptions,mediaOptions:Object.keys(t),muteAll:!0,stateUpdated:!0,roomId:(s=this._conversation)==null?void 0:s.roomId})}_processRecordInfos(e){var t,i,a,n;this._onRecordInfo((t=e.conversation.recordInfo)!=null?t:null);for(let s of(a=(i=e.rooms)==null?void 0:i.rooms)!=null?a:[])this._onRecordInfo((n=s.recordInfo)!=null?n:null,s.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 zi(this._conversation.topology,this._signaling,this._mediaSource,this._serverSettings),this._debugInfo=new li,this.subscribe(this._transport,"STATE_CHANGED",this._onTransportStateChanged.bind(this)),this.subscribe(this._transport,"LOCAL_STATE_CHANGED",this._onTransportLocalStateChanged.bind(this)),this.subscribe(this._transport,"REMOTE_TRACK_ADDED",this._onRemoteTrackAdded.bind(this)),this.subscribe(this._transport,"REMOTE_TRACK_REMOVED",this._onRemoteTrackRemoved.bind(this)),this.subscribe(this._transport,"AUDIO_MIX_STALL",this._onAudioMixStall.bind(this)),this.subscribe(this._transport,"REMOTE_DATA_STATS",this._onRemoteDataStats.bind(this)),this.subscribe(this._transport,"SIGNALLED_STALLED_PARTICIPANTS",this._onRemoteSignalledStall.bind(this)),this.subscribe(this._transport,"TOPOLOGY_CHANGED",this._onTopologyChanged.bind(this)),this.subscribe(this._transport,"NETWORK_STATUS",this._onNetworkStatus.bind(this)),this.subscribe(this._transport,"REMOTE_STREAM_SECOND",this._onRemoteStreamSecond.bind(this)),this.subscribe(this._transport,"PEER_CONNECTION_CLOSED",this._onPeerConnectionClosed.bind(this)),this.subscribe(this._transport,"ASR_TRANSCRIPTION",this._onAsrTranscription.bind(this)),this.subscribe(this._transport,"ANIMOJI_STREAM",this._onAnimojiStream.bind(this));let e=this._conversation.direction===qe.OUTGOING&&!this._conversation.concurrent;for(let t of Object.values(this._participants))(t.state===$.ACCEPTED||t.state===$.CALLED)&&this._transport.allocate(t.id,e)}_createSpeakerDetector(){this._transport&&this._conversation&&(this._volumesDetector=new Ji(this._transport),this.subscribe(this._volumesDetector,"VOLUMES_DETECTED",this._onVolumesDetected.bind(this)),this._speakerDetector=new Yi(this._volumesDetector,this._transport,this._conversation.topology),this.subscribe(this._speakerDetector,"SPEAKER_CHANGED",this._onSpeakerChanged.bind(this)),this._localVolumeDetector=new pi(this._mediaSource))}_createSpecListener(){this._transport&&this._volumesDetector&&(this._specListener=new ui(this._transport,this._volumesDetector,this._participants))}_logDevices(){let e=b.getCameras().length,t=b.getMicrophones().length;d.debug("Cameras: "+e+(b.hasCameraPermission()?"✔":"✖")+", Microphones: "+t+(b.hasMicrophonePermission()?"✔":"✖")),T.log(v.DEVICES,`${e}_${t}`)}_logWithMediaSettings(e,t){T.log(e,[(t==null?void 0:t.isAudioEnabled)&&"audio",(t==null?void 0:t.isVideoEnabled)&&"video"].filter(Boolean).join("_"))}_removeParticipant(e,t){var i;if(!(e.state===$.CALLED||e.state===$.ACCEPTED||this._state==="CLOSE")&&(e.id===this._lastSignalledActiveSpeakerId&&(this._lastSignalledActiveSpeakerId=null),!!this._participants[e.id])){t===D.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}});delete this._participants[e.id],f.onRemoteRemoved(e.externalId,e.markers)}}_cleanupListeners(){this.unsubscribe(),window.removeEventListener("unload",this._onUnload)}_cleanupMediaSource(){this._mediaSource&&(this._mediaSource.destroy(),this._mediaSource=null)}_cleanupParticipants(){Object.values(this._participants).forEach(e=>{var t,i,a;(t=e.remoteStream)==null||t.getTracks().forEach(n=>n.stop()),(i=e.secondStream)==null||i.getTracks().forEach(n=>n.stop()),(a=e.mediaSource)==null||a.disconnect()}),this._participants={},this._audioOutput&&this._audioOutput.destroy()}_cleanupParticipantAgnosticStreams(){d.debug("cleaning up participant-agnostic streams"),this._streamByStreamId.forEach(e=>{e.getTracks().forEach(t=>{t.stop()})}),this._streamByStreamId=new Map,this._streamWaitTimerByStreamDescription.forEach(e=>{window.clearTimeout(e)}),this._streamWaitTimerByStreamDescription=new Map,this._streamIdByStreamDescription=new Map,this._sequenceNumberByStreamDescription=new Map,this._cooldownTimestampByStreamDescription=new Map}_cleanupTransport(){this._transport&&(this._transport.destroy(),this._transport=null),this._debugInfo&&(this._debugInfo=null)}_cleanupSpeakerDetector(){this._speakerDetector&&(this._speakerDetector.destroy(),this._speakerDetector=null),this._volumesDetector&&(this._volumesDetector.destroy(),this._volumesDetector=null),this._localVolumeDetector&&(this._localVolumeDetector.destroy(),this._localVolumeDetector=null)}_cleanupSpecListener(){this._specListener&&(this._specListener.destroy(),this._specListener=null)}_cleanupSignaling(){this._signaling.close(),this._signaling.cleanup()}_onAddParticipant(e,t,i){return c(this,null,function*(){d.debug(`Add new participant [${e}]`);let a=this._participants[e];if(a&&(a.state===$.ACCEPTED||a.state===$.CALLED)){d.warn(`Participant [${a.id}:${a.state}] is already in conversation`);return}a||(a=this._registerParticipantInCache(yield this._createParticipant({id:e,externalId:t.externalId&&ue.fromSignaling(t.externalId,t.deviceIdx||0),mediaSettings:he(t.mediaSettings),state:t.state,roles:t.roles||[],muteStates:t.muteStates||{},unmuteOptions:t.unmuteOptions||[],observedIds:t.observedIds||[]}))),this._setParticipantsStatus([a],"WAITING"),i?(a.state=$.HUNGUP,this._removeParticipant(a,i)):this._transport&&(a.state=$.CALLED,this._transport.allocate(a.id,!0),T.log(v.ADD_PARTICIPANT),this._invokeRolesChangedCallbackIfNeeded(a))})}_onRemoveParticipant(e){d.debug(`Remove participant [${e}]`);let t=[];for(let i=0;i<=Ao;i++){let a=C.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);T.log(v.REMOVE_PARTICIPANT)}changeDevice(e){return c(this,null,function*(){return e==="audiooutput"?this._audioOutput.changeOutput():this._mediaSource?(e==="audioinput"&&(this._audioFix=new jt(this._mediaSource)),this._mediaSource.changeDevice(e)):Promise.reject(ie.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(ie.UNKNOWN)})}disableScreenCapturing(){return c(this,null,function*(){return this._mediaSource?this._mediaSource.disableScreenCapturing():Promise.reject(ie.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})}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 T.log(v.MEDIA_STATUS,e?"video_1":"video_0"),this._mediaSource.toggleVideo(e)})}toggleLocalAudio(e){return c(this,null,function*(){if(this._mediaSource)return T.log(v.MEDIA_STATUS,e?"audio_1":"audio_0"),this._mediaSource.toggleAudio(e)})}changePriorities(e){return c(this,null,function*(){if(e.length<2||!this._signaling.ready)return;let t={},i={};for(let a of e){let n=typeof a.uid=="object"?a.uid:ue.fromId(a.uid),s=ue.toString(n);i[s]=a.priority}for(let a of Object.values(this._participants)){let n=ue.toString(a.externalId);i.hasOwnProperty(n)&&(t[a.id]=i[n])}yield this._signaling.changePriorities(t)})}changeParticipantState(e){return c(this,null,function*(){for(let[t,i]of Object.entries(e))if(t.length>5||i.length>5)throw new Error("key/value max length is 5 chars, mappings with empty values (null or empty string) are discarded");yield this._signaling.changeParticipantState(e)})}requestKeyFrame(e){return c(this,null,function*(){let t={};return t[We(e)]={keyFrameRequested:!0},this._signaling.updateDisplayLayout(t)})}requestTestMode(e,t){return c(this,null,function*(){return this._signaling.requestTestMode(e,t)})}updateDisplayLayout(e){return c(this,null,function*(){if(e.length<1||!this._signaling.ready)return;d.log(`Update display layout request [${this._signaling.getNextCommandSequenceNumber()}]`,e);let t={};for(let a of e){let n=typeof a.uid=="object"?a.uid:ue.fromId(a.uid),s=this._api.getCachedOkIdByExternalId(n);if(!s){let m=ue.toString(n);d.log(`Unknown participant external ID ${m}`);continue}let l=C.compose(s,n.deviceIdx),u=We({participantId:l,mediaType:a.mediaType,streamName:a.streamName}),h=this._participants[l];h?h.lastRequestedLayouts[u]=a:this._isMe(l)&&(this._myLastRequestedLayouts[u]=a),Bt(a)?(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]=a),a.mediaType==="SCREEN"&&!Bt(a)&&Fe(xt(l))}let i=this._cooldownTimestampByStreamDescription.keys();for(;this._streamIdByStreamDescription.size>p.videoTracksCount;){let a=i.next();if(a.done){d.error("Cannot accommodate all streaming requests: tracks available "+p.videoTracksCount+"; requested streams: "+Array.from(this._streamIdByStreamDescription.keys()));break}this._stopStreaming(a.value),t[a.value]={stopStream:!0}}yield this._sendUpdateDisplayLayout(t)})}feedback(e){return this._signaling.feedback(e)}_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=si(e),n=this._participants[a.participantId],s=(i=this._conversation)==null?void 0:i.externalId,l=this._isMe(a.participantId);if(n){if(a.streamName&&(a.mediaType==="STREAM"||a.mediaType==="MOVIE")){let u={stream:null,streamName:a.streamName,mediaType:a.mediaType};l?f.onLocalLive(s,u):f.onRemoteLive(n.externalId,u)}else l||f.onRemoteStream(n.externalId,null);T.log(v.PAT_DEALLOCATED)}else d.log(`Cannot find participant to stop streaming: ${a.participantId}`)}this._streamIdByStreamDescription.delete(e)}_sendUpdateDisplayLayout(e){return c(this,null,function*(){if(Object.keys(e).length===0)return;d.log(`Update display layout send [${this._signaling.getNextCommandSequenceNumber()}]`,e);let t=yield this._signaling.updateDisplayLayout(e);if(!t)return;let i=[];for(let[a,n]of Object.entries(t.errorCodeByParticipantId||{})){let s=si(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=_a.UNKNOWN_ERROR):u=ga(n),i.push({externalId:l.externalId,errorReason:u})}}if(i&&i.length)throw new mi("Could not allocate one or more participants",i)})}_cleanupCooldownQueue(){let e={},t=this._cooldownTimestampByStreamDescription.entries();do{let i=t.next();if(i.done)break;let a=i.value;if(a[1]+Mo>Date.now())break;let s=a[0];this._stopStreaming(s),e[s]={stopStream:!0}}while(!0);this._sendUpdateDisplayLayout(e)}_onParticipantSourcesUpdate(e){if(this._conversation){d.log("Received participant sources update notification",e);for(let t of e)this._waitForStreamIfNeeded(t)}}_onParticipantPromoted(e){return c(this,null,function*(){d.log("Promoted in waiting hall",!e.demote),e.demote?(d.log("Kicked from waiting hall"),this._close(new V(D.REMOVED))):(this._updateConversation(e),yield this._onJoinPart2(e))})}_onChatRoomUpdated(a){return c(this,arguments,function*(e,t=0,i=[]){d.log(`Chat room updated: ${e}`);let n=[],s=[];i.length&&(i.forEach(l=>{if(l.externalId){let u=fe.fromSignaling(l.externalId);n.push(u),this._api.cacheExternalId(l.id.id,u)}else s.push(C.decomposeId(l.id.id).id)}),s.length&&!n.length&&(n=yield this._api.getExternalIdsByOkIds(s))),f.onChatRoomUpdated(e,t,n)})}_onSharedMovieUpdate(e){return c(this,null,function*(){var i;let t=(i=this._conversation)==null?void 0:i.externalId;for(let a of e.data)if(this._isMe(a.participantId))f.onLocalLiveUpdate(t,a);else{let s=yield this._getExternalIdByParticipantId(a.participantId);s&&f.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))f.onLocalSharedMovieInfo(i,e);else{let s=yield this._getExternalIdByParticipantId(e.initiatorId);s&&f.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(C.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 a,n,s,l,u,h;if(e.conversation.asrInfo&&((a=this._conversation)==null||a.asrInfoByRoom.set(null,e.conversation.asrInfo)),(n=e.rooms)!=null&&n.rooms)for(let m of e.rooms.rooms)m.asrInfo&&((s=this._conversation)==null||s.asrInfoByRoom.set(m.id,m.asrInfo));let t=(u=(l=e.rooms)==null?void 0:l.roomId)!=null?u:Se,i=(h=this._conversation)==null?void 0:h.asrInfoByRoom.get(t);if(i){let m=yield this._getExternalIdByParticipantId(i.initiatorId);m&&f.onAsrSet({externalId:m,movieId:i.movieId},t)}else f.onAsrSet(null,t)})}_onSharedMovieInfoStopped(e){return c(this,null,function*(){var h;d.log(`Shared movie stopped data received: ${e.notification}`);let t=(h=this._conversation)==null?void 0:h.externalId,{initiatorId:i,movieId:a,source:n,roomId:s=null}=e,l={initiatorId:i,movieId:a,source:n};if(this._isMe(i))f.onLocalSharedMovieStoppedInfo(t,l);else{let m=yield this._getExternalIdByParticipantId(i);m&&f.onRemoteSharedMovieStoppedInfo(m,l,s)}})}_onFeaturesPerRoleChanged(e){d.log(`Features per role changed: ${e.notification}`),f.onFeaturesPerRoleChanged(e.featuresPerRole)}_waitForStreamIfNeeded(e){var h,m,S;let t=this._matchStreamDescription(e.participantStreamDescription);if(!t||t.mediaType==="ANIMOJI")return;let i=t.participantId,a=this._participants[i];if(p.producerScreenDataChannel&&t.mediaType==="SCREEN"&&!e.fastScreenShare){d.log("skipping participant-sources-update notification since screenshare will be received over datachannel");return}let n=We(t),s=this._sequenceNumberByStreamDescription.get(n);if(s&&s>e.sequenceNumber){d.warn(`Participant ${t.participantId} received outdated PAT response: sequence number ${e.sequenceNumber}; last sent sequence number for given participant is ${s}`),T.log(v.PAT_OUTDATED_RESPONSE);return}let l=e.streamId,u=e.rtpTimestamp?this._getWaitingTime(l,e.rtpTimestamp):0;if(u<=0){this._streamWaitTimerByStreamDescription.delete(n);let k=(h=this._conversation)==null?void 0:h.externalId,x=this._isMe(i);if(!a&&!x){T.log(v.PAT_ERROR,"participantMissing"),d.error(`Could not find participant by ID: ${i}`);return}let F=x?k:a.externalId,Z=this._streamByStreamId.get(l);if(!Z){T.log(v.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${l}`);return}T.log(v.PAT_ALLOCATED),this._streamIdByStreamDescription.set(n,l);let G=(m=e.participantStreamDescription)==null?void 0:m.mediaType;if(G==="STREAM"||G==="MOVIE"){if((S=e.participantStreamDescription)!=null&&S.streamName){let z={streamName:e.participantStreamDescription.streamName,stream:Z,mediaType:G};x?f.onLocalLive(F,z):f.onRemoteLive(F,z)}}else if(p.producerScreenTrack&&G==="SCREEN")f.onRemoteScreenStream(a.externalId,Z);else if(!x){let z=(p.producerScreenTrack?null:a.secondStream)||Z;f.onRemoteStream(a.externalId,z)}}else{d.debug(`Waiting for ${u} until stream ${l} for ${n} is switched`);let k=window.setTimeout(this._waitForStreamIfNeeded.bind(this,e),u);this._streamWaitTimerByStreamDescription.set(n,k)}}_matchStreamDescription(e){if(!e)return null;if(this._streamIdByStreamDescription.has(We(e)))return e;let t=e.participantId;if(e.mediaType){let i={participantId:t,mediaType:null};if(this._streamIdByStreamDescription.has(We(i)))return i}else{let i={participantId:t,mediaType:"CAMERA"};if(this._streamIdByStreamDescription.has(We(i)))return i;let a={participantId:t,mediaType:"SCREEN"};if(this._streamIdByStreamDescription.has(We(a)))return a}return d.error("Received unrequested allocation",e),null}_getWaitingTime(e,t){if(this._transport)return this._transport.getStreamWaitingTimeMs(e,t);throw new Error("transport is not initialized")}_isCallAdmin(){return this._conversation?C.includesOneOf(this._conversation.roles,[ze.ADMIN,ze.CREATOR]):!1}_checkAdminRole(){if(this._conversation&&!C.includesOneOf(this._conversation.roles,[ze.ADMIN,ze.CREATOR]))throw new Error("You don't have the required permission")}grantRoles(e,t,i){return c(this,null,function*(){this._checkAdminRole(),yield this._signaling.grantRoles(e,t,i)})}startAsr(e){return c(this,null,function*(){yield this._signaling.startAsr(e)})}stopAsr(e){return c(this,null,function*(){yield this._signaling.stopAsr(e)})}requestAsr(e){return c(this,null,function*(){yield this._signaling.requestAsr(e)})}muteParticipant(){return c(this,arguments,function*(e=null,t,i=[],a=Se){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=Se){var s;this._checkAdminRole(),yield this._signaling.pinParticipant(e,t,i),(s=this._conversation)==null||s.pinnedParticipantIdByRoom.set(i,t?null:e)})}updateMediaModifiers(e){return c(this,null,function*(){this._signaling.ready&&this._conversation&&(this._conversation.mediaModifiers=e,yield this._signaling.updateMediaModifiers(e))})}changeOptions(e){return c(this,null,function*(){if(this._signaling.ready&&this._conversation){this._checkAdminRole(),yield this._signaling.changeOptions(e);let t=ia(this._conversation.options,e);this._onOptionsChanged(t)}})}getWaitingHall(e,t,i){return c(this,null,function*(){if(!this._signaling)return Promise.reject();let a=null;e&&(a=Ha(e));let n=yield this._signaling.getWaitingHall(a,t,i);if(n.error)return Promise.reject(n.message);let s=n.participants||[],l=[],u=[],h=null;return s.length&&(s.forEach(m=>{if(m.externalId){let S=fe.fromSignaling(m.externalId);l.push(S),this._api.cacheExternalId(m.id.id,S)}else u.push(C.decomposeId(m.id.id).id)}),u.length&&!l.length&&(l=yield this._api.getExternalIdsByOkIds(u)),n.hasMore&&(h=ja(s[s.length-1].id))),{participants:l,pageMarker:h,totalCount:n.totalCount||0}})}promoteParticipant(e,t){return c(this,null,function*(){this._signaling&&(yield this._signaling.promoteParticipant(e,t))})}chatMessage(e,t=null){return c(this,null,function*(){this._signaling.ready&&(yield this._signaling.chatMessage(e,t))})}chatHistory(e){return c(this,null,function*(){if(this._signaling.ready){let t=yield this._signaling.chatHistory(e);for(let i=t.messages.length-1;i>=0;i--){let a=t.messages[i];yield this._onChatMessage(a)}}})}customData(e,t=null){return c(this,null,function*(){this._signaling.ready&&(yield this._signaling.customData(e,t))})}createJoinLink(){return c(this,null,function*(){if(this._conversation){let t=(yield this._api.createJoinLink(this._conversation.id)).join_link;if(t)return this._conversation.joinLink=t,t}return Promise.reject()})}removeJoinLink(){return c(this,null,function*(){if(this._conversation&&(yield this._api.removeJoinLink(this._conversation.id)).success){delete this._conversation.joinLink;return}return Promise.reject()})}addMovie(a){return c(this,arguments,function*({movieId:e,gain:t,metadata:i}){let n={movieId:e};(t||t===0)&&(n.gain=t),i&&(n.metadata=i);let 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)})}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=Se){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=Se){if((yield this._signaling.stopStream({roomId:e})).error)return Promise.reject()})}recordSetRole(a,n){return c(this,arguments,function*(e,t,i=Se){let s=yield this._signaling.recordSetRole(e,t,i);if(s.error)throw new Error(s.error)})}getStreamInfo(){return c(this,null,function*(){let e=yield this._signaling.getRecordStatus();return{movieId:e.recordMovieId,preview:e.recordMoviePreviewUrl}})}setLocalResolution(i){return c(this,arguments,function*({video:e,effect:t}){var a;if(e.width<p.videoMinWidth||e.height<p.videoMinHeight)throw new Error("Sizes received are less than the `videoMinWidth` or `videoMinHeight`");if(t){if(t.width<p.videoMinWidth||t.height<p.videoMinHeight)throw new Error("Sizes of effect received are less than the `videoMinWidth` or `videoMinHeight`");p.videoEffectMaxHeight=t.height,p.videoEffectMaxWidth=t.width}return p.videoMaxWidth=e.width,p.videoMaxHeight=e.height,d.debug("Set local video resolution:",`video ${e.width}x${e.height}`+(t?`, effect ${t.width}x${t.height}`:"")),(a=this._mediaSource)==null?void 0:a.setResolution({video:e,effect:t})})}videoEffect(e){return c(this,null,function*(){var t;return(t=this._mediaSource)==null?void 0:t.videoEffect(e)})}getParticipants(e){return c(this,null,function*(){var s;let t=e.externalIds.map(l=>({id:l.id,type:p.externalUserType})),i=yield this._signaling.getParticipants(t);if(i.error)throw new Error(i.error);let a=i.participants,n=(s=this._transport)==null?void 0:s.getState();return Promise.all(a.map(l=>c(this,null,function*(){var h;let u=C.composeId(l);return this._createParticipant({id:u,externalId:l.externalId&&ue.fromSignaling(l.externalId,l.deviceIdx||0),mediaSettings:he(l.mediaSettings),participantState:C.mapParticipantState(l),state:l.state,roles:l.roles||[],status:(h=this._getStatusByTransportState(n))!=null?h:"WAITING",muteStates:l.muteStates||{},unmuteOptions:l.unmuteOptions||[],observedIds:l.observedIds||[],markers:this._denormalizeMarkers(u,l.markers)})}))).then(C.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=C.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 m,S;let u=C.composeId(l),h=this._participants[u];h.status=(m=this._getStatusByTransportState(n))!=null?m:"WAITING",h.movieShareInfos=l.movieShareInfos,Object.assign(h.mediaSettings,he(l.mediaSettings)),Object.assign(h.muteStates,l.muteStates),h.unmuteOptions=(S=l.unmuteOptions)!=null?S:h.unmuteOptions,this._openTransport([h],!0)}),this._participantListChunkToExternalChunk(i)})}_getInitialParticiapntListChunk(){return c(this,null,function*(){let e=p.participantListChunkInitIndex,t=p.participantListChunkInitCount,i="GRID",a=yield this._signaling.getParticipantListChunk({listType:i,fromIdx:e,count:t});return d.debug("Get initial participant list chunk",a.chunk),a.chunk})}_onLocalMediaStreamChanged(e){return c(this,null,function*(){var t,i;this._conversation&&(d.debug("Local media stream changed",e.mediaSettings),f.onLocalStreamUpdate(e.mediaSettings,e.kind),this._signaling.ready&&!((t=this._conversation)!=null&&t.waitingHall)&&!((i=this._conversation)!=null&&i.observer)&&(yield this._signaling.changeMediaSettings(e.mediaSettings)))})}_onScreenSharingStatus(e){return c(this,null,function*(){var t,i;if(d.log("Screen sharing changed",e.track,e.mediaSettings),p.consumerScreenTrack){let a=e.track?new MediaStream([e.track]):null;f.onScreenStream(a,e.mediaSettings),this._signaling.ready&&!((t=this._conversation)!=null&&t.waitingHall)&&!((i=this._conversation)!=null&&i.observer)&&(yield this._signaling.changeMediaSettings(e.mediaSettings))}})}_changeRemoteMediaSettings(e,t){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){f.onLocalMediaSettings(i,t);return}let n=this._participants[e];if(!n){this._warnParticipantNotInConversation(e);return}n.mediaSettings=t,this._state==="ACTIVE"&&f.onRemoteMediaSettings(n.externalId,t,n.markers),this._specListener&&this._specListener.onChangeRemoteMediaSettings(e,t)}_changeRemoteParticipantState(e,t){d.debug(`Remote participant state changed [${e}]`,t);let i=this._participants[e];if(!i){this._warnParticipantNotInConversation(e);return}i.participantState=t||{},this._state==="ACTIVE"&&f.onRemoteParticipantState(i.externalId,i.participantState,i.markers)}_invokeRolesChangedCallbackIfNeeded(e){this._state==="ACTIVE"&&e.roles&&e.roles.length&&(d.debug(`Roles for participant [${e.id}] changed: ${e.roles}`),f.onRolesChanged(e.externalId,e.roles))}_onSignalingNotification(e){switch(e.notification){case O.ACCEPTED_CALL:return this._onAcceptedCall(e);case O.HUNGUP:return this._onHungup(e);case O.PARTICIPANT_ADDED:return this._onAddedParticipant(e);case O.PARTICIPANT_JOINED:return this._onJoinedParticipant(e);case O.CLOSED_CONVERSATION:return this._onClosedConversation(e);case O.MEDIA_SETTINGS_CHANGED:return this._onMediaSettingsChanged(e);case O.PARTICIPANT_STATE_CHANGED:return this._onParticipantStateChanged(e);case O.RATE_CALL_DATA:return this._onNeedRate();case O.FEATURE_SET_CHANGED:return this._onFeatureSetChanged(e);case O.MULTIPARTY_CHAT_CREATED:return this._onMultipartyChatCreated(e);case O.FORCE_MEDIA_SETTINGS_CHANGE:return this._onForceMediaSettingsChange(e);case O.SETTINGS_UPDATE:return this._onSettingsUpdate(e);case O.VIDEO_QUALITY_UPDATE:return this._onVideoQualityUpdate(e);case O.REGISTERED_PEER:return this._onPeerRegistered(e);case O.SWITCH_MICRO:return this._onMicSwitched(e);case O.CHAT_MESSAGE:return this._onChatMessage(e);case O.CUSTOM_DATA:return this._onCustomData(e);case O.RECORD_STARTED:return this._onRecordInfo(e.recordInfo,e.roomId);case O.RECORD_STOPPED:return this._onRecordInfo(null,e.roomId);case O.ROLES_CHANGED:return this._onRolesChanged(e.participantId,e.roles||[]);case O.MUTE_PARTICIPANT:return this._onMuteParticipant(e);case O.PIN_PARTICIPANT:return this._onPinParticipant(e.participantId,e.unpin,e.markers,e.roomId);case O.OPTIONS_CHANGED:return this._onOptionsChanged(e.options||[]);case O.PARTICIPANT_SOURCES_UPDATE:return this._onParticipantSourcesUpdate(e.participantUpdateInfos);case O.PROMOTE_PARTICIPANT:return this._onParticipantPromoted(e);case O.CHAT_ROOM_UPDATED:return this._onChatRoomUpdated(e.eventType,e.totalCount,e.firstParticipants);case O.JOIN_LINK_CHANGED:return this._onJoinLinkChanged(e);case O.FEEDBACK:return this._onFeedback(e);case O.MOVIE_UPDATE_NOTIFICATION:return this._onSharedMovieUpdate(e);case O.MOVIE_SHARE_STARTED:return this._onSharedMovieInfoStarted(e);case O.MOVIE_SHARE_STOPPED:return this._onSharedMovieInfoStopped(e);case O.ROOMS_UPDATED:return this._onRoomsUpdated(e);case O.ROOM_UPDATED:return this._onRoomUpdated(e);case O.ROOM_PARTICIPANTS_UPDATED:return this._onRoomParticipantsUpdated(e);case O.FEATURES_PER_ROLE_CHANGED:return this._onFeaturesPerRoleChanged(e);case O.PARTICIPANT_ANIMOJI_CHANGED:return this._onParticipantAnimojiChanged(e);case O.ASR_STARTED:return this._onAsrStart(e);case O.ASR_STOPPED:return this._onAsrStop(e)}}_onSignalingReconnect(e){return c(this,null,function*(){if(!this._conversation)return;e.conversation.acceptTime&&(this._conversation.acceptTime=e.conversation.acceptTime),e.conversation.participantsLimit&&(this._conversation.participantsLimit=e.conversation.participantsLimit),e.conversation.features&&(this._conversation.features=e.conversation.features,this._conversation.featuresPerRole=e.conversation.featuresPerRole,this._changeFeatureSet()),this._processPinnedParticipants(e),e.conversation.state;let t=null;if(e.conversation.participants){let i=Object.keys(this._participants),a=[];for(let n of e.conversation.participants){let s=C.composeId(n),l=n.roles||[];if(this._isMe(s)){t=he(n.mediaSettings),Xt(this._conversation.roles,l)||this._onRolesChanged(s,l);continue}a.push(s);let u=this._participants[s];if(!u)yield this._onJoinedParticipant({participantId:n.id,participant:n,mediaSettings:n.mediaSettings});else{let h=he(n.mediaSettings);Pa(h,u.mediaSettings)||this._changeRemoteMediaSettings(s,h);let m=C.mapParticipantState(n),S=u.participantState;C.isEqualParticipantState(m,S)||this._changeRemoteParticipantState(s,m),Xt(l,u.roles)||this._onRolesChanged(u.id,l)}}for(let n of i)a.indexOf(n)<0&&this._removeParticipant(this._participants[n],D.HUNGUP)}this._onMuteParticipant({muteStates:e.conversation.muteStates||{},unmuteOptions:e.unmuteOptions,mediaOptions:[]},t),this._processRecordInfos(e),this._onOptionsChanged(e.conversation.options)})}_onSignalingFailed(e){d.error("Signaling failed",e),this._close(e)}_onAcceptedCall(e){return c(this,null,function*(){var n;let t=C.composeMessageId(e),i=C.getPeerIdString(e.peerId);if(d.debug(`Participant accepted call [${t}]`),this._statFirstMediaReceived.markAcceptedCall((n=this._transport)==null?void 0:n.getTopology()),this._conversation&&this._isMe(t)){this._close(new V(D.MISSED),"Call accepted on other device");return}let a=this._participants[t];a||(a=this._registerParticipantInCache(yield this._createParticipant({id:t,mediaSettings:he(e.mediaSettings)}))),a.state=$.ACCEPTED,a.mediaSettings=he(e.mediaSettings),this._logWithMediaSettings(v.ACCEPTED_OUTGOING,a.mediaSettings),this._conversation&&this._conversation.direction===qe.OUTGOING&&(this._state==="IDLE"||this._state==="PROCESSING")&&(this._state="ACTIVE",this._changeFeatureSet()),this._state==="ACTIVE"&&this._transport&&this._transport.open([a.id],i),this._changeRemoteMediaSettings(t,a.mediaSettings),this._changeRemoteParticipantState(t)})}_onHungup(e){return c(this,null,function*(){d.debug(`Participant hungup [${e.participantId}]`,{reason:e.reason});let t=C.composeMessageId(e);if(this._conversation&&this._isMe(t)){this._close(new V(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===D.REJECTED?$.REJECTED:$.HUNGUP,this._state!=="CLOSE"&&this._removeParticipant(i,D.HUNGUP)})}_onAddedParticipant(e){return c(this,null,function*(){var a,n;d.debug(`Participant added [${e.participantId}]`);let t=C.composeMessageId(e),i=this._participants[t];if(i&&i.state!==$.HUNGUP&&i.state!==$.REJECTED){d.debug(`Participant [${t}] is already in conversation and is active`);return}i||(i=this._registerParticipantInCache(yield this._createParticipant({id:t,externalId:e.participant.externalId&&ue.fromSignaling(e.participant.externalId,e.participant.deviceIdx||0),mediaSettings:he(e.participant.mediaSettings),state:e.participant.state,participantState:C.mapParticipantState(e.participant),roles:e.participant.roles||[],muteStates:e.participant.muteStates||{},unmuteOptions:e.participant.unmuteOptions||[],observedIds:e.participant.observedIds||[]}))),i.state=$.CALLED,i.mediaSettings=he((a=e.participant)==null?void 0:a.mediaSettings),i.participantState=C.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),f.onParticipantAdded(i.externalId,i.markers),this._changeRemoteMediaSettings(t,i.mediaSettings),this._changeRemoteParticipantState(t,i.participantState),this._invokeRolesChangedCallbackIfNeeded(i)})}_onJoinedParticipant(e){return c(this,null,function*(){var a,n,s;d.debug(`Participant joined [${e.participantId}]`),this._statFirstMediaReceived.markParticipantJoined((a=this._transport)==null?void 0:a.getTopology());let t=C.composeMessageId(e),i=this._participants[t];if(i&&i.state===$.ACCEPTED){d.warn(`Participant [${t}] is already in conversation and is active`);return}i||(i=this._registerParticipantInCache(yield this._createParticipant({id:t,externalId:e.participant.externalId&&ue.fromSignaling(e.participant.externalId,e.participant.deviceIdx||0),mediaSettings:he(e.participant.mediaSettings),state:e.participant.state,participantState:C.mapParticipantState(e.participant),roles:e.participant.roles||[],muteStates:e.participant.muteStates||{},movieShareInfos:e.participant.movieShareInfos,unmuteOptions:e.participant.unmuteOptions||[],observedIds:e.participant.observedIds||[],markers:this._denormalizeMarkers(t,e.participant.markers)}))),this._conversation&&this._conversation.direction===qe.OUTGOING&&(this._state==="IDLE"||this._state==="PROCESSING")&&(this._state="ACTIVE",this._changeFeatureSet()),i.state=$.ACCEPTED,i.mediaSettings=he(e.mediaSettings),i.participantState=C.mapParticipantState(e.participant),i.roles=e.participant.roles||[],(n=this._transport)!=null&&n.isAllocated(i.id)?this._setParticipantsStatus([i],"CONNECTED"):this._setParticipantsStatus([i],"WAITING"),this._state!=="IDLE"&&this._transport&&(this._transport.isAllocated(i.id)||this._transport.allocate(i.id,!0),this._transport.open([i.id],null,!!((s=this._conversation)!=null&&s.observer))),f.onParticipantJoined(i.externalId,i.markers),this._changeRemoteMediaSettings(t,i.mediaSettings),this._changeRemoteParticipantState(t,i.participantState),this._invokeRolesChangedCallbackIfNeeded(i),f.onMuteStates(i.muteStates,i.unmuteOptions,Object.keys(i.muteStates),!1,!1,i.externalId,void 0,!0),yield this._processSharedMovieInfos(i.movieShareInfos)})}_onClosedConversation(e){this._toggleJoinAvailability(),this._close(new V(e.reason,{remote:!0}))}_onMediaSettingsChanged(e){return c(this,null,function*(){let t=C.composeMessageId(e);yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),this._changeRemoteMediaSettings(t,he(e.mediaSettings))})}_onParticipantStateChanged(e){return c(this,null,function*(){let t=C.composeMessageId(e);yield this._registerParticipantAndSetMarkersIfChunkEnabled(t,e.markers),this._changeRemoteParticipantState(t,C.mapParticipantState(e))})}_onNeedRate(){this._conversation&&(this._conversation.needRate=!0,this._changeNeedRate())}_onFeatureSetChanged(e){this._conversation&&(this._conversation.features=e.features,this._conversation.featuresPerRole=e.featuresPerRole,this._changeFeatureSet())}_onMultipartyChatCreated(e){this._conversation&&(this._conversation.chatId=e.chatId,this._toggleJoinAvailability(),f.onMultipartyChatCreated(this._conversation))}_onForceMediaSettingsChange(e){return c(this,null,function*(){if(!this._mediaSource)return;let t=this._mediaSource.getMediaSettings(),i=he(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=Ur(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=Ur(this._serverSettings,a),this._transport&&this._transport.updateSettings(this._serverSettings)}_onPeerRegistered(e){let t=C.composeMessageId(e);this._participants[t]&&(this._participants[t].clientType=e.clientType,this._participants[t].platform=e.platform)}_onMicSwitched(e){return c(this,null,function*(){f.onDeviceSwitched(ce.AUDIO,!e.mute),yield this.toggleLocalAudio(!e.mute)})}_onChatMessage(e){return c(this,null,function*(){let t=C.composeMessageId(e),i;this._participants[t]?i=this._participants[t].externalId:i=yield this._getParticipantId(t),f.onChatMessage(e.message,i,e.direct)})}_onCustomData(e){return c(this,null,function*(){if(e.data.hasOwnProperty("sdk"))return;let t=C.composeMessageId(e),i;this._participants[t]?i=this._participants[t].externalId:i=yield this._getParticipantId(t),f.onCustomData(e.data,i,e.direct)})}_onRecordInfo(i){return c(this,arguments,function*(e,t=Se){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),n)if(this._conversation.recordsInfoByRoom.set(t,e),e){let s=yield this._getParticipantId(e.initiator);f.onRecordStarted(s,e.recordMovieId,e.recordStartTime,e.recordType,e.recordExternalMovieId,e.recordExternalOwnerId,t)}else f.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&&f.onPinnedParticipant(i,!1,null,e)}})}_changeRecordInfoForRoom(){return c(this,null,function*(){if(!this._conversation)return;let e=this._conversation.roomId,t=this._conversation.recordsInfoByRoom.get(e);if(t){let i=yield this._getParticipantId(t.initiator);f.onRecordStarted(i,t.recordMovieId,t.recordStartTime,t.recordType,t.recordExternalMovieId,t.recordExternalOwnerId,e)}else f.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&&f.onAsrSet({externalId:i,movieId:t.movieId},e)}else f.onAsrSet(null,e)})}_onParticipantAnimojiChanged(e){return c(this,null,function*(){if(this._conversation){let t=yield this._getParticipantId(e.participantId);f.onParticipantVmojiUpdate(t)}})}_onAsrStart(e){return c(this,null,function*(){if(!this._conversation)return;let t=e.asrInfo,i=e.roomId||Se;this._conversation.asrInfoByRoom.set(i,t);let a=yield this._getParticipantId(t.initiatorId);f.onAsrStarted(a,t.movieId,i),this._forceOpenTransportForAloneInCall()})}_onAsrStop(e){if(!this._conversation)return;let t=e.roomId||Se;this._conversation.asrInfoByRoom.delete(t),f.onAsrStopped(t)}_onAsrTranscription(e){return c(this,null,function*(){if(!this._conversation)return;let t=yield this._getParticipantId(e.participantId);f.onAsrTranscription(t,e.text,e.timestamp,e.duration)})}_onRolesChanged(e,t){if(this._conversation&&this._isMe(e)&&!Xt(this._conversation.roles,t)){d.debug(`Local roles changed: ${t}`),this._conversation.roles=t,f.onLocalRolesChanged(t),this._processMuteState({mediaOptions:Vt(this._getMuteStatesForCurrentRoom(),be.MUTE_PERMANENT),stateUpdated:!0}),C.includesOneOf(t,[ze.ADMIN,ze.CREATOR])&&this._refreshRooms(!0);return}let i=this._participants[e];i&&!Xt(i.roles,t)&&(d.debug(`Roles for participant [${e}] changed: ${t}`),i.roles=t,f.onRolesChanged(i.externalId,t))}_onMuteParticipant(e,t=null){return c(this,null,function*(){var h;if(!this._conversation)return;let i=(h=e.roomId)!=null?h:Se,a=e.muteStates||{},n=e.unmuteOptions||[],s=e.mediaOptions||[],l=e.adminId?this._participants[e.adminId]:null;if(e.participantId&&!this._isMe(e.participantId)){if(!this._isCallAdmin()){d.warn(`Not admin got mute states for participant [${e.participantId}]`);return}let m=this._participants[e.participantId];m&&(d.debug(`Mute states for participant [${e.participantId}] changed`,a),f.onMuteStates(a,n,s,e.muteAll,e.unmute,m.externalId,l==null?void 0:l.externalId,e.stateUpdated,e.requestedMedia,e.roomId));return}let u=this._getMuteStatesForRoomId(i);if(!(C.isObjectsEquals(u,a)&&C.isArraysEquals(this._conversation.unmuteOptions,n)&&!s.length)){if(this._setMuteStatesForRoomId(a,i),this._conversation.unmuteOptions=n,e.adminId&&this._isMe(e.adminId)){e.muteAll&&f.onMuteStates(a,n,s,e.muteAll,e.unmute,null,this._conversation.externalId,e.stateUpdated,e.requestedMedia,e.roomId);return}yield this._processMuteState({mediaOptions:s,muteAll:e.muteAll,unmute:e.unmute,serverSettings:t,admin:l,stateUpdated:e.stateUpdated,requestedMedia:e.requestedMedia,roomId:e.roomId})}})}_changeMuteStatesForRoom(e,t){if(!this._conversation)return;this._conversation.unmuteOptions=[];let i=this._getMuteStatesForRoomId(t),a=this._getMuteStatesForRoomId(e),n=Object.keys(i),s=Object.keys(a);this._processMuteState({mediaOptions:Array.from(new Set([...n,...s])),roomId:e,muteAll:!0,stateUpdated:!0})}_processMuteState(h){return c(this,arguments,function*({mediaOptions:e=[],muteAll:t=!1,unmute:i=!1,serverSettings:a=null,admin:n=null,stateUpdated:s,requestedMedia:l,roomId:u=null}){if(!this._conversation||!this._mediaSource||this._participantState!==$.ACCEPTED)return;let m=Object.assign({},this._getMuteStatesForRoomId(u)),S=this._conversation.unmuteOptions,k=this._mediaSource.getMediaSettings(),x=Object.entries(m);for(let[F,Z]of x)if(!(Z!==be.MUTE&&Z!==be.MUTE_PERMANENT)&&(this._isCallAdmin()&&Z===be.MUTE_PERMANENT&&!t&&(m[F]=be.MUTE),!(!e.includes(F)||i)))switch(F){case ce.VIDEO:k.isVideoEnabled&&!(a!=null&&a.isVideoEnabled)&&(f.onDeviceSwitched(ce.VIDEO,!1),yield this.toggleLocalVideo(!1));break;case ce.AUDIO:k.isAudioEnabled&&!(a!=null&&a.isAudioEnabled)&&(f.onDeviceSwitched(ce.AUDIO,!1),yield this.toggleLocalAudio(!1));break;case ce.SCREEN_SHARING:k.isScreenSharingEnabled&&!(a!=null&&a.isScreenSharingEnabled)&&(f.onDeviceSwitched(ce.SCREEN_SHARING,!1),yield this.disableScreenCapturing());break;case ce.AUDIO_SHARING:k.isAudioSharingEnabled&&!(a!=null&&a.isAudioSharingEnabled)&&(f.onDeviceSwitched(ce.AUDIO_SHARING,!1),yield this.toggleScreenCapturing({captureScreen:k.isScreenSharingEnabled,fastScreenSharing:k.isFastScreenSharingEnabled,captureAudio:!1}));break}f.onMuteStates(m,S,e,t,i,null,n==null?void 0:n.externalId,s,l,u)})}_onPinParticipant(n){return c(this,arguments,function*(e,t=!1,i,a=Se){if(!this._conversation)return;let s=this._conversation.pinnedParticipantIdByRoom.get(a);if(s&&s!==e)if(this._isMe(s))f.onLocalPin(!0,a);else{let l=yield this._getExternalIdByParticipantId(s);l&&f.onPinnedParticipant(l,!0,this._denormalizeMarkers(e,i),a)}if(this._isMe(e))f.onLocalPin(t,a);else{let l=yield this._getExternalIdByParticipantId(e);l&&f.onPinnedParticipant(l,t,this._denormalizeMarkers(e,i),a)}this._conversation.pinnedParticipantIdByRoom.set(a,t?null:e)})}_onOptionsChanged(e){this._conversation&&!ta(this._conversation.options,e)&&(this._conversation.options=e,f.onOptionsChanged(e))}_onNetworkStatus(e){if(this._conversation){let t=[];for(let[i,a]of Object.entries(e)){let n;if(this._isMe(i)||i==="")n=this._conversation.networkRating;else if(this._participants[i])n=this._participants[i].networkRating;else continue;if(n!==a)if(this._isMe(i)||i==="")this._conversation.networkRating=a,f.onLocalNetworkStatusChanged(a);else{let 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),f.onNetworkStatusChanged(t)}}_onRemoteStreamSecond(e,t){let i=this._participants[e];if(i){if(p.producerScreenTrack){f.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){T.log(v.PAT_ERROR,"streamNotFound"),d.error(`Could not find stream by ID: ${n}`);return}f.onRemoteStream(i.externalId,i.secondStream||s)}else{let a=t||i.remoteStream;a&&f.onRemoteStream(i.externalId,a)}}}_onAnimojiStream(e,t){if(this._isMe(e)&&this._mediaSource){f.onVmojiStream(t,this._mediaSource.getMediaSettings());return}let i=this._participants[e];i&&f.onRemoteVmojiStream(i.externalId,t)}_onPeerConnectionClosed(e){e==="SERVER"&&this._cleanupParticipantAgnosticStreams()}_changeFeatureSet(){if(this._conversation){let e=this._state==="ACTIVE",t=this._conversation.features.includes(Ei.ADD_PARTICIPANT);f.onCallState(e,t,this._conversation)}}_changeNeedRate(){this._conversation&&this._conversation.needRate&&f.onRateNeeded()}_onVolumesDetected(e){let t=[];for(let[i,a]of Object.entries(e)){let n=this._participants[i];n&&n.externalId&&t.push({uid:n.externalId,volume:a.real})}f.onVolumesDetected(t)}_onSpeakerChanged(e){this._activeSpeakerId=e,this._participants[e]&&this._lastSignalledActiveSpeakerId!==e&&(f.onSpeakerChanged(this._participants[e].externalId),this._lastSignalledActiveSpeakerId=e)}_onTransportStateChanged(e,t){return c(this,null,function*(){d.debug(`Transport state has changed: ${t}`,e);let i=this._getStatusByTransportState(t);if(!i)return;let a=e.reduce((n,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"&&(f.onLocalStatus("CONNECTED"),((t=this._transport)==null?void 0:t.getTopology())==="SERVER")){let i=Object.values(this._myLastRequestedLayouts);yield this.updateDisplayLayout(i)}e==="CONNECTING"&&f.onLocalStatus("CONNECTING"),e==="RECONNECTING"&&f.onLocalStatus("RECONNECT"),e==="FAILED"&&this._transport&&this._transport.allocated().length===0&&(this._signaling.ready&&(yield this._signaling.hangup(D.FAILED)),this._close(new V(D.FAILED),"Transport failed"))})}_onRemoteTrackAdded(e,t,i){return c(this,null,function*(){if(e.endsWith(Ne.AUDIO_MIX))d.debug("Remote audio mix track added"),this._audioOutput.add(i),f.onRemoteMixedAudioStream(t);else if(e.startsWith(Ne.PARTICIPANT_AGNOSTIC_TRACK_PREFIX))d.debug(`Participant-agnostic track added: ${e}`),this._streamByStreamId.set(e,t);else{d.debug(`Remote track added on the participant [${e}]`,{kind:i.kind});let a=this._participants[e];if(a||(d.warn(`Conversation: track added before participant [${e}]`),a=this._registerParticipantInCache(yield this._createParticipant({id:e})),this._setParticipantsStatus([a],"WAITING"),this._activeSpeakerId===e&&this._lastSignalledActiveSpeakerId!==e&&(f.onSpeakerChanged(a.externalId),this._lastSignalledActiveSpeakerId=e)),this._transport&&!this._transport.isAllocated(a.id)&&this._transport.allocate(a.id,!1),i.kind==="audio"&&(this._audioOutput.add(i),p.preserveAudioTracks||t.removeTrack(i)),a.remoteStream!==t){if(a.remoteStream=t,a.secondStream)return;f.onRemoteStream(a.externalId,t)}a.mediaSettings&&this._changeRemoteMediaSettings(e,a.mediaSettings)}})}_onRemoteTrackRemoved(e,t,i){switch(d.debug(`[${e}] remote track (removed)`,{track:i}),i.kind){case"audio":this._removeAudioTrack(e,t,i);break;case"video":case"screen":this._removeVideoTrack(e,t,i);break}}_removeAudioTrack(e,t,i){if(e!==Ne.AUDIO_MIX){let a=this._participants[e];if(!a||a.remoteStream&&a.remoteStream!==t)return}this._audioOutput.remove(i)}_removeVideoTrack(e,t,i){}_onTopologyChanged(e){e==="DIRECT"&&(this._onRemoteSignalledStall([]),this._onAudioMixStall(!1)),this._conversation&&(this._conversation.topology=e,this._changeFeatureSet())}_onAudioMixStall(e){this._audioMixStalled!==e&&(this._audioMixStalled=e,d.debug("Audio mix stalled:",e),f.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)}_fixAudioDevice(e){var t;!b.hasMicrophone()||!this._audioFix||!((t=this._mediaSource)!=null&&t.getMediaSettings().isAudioEnabled)||this._audioFix.fix(e)}_toggleJoinAvailability(){let e=this._conversation&&this._conversation.chatId,t=e&&this._state!=="CLOSE"||!1;e&&(d.debug("Toggle join availability",{available:t,chatId:e}),f.onJoinStatus(t,e))}_updateDisplayLayoutFromCache(e){return c(this,null,function*(){var i;if(((i=this._transport)==null?void 0:i.getTopology())!=="SERVER")return;let t=this._participants[e];t&&t.lastRequestedLayouts&&Object.keys(t.lastRequestedLayouts).length&&(yield this.updateDisplayLayout(Object.values(t.lastRequestedLayouts)))})}_setParticipantsStatus(e,t,i=null){if(!e.length)return;let a=e.reduce((n,s)=>(s.status!==t&&(s.status=t,n.push(s.externalId)),n),[]);a.length&&f.onRemoteStatus(a,t,i)}_onJoinLinkChanged(e){f.onJoinLinkChanged(e.joinLink)}_onRoomsUpdated(e){return c(this,null,function*(){var i,a;let t={};for(let n of Object.keys(Mt)){let s=e.updates[n];s&&(t[n]={rooms:yield Promise.all(((a=(i=s==null?void 0:s.rooms)==null?void 0:i.map)==null?void 0:a.call(i,this._convertRoomToExternal.bind(this)))||[]),roomIds:s==null?void 0:s.roomIds,deactivated:s==null?void 0:s.deactivated})}f.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===Mt.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))),f.onRoomUpdated(e.events,e.roomId,t,e.deactivate||null)})}_convertRoomToExternal(e){return c(this,null,function*(){var s,l,u,h,m;if(!e)return null;let t=yield Promise.all(((s=e.participantIds)==null?void 0:s.map(S=>this._getExternalIdByParticipantId(S)))||[]),i=yield Promise.all(((l=e.addParticipantIds)==null?void 0:l.map(S=>this._getExternalIdByParticipantId(S)))||[]),a=yield Promise.all(((h=(u=e.removeParticipantIds)==null?void 0:u.map)==null?void 0:h.call(u,S=>this._getExternalIdByParticipantId(S)))||[]),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:(m=e==null?void 0:e.participants)!=null&&m.participants?this._participantListChunkToExternalChunk(e.participants):void 0,active:e.active,muteStates:e.muteStates,pinnedParticipantId:n}})}_onRoomParticipantsUpdated(e){return c(this,null,function*(){var m,S,k,x,F,Z;let t=(m=this._transport)==null?void 0:m.getState(),i=(S=e.roomId)!=null?S:Se,a=yield Promise.all(((k=e.addedParticipantIds)==null?void 0:k.map(this._getExternalIdByParticipantId.bind(this)))||[]),n=yield Promise.all(((x=e==null?void 0:e.addedParticipants)==null?void 0:x.map(G=>c(this,null,function*(){var Q;let z=C.composeId(G);return this._createParticipant({id:z,externalId:G.externalId&&ue.fromSignaling(G.externalId,G.deviceIdx||0),mediaSettings:he(G.mediaSettings),participantState:C.mapParticipantState(G),state:G.state,roles:G.roles||[],status:(Q=this._getStatusByTransportState(t))!=null?Q:"WAITING",muteStates:G.muteStates||{},unmuteOptions:G.unmuteOptions||[],observedIds:G.observedIds||[],markers:this._denormalizeMarkers(z,G.markers)})})))||[]),s=!1;for(let G of n)G.id===((F=this._conversation)==null?void 0:F.compositeUserId)&&(s=!0),this._registerParticipantInCache(G);this._openTransport(n,!0);let l=[],u=[];if(e!=null&&e.removedParticipantMarkers){for(let G of e.removedParticipantMarkers)if((Z=G.GRID)!=null&&Z.id){let z=this._getExternalIdByParticipantId(G.GRID.id);u.push(z)}l=yield Promise.all(u)}s&&(yield this._onRoomSwitched(i));let h={roomId:i,participantCount:e.participantCount,addedParticipantIds:a,addedParticipants:C.mapSharedParticipants(n),removedParticipantMarkers:e==null?void 0:e.removedParticipantMarkers,removedParticipantIds:l};f.onRoomParticipantsUpdated(h)})}_onRoomSwitched(e,t=!1){return c(this,null,function*(){if(!this._conversation||this._conversation.roomId===e)return;let i=this._conversation.roomId;if(this._conversation.roomId=e,t){f.onRoomStart(e);return}f.onRoomSwitched(e),e!==null&&!this._isCallAdmin()&&(yield this._refreshRooms(!1)),this._changePinnedParticipantForRoom(),this._changeRecordInfoForRoom(),this._changeMuteStatesForRoom(e,i),this._changeAsrInfoForRoom()})}_refreshRooms(e){return c(this,null,function*(){var n,s,l,u,h;let i=(s=(n=(yield this._signaling.getRooms(e)).rooms)==null?void 0:n.rooms)!=null?s:[],a=[];for(let m of i)if(this._setMuteStatesForRoomId(m.muteStates,m.id),(l=this._conversation)==null||l.recordsInfoByRoom.set(m.id,m.recordInfo),(u=this._conversation)==null||u.pinnedParticipantIdByRoom.set(m.id,m.pinnedParticipantId),m.asrInfo&&((h=this._conversation)==null||h.asrInfoByRoom.set(m.id,m.asrInfo)),e){let S=yield this._convertRoomToExternal(m);S&&a.push(S)}a.length&&f.onRoomsUpdated({[Mt.UPDATE]:{rooms:a}})})}_onFeedback(e){return c(this,null,function*(){let t=n=>c(this,null,function*(){let s=yield this._registerParticipantAndSetMarkersIfChunkEnabled(n);return s==null?void 0:s.externalId}),i=e.feedback.map(n=>c(this,null,function*(){let s=n.items.map(u=>c(this,null,function*(){var m,S;if(u.participantId===((m=this._conversation)==null?void 0:m.compositeUserId))return Promise.resolve(Xe(Ce({},u),{participantId:(S=this._conversation)==null?void 0:S.externalId}));let h=yield t(u.participantId);return Xe(Ce({},u),{participantId:h})})),l=yield Promise.all(s);return Xe(Ce({},n),{items:l})})),a=yield Promise.all(i);f.onFeedback(a,e.roomId)})}_isMe(e){var t;return e===((t=this._conversation)==null?void 0:t.compositeUserId)}_getMuteStatesForRoomId(e=Se){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=Se){var i;(i=this._conversation)==null||i.muteStates.set(t,e)}_forceOpenTransportForAloneInCall(){var e,t,i;((e=this._transport)==null?void 0:e.getTopology())==="SERVER"&&((t=this._transport)==null?void 0:t.getState())==="IDLE"&&this._participantState!==$.CALLED&&this._transport.open(this._transport.allocated(),null,!!((i=this._conversation)!=null&&i.observer),!0)}},U=K;U._delayedHangup=!1;var mi=class extends Error{constructor(e,t){super(e);Object.setPrototypeOf(this,mi.prototype),this.participantErrors=t}};var Kt,hi=null;function Do(){return c(this,null,function*(){var o;if(p.apiEnv!=="AUTO")return p.apiEndpoint;try{let r=atob("aHR0cHM6Ly9kbnMuZ29vZ2xlL3Jlc29sdmU/bmFtZT12aWRlby5fZW5kcG9pbnQub2sucnUmdHlwZT1UWFQ="),t=yield(yield fetch(r,{method:"GET",mode:"cors",cache:"no-cache"})).json(),i=(o=t==null?void 0:t.Answer[0])==null?void 0:o.data;if(!i)throw new Error("Wrong DNS response");return d.debug("Resolved API endpoint",i),i}catch(r){return d.warn("Failed to resolve API endpoint using DNS, default is used",r),p.apiEndpoint}})}function za(){return c(this,null,function*(){return Kt||hi||(hi=Do(),Kt=yield hi,hi=null,Kt)})}function Ja(){if(!p.apiKey)throw new V(ie.API,{message:"Required argument apiAppKey not passed"})}function Br(t){return c(this,arguments,function*(o,r={},e=!1){if(!window.Blob||!window.navigator.sendBeacon)return;yield za();let i=Qa(o,r,e),a=new window.Blob([i],{type:"application/x-www-form-urlencoded"});window.navigator.sendBeacon(`${Kt}/fb.do`,a)})}function Ya(t){return c(this,arguments,function*(o,r={},e=!1){yield za();let i=Qa(o,r,e);return ko(i)})}function ko(o){return c(this,null,function*(){return new Promise((r,e)=>{let t=new XMLHttpRequest;t.open("POST",`${Kt}/fb.do`,!0),t.setRequestHeader("Content-type","application/x-www-form-urlencoded"),t.onreadystatechange=()=>{if(t.readyState!==XMLHttpRequest.DONE)return;let i;try{i=JSON.parse(t.responseText)}catch(a){i={result:t.responseText}}t.status!==200||i.hasOwnProperty("error_msg")?e(i):r(i)},t.send(o)})})}function Qa(o,r={},e=!1){r.method=o,r.format="JSON",r.application_key||(r.application_key=p.apiKey),e||(re.sessionKey?r.session_key=re.sessionKey:re.accessToken&&(r.access_token=re.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 wo=10,xo=700,Lo=3e3,$t=class extends pt{constructor(){super(...arguments);this._userId=null;this._externalUidsCache=new Map;this._extrnalUidsBatch=new Set;this._extrnalUidsBatchTimeout=null}_callUnsafe(a){return c(this,arguments,function*(e,t={},i=!1){let n=s=>c(this,null,function*(){try{return yield Ya(e,t,i)}catch(l){if(!l.hasOwnProperty("error_msg")&&(s++,d.debug(`${e} network error, attempt ${s}...`),s<wo))return yield C.delay(Math.min(s*xo,Lo)),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=ie.API;switch(n.error_code){case 102:case 103:case 104:return yield this.authorize(),this._callUnsafe(e,t,i);case 1101:s=D.SERVICE_DISABLED;break;case 300:s=D.NOT_FOUND;break;case 1102:s=D.CALLEE_IS_OFFLINE;break;case 1103:s=D.NOT_FRIENDS;break;case 1104:case 1106:s=D.EXTERNAL_API_ERROR;break;case 1113:s=D.CALLER_IS_REJECTED;break}throw new V(s,{message:n.error_msg,code:n.error_code})}})}userId(e){return c(this,null,function*(){let t=C.decomposeId(e).id;return re.isEmpty()?fe.fromId(String(t)):(yield this._prepareUserIdsByOkIdsBatched([t]),fe.fromString(this._externalUidsCache.get(t)))})}prepareUserIds(e){return c(this,null,function*(){re.isEmpty()||(yield this._prepareUserIdsByOkIdsBatched(e))})}_prepareUserIdsByOkIdsBatched(e){return c(this,null,function*(){if(!e.some(i=>!this._externalUidsCache.has(i)))return Promise.resolve();if(e.forEach(i=>this._extrnalUidsBatch.add(i)),this._extrnalUidsBatchTimeout||(this._extrnalUidsBatchPromise=new Promise(i=>{this._extrnalUidsBatchTimeout=window.setTimeout(()=>{if(this._extrnalUidsBatch.size>0){let a=[...this._extrnalUidsBatch];this._extrnalUidsBatch.clear(),this._getExternalIdsByOkIds(a).then(n=>{for(let s in n)n.hasOwnProperty(s)&&this._externalUidsCache.set(parseInt(s,10),n[s]);i()})}this._extrnalUidsBatchTimeout=null},p.api.userIdsByOkBatchedTimeout)})),this._extrnalUidsBatchPromise)return this._extrnalUidsBatchPromise})}authorize(){return c(this,null,function*(){if(!this._uuid){let t=Ze.get("uuid");t||(t=C.uuid(),Ze.set("uuid",t)),this._uuid=String(t)}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)),re.sessionKey=t.session_key,re.sessionSecretKey=t.session_secret_key}).catch(t=>{throw t.error_code===401&&f.onTokenExpired(),new V(ie.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})};Br("log.externalLog",t)}init(){Ja()}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(n){return c(this,arguments,function*(e,t="",i=!1,{onlyAdminCanShareMovie:a}={}){let s=this._preareStartConversationData({conversationId:e,isVideo:!1,joiningAllowed:!0,payload:t,requireAuthToJoin:i,onlyAdminCanShareMovie:a});return this._startConversation(s)})}startConversation(h,m,S){return c(this,arguments,function*(e,t,i,a=!1,n="",s=!1,l=!1,{onlyAdminCanShareMovie:u}={}){let k=this._preareStartConversationData({conversationId:e,isVideo:a,joiningAllowed:s,payload:n,requireAuthToJoin:l,onlyAdminCanShareMovie:u});if(t&&t.length)switch(i){case Ve.USER:k.uids=t.join(",");break;case Ve.GROUP:k.gid=t[0];break;case Ve.CHAT:k.chatId=t[0];break}return this._startConversation(k)})}_preareStartConversationData({conversationId:e,isVideo:t,payload:i="",joiningAllowed:a=!1,requireAuthToJoin:n=!1,onlyAdminCanShareMovie:s}){let l={conversationId:e,isVideo:t,protocolVersion:p.protocolVersion};return a&&(l.createJoinLink=!0),i&&(l.payload=i),p.domain&&(l.domainId=p.domain),p.externalDomain&&(l.externalDomain=p.externalDomain),n&&(l.requireAuthToJoin=!0),s!==void 0&&(l.onlyAdminCanShareMovie=s),l}_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=fe.fromIds(e),i=[],a={methods:[]},n=[],s=[...this._externalUidsCache.keys()],l=[...this._externalUidsCache.values()];for(let h of t){let m=fe.toString(h),S=l.indexOf(m);S>-1?i.push(Number(s[S])):(n.push(m),a.methods.push({"vchat.getOkIdByExternalId":{params:{externalId:h.id,anonym:h.type==="ANONYM"},onError:"SKIP"}}))}return a.methods.length&&(yield this._call("batch.executeV2",a)).forEach((h,m)=>{if(h.ok){let S=Number(h.ok.ok_id);this._externalUidsCache.set(S,n[m]),i.push(S)}}),i})}getExternalIdsByOkIds(e){return c(this,null,function*(){let t=[],i=[];for(let n of e)this._externalUidsCache.has(n)?t.push(fe.fromString(this._externalUidsCache.get(n))):i.push(n);if(!i.length)return t;let a=yield this._getExternalIdsByOkIds(i);for(let n in a)a.hasOwnProperty(n)&&this._externalUidsCache.set(parseInt(n,10),a[n]);for(let n of i)a.hasOwnProperty(n)&&t.push(fe.fromString(a[n]));return t})}getCachedOkIdByExternalId(e){let t=[...this._externalUidsCache.keys()],i=[...this._externalUidsCache.values()],a=fe.toString(e),n=i.indexOf(a);return n>-1?C.composeUserId(t[n],Y.USER):null}cacheExternalId(e,t){let i=C.decomposeId(e).id;this._externalUidsCache.set(i,fe.toString(t))}getConversationParams(e){return c(this,null,function*(){let t={};return p.anonymToken&&(t.anonymToken=p.anonymToken),e&&(t.conversationId=e),this._call("vchat.getConversationParams",t)})}getUserId(){return this._userId}setUserId(e){this._userId=e}hangupConversation(e){let t={conversationId:e,reason:D.HUNGUP};p.anonymToken&&(t.anonymToken=p.anonymToken),Br("vchat.hangupConversation",t)}removeHistoryRecords(e){return c(this,null,function*(){yield this._call("vchat.removeHistoryRecords",{recordIds:e.join(",")})})}cleanup(){}_getExternalIdsByOkIds(e){return c(this,null,function*(){let t={};try{let i=yield this._call("vchat.getExternalIdsByOkIds",{uids:e.join(",")});if(i.external_ids)for(let[a,n]of Object.entries(i.external_ids))t[a]=fe.fromIdToString(n,"USER");if(i.anonym_ids)for(let[a,n]of Object.entries(i.anonym_ids))t[a]=fe.fromIdToString(n,"ANONYM");return t}catch(i){return t}})}};var Qi=class{requestAsr(r){let e=new ArrayBuffer(2),t=new DataView(e);return t.setUint8(0,1),t.setUint8(1,r?0:1),e}};var H=require("messagepack");var Xa=(B=>(B.RECOVER="recover",B.ACCEPT_CALL="accept-call",B.ADD_PARTICIPANT="add-participant",B.REMOVE_PARTICIPANT="remove-participant",B.HANGUP="hangup",B.TRANSMIT_DATA="transmit-data",B.ACCEPT_PRODUCER="accept-producer",B.ALLOCATE_CONSUMER="allocate-consumer",B.CHANGE_MEDIA_SETTINGS="change-media-settings",B.CHANGE_PARTICIPANT_STATE="change-participant-state",B.CHANGE_STREAM_PRIORITIES="change-streams-priorities",B.UPDATE_DISPLAY_LAYOUT="update-display-layout",B.REPORT_PERF_STAT="report-perf-stat",B.REPORT_SHARING_STAT="report-sharing-stat",B.RECORD_START="record-start",B.RECORD_STOP="record-stop",B.RECORD_SET_ROLE="record-set-role",B.RECORD_GET_STATUS="record-get-status",B.SWITCH_MICRO="switch-micro",B.SWITCH_TOPOLOGY="switch-topology",B.REQUEST_REALLOC="request-realloc",B.CHAT_MESSAGE="chat-message",B.CHAT_HISTORY="chat-history",B.CUSTOM_DATA="custom-data",B.GRANT_ROLES="grant-roles",B.MUTE_PARTICIPANT="mute-participant",B.ENABLE_FEATURE_FOR_ROLES="enable-feature-for-roles",B.PIN_PARTICIPANT="pin-participant",B.UPDATE_MEDIA_MODIFIERS="update-media-modifiers",B.CHANGE_OPTIONS="change-options",B.GET_WAITING_HALL="get-waiting-hall",B.GET_PARTICIPANT_LIST_CHUNK="get-participant-list-chunk",B.GET_PARTICIPANTS="get-participants",B.PROMOTE_PARTICIPANT="promote-participant",B.REQUEST_TEST_MODE="request-test-mode",B.ADD_MOVIE="add-movie",B.UPDATE_MOVIE="update-movie",B.REMOVE_MOVIE="remove-movie",B.GET_ROOMS="get-rooms",B.UPDATE_ROOMS="update-rooms",B.ACTIVATE_ROOMS="activate-rooms",B.REMOVE_ROOMS="remove-rooms",B.SWITCH_ROOM="switch-room",B.FEEDBACK="feedback",B.ASR_START="asr-start",B.ASR_STOP="asr-stop",B.REQUEST_ASR="request-asr",B))(Xa||{}),w=Xa;function _i(){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),No(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 No(o){return o.buffer!==void 0}function Xi(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 Za=0,en=1,Uo=2,Bo=0,Fo=1,Vo=2,Zi=0,jo=0,Ho=0,Go=1,er=class{constructor(){this.participantIdRegistry=null}setParticipantIdRegistry(r){this.participantIdRegistry=r}serializeUpdateDisplayLayout(r,e){let t=_i();H.Int.enc(t,Za),H.Int.enc(t,Zi),H.Int.enc(t,r),H.Nil.enc(t,null);let i=[];for(let a in e)e.hasOwnProperty(a)&&this.writeLayout(e,a,i);return H.Arr.enc(t,i),H.Nil.enc(t,null),t.ui8array()}writeLayout(r,e,t){let i=r[e],a=_i();if(this.writeStreamDesc(e,a),Bt(i))H.Int.enc(a,Fo);else if(Lr(i))H.Int.enc(a,Vo);else if(H.Int.enc(a,Bo),i.priority!==void 0?H.Int.enc(a,i.priority):H.Nil.enc(a,null),i.width!==void 0&&i.height!==void 0?(H.Int.enc(a,Math.round(i.width)),H.Int.enc(a,Math.round(i.height))):(H.Nil.enc(a,null),H.Nil.enc(a,null)),i.fit!==void 0)switch(i.fit){case"cv":H.Int.enc(a,Ho);break;case"cn":H.Int.enc(a,Go);break;default:H.Nil.enc(a,null)}else H.Nil.enc(a,null);t.push(a.ui8array())}writeStreamDesc(r,e){if(this.participantIdRegistry){let t=this.participantIdRegistry.getCompactId(r);if(t!==void 0){H.Int.enc(e,t);return}}H.Str.enc(e,r)}serializePerfStatReport(r,e){let t=_i();return H.Int.enc(t,en),H.Int.enc(t,Zi),H.Int.enc(t,r),H.Int.enc(t,e.framesDecoded),H.Int.enc(t,e.framesReceived),t.ui8array()}serializeSharingStatReport(r,e){let t=_i();return H.Int.enc(t,Uo),H.Int.enc(t,Zi),H.Int.enc(t,r),H.Int.enc(t,e.minDelay),H.Int.enc(t,e.maxDelay),H.Int.enc(t,e.avgDelay),H.Int.enc(t,e.largeDelayDuration),t.ui8array()}deserializeCommandResponse(r){return c(this,null,function*(){let e;if(r instanceof Blob){let n="arrayBuffer"in Blob.prototype?yield r.arrayBuffer():yield ya(r);e=Xi(n)}else e=Xi(r);let t=H.Int.dec(e),i=H.Int.dec(e);if(i!==Zi){d.warn("Unsupported version for command type: "+t+", version "+i);return}if(H.Int.dec(e)!==jo){d.warn("Error code: "+t+"received for command type: "+t+", version "+i);return}switch(t){case Za:return this.deserializeUpdateDisplayLayoutResponse(e);case en:return this.deserializeReportPerfStatResponse(e);default:d.warn("unsupported command response commandType: "+t);return}})}deserializeUpdateDisplayLayoutResponse(r){let e=H.Int.dec(r),t=H.Arr.dec(r),i={};return t.forEach(a=>{var l;let n=Xi(a),s=H.Any.dec(n);if(typeof s=="string")i[s]=H.Int.dec(n);else{let u=s,h=We((l=this.participantIdRegistry)==null?void 0:l.getStreamDescription(u));i[h]=H.Int.dec(n)}}),{type:"response",sequence:e,response:w.UPDATE_DISPLAY_LAYOUT.toString(),errorCodeByParticipantId:i}}deserializeReportPerfStatResponse(r){let e=H.Int.dec(r),t=H.Int.dec(r);return{type:"response",sequence:e,response:w.REPORT_PERF_STAT.toString(),estimatedPerformanceIndex:t}}};var tr="open",tn=[()=>p.producerScreenTrack,()=>p.videoTracksCount>0,()=>!0,()=>!0,()=>p.consumerScreenTrack,()=>!0,()=>p.movieShare,()=>p.useParticipantListChunk,()=>p.useRooms,()=>!!p.vmoji],Wo=10,Ko=["service-unavailable","conversation-ended","invalid-token"],Ae=class extends mt{constructor(){super(...arguments);this.socket=null;this.sequence=1;this.lastStamp=0;this.websocketCommandsQueue=[];this.datachannelCommandsQueue=[];this.asrCommandsQueue=[];this.incomingCache=[];this.responseHandlers={};this.reconnectCount=0;this.conversationResolve=null;this.conversationReject=null;this.connected=!1;this.listenersReady=!1;this.postfix="&platform="+p.platform+"&appVersion="+p.appVersion+"&version="+p.protocolVersion+"&device="+p.device+"&capabilities="+Ae._getCapabilityFlags();this.peerId=null;this.conversationId=null;this.reconnectTimer=0;this.connectionMessageWaitTimer=0;this.doctorTimer=0;this.participantIdRegistry=null;this.producerNotificationDataChannel=null;this.producerCommandDataChannel=null;this.asrDataChannel=null;this.producerCommandDataChannelEnabled=!1;this.producerCommandSerializationService=new er;this.asrCommandSerializer=new Qi}static _getCapabilityFlags(){let e=0;for(let t=0;t<tn.length;t++)tn[t]()&&(e|=1<<t);return e.toString(16).toUpperCase()}get ready(){return this.socket!==null}setEndpoint(e){this.endpoint=e}setConversationId(e){this.conversationId=e}setParticipantIdRegistry(e){this.participantIdRegistry=e,this.producerCommandSerializationService.setParticipantIdRegistry(e)}setProducerNotificationDataChannel(e){this.producerNotificationDataChannel=e,this.producerNotificationDataChannel.onmessage=t=>{var a;let i=(a=this.participantIdRegistry)==null?void 0:a.handleMessage(t.data);i&&this._handleMessage(i)}}setProducerCommandDataChannel(e){this.producerCommandDataChannel=e,this.producerCommandDataChannel.onmessage=t=>{this.producerCommandSerializationService.deserializeCommandResponse(t.data).then(i=>{i&&this._handleMessage(i)}).catch(i=>{d.warn("[signaling] cannot parse message at producerCommandDataChannel",i)})},this._handleCommandsQueue(this.datachannelCommandsQueue)}useCommandDataChannel(e){this.producerCommandDataChannelEnabled=e}cleanup(){this.datachannelCommandsQueue=[],this.asrCommandsQueue=[],this.incomingCache=[]}connect(e){return c(this,null,function*(){return this.postfix+=`&clientType=${p.clientType}`,new Promise((t,i)=>{if(this.socket&&this.socket.readyState<WebSocket.CLOSING){T.log(v.SOCKET_ACTION,"already_opened"),i(Error("Socket already opened"));return}this.conversationResolve=a=>{t(a),this.conversationResolve=null,this.conversationReject=null},this.conversationReject=a=>{i(a),this.conversationResolve=null,this.conversationReject=null},this._connect(e)})})}_send(a){return c(this,arguments,function*(e,t={},i=0){if(t.participantId){let n=C.decomposeParticipantId(t.participantId),s=C.decomposeId(n.compositeUserId);t=Object.assign({},t,{participantId:s.id,participantType:s.type}),n.deviceIdx&&(t.deviceIdx=n.deviceIdx)}return this._sendRaw(e,t,i)})}_sendRaw(a){return c(this,arguments,function*(e,t={},i=0){let n=s=>{var l,u;if(e===w.REQUEST_ASR)this.asrCommandsQueue.push(s),((l=this.asrDataChannel)==null?void 0:l.readyState)===tr&&this._handleCommandsQueue(this.asrCommandsQueue);else if(this._isDataChannelCommand(e))this.datachannelCommandsQueue.push(s),((u=this.producerCommandDataChannel)==null?void 0:u.readyState)===tr&&this._handleCommandsQueue(this.datachannelCommandsQueue);else{if(!this.socket){T.log(v.SOCKET_ACTION,"not_opened"),d.warn("[signaling] socket is not opened"),s.reject(new Error(`Socket not opened [${e}]`),!0);return}this.socket.readyState>WebSocket.OPEN&&(T.log(v.SOCKET_ACTION,"invalid_state"),d.warn(`[signaling] socket is not opened, state ${this.socket.readyState}`)),this.websocketCommandsQueue.push(s),this.socket&&this.socket.readyState===WebSocket.OPEN&&this._handleCommandsQueue(this.websocketCommandsQueue)}};return new Promise((s,l)=>{let u=(m,S=!1)=>{!i||S?l(m):(d.debug("[signaling] resending a signaling message",e,h.sequence),i--,n(h))},h={sequence:this.sequence++,name:e,params:t,responseTimer:0,resolve:s,reject:u};n(h)})})}_isDataChannelCommand(e){return this.producerCommandDataChannelEnabled?e===w.UPDATE_DISPLAY_LAYOUT||e===w.REPORT_PERF_STAT||e===w.REPORT_SHARING_STAT:!1}static _isDataChannelResponseRequired(e){return e===w.UPDATE_DISPLAY_LAYOUT||e===w.REPORT_PERF_STAT}getNextCommandSequenceNumber(){return this.sequence}hangup(e){return c(this,null,function*(){return this._send(w.HANGUP,{reason:e}).catch(()=>{})})}sendCandidate(e,t){return c(this,null,function*(){return this._send(w.TRANSMIT_DATA,{participantId:e,data:{candidate:t}})})}requestTestMode(e,t){return c(this,null,function*(){return this._send(w.REQUEST_TEST_MODE,{consumer:e,producer:t})})}sendSdp(e,t){return c(this,null,function*(){return this._send(w.TRANSMIT_DATA,{participantId:e,data:{sdp:t}})})}acceptCall(e){return c(this,null,function*(){return this._send(w.ACCEPT_CALL,{mediaSettings:e})})}changeMediaSettings(e){return c(this,null,function*(){return this._send(w.CHANGE_MEDIA_SETTINGS,{mediaSettings:e},Wo)})}changeParticipantState(e){return c(this,null,function*(){return this._send(w.CHANGE_PARTICIPANT_STATE,{participantState:{state:e}})})}addParticipant(e,t){return c(this,null,function*(){return this._send(w.ADD_PARTICIPANT,Ce({participantId:e},t))})}removeParticipant(e,t=!1){return c(this,null,function*(){return this._send(w.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(w.ALLOCATE_CONSUMER,i)})}acceptProducer(e,t){return c(this,null,function*(){let i={description:e.sdp};return t&&(i.ssrcs=t),this._send(w.ACCEPT_PRODUCER,i)})}changePriorities(e){return c(this,null,function*(){return this._send(w.CHANGE_STREAM_PRIORITIES,{typedPriorities:e}).catch(()=>{})})}updateDisplayLayout(e){return c(this,null,function*(){return this._send(w.UPDATE_DISPLAY_LAYOUT,e)})}addMovie(e){return c(this,null,function*(){return this._send(w.ADD_MOVIE,e)})}updateMovie(e){return c(this,null,function*(){return this._send(w.UPDATE_MOVIE,e)})}removeMovie(e){return c(this,null,function*(){return this._send(w.REMOVE_MOVIE,e)})}updateRooms(e,t){return c(this,null,function*(){return this._send(w.UPDATE_ROOMS,{rooms:e,assignRandomly:t})})}activateRooms(e,t){return c(this,null,function*(){return this._send(w.ACTIVATE_ROOMS,{roomIds:e,deactivate:t})})}switchRoom(e,t){return c(this,null,function*(){return this._sendRaw(w.SWITCH_ROOM,{toRoomId:e,participantId:t})})}getRooms(e){return c(this,null,function*(){return this._sendRaw(w.GET_ROOMS,{withParticipants:e})})}removeRooms(e){return c(this,null,function*(){return this._send(w.REMOVE_ROOMS,{roomIds:e})})}startStream(e){return c(this,null,function*(){return this._send(w.RECORD_START,e)})}stopStream(){return c(this,arguments,function*(e={roomId:null}){return this._send(w.RECORD_STOP,e)})}recordSetRole(e,t,i=null){return c(this,null,function*(){return this._send(w.RECORD_SET_ROLE,{participantId:e,role:t,roomId:i})})}getRecordStatus(){return c(this,null,function*(){return this._send(w.RECORD_GET_STATUS)})}switchTopology(e,t=!1){return c(this,null,function*(){return this._send(w.SWITCH_TOPOLOGY,{topology:e,force:t})})}requestRealloc(){return c(this,null,function*(){return this._send(w.REQUEST_REALLOC)})}reportPerfStat(e){return c(this,null,function*(){return this._send(w.REPORT_PERF_STAT,e)})}reportSharingStat(e){return c(this,null,function*(){return this._send(w.REPORT_SHARING_STAT,e)})}chatMessage(e,t=null){return c(this,null,function*(){return this._send(w.CHAT_MESSAGE,{message:e,participantId:t})})}chatHistory(e){return c(this,null,function*(){return this._send(w.CHAT_HISTORY,{count:e})})}customData(e,t){return c(this,null,function*(){return this._send(w.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(w.GRANT_ROLES,a)})}muteParticipant(e,t,i,a=null){return c(this,null,function*(){return this._sendRaw(w.MUTE_PARTICIPANT,{participantId:e,muteStates:t,requestedMedia:i,roomId:a})})}enableFeatureForRoles(e,t){return c(this,null,function*(){return this._sendRaw(w.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(w.PIN_PARTICIPANT,a)})}updateMediaModifiers(e){return c(this,null,function*(){return this._send(w.UPDATE_MEDIA_MODIFIERS,{mediaModifiers:e})})}changeOptions(e){return c(this,null,function*(){return this._send(w.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(w.GET_WAITING_HALL,a)})}promoteParticipant(e,t=!1){return c(this,null,function*(){let i={participantId:e};return t&&(i.demote=t),this._sendRaw(w.PROMOTE_PARTICIPANT,i)})}feedback(e){return c(this,null,function*(){return this._sendRaw(w.FEEDBACK,{key:e})})}close(){this.socket&&this.socket.readyState<WebSocket.CLOSING&&this._closeSocket(),this._stopWaitConnectionMessage(),this._stopDoctor(),clearTimeout(this.reconnectTimer)}readyToSend(e=!0){this.listenersReady=e,this._handleCachedMessages()}getParticipantListChunk(e){return c(this,null,function*(){return this._send(w.GET_PARTICIPANT_LIST_CHUNK,e)})}getParticipants(e){return c(this,null,function*(){return this._send(w.GET_PARTICIPANTS,{externalIds:e})})}startAsr(e){return c(this,null,function*(){return this._send(w.ASR_START,e)})}stopAsr(e){return c(this,null,function*(){return this._send(w.ASR_STOP,e)})}requestAsr(e){return c(this,null,function*(){return this._send(w.REQUEST_ASR,{request:e})})}setAsrDataChannel(e){this.asrDataChannel=e,this._handleCommandsQueue(this.asrCommandsQueue)}_connect(e){if(this.socket&&this.socket.readyState<WebSocket.CLOSING)return;let t="";e&&(t+=`&tgt=${e}`),e===je.RETRY&&this.lastStamp&&(t+=`&recoverTs=${this.lastStamp}`),t=i(t),d.debug("[signaling] connecting to "+this.endpoint+this.postfix+t),Fe(v.SIGNALING_CONNECTED),this.socket=new WebSocket(this.endpoint+this.postfix+t),this.socket.onopen=this._onOpen.bind(this),this.socket.onmessage=this._onMessage.bind(this),this.socket.onerror=this._onError.bind(this),this.socket.onclose=this._onClose.bind(this),this._startDoctor();function i(a){if(!p.useParticipantListChunk)return a;let 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"),T.log(v.SOCKET_ACTION,"opened"),ge.logEventualStat({name:v.SIGNALING_CONNECTED}),this._waitConnectionMessage(),this._startDoctor()}_onMessage(e){if(this._startDoctor(),e.data==="ping"){this.socket&&this.socket.readyState===WebSocket.OPEN&&this.socket.send("pong");return}try{this._handleMessage(JSON.parse(e.data))}catch(t){T.log(v.SOCKET_ACTION,"parse_error"),d.error("[signaling] unable to parse message",t,e.data)}}_handleMessage(e){var t;switch(e.type){case"notification":e.notification==="connection"?(d.debug("[signaling] signaling connected",e),this.connected=!0,this.reconnectCount=0,this.endpoint=e.endpoint,e.peerId&&this.peerId!==e.peerId.id&&(this.postfix+=`&peerId=${e.peerId.id}`,this.peerId=e.peerId.id),this._stopWaitConnectionMessage(),this.conversationResolve?this.conversationResolve(e):(this._triggerEvent(Ie.RECONNECT,e),e.conversation.topology&&this._triggerEvent(Ie.NOTIFICATION,{type:"notification",notification:O.TOPOLOGY_CHANGED,topology:e.conversation.topology})),this.lastStamp&&this._handleCachedMessages(),(t=e.recoverMessages)==null||t.forEach(i=>this._handleMessage(i)),this._handleCommandsQueue(this.websocketCommandsQueue)):!this.connected||!this.listenersReady?this.incomingCache.push(e):this._triggerEvent(Ie.NOTIFICATION,e);break;case"response":this._handleCommandResponse(!0,e);break;case"error":this._handleErrorMessage(e);break;default:T.log(v.SOCKET_ACTION,"unknown_message"),d.warn("[signaling] unhandled message",e)}this.lastStamp=e.stamp||this.lastStamp}_handleErrorMessage(e){var i;T.log(v.SOCKET_ACTION,`error-${e.error}`);let t=e.error?Ko.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 V(e.reason||ie.SIGNALING_FAILED,{message:`Conversation ended: ${e.error}`,remote:!0})):this._triggerEvent(Ie.NOTIFICATION,{notification:O.CLOSED_CONVERSATION,reason:e.reason});break;case"invalid-token":this._throwError(new Error(`Signaling error: ${e.error}`));break;default:if(!t)break;this.connected?this._throwError(new Error(`Signaling error: ${e.error}`)):e.sequence||((i=this.conversationReject)==null||i.call(this,new V(e.reason||ie.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(Ie.FAILED,e)}_onError(e){T.log(v.SOCKET_ACTION,"error"),d.error("[signaling] signaling error",e)}_onClose(e){T.log(v.SOCKET_ACTION,"closed"),d.debug("[signaling] connection closed",{code:e.code,reason:e.reason}),this.connected=!1,this._stopDoctor(),this.socket&&this.reconnectCount++<Ae.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(Ae.RECONNECT_MAX_DELAY,Ae.RECONNECT_DELAY*Math.pow(2,this.reconnectCount-1));d.log(`[signaling] reconnect websocket after ${e}ms (${this.reconnectCount})`),T.log(v.SOCKET_ACTION,"reconnect"),this.reconnectTimer=window.setTimeout(this._connect.bind(this,je.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],T.log(v.SOCKET_ACTION,"response-error"),i.reject(new Error(t.error||`Response error [${i.name}]`),!0)):((a=this.socket)==null?void 0:a.readyState)===WebSocket.OPEN?(delete this.responseHandlers[t.sequence],T.log(v.SOCKET_ACTION,"response-timeout"),i.reject(new Error(t.error||`Response timeout [${i.name}]`))):i.responseTimer=window.setTimeout(()=>this._handleCommandResponse(e,t),Ae.WAIT_RESPONSE_DELAY)}_serializeAsrCommand(e){let t=e.params;return this.asrCommandSerializer.requestAsr(t.request)}_handleCommandsQueue(e){var t,i,a,n;for(;e.length>0;){let s=e.shift();if(d.debug(`[signaling] command send [${s.sequence}]`,`'${s.name}'`,s.params),s.name===w.REQUEST_ASR){if(((t=this.asrDataChannel)==null?void 0:t.readyState)!==tr){s.reject(new Error(`Invalid data channel state: ${(i=this.asrDataChannel)==null?void 0:i.readyState}`));return}let l=this._serializeAsrCommand(s);l!==null&&(this.asrDataChannel.send(l),s.resolve({}))}else if(this._isDataChannelCommand(s.name)){if(((a=this.producerCommandDataChannel)==null?void 0:a.readyState)!==tr){s.reject(new Error(`Invalid data channel state: ${(n=this.producerCommandDataChannel)==null?void 0:n.readyState}`));return}Ae._isDataChannelResponseRequired(s.name)&&(s.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{response:s.name,sequence:s.sequence,type:"timeout"}),Ae.WAIT_RESPONSE_DELAY),this.responseHandlers[s.sequence]=s);let l=this._serializeBinary(s);l!==null&&this.producerCommandDataChannel.send(l)}else{if(!this.socket||this.socket.readyState!==WebSocket.OPEN){s.reject(new Error("Invalid state or socket already closed"));continue}s.responseTimer=window.setTimeout(()=>this._handleCommandResponse(!1,{response:s.name,sequence:s.sequence,type:"timeout"}),Ae.WAIT_RESPONSE_DELAY),this.responseHandlers[s.sequence]=s,this.socket.send(this._serializeJson(s))}}}_serializeBinary(e){switch(e.name){case w.UPDATE_DISPLAY_LAYOUT:return this.producerCommandSerializationService.serializeUpdateDisplayLayout(e.sequence,e.params);case w.REPORT_PERF_STAT:return this.producerCommandSerializationService.serializePerfStatReport(e.sequence,e.params);case w.REPORT_SHARING_STAT:return this.producerCommandSerializationService.serializeSharingStatReport(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===w.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]=Ba(t[a]));return{layouts:i}}_waitConnectionMessage(){this.connectionMessageWaitTimer=window.setTimeout(()=>{this.conversationReject&&this.conversationReject(new V(ie.SIGNALING_FAILED,{message:"Unable to connect to the signaling: connection timeout",remote:!0}))},Ae.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(je.RETRY)},Ae.WAIT_MESSAGE_DELAY)}_stopDoctor(){window.clearTimeout(this.doctorTimer),this.doctorTimer=0}},De=Ae;De.RECONNECT_DELAY=p.signalingReconnectDelay,De.RECONNECT_MAX_DELAY=p.signalingReconnectMaxDelay,De.RECONNECT_MAX_COUNT=p.signalingReconnectMaxCount,De.WAIT_CONNECTION_DELAY=p.waitConnectionDelay,De.WAIT_RESPONSE_DELAY=p.waitResponseDelay,De.WAIT_MESSAGE_DELAY=p.waitMessageDelay;var rn=(e=>(e.KING="KING",e.PAWN="PAWN",e))(rn||{}),an=rn;var ir=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 qt,ne,gi=null,$o={getCameras:b.getCameras,getMicrophones:b.getMicrophones,getOutput:b.getOutput,getVideoFacingMode:b.getVideoFacingMode,hasCamera:b.hasCamera,hasMicrophone:b.hasMicrophone,getSavedCamera:b.getSavedCamera,getSavedMicrophone:b.getSavedMicrophone,getSavedOutput:b.getSavedOutput,hasCameraPermission:b.hasCameraPermission,hasMicrophonePermission:b.hasMicrophonePermission,hasPermissions:b.hasPermissions,getUserMedia:b.getUserMedia,getUserVideo:b.getUserVideo,getUserAudio:b.getUserAudio,setResolution:b.setResolution,isBrowserSupported:b.isBrowserSupported,isScreenCapturingSupported:b.isScreenCapturingSupported,os:b.os,isMobile:b.isMobile,browserName:b.browserName,browserVersion:b.browserVersion,baseChromeVersion:b.baseChromeVersion,getAudioContext:b.getAudioContext,isAudioShareSupported:b.isAudioShareSupported},qo={participantMarkerCompare:C.participantMarkerCompare};function nn(o){ne=o}function on(o){qt=o}function zo(o){gi=o}function Jo(o){p.videoEffects=o,o.setLogger((r,...e)=>d.send(r,...e))}function Yo(o,r=null,e=null){p.vmoji=o,p.vmojiRenderingOptions=e,r&&o.setSDK(r)}function Qo(o){return c(this,null,function*(){if(p.set(o),b.browserName()==="Sferum"&&(p.platform=`SFERUM:${b.browserVersion()}`),ne||nn(new $t),qt||on(()=>new De),p.debug&&(Fr.default.disableLog(!1),d.toggle(!0)),d.log(`Calls SDK ${p.sdkVersion}`,o),yield b.init(),!b.isBrowserSupported())throw new V(ie.UNSUPPORTED);d.log("UserAgent:",navigator.userAgent),d.log("Screen resolution:",`${window.screen.width}x${window.screen.height}`),d.log("Permissions:",`Camera: ${b.hasCameraPermission()}, Mic: ${b.hasMicrophonePermission()}`),ne.init()})}function Xo(n){return c(this,arguments,function*(o,r=[ce.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 V(D.CALLEE_IS_OFFLINE);return sn(l,Ve.USER,r,e,t,i,a)})}function sn(s){return c(this,arguments,function*(o,r=Ve.USER,e,t="",i=!1,a=!1,n){if(U.current())throw d.error("There is already active call"),new V(D.FAILED);return new U(ne,qt(),gi).onStart(o,r,e,t,i,a,n)})}function Zo(o){return c(this,null,function*(){return cn(o)})}function cn(t){return c(this,arguments,function*(o,r=Y.USER,e){if(o===U.id())throw new Error("Push has already been processed");return new U(ne,qt(),gi).onPush(o,r,e)})}function es(o){return c(this,null,function*(){return o&&(p.authToken=o),ne.authorize()})}function ts(){return c(this,arguments,function*(o=[ce.AUDIO]){return Pt().accept(o)})}function is(){return c(this,null,function*(){let o=U.current();if(o)return o.decline()})}function rs(e){return c(this,arguments,function*(o,r=[ce.AUDIO]){return dn(o,r)})}function dn(o,r,e){return c(this,null,function*(){if(U.current())throw d.error("There is already active call"),new V(D.FAILED);return new U(ne,qt(),gi).onJoin({conversationId:o,mediaOptions:r,chatId:e})})}function as(a){return c(this,arguments,function*(o,r=[ce.AUDIO],e,t,i){if(U.current())throw d.error("There is already active call"),new V(D.FAILED);return e&&(p.anonymToken=e),new U(ne,qt(),gi).onJoin({joinLink:o,mediaOptions:r,observedIds:t,payload:i})})}function ns(){return c(this,null,function*(){let o=U.current();if(o)return o.hangup();U.hangupAfterInit()})}function os(o,r){return c(this,null,function*(){let e=yield ne.getOkIdsByExternalIds([o]);if(!e.length)throw new Error("User not found");return ln(e[0],r)})}function ln(o,r){return c(this,null,function*(){let e=U.current();e&&(yield e.addParticipant(C.composeUserId(o,Y.USER),r))})}function ss(o,r=!1){return c(this,null,function*(){let e=yield ne.getOkIdsByExternalIds([o]);return pn(e[0],r)})}function pn(o,r=!1){return c(this,null,function*(){let e=U.current();e&&(yield e.removeParticipant(C.composeUserId(o,Y.USER),r))})}function cs(o,r){return c(this,null,function*(){let e=U.current();if(o==="videoinput"&&it.contains(r))return p.videoFacingMode=r,e?(b.isMobile()&&e.stopVideoTrack(),e.changeDevice(o)):void 0;if(!(yield b._saveDeviceId(o,r)))throw new Error(`Device not found: ${r}`);if(e)return e.changeDevice(o)})}function ds(o){return c(this,null,function*(){let r=typeof o=="object"?Xe(Ce({},o),{fastScreenSharing:o.captureScreen&&o.fastScreenSharing,captureAudio:o.captureScreen&&o.captureAudio&&p.audioShare}):{captureScreen:o,fastScreenSharing:!1,captureAudio:!1},e=U.current();return e?e.toggleScreenCapturing(r):Promise.reject()})}function ls(o){let r=U.current();r&&r.toggleAnimojiCapturing(o)}function ps(o,r=!1){return c(this,null,function*(){let e=U.current();e&&(yield e.setVideoStream(o,r))})}function us(o){return c(this,null,function*(){let r=U.current();r&&(yield r.toggleLocalVideo(o))})}function ms(o){return c(this,null,function*(){let r=U.current();r&&(yield r.toggleLocalAudio(o))})}function hs(o){return c(this,null,function*(){let r=U.current();if(r)return r.setLocalResolution(o)})}function _s(o){return c(this,null,function*(){let r=U.current();r&&(yield r.changePriorities(o))})}function gs(o){return c(this,null,function*(){let r=U.current();r&&(yield r.changeParticipantState(o))})}function fs(o){return c(this,null,function*(){let r=U.current();r&&(yield r.updateDisplayLayout(o))})}function Ss(o,r,e=!1){return c(this,null,function*(){let t=yield ne.getOkIdsByExternalIds([o]);return un(t[0],r,e)})}function un(o,r,e=!1){return c(this,null,function*(){let t=U.current();t&&(yield t.grantRoles(C.composeUserId(o,Y.USER),r,e))})}function vs(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]),mn({uid:a,muteStates:r,requestedMedia:e,deviceIdx:ue.getDeviceIdx(o),roomId:t})})}function mn(a){return c(this,arguments,function*({uid:o=null,muteStates:r,requestedMedia:e=[],deviceIdx:t=0,roomId:i=null}){let n=U.current();if(n){let s=o?C.composeParticipantId(o,Y.USER,t):null;yield n.muteParticipant(s,r,e,i)}})}function Is(o,r=!1,e=null){return c(this,null,function*(){let t=yield ne.getOkIdsByExternalIds([o]);return hn(t[0],r,ue.getDeviceIdx(o),e)})}function hn(o,r=!1,e=0,t=null){return c(this,null,function*(){let i=U.current();i&&(yield i.pinParticipant(C.composeParticipantId(o,Y.USER,e),r,t))})}function Es(o){return c(this,null,function*(){let r=U.current();r&&(yield r.updateMediaModifiers(o))})}function Ts(o){return c(this,null,function*(){let r=U.current();r&&(yield r.changeOptions(o))})}function Rs(o,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield ne.getOkIdsByExternalIds([r]))[0]),_n(o,e)})}function _n(o,r=null){return c(this,null,function*(){let e=U.current();if(e){let t=r?C.composeUserId(r,Y.USER):null;yield e.chatMessage(o,t)}})}function Cs(o=10){return c(this,null,function*(){let r=U.current();if(r)return r.chatHistory(o)})}function ys(o,r=null){return c(this,null,function*(){let e=null;return r&&(e=(yield ne.getOkIdsByExternalIds([r]))[0]),gn(o,e,ue.getDeviceIdx(r))})}function gn(o,r=null,e=0){return c(this,null,function*(){let t=U.current();if(t){let i=r?C.composeParticipantId(r,Y.USER,e):null;yield t.customData(o,i)}})}function Ps(){return c(this,arguments,function*(o="",r=!1,{onlyAdminCanShareMovie:e=!1}={}){return(yield ne.createConversation(C.uuid(),o,r,{onlyAdminCanShareMovie:e})).join_link})}function bs(){return c(this,null,function*(){let o=U.current();return o?o.createJoinLink():Promise.reject()})}function Ms(){return c(this,null,function*(){let o=U.current();return o?o.removeJoinLink():Promise.reject()})}function As(o,r){return c(this,null,function*(){return ne.getAnonymTokenByLink(o,r)})}function Ds(o){let r=U.current();r&&r.setVolume(o)}function ks(o){p.forceRelayPolicy=o}function Os(o=!1,r=null,e=null,t="DIRECT_LINK",i=null,a=null){return c(this,null,function*(){let n=U.current();return n?n.startStream(o,r,e,t,i,a):Promise.reject()})}function ws(o=null){return c(this,null,function*(){let r=U.current();return r?r.stopStream(o):Promise.reject()})}function xs(o,r,e=null){return c(this,null,function*(){let t=U.current();if(t){let i=yield ne.getOkIdsByExternalIds([o]),a=ue.getDeviceIdx(o);return t.recordSetRole(C.composeParticipantId(i[0],Y.USER,a),r,e)}return Promise.reject()})}function Ls(){return c(this,null,function*(){let o=U.current();return o?o.getStreamInfo():Promise.reject()})}function Ns(o){return c(this,null,function*(){let r=U.current();return r?r.addMovie(o):Promise.reject()})}function Us(o){return c(this,null,function*(){let r=U.current();return r?r.updateMovie(o):Promise.reject()})}function Bs(o){return c(this,null,function*(){let r=U.current();return r?r.removeMovie(o):Promise.reject()})}function Fs(o,r){return c(this,null,function*(){let e=U.current();if(e){let t=[];for(let i of o){let a,n;i.addParticipantIds&&(a=(yield ne.getOkIdsByExternalIds(i.addParticipantIds)).map(s=>C.composeUserId(s,Y.USER))),i.removeParticipantIds&&(n=(yield ne.getOkIdsByExternalIds(i.removeParticipantIds)).map(s=>C.composeUserId(s,Y.USER))),t.push({id:i.id,name:i.name,participantCount:i.participantCount,addParticipantIds:a,removeParticipantIds:n})}return e.updateRooms(t,r)}return Promise.reject()})}function Vs(o,r){return c(this,null,function*(){let e=U.current();return e?e.activateRooms(o,r):Promise.reject()})}function js(o=null,r=null){return c(this,null,function*(){let e;if(r){let i=yield ne.getOkIdsByExternalIds([r]);e=C.composeUserId(i[0],Y.USER)}let t=U.current();return t?t.switchRoom(o,e):Promise.reject()})}function Hs(o){return c(this,null,function*(){let r=U.current();return r?r.removeRooms(o):Promise.reject()})}function Gs(o){p.statisticsInterval=o;let r=U.current();if(r)return r.updateStatisticsInterval()}function Ws(o){Fr.default.disableLog(!o),d.toggle(o)}function Ks(o,...r){p.debugLog&&d.send(o,"[external]",...r)}function $s(o){return c(this,null,function*(){let r=U.current();if(r)return r.videoEffect(o)})}function qs(o){return c(this,null,function*(){let r=U.current();r&&(yield r.setAudioStream(o))})}function zs(o,r=null,e=null){return c(this,null,function*(){let t=U.current();if(!t)return;let i=e!=null?e:r==null?void 0:r.id,a=null;if(r){let s=(yield ne.getOkIdsByExternalIds([r]))[0];if(!s)throw new Error("Could not get user id to set animoji svg");a=C.composeParticipantId(s,Y.USER,ue.getDeviceIdx(r))}t.setAnimojiSvg(o,a,i)})}function Js(o=null,r,e=!1){return c(this,null,function*(){return Pt().getWaitingHall(o,r,e)})}function Ys(o,r=!1){return c(this,null,function*(){let e=Pt(),t=yield ne.getOkIdsByExternalIds([o]);return e.promoteParticipant(C.composeUserId(t[0],Y.USER),r)})}function Qs(o){return c(this,null,function*(){return Pt().getParticipantListChunk(o)})}function Xs(o){return c(this,null,function*(){return Pt().getParticipants(o)})}function Zs(o){return c(this,null,function*(){return Pt().feedback(o)})}function ec(o,r){return c(this,null,function*(){return Pt().enableFeatureForRoles(o,r)})}function Pt(){let o=U.current();if(!o)throw new Error("Conversation not found");return o}function tc(o){return c(this,null,function*(){yield ne.removeHistoryRecords(o)})}function ic(o){return c(this,null,function*(){let r=U.current();r&&(yield r.startAsr(o))})}function rc(o){return c(this,null,function*(){let r=U.current();r&&(yield r.stopAsr(o))})}function ac(o){return c(this,null,function*(){let r=U.current();r&&(yield r.requestAsr(o))})}function nc(){return p.sdkVersion}
|