aliyun-rtc-sdk 7.1.2 → 7.1.3-beta.1
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/dist/aliyun-rtc-sdk.es.js +1131 -955
- package/dist/aliyun-rtc-sdk.umd.js +28 -13
- package/dist/plugins/audioProcessPlugin.d.ts +55 -34
- package/dist/plugins/audioProcessPlugin.js +105 -102
- package/dist/plugins/beautyPlugin.d.ts +15 -26
- package/dist/types/index.d.ts +35 -12
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import{o as Qr,k as $r,A as Zr}from"./index-BvRi8Pnp.js";import"eventemitter3";const en=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,10,1,8,0,65,0,253,15,253,98,11]));function $e(W,M,P,N){return new(P||(P=Promise))(function(J,L){function R(c){try{v(N.next(c))}catch(u){L(u)}}function x(c){try{v(N.throw(c))}catch(u){L(u)}}function v(c){var u;c.done?J(c.value):(u=c.value,u instanceof P?u:new P(function(S){S(u)})).then(R,x)}v((N=N.apply(W,[])).next())})}typeof SuppressedError=="function"&&SuppressedError;var qe;function Jt(){return $e(this,void 0,void 0,function*(){let W=!1;try{W=yield en()}catch{W=!1}return console.log("isSupportedSIMD",W),W})}(function(W){W[W.ERROR=0]="ERROR",W[W.WARN=1]="WARN",W[W.INFO=2]="INFO",W[W.LOG=3]="LOG",W[W.DEBUG=4]="DEBUG"})(qe||(qe={}));let Ie=class Ge{static error(...M){var P;Ge.logLevel>=qe.ERROR&&((P=console.error)===null||P===void 0||P.call(console,`[${Ge.logTag}] `,...M))}static warn(...M){var P;Ge.logLevel>=qe.WARN&&((P=console.warn)===null||P===void 0||P.call(console,`[${Ge.logTag}] `,...M))}static info(...M){var P;Ge.logLevel>=qe.INFO&&((P=console.info)===null||P===void 0||P.call(console,`[${Ge.logTag}] `,...M))}static log(...M){var P;Ge.logLevel>=qe.LOG&&((P=console.log)===null||P===void 0||P.call(console,`[${Ge.logTag}] `,...M))}static debug(...M){var P;Ge.logLevel>=qe.DEBUG&&((P=console.debug)===null||P===void 0||P.call(console,`[${Ge.logTag}] `,...M))}};Ie.logLevel=qe.WARN,Ie.logTag="aliyun-audio-3a";let tn=class{},Qt=class extends tn{static isSupported(){return function(){if(typeof window=="object"&&window!==null){const M="AudioWorklet"in window,P="WebAssembly"in window;return M&&P}return!1}()}static isSupportedSIMD(){return $e(this,void 0,void 0,function*(){return yield Jt()})}static setLogger(M){Ie.logLevel=M}constructor(M){super(),this.channelCount=1,this.sampleRate=48e3,this.collectDumpOutputData=[],this.collectDumpNearInputData=[],this.collectDumpFarInputData=[],this.collectDumpMetaData=[],this.statUpdateTimer=0,this.statUpdateInterval=5e3,this.options=Object.assign({aecOn:!0,ansOn:!0,agcOn:!0,hdOn:!1,ansMode:1,dumpOn:!1,aiaecOn:!1,wasmCdnPath:"https://g.alicdn.com/code/npm/@ali/aliyun-audio-3a/0.0.6/"},M||{})}initWASM(M,P,N){return $e(this,void 0,void 0,function*(){Ie.log("initWASM",M,P,N);const J=R=>$e(this,void 0,void 0,function*(){try{const x=yield fetch(R,{credentials:"same-origin"});return x.ok||this.onLoadError(new Error(`Failed to fetch WASM: ${x.status}:${x.statusText}, url:${R}`)),x.arrayBuffer()}catch(x){return this.onLoadError(new Error("WASM load error")),Ie.error("Error fetching WASM:",x),new Uint8Array(0)}}),L=R=>$e(this,void 0,void 0,function*(){return fetch(R).then(x=>x.text())});try{const R=yield Jt(),x=this.options.wasmCdnPath+"audio_module_v2.wasm",v=this.options.wasmCdnPath+"audio_module_v2_simd.wasm",u=yield J(R?v:x),S=this.options.wasmCdnPath+"audio_module_v2.js",f=this.options.wasmCdnPath+"audio_module_v2_simd.js",a=R?f:S,d=yield L(a);M.port.postMessage(Object.assign({type:"init",channelCount:P,sampleRate:N,wasmBuffer:u,isSupportSIMD:R,audioModuleScript:d,logLevel:Ie.logLevel},this.options),[u])}catch(R){Ie.error("Error initializing WASM:",R),this.onLoadError(new Error("WASM init error"))}M.port.onmessage=R=>{R.data.type==="init_done"&&this.onLoadSuccess(void 0),R.data.type==="dump_output_data"&&this.onDumpOutputData(R.data.data),R.data.type==="dump_near_data"&&this.onDumpNearInputData(R.data.data),R.data.type==="dump_far_data"&&this.onDumpFarInputData(R.data.data),R.data.type==="dump_meta_data"&&this.onDumpMeatData(R.data.data),R.data.type==="output_log"&&this.onOutputLog(R.data.data),R.data.type==="apm_stat_data"&&this.onStatData(R.data.data)}})}createProcessor(M,P,N,J,L){return $e(this,void 0,void 0,function*(){this.audioContext=M,this.audioContext.resume(),this.channelCount=N,this.sampleRate=J;try{const v=new Blob(['!function(){"use strict";function t(t,e,a,n){return new(a||(a=Promise))((function(s,i){function o(t){try{h(n.next(t))}catch(t){i(t)}}function r(t){try{h(n.throw(t))}catch(t){i(t)}}function h(t){var e;t.done?s(t.value):(e=t.value,e instanceof a?e:new a((function(t){t(e)}))).then(o,r)}h((n=n.apply(t,e||[])).next())}))}var e;"function"==typeof SuppressedError&&SuppressedError,function(t){t[t.ERROR=0]="ERROR",t[t.WARN=1]="WARN",t[t.INFO=2]="INFO",t[t.LOG=3]="LOG",t[t.DEBUG=4]="DEBUG"}(e||(e={}));class a{static error(...t){var n;a.logLevel>=e.ERROR&&(null===(n=console.error)||void 0===n||n.call(console,`[${a.logTag}] `,...t))}static warn(...t){var n;a.logLevel>=e.WARN&&(null===(n=console.warn)||void 0===n||n.call(console,`[${a.logTag}] `,...t))}static info(...t){var n;a.logLevel>=e.INFO&&(null===(n=console.info)||void 0===n||n.call(console,`[${a.logTag}] `,...t))}static log(...t){var n;a.logLevel>=e.LOG&&(null===(n=console.log)||void 0===n||n.call(console,`[${a.logTag}] `,...t))}static debug(...t){var n;a.logLevel>=e.DEBUG&&(null===(n=console.debug)||void 0===n||n.call(console,`[${a.logTag}] `,...t))}}a.logLevel=e.WARN,a.logTag="aliyun-audio-3a";const n=Float32Array.BYTES_PER_ELEMENT,s=Uint16Array.BYTES_PER_ELEMENT;class i{constructor(t,e,a,n,s){this._channelData=[],this._name=t,this._isInitialized=!1,this._module=e,this._length=a,this._ringLength=2*a,this._maxChannelCount=s?Math.min(s,32):n,this._channelCount=n,this._allocateHeap(),this._isInitialized=!0,this._readIndex=0,this._writeIndex=0,this._framesAvailable=0,this._channelDataLocal=[];for(let t=0;t<this._channelCount;++t)this._channelDataLocal[t]=new Float32Array(this._ringLength)}_allocateHeap(){const t=this._length*n,e=this._channelCount*t;this._dataPtr=this._module._malloc(e),this._channelData=[];for(let e=0;e<this._channelCount;++e){const a=this._dataPtr+e*t,n=a+t;this._channelData[e]=this._module.HEAPF32.subarray(a>>s,n>>s)}}adaptChannel(t){t<this._maxChannelCount&&(this._channelCount=t)}get length(){return this._isInitialized?this._length:null}get numberOfChannels(){return this._isInitialized?this._channelCount:null}get maxChannelCount(){return this._isInitialized?this._maxChannelCount:null}getChannelData(t){return void 0!==t&&t>=this._channelCount?null:void 0===t?this._channelData:this._channelData[t]}getHeapAddress(){return this._dataPtr}getPointer(){return this._dataPtr}free(){this._isInitialized=!1,null!==this._dataPtr&&this._module._free(this._dataPtr),this._channelData=[]}get framesAvailable(){return this._framesAvailable}push(t){const e=t[0].length;for(let a=0;a<e;++a){for(let e=0;e<this._channelCount;++e)this._channelDataLocal[e][this._writeIndex]=t[e][a];this._writeIndex=(this._writeIndex+1)%this._ringLength}this._framesAvailable+=e,this._framesAvailable>this._ringLength&&(console.warn(this._name,"Too many frames available, overflow"),this._framesAvailable=this._ringLength,this._writeIndex=0)}pull(t){if(0===this._framesAvailable)return void console.warn(this._name,"No frames available");const e=t[0].length;for(let a=0;a<e;++a){for(let e=0;e<this._channelCount;++e)t[e][a]=this._channelDataLocal[e][this._readIndex];this._readIndex=(this._readIndex+1)%this._ringLength}this._framesAvailable-=e,this._framesAvailable<0&&(this._framesAvailable=0,this._readIndex=0)}}class o{constructor(t){this.inited=!1,this.handle=null,this.channelCount=1,this.isEnable=!0,this.dumpAudioData=!1,this.kernelBufferSize=512,this.node=t,this.onDumpOutputDataFunction=null,this.onDumpNearDataFunction=null,this.onDumpFarDataFunction=null,this.onDumpMetaDataFunction=null,this.wasmInvoker=null,this._nearAudioBuffer={},this._outputAudioBuffer={}}destructor(){this.wasmInvoker=null,this.handle=null}init(n){return t(this,void 0,void 0,(function*(){const{wasmBuffer:t,audioModuleScript:s,channelCount:o=1,sampleRate:r=44100,dumpAudioData:h=!1,logLevel:l=e.DEBUG}=n;a.logLevel=l,a.log("AudioAPM init",JSON.stringify(n)),this.channelCount=o,this.dumpAudioData=h;try{const e=new Function(`let module={};let exports={};${s}; return module`)();this.wasmInvoker=yield e.exports({wasmBinary:t})}catch(t){this.node.port.postMessage({type:"error",message:"audioModule init error"}),a.error(t)}this._nearAudioBuffer=new i("inBuffer",this.wasmInvoker,this.kernelBufferSize,2*this.channelCount,32),this._outputAudioBuffer=new i("outBuffer",this.wasmInvoker,this.kernelBufferSize,this.channelCount,32);const u=this.wasmInvoker.addFunction(((t,e)=>{const a=this.wasmInvoker.HEAPU8.subarray(t,t+e),n=String.fromCharCode.apply(null,a);this.node&&this.node.port&&this.node.port.postMessage({type:"output_log",message:"output_log",data:n})}),"vii");if(this.wasmInvoker.__apm_log_callback(u),this.handle=this.wasmInvoker.__apm_create(n.aecOn?1:0,n.ansOn?1:0,n.agcOn?1:0,n.hdOn?1:0,r,o,n.dumpOn?1:0,this.kernelBufferSize),n.aiaecOn){const t=102;this.wasmInvoker.__apm_set_param(this.handle,t,7)}if(n.useHardOnly){const t=108;this.wasmInvoker.__apm_set_param(this.handle,t,1)}this.node.port.postMessage({type:"init_done",message:"init done"}),this.inited=!0}))}getStatData(){if(this.wasmInvoker&&this.isEnable){let t=this.wasmInvoker.__apm_get_stat(this.handle),e=this.wasmInvoker.UTF8ToString(t);this.wasmInvoker._free(t),this.node&&this.node.port&&this.node.port.postMessage({type:"apm_stat_data",message:"apm_stat_data",data:e})}}onOutputLog(t){console.log("[WASM_LOG]",t)}destory(){return t(this,void 0,void 0,(function*(){var t;try{null===(t=this.wasmInvoker)||void 0===t||t.__apm_destory(this.handle),this.inited=!1}catch(t){a.error(t)}finally{this.handle=null}}))}enable(){this.isEnable=!0,a.log("APM enable")}disable(){this.isEnable=!1,a.log("APM disable")}getStat(){if(null==this.wasmInvoker||null==this.handle)return"";let t=this.wasmInvoker.__apm_get_stat(this.handle),e=this.wasmInvoker.UTF8ToString(t);return this.wasmInvoker._free(t),e}startDump(){this.onDumpOutputDataFunction=this.wasmInvoker.addFunction(((t,e)=>{const a=this.wasmInvoker.HEAPU8.subarray(t,t+e),n=new Uint8Array(a);this.node&&this.node.port&&this.node.port.postMessage({type:"dump_output_data",message:"dump_output_data",data:n})}),"vii"),this.onDumpNearDataFunction=this.wasmInvoker.addFunction(((t,e)=>{const a=this.wasmInvoker.HEAPU8.subarray(t,t+e),n=new Uint8Array(a);this.node&&this.node.port&&this.node.port.postMessage({type:"dump_near_data",message:"dump_near_data",data:n})}),"vii"),this.onDumpFarDataFunction=this.wasmInvoker.addFunction(((t,e)=>{const a=this.wasmInvoker.HEAPU8.subarray(t,t+e),n=new Uint8Array(a);this.node&&this.node.port&&this.node.port.postMessage({type:"dump_far_data",message:"dump_far_data",data:n})}),"vii"),this.onDumpMetaDataFunction=this.wasmInvoker.addFunction(((t,e)=>{const a=this.wasmInvoker.HEAPU8.subarray(t,t+e),n=new Uint8Array(a);this.node&&this.node.port&&this.node.port.postMessage({type:"dump_meta_data",message:"dump_meta_data",data:n})}),"vii"),this.wasmInvoker.__apm_dump_start(this.handle,this.onDumpOutputDataFunction,this.onDumpNearDataFunction,this.onDumpFarDataFunction,this.onDumpMetaDataFunction)}stopDump(){this.wasmInvoker.__apm_dump_stop(this.handle),this.wasmInvoker&&(this.wasmInvoker.removeFunction(this.onDumpOutputDataFunction),this.wasmInvoker.removeFunction(this.onDumpNearDataFunction),this.wasmInvoker.removeFunction(this.onDumpFarDataFunction),this.wasmInvoker.removeFunction(this.onDumpMetaDataFunction))}process(t,e,a){if(!this.inited||!this.isEnable){for(let e=0;e<this.channelCount;e++){a[e].set(t[e])}return}const n=this.channelCount;let s=0;if(this.handle&&this.isEnable){const i=t[0].length,o=[];for(let a=0;a<n;a++)e[a]&&e[a].length>0&&(s=1),o.push(t[a]||new Float32Array(i).fill(0)),o.push(e[a]||new Float32Array(i).fill(0));if(this._nearAudioBuffer.push(o),this._nearAudioBuffer.framesAvailable>=this.kernelBufferSize){this._nearAudioBuffer.pull(this._nearAudioBuffer.getChannelData()),this.wasmInvoker.__apm_process_new(this.handle,this._nearAudioBuffer.getHeapAddress(),this._outputAudioBuffer.getHeapAddress(),n,s);const t=this._outputAudioBuffer.getChannelData();this._outputAudioBuffer.push(t)}this._outputAudioBuffer.pull(a)}}}class r extends AudioWorkletProcessor{constructor(){super(),this.apm=new o(this),this.port.onmessage=t=>{const e=t.data||{};switch(a.log("onmessage data",e),e.type){case"init":this.apm.init(e);break;case"destroy":this.apm.destory();break;case"enable":this.apm.enable();break;case"disable":this.apm.disable();break;case"start_dump":this.apm.startDump();break;case"stop_dump":this.apm.stopDump();break;case"get_stat_data":this.apm.getStatData();break;default:a.warn("Unknown message type:",e.type)}}}process(t,e){const a=t[0],n=t.length>1?t[1]:[],s=e[0];return this.apm.process(a,n,s),!0}}registerProcessor("aliyun-web-3a-processor",r)}();\n'],{type:"application/javascript"}),c=URL.createObjectURL(v);yield this.audioContext.audioWorklet.addModule(c)}catch(v){Ie.error("Failed to add module to audio worklet:",v)}let R=new AudioWorkletNode(this.audioContext,"aliyun-web-3a-processor",{numberOfInputs:2,outputChannelCount:[N]});this.workletNode=R,P.connect(R),L&&(this.farNode=L,L.connect(R,0,1));const x=this.audioContext.createMediaStreamDestination();R.connect(x),this.targetMediaTrack=x.stream.getAudioTracks()[0],yield this.initWASM(R,N,J),this.statUpdateTimer=window.setInterval(()=>{this.getStatData()},this.statUpdateInterval)})}addFarNode(M){this.workletNode&&(this.farNode&&this.farNode.disconnect(this.workletNode),M&&(this.farNode=M,M.connect(this.workletNode,0,1)))}getStatData(){var M;try{(M=this.workletNode)===null||M===void 0||M.port.postMessage({type:"get_stat_data"})}catch(P){Ie.error("Failed to post message to worklet node:",P)}}destroy(){if(this.statUpdateTimer&&window.clearInterval(this.statUpdateTimer),this.audioContext&&this.workletNode&&this.workletNode.port)try{this.workletNode.port.postMessage({type:"destroy"}),this.workletNode.port.onmessage=null,this.workletNode.disconnect(),Ie.log("postMessage destroy")}catch(M){Ie.error("Failed to post message to worklet node:",M)}}startDump(){var M;try{(M=this.workletNode)===null||M===void 0||M.port.postMessage({type:"start_dump"})}catch(P){Ie.error("Failed to post message to worklet node:",P)}}stopDump(){var M;try{(M=this.workletNode)===null||M===void 0||M.port.postMessage({type:"stop_dump"})}catch(P){Ie.error("Failed to post message to worklet node:",P)}setTimeout(()=>{this.onDumpOutputData(null,!0),this.onDumpNearInputData(null,!0),this.onDumpFarInputData(null,!0),this.onDumpMeatData(null,!0)},3e3)}onDumpOutputData(M,P=!1){if(M&&M.length>0&&this.collectDumpOutputData.push(M),P&&this.collectDumpOutputData.length>0||1024*this.collectDumpOutputData.length>=this.getMaxDumpBytes()){let N=new Blob(this.collectDumpOutputData);this.onDumpData(N,"output_"+this.sampleRate+"hz_"+this.channelCount+"ch.pcm"),this.collectDumpOutputData=[]}}onDumpNearInputData(M,P=!1){if(M&&M.length>0&&this.collectDumpNearInputData.push(M),P&&this.collectDumpNearInputData.length>0||1024*this.collectDumpNearInputData.length>=this.getMaxDumpBytes()){let N=new Blob(this.collectDumpNearInputData);this.onDumpData(N,"near_input_"+this.sampleRate+"hz_"+this.channelCount+"ch.pcm"),this.collectDumpNearInputData=[]}}onDumpFarInputData(M,P=!1){if(M&&M.length>0&&this.collectDumpFarInputData.push(M),P&&this.collectDumpFarInputData.length>0||1024*this.collectDumpFarInputData.length>=this.getMaxDumpBytes()){let N=new Blob(this.collectDumpFarInputData);this.onDumpData(N,"far_input_"+this.sampleRate+"hz_"+this.channelCount+"ch.pcm"),this.collectDumpFarInputData=[]}}onDumpMeatData(M,P=!1){if(M&&M.length>0&&this.collectDumpMetaData.push(M),P&&this.collectDumpMetaData.length>0||1024*this.collectDumpMetaData.length>=this.getMaxDumpBytes()){let N=new Blob(this.collectDumpMetaData);this.onDumpData(N,"meta_"+this.sampleRate+"hz_"+this.channelCount+"ch.pcm"),this.collectDumpMetaData=[]}}getMaxDumpBytes(){return 600*Number(this.sampleRate.toFixed(0))*Number(this.channelCount.toFixed(0))*2}enable(){var M;if(!((M=this.workletNode)===null||M===void 0)&&M.port)try{this.workletNode.port.postMessage({type:"enable"}),Ie.log("postMessage enable")}catch(P){Ie.error("Failed to post message to worklet node:",P)}}disable(){var M;if(!((M=this.workletNode)===null||M===void 0)&&M.port)try{Ie.log("postMessage disable"),this.workletNode.port.postMessage({type:"disable"})}catch(P){Ie.error("Failed to post message to worklet node:",P)}}on(M,P){M==="loaderror"&&(this.onLoadError=P),M==="loadsuccess"&&(this.onLoadSuccess=P),M==="dumpdata"&&(this.onDumpData=P),M==="outputlog"&&(this.onOutputLog=P),M==="statdata"&&(this.onStatData=P)}onLoadError(M){console.log("onLoadError",M)}onLoadSuccess(M){console.log("onLoadSuccess",M)}onDumpData(M,P){console.log("onDumpData",M,P)}onOutputLog(M){console.log("[WASM]",M)}onStatData(M){console.log("onStatData:",M)}};function rn(W,M,P){Object.defineProperty(W,M,{writable:!0,enumerable:!0,configurable:!0,value:P})}function $t(W,M,P,N){rn(W,M,P)}Array(32);class nn{constructor(M){this.timer=null,this.time=10,this.count=10,this.arr=[];var P,N;this.time=(P=M.time)!=null?P:10,this.count=(N=M.count)!=null?N:10,M.host.startsWith("http://")||M.host.startsWith("https://")?this.url=M.host+"/logstores/"+M.logstore+"/track":this.url="https://"+M.project+"."+M.host+"/logstores/"+M.logstore+"/track",this.opt=M,M.installUnloadHook&&typeof M.installUnloadHook=="function"&&M.installUnloadHook(()=>{this.sendImmediateInner()})}assemblePayload(M){const P={__logs__:M};return this.opt.tags&&(P.__tags__=this.opt.tags),this.opt.topic&&(P.__topic__=this.opt.topic),this.opt.source&&(P.__source__=this.opt.source),JSON.stringify(P)}platformSend(){if(this.opt.sendPayload&&typeof this.opt.sendPayload=="function"){const M=this.assemblePayload(this.arr);this.opt.sendPayload(this.url,M)}}transString(M){let P={};for(let N in M)typeof M[N]=="object"?P[N]=JSON.stringify(M[N]):P[N]=String(M[N]);return P}sendImmediateInner(){this.arr&&this.arr.length>0&&(this.platformSend(),this.timer!=null&&(clearTimeout(this.timer),this.timer=null),this.arr=[])}sendInner(){if(this.timer)this.arr.length>=this.count&&(clearTimeout(this.timer),this.timer=null,this.sendImmediateInner());else{const M=this;this.arr.length>=this.count||this.time<=0?this.sendImmediateInner():this.timer=setTimeout(function(){M.sendImmediateInner()},this.time*1e3)}}send(M){const P=this.transString(M);this.arr.push(P),this.sendInner()}sendImmediate(M){const P=this.transString(M);this.arr.push(P),this.sendImmediateInner()}sendBatchLogs(M){const P=M.map(N=>this.transString(N));this.arr.push(...P),this.sendInner()}sendBatchLogsImmediate(M){const P=M.map(N=>this.transString(N));this.arr.push(...P),this.sendImmediateInner()}overwriteTransString(M){this.transString=M.transString}getOpt(){return this.opt}}var on=(W,M,P)=>new Promise((N,J)=>{var L=v=>{try{x(P.next(v))}catch(c){J(c)}},R=v=>{try{x(P.throw(v))}catch(c){J(c)}},x=v=>v.done?N(v.value):Promise.resolve(v.value).then(L,R);x((P=P.apply(W,M)).next())});function an(W,M){return navigator&&navigator.sendBeacon?navigator.sendBeacon(`${W}?APIVersion=0.6.0`,M):!1}function Zt(W,M){const P=new window.XMLHttpRequest;P.open("POST",`${W}?APIVersion=0.6.0`,!0),P.send(M)}function sn(W,M){try{if(M.length>=32768){Zt(W,M);return}an(W,M)||Zt(W,M)}catch(P){window&&window.console&&typeof window.console.error=="function"&&(console.error(`Failed to log to ali log service because of this exception:
|
|
2
|
-
`+
|
|
3
|
-
`+N),console.error("Failed log data:",W))}})}class er extends nn{constructor(M){const P=Object.assign({},M,{installUnloadHook:N=>{window.addEventListener("beforeunload",()=>{N()})},sendPayload:(N,J)=>{sn(N,J)}});super(P)}useStsPlugin(M){this.getOpt().sendPayload=(P,N)=>{cn(P,N,M)},this.overwriteTransString(M)}}$t(window,"SLS_Tracker",er);var ye=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function un(W){return W&&W.__esModule&&Object.prototype.hasOwnProperty.call(W,"default")?W.default:W}var tr={exports:{}};function dn(W){throw new Error('Could not dynamically require "'+W+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var st={exports:{}},rr;function Se(){return rr||(rr=1,function(W,M){(function(P,N){W.exports=N()})(ye,function(){var P=P||function(N,J){var L;if(typeof window<"u"&&window.crypto&&(L=window.crypto),typeof self<"u"&&self.crypto&&(L=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(L=globalThis.crypto),!L&&typeof window<"u"&&window.msCrypto&&(L=window.msCrypto),!L&&typeof ye<"u"&&ye.crypto&&(L=ye.crypto),!L&&typeof dn=="function")try{L=require("crypto")}catch{}var R=function(){if(L){if(typeof L.getRandomValues=="function")try{return L.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof L.randomBytes=="function")try{return L.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},x=Object.create||function(){function n(){}return function(s){var t;return n.prototype=s,t=new n,n.prototype=null,t}}(),v={},c=v.lib={},u=c.Base=function(){return{extend:function(n){var s=x(this);return n&&s.mixIn(n),(!s.hasOwnProperty("init")||this.init===s.init)&&(s.init=function(){s.$super.init.apply(this,arguments)}),s.init.prototype=s,s.$super=this,s},create:function(){var n=this.extend();return n.init.apply(n,arguments),n},init:function(){},mixIn:function(n){for(var s in n)n.hasOwnProperty(s)&&(this[s]=n[s]);n.hasOwnProperty("toString")&&(this.toString=n.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),S=c.WordArray=u.extend({init:function(n,s){n=this.words=n||[],s!=J?this.sigBytes=s:this.sigBytes=n.length*4},toString:function(n){return(n||a).stringify(this)},concat:function(n){var s=this.words,t=n.words,i=this.sigBytes,l=n.sigBytes;if(this.clamp(),i%4)for(var E=0;E<l;E++){var b=t[E>>>2]>>>24-E%4*8&255;s[i+E>>>2]|=b<<24-(i+E)%4*8}else for(var _=0;_<l;_+=4)s[i+_>>>2]=t[_>>>2];return this.sigBytes+=l,this},clamp:function(){var n=this.words,s=this.sigBytes;n[s>>>2]&=4294967295<<32-s%4*8,n.length=N.ceil(s/4)},clone:function(){var n=u.clone.call(this);return n.words=this.words.slice(0),n},random:function(n){for(var s=[],t=0;t<n;t+=4)s.push(R());return new S.init(s,n)}}),f=v.enc={},a=f.Hex={stringify:function(n){for(var s=n.words,t=n.sigBytes,i=[],l=0;l<t;l++){var E=s[l>>>2]>>>24-l%4*8&255;i.push((E>>>4).toString(16)),i.push((E&15).toString(16))}return i.join("")},parse:function(n){for(var s=n.length,t=[],i=0;i<s;i+=2)t[i>>>3]|=parseInt(n.substr(i,2),16)<<24-i%8*4;return new S.init(t,s/2)}},d=f.Latin1={stringify:function(n){for(var s=n.words,t=n.sigBytes,i=[],l=0;l<t;l++){var E=s[l>>>2]>>>24-l%4*8&255;i.push(String.fromCharCode(E))}return i.join("")},parse:function(n){for(var s=n.length,t=[],i=0;i<s;i++)t[i>>>2]|=(n.charCodeAt(i)&255)<<24-i%4*8;return new S.init(t,s)}},p=f.Utf8={stringify:function(n){try{return decodeURIComponent(escape(d.stringify(n)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(n){return d.parse(unescape(encodeURIComponent(n)))}},e=c.BufferedBlockAlgorithm=u.extend({reset:function(){this._data=new S.init,this._nDataBytes=0},_append:function(n){typeof n=="string"&&(n=p.parse(n)),this._data.concat(n),this._nDataBytes+=n.sigBytes},_process:function(n){var s,t=this._data,i=t.words,l=t.sigBytes,E=this.blockSize,b=E*4,_=l/b;n?_=N.ceil(_):_=N.max((_|0)-this._minBufferSize,0);var h=_*E,o=N.min(h*4,l);if(h){for(var g=0;g<h;g+=E)this._doProcessBlock(i,g);s=i.splice(0,h),t.sigBytes-=o}return new S.init(s,o)},clone:function(){var n=u.clone.call(this);return n._data=this._data.clone(),n},_minBufferSize:0});c.Hasher=e.extend({cfg:u.extend(),init:function(n){this.cfg=this.cfg.extend(n),this.reset()},reset:function(){e.reset.call(this),this._doReset()},update:function(n){return this._append(n),this._process(),this},finalize:function(n){n&&this._append(n);var s=this._doFinalize();return s},blockSize:16,_createHelper:function(n){return function(s,t){return new n.init(t).finalize(s)}},_createHmacHelper:function(n){return function(s,t){return new r.HMAC.init(n,t).finalize(s)}}});var r=v.algo={};return v}(Math);return P})}(st)),st.exports}var ct={exports:{}},nr;function rt(){return nr||(nr=1,function(W,M){(function(P,N){W.exports=N(Se())})(ye,function(P){return function(N){var J=P,L=J.lib,R=L.Base,x=L.WordArray,v=J.x64={};v.Word=R.extend({init:function(c,u){this.high=c,this.low=u}}),v.WordArray=R.extend({init:function(c,u){c=this.words=c||[],u!=N?this.sigBytes=u:this.sigBytes=c.length*8},toX32:function(){for(var c=this.words,u=c.length,S=[],f=0;f<u;f++){var a=c[f];S.push(a.high),S.push(a.low)}return x.create(S,this.sigBytes)},clone:function(){for(var c=R.clone.call(this),u=c.words=this.words.slice(0),S=u.length,f=0;f<S;f++)u[f]=u[f].clone();return c}})}(),P})}(ct)),ct.exports}var ut={exports:{}},ir;function ln(){return ir||(ir=1,function(W,M){(function(P,N){W.exports=N(Se())})(ye,function(P){return function(){if(typeof ArrayBuffer=="function"){var N=P,J=N.lib,L=J.WordArray,R=L.init,x=L.init=function(v){if(v instanceof ArrayBuffer&&(v=new Uint8Array(v)),(v instanceof Int8Array||typeof Uint8ClampedArray<"u"&&v instanceof Uint8ClampedArray||v instanceof Int16Array||v instanceof Uint16Array||v instanceof Int32Array||v instanceof Uint32Array||v instanceof Float32Array||v instanceof Float64Array)&&(v=new Uint8Array(v.buffer,v.byteOffset,v.byteLength)),v instanceof Uint8Array){for(var c=v.byteLength,u=[],S=0;S<c;S++)u[S>>>2]|=v[S]<<24-S%4*8;R.call(this,u,c)}else R.apply(this,arguments)};x.prototype=L}}(),P.lib.WordArray})}(ut)),ut.exports}var dt={exports:{}},or;function pn(){return or||(or=1,function(W,M){(function(P,N){W.exports=N(Se())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.WordArray,R=N.enc;R.Utf16=R.Utf16BE={stringify:function(v){for(var c=v.words,u=v.sigBytes,S=[],f=0;f<u;f+=2){var a=c[f>>>2]>>>16-f%4*8&65535;S.push(String.fromCharCode(a))}return S.join("")},parse:function(v){for(var c=v.length,u=[],S=0;S<c;S++)u[S>>>1]|=v.charCodeAt(S)<<16-S%2*16;return L.create(u,c*2)}},R.Utf16LE={stringify:function(v){for(var c=v.words,u=v.sigBytes,S=[],f=0;f<u;f+=2){var a=x(c[f>>>2]>>>16-f%4*8&65535);S.push(String.fromCharCode(a))}return S.join("")},parse:function(v){for(var c=v.length,u=[],S=0;S<c;S++)u[S>>>1]|=x(v.charCodeAt(S)<<16-S%2*16);return L.create(u,c*2)}};function x(v){return v<<8&4278255360|v>>>8&16711935}}(),P.enc.Utf16})}(dt)),dt.exports}var lt={exports:{}},ar;function Je(){return ar||(ar=1,function(W,M){(function(P,N){W.exports=N(Se())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.WordArray,R=N.enc;R.Base64={stringify:function(v){var c=v.words,u=v.sigBytes,S=this._map;v.clamp();for(var f=[],a=0;a<u;a+=3)for(var d=c[a>>>2]>>>24-a%4*8&255,p=c[a+1>>>2]>>>24-(a+1)%4*8&255,e=c[a+2>>>2]>>>24-(a+2)%4*8&255,r=d<<16|p<<8|e,n=0;n<4&&a+n*.75<u;n++)f.push(S.charAt(r>>>6*(3-n)&63));var s=S.charAt(64);if(s)for(;f.length%4;)f.push(s);return f.join("")},parse:function(v){var c=v.length,u=this._map,S=this._reverseMap;if(!S){S=this._reverseMap=[];for(var f=0;f<u.length;f++)S[u.charCodeAt(f)]=f}var a=u.charAt(64);if(a){var d=v.indexOf(a);d!==-1&&(c=d)}return x(v,c,S)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function x(v,c,u){for(var S=[],f=0,a=0;a<c;a++)if(a%4){var d=u[v.charCodeAt(a-1)]<<a%4*2,p=u[v.charCodeAt(a)]>>>6-a%4*2,e=d|p;S[f>>>2]|=e<<24-f%4*8,f++}return L.create(S,f)}}(),P.enc.Base64})}(lt)),lt.exports}var pt={exports:{}},sr;function fn(){return sr||(sr=1,function(W,M){(function(P,N){W.exports=N(Se())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.WordArray,R=N.enc;R.Base64url={stringify:function(v,c){c===void 0&&(c=!0);var u=v.words,S=v.sigBytes,f=c?this._safe_map:this._map;v.clamp();for(var a=[],d=0;d<S;d+=3)for(var p=u[d>>>2]>>>24-d%4*8&255,e=u[d+1>>>2]>>>24-(d+1)%4*8&255,r=u[d+2>>>2]>>>24-(d+2)%4*8&255,n=p<<16|e<<8|r,s=0;s<4&&d+s*.75<S;s++)a.push(f.charAt(n>>>6*(3-s)&63));var t=f.charAt(64);if(t)for(;a.length%4;)a.push(t);return a.join("")},parse:function(v,c){c===void 0&&(c=!0);var u=v.length,S=c?this._safe_map:this._map,f=this._reverseMap;if(!f){f=this._reverseMap=[];for(var a=0;a<S.length;a++)f[S.charCodeAt(a)]=a}var d=S.charAt(64);if(d){var p=v.indexOf(d);p!==-1&&(u=p)}return x(v,u,f)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function x(v,c,u){for(var S=[],f=0,a=0;a<c;a++)if(a%4){var d=u[v.charCodeAt(a-1)]<<a%4*2,p=u[v.charCodeAt(a)]>>>6-a%4*2,e=d|p;S[f>>>2]|=e<<24-f%4*8,f++}return L.create(S,f)}}(),P.enc.Base64url})}(pt)),pt.exports}var ft={exports:{}},cr;function Qe(){return cr||(cr=1,function(W,M){(function(P,N){W.exports=N(Se())})(ye,function(P){return function(N){var J=P,L=J.lib,R=L.WordArray,x=L.Hasher,v=J.algo,c=[];(function(){for(var p=0;p<64;p++)c[p]=N.abs(N.sin(p+1))*4294967296|0})();var u=v.MD5=x.extend({_doReset:function(){this._hash=new R.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(p,e){for(var r=0;r<16;r++){var n=e+r,s=p[n];p[n]=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360}var t=this._hash.words,i=p[e+0],l=p[e+1],E=p[e+2],b=p[e+3],_=p[e+4],h=p[e+5],o=p[e+6],g=p[e+7],m=p[e+8],T=p[e+9],C=p[e+10],D=p[e+11],y=p[e+12],A=p[e+13],w=p[e+14],j=p[e+15],I=t[0],H=t[1],F=t[2],U=t[3];I=S(I,H,F,U,i,7,c[0]),U=S(U,I,H,F,l,12,c[1]),F=S(F,U,I,H,E,17,c[2]),H=S(H,F,U,I,b,22,c[3]),I=S(I,H,F,U,_,7,c[4]),U=S(U,I,H,F,h,12,c[5]),F=S(F,U,I,H,o,17,c[6]),H=S(H,F,U,I,g,22,c[7]),I=S(I,H,F,U,m,7,c[8]),U=S(U,I,H,F,T,12,c[9]),F=S(F,U,I,H,C,17,c[10]),H=S(H,F,U,I,D,22,c[11]),I=S(I,H,F,U,y,7,c[12]),U=S(U,I,H,F,A,12,c[13]),F=S(F,U,I,H,w,17,c[14]),H=S(H,F,U,I,j,22,c[15]),I=f(I,H,F,U,l,5,c[16]),U=f(U,I,H,F,o,9,c[17]),F=f(F,U,I,H,D,14,c[18]),H=f(H,F,U,I,i,20,c[19]),I=f(I,H,F,U,h,5,c[20]),U=f(U,I,H,F,C,9,c[21]),F=f(F,U,I,H,j,14,c[22]),H=f(H,F,U,I,_,20,c[23]),I=f(I,H,F,U,T,5,c[24]),U=f(U,I,H,F,w,9,c[25]),F=f(F,U,I,H,b,14,c[26]),H=f(H,F,U,I,m,20,c[27]),I=f(I,H,F,U,A,5,c[28]),U=f(U,I,H,F,E,9,c[29]),F=f(F,U,I,H,g,14,c[30]),H=f(H,F,U,I,y,20,c[31]),I=a(I,H,F,U,h,4,c[32]),U=a(U,I,H,F,m,11,c[33]),F=a(F,U,I,H,D,16,c[34]),H=a(H,F,U,I,w,23,c[35]),I=a(I,H,F,U,l,4,c[36]),U=a(U,I,H,F,_,11,c[37]),F=a(F,U,I,H,g,16,c[38]),H=a(H,F,U,I,C,23,c[39]),I=a(I,H,F,U,A,4,c[40]),U=a(U,I,H,F,i,11,c[41]),F=a(F,U,I,H,b,16,c[42]),H=a(H,F,U,I,o,23,c[43]),I=a(I,H,F,U,T,4,c[44]),U=a(U,I,H,F,y,11,c[45]),F=a(F,U,I,H,j,16,c[46]),H=a(H,F,U,I,E,23,c[47]),I=d(I,H,F,U,i,6,c[48]),U=d(U,I,H,F,g,10,c[49]),F=d(F,U,I,H,w,15,c[50]),H=d(H,F,U,I,h,21,c[51]),I=d(I,H,F,U,y,6,c[52]),U=d(U,I,H,F,b,10,c[53]),F=d(F,U,I,H,C,15,c[54]),H=d(H,F,U,I,l,21,c[55]),I=d(I,H,F,U,m,6,c[56]),U=d(U,I,H,F,j,10,c[57]),F=d(F,U,I,H,o,15,c[58]),H=d(H,F,U,I,A,21,c[59]),I=d(I,H,F,U,_,6,c[60]),U=d(U,I,H,F,D,10,c[61]),F=d(F,U,I,H,E,15,c[62]),H=d(H,F,U,I,T,21,c[63]),t[0]=t[0]+I|0,t[1]=t[1]+H|0,t[2]=t[2]+F|0,t[3]=t[3]+U|0},_doFinalize:function(){var p=this._data,e=p.words,r=this._nDataBytes*8,n=p.sigBytes*8;e[n>>>5]|=128<<24-n%32;var s=N.floor(r/4294967296),t=r;e[(n+64>>>9<<4)+15]=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360,e[(n+64>>>9<<4)+14]=(t<<8|t>>>24)&16711935|(t<<24|t>>>8)&4278255360,p.sigBytes=(e.length+1)*4,this._process();for(var i=this._hash,l=i.words,E=0;E<4;E++){var b=l[E];l[E]=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360}return i},clone:function(){var p=x.clone.call(this);return p._hash=this._hash.clone(),p}});function S(p,e,r,n,s,t,i){var l=p+(e&r|~e&n)+s+i;return(l<<t|l>>>32-t)+e}function f(p,e,r,n,s,t,i){var l=p+(e&n|r&~n)+s+i;return(l<<t|l>>>32-t)+e}function a(p,e,r,n,s,t,i){var l=p+(e^r^n)+s+i;return(l<<t|l>>>32-t)+e}function d(p,e,r,n,s,t,i){var l=p+(r^(e|~n))+s+i;return(l<<t|l>>>32-t)+e}J.MD5=x._createHelper(u),J.HmacMD5=x._createHmacHelper(u)}(Math),P.MD5})}(ft)),ft.exports}var ht={exports:{}},ur;function dr(){return ur||(ur=1,function(W,M){(function(P,N){W.exports=N(Se())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.WordArray,R=J.Hasher,x=N.algo,v=[],c=x.SHA1=R.extend({_doReset:function(){this._hash=new L.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(u,S){for(var f=this._hash.words,a=f[0],d=f[1],p=f[2],e=f[3],r=f[4],n=0;n<80;n++){if(n<16)v[n]=u[S+n]|0;else{var s=v[n-3]^v[n-8]^v[n-14]^v[n-16];v[n]=s<<1|s>>>31}var t=(a<<5|a>>>27)+r+v[n];n<20?t+=(d&p|~d&e)+1518500249:n<40?t+=(d^p^e)+1859775393:n<60?t+=(d&p|d&e|p&e)-1894007588:t+=(d^p^e)-899497514,r=e,e=p,p=d<<30|d>>>2,d=a,a=t}f[0]=f[0]+a|0,f[1]=f[1]+d|0,f[2]=f[2]+p|0,f[3]=f[3]+e|0,f[4]=f[4]+r|0},_doFinalize:function(){var u=this._data,S=u.words,f=this._nDataBytes*8,a=u.sigBytes*8;return S[a>>>5]|=128<<24-a%32,S[(a+64>>>9<<4)+14]=Math.floor(f/4294967296),S[(a+64>>>9<<4)+15]=f,u.sigBytes=S.length*4,this._process(),this._hash},clone:function(){var u=R.clone.call(this);return u._hash=this._hash.clone(),u}});N.SHA1=R._createHelper(c),N.HmacSHA1=R._createHmacHelper(c)}(),P.SHA1})}(ht)),ht.exports}var vt={exports:{}},lr;function mt(){return lr||(lr=1,function(W,M){(function(P,N){W.exports=N(Se())})(ye,function(P){return function(N){var J=P,L=J.lib,R=L.WordArray,x=L.Hasher,v=J.algo,c=[],u=[];(function(){function a(r){for(var n=N.sqrt(r),s=2;s<=n;s++)if(!(r%s))return!1;return!0}function d(r){return(r-(r|0))*4294967296|0}for(var p=2,e=0;e<64;)a(p)&&(e<8&&(c[e]=d(N.pow(p,1/2))),u[e]=d(N.pow(p,1/3)),e++),p++})();var S=[],f=v.SHA256=x.extend({_doReset:function(){this._hash=new R.init(c.slice(0))},_doProcessBlock:function(a,d){for(var p=this._hash.words,e=p[0],r=p[1],n=p[2],s=p[3],t=p[4],i=p[5],l=p[6],E=p[7],b=0;b<64;b++){if(b<16)S[b]=a[d+b]|0;else{var _=S[b-15],h=(_<<25|_>>>7)^(_<<14|_>>>18)^_>>>3,o=S[b-2],g=(o<<15|o>>>17)^(o<<13|o>>>19)^o>>>10;S[b]=h+S[b-7]+g+S[b-16]}var m=t&i^~t&l,T=e&r^e&n^r&n,C=(e<<30|e>>>2)^(e<<19|e>>>13)^(e<<10|e>>>22),D=(t<<26|t>>>6)^(t<<21|t>>>11)^(t<<7|t>>>25),y=E+D+m+u[b]+S[b],A=C+T;E=l,l=i,i=t,t=s+y|0,s=n,n=r,r=e,e=y+A|0}p[0]=p[0]+e|0,p[1]=p[1]+r|0,p[2]=p[2]+n|0,p[3]=p[3]+s|0,p[4]=p[4]+t|0,p[5]=p[5]+i|0,p[6]=p[6]+l|0,p[7]=p[7]+E|0},_doFinalize:function(){var a=this._data,d=a.words,p=this._nDataBytes*8,e=a.sigBytes*8;return d[e>>>5]|=128<<24-e%32,d[(e+64>>>9<<4)+14]=N.floor(p/4294967296),d[(e+64>>>9<<4)+15]=p,a.sigBytes=d.length*4,this._process(),this._hash},clone:function(){var a=x.clone.call(this);return a._hash=this._hash.clone(),a}});J.SHA256=x._createHelper(f),J.HmacSHA256=x._createHmacHelper(f)}(Math),P.SHA256})}(vt)),vt.exports}var Et={exports:{}},pr;function hn(){return pr||(pr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),mt())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.WordArray,R=N.algo,x=R.SHA256,v=R.SHA224=x.extend({_doReset:function(){this._hash=new L.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var c=x._doFinalize.call(this);return c.sigBytes-=4,c}});N.SHA224=x._createHelper(v),N.HmacSHA224=x._createHmacHelper(v)}(),P.SHA224})}(Et)),Et.exports}var gt={exports:{}},fr;function hr(){return fr||(fr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),rt())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.Hasher,R=N.x64,x=R.Word,v=R.WordArray,c=N.algo;function u(){return x.create.apply(x,arguments)}var S=[u(1116352408,3609767458),u(1899447441,602891725),u(3049323471,3964484399),u(3921009573,2173295548),u(961987163,4081628472),u(1508970993,3053834265),u(2453635748,2937671579),u(2870763221,3664609560),u(3624381080,2734883394),u(310598401,1164996542),u(607225278,1323610764),u(1426881987,3590304994),u(1925078388,4068182383),u(2162078206,991336113),u(2614888103,633803317),u(3248222580,3479774868),u(3835390401,2666613458),u(4022224774,944711139),u(264347078,2341262773),u(604807628,2007800933),u(770255983,1495990901),u(1249150122,1856431235),u(1555081692,3175218132),u(1996064986,2198950837),u(2554220882,3999719339),u(2821834349,766784016),u(2952996808,2566594879),u(3210313671,3203337956),u(3336571891,1034457026),u(3584528711,2466948901),u(113926993,3758326383),u(338241895,168717936),u(666307205,1188179964),u(773529912,1546045734),u(1294757372,1522805485),u(1396182291,2643833823),u(1695183700,2343527390),u(1986661051,1014477480),u(2177026350,1206759142),u(2456956037,344077627),u(2730485921,1290863460),u(2820302411,3158454273),u(3259730800,3505952657),u(3345764771,106217008),u(3516065817,3606008344),u(3600352804,1432725776),u(4094571909,1467031594),u(275423344,851169720),u(430227734,3100823752),u(506948616,1363258195),u(659060556,3750685593),u(883997877,3785050280),u(958139571,3318307427),u(1322822218,3812723403),u(1537002063,2003034995),u(1747873779,3602036899),u(1955562222,1575990012),u(2024104815,1125592928),u(2227730452,2716904306),u(2361852424,442776044),u(2428436474,593698344),u(2756734187,3733110249),u(3204031479,2999351573),u(3329325298,3815920427),u(3391569614,3928383900),u(3515267271,566280711),u(3940187606,3454069534),u(4118630271,4000239992),u(116418474,1914138554),u(174292421,2731055270),u(289380356,3203993006),u(460393269,320620315),u(685471733,587496836),u(852142971,1086792851),u(1017036298,365543100),u(1126000580,2618297676),u(1288033470,3409855158),u(1501505948,4234509866),u(1607167915,987167468),u(1816402316,1246189591)],f=[];(function(){for(var d=0;d<80;d++)f[d]=u()})();var a=c.SHA512=L.extend({_doReset:function(){this._hash=new v.init([new x.init(1779033703,4089235720),new x.init(3144134277,2227873595),new x.init(1013904242,4271175723),new x.init(2773480762,1595750129),new x.init(1359893119,2917565137),new x.init(2600822924,725511199),new x.init(528734635,4215389547),new x.init(1541459225,327033209)])},_doProcessBlock:function(d,p){for(var e=this._hash.words,r=e[0],n=e[1],s=e[2],t=e[3],i=e[4],l=e[5],E=e[6],b=e[7],_=r.high,h=r.low,o=n.high,g=n.low,m=s.high,T=s.low,C=t.high,D=t.low,y=i.high,A=i.low,w=l.high,j=l.low,I=E.high,H=E.low,F=b.high,U=b.low,B=_,k=h,V=o,G=g,q=m,z=T,$=C,re=D,ee=y,ie=A,se=w,ce=j,ue=I,de=H,pe=F,Ee=U,he=0;he<80;he++){var fe,me,ge=f[he];if(he<16)me=ge.high=d[p+he*2]|0,fe=ge.low=d[p+he*2+1]|0;else{var _e=f[he-15],Re=_e.high,Te=_e.low,Ne=(Re>>>1|Te<<31)^(Re>>>8|Te<<24)^Re>>>7,ke=(Te>>>1|Re<<31)^(Te>>>8|Re<<24)^(Te>>>7|Re<<25),we=f[he-2],Ce=we.high,Ae=we.low,Pe=(Ce>>>19|Ae<<13)^(Ce<<3|Ae>>>29)^Ce>>>6,Oe=(Ae>>>19|Ce<<13)^(Ae<<3|Ce>>>29)^(Ae>>>6|Ce<<26),He=f[he-7],We=He.high,xe=He.low,O=f[he-16],K=O.high,Y=O.low;fe=ke+xe,me=Ne+We+(fe>>>0<ke>>>0?1:0),fe=fe+Oe,me=me+Pe+(fe>>>0<Oe>>>0?1:0),fe=fe+Y,me=me+K+(fe>>>0<Y>>>0?1:0),ge.high=me,ge.low=fe}var X=ee&se^~ee&ue,Z=ie&ce^~ie&de,te=B&V^B&q^V&q,Q=k&G^k&z^G&z,oe=(B>>>28|k<<4)^(B<<30|k>>>2)^(B<<25|k>>>7),ne=(k>>>28|B<<4)^(k<<30|B>>>2)^(k<<25|B>>>7),ae=(ee>>>14|ie<<18)^(ee>>>18|ie<<14)^(ee<<23|ie>>>9),le=(ie>>>14|ee<<18)^(ie>>>18|ee<<14)^(ie<<23|ee>>>9),ve=S[he],be=ve.high,je=ve.low,Le=Ee+le,ze=pe+ae+(Le>>>0<Ee>>>0?1:0),Le=Le+Z,ze=ze+X+(Le>>>0<Z>>>0?1:0),Le=Le+je,ze=ze+be+(Le>>>0<je>>>0?1:0),Le=Le+fe,ze=ze+me+(Le>>>0<fe>>>0?1:0),Xt=ne+Q,Jr=oe+te+(Xt>>>0<ne>>>0?1:0);pe=ue,Ee=de,ue=se,de=ce,se=ee,ce=ie,ie=re+Le|0,ee=$+ze+(ie>>>0<re>>>0?1:0)|0,$=q,re=z,q=V,z=G,V=B,G=k,k=Le+Xt|0,B=ze+Jr+(k>>>0<Le>>>0?1:0)|0}h=r.low=h+k,r.high=_+B+(h>>>0<k>>>0?1:0),g=n.low=g+G,n.high=o+V+(g>>>0<G>>>0?1:0),T=s.low=T+z,s.high=m+q+(T>>>0<z>>>0?1:0),D=t.low=D+re,t.high=C+$+(D>>>0<re>>>0?1:0),A=i.low=A+ie,i.high=y+ee+(A>>>0<ie>>>0?1:0),j=l.low=j+ce,l.high=w+se+(j>>>0<ce>>>0?1:0),H=E.low=H+de,E.high=I+ue+(H>>>0<de>>>0?1:0),U=b.low=U+Ee,b.high=F+pe+(U>>>0<Ee>>>0?1:0)},_doFinalize:function(){var d=this._data,p=d.words,e=this._nDataBytes*8,r=d.sigBytes*8;p[r>>>5]|=128<<24-r%32,p[(r+128>>>10<<5)+30]=Math.floor(e/4294967296),p[(r+128>>>10<<5)+31]=e,d.sigBytes=p.length*4,this._process();var n=this._hash.toX32();return n},clone:function(){var d=L.clone.call(this);return d._hash=this._hash.clone(),d},blockSize:1024/32});N.SHA512=L._createHelper(a),N.HmacSHA512=L._createHmacHelper(a)}(),P.SHA512})}(gt)),gt.exports}var yt={exports:{}},vr;function vn(){return vr||(vr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),rt(),hr())})(ye,function(P){return function(){var N=P,J=N.x64,L=J.Word,R=J.WordArray,x=N.algo,v=x.SHA512,c=x.SHA384=v.extend({_doReset:function(){this._hash=new R.init([new L.init(3418070365,3238371032),new L.init(1654270250,914150663),new L.init(2438529370,812702999),new L.init(355462360,4144912697),new L.init(1731405415,4290775857),new L.init(2394180231,1750603025),new L.init(3675008525,1694076839),new L.init(1203062813,3204075428)])},_doFinalize:function(){var u=v._doFinalize.call(this);return u.sigBytes-=16,u}});N.SHA384=v._createHelper(c),N.HmacSHA384=v._createHmacHelper(c)}(),P.SHA384})}(yt)),yt.exports}var xt={exports:{}},mr;function mn(){return mr||(mr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),rt())})(ye,function(P){return function(N){var J=P,L=J.lib,R=L.WordArray,x=L.Hasher,v=J.x64,c=v.Word,u=J.algo,S=[],f=[],a=[];(function(){for(var e=1,r=0,n=0;n<24;n++){S[e+5*r]=(n+1)*(n+2)/2%64;var s=r%5,t=(2*e+3*r)%5;e=s,r=t}for(var e=0;e<5;e++)for(var r=0;r<5;r++)f[e+5*r]=r+(2*e+3*r)%5*5;for(var i=1,l=0;l<24;l++){for(var E=0,b=0,_=0;_<7;_++){if(i&1){var h=(1<<_)-1;h<32?b^=1<<h:E^=1<<h-32}i&128?i=i<<1^113:i<<=1}a[l]=c.create(E,b)}})();var d=[];(function(){for(var e=0;e<25;e++)d[e]=c.create()})();var p=u.SHA3=x.extend({cfg:x.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],r=0;r<25;r++)e[r]=new c.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,r){for(var n=this._state,s=this.blockSize/2,t=0;t<s;t++){var i=e[r+2*t],l=e[r+2*t+1];i=(i<<8|i>>>24)&16711935|(i<<24|i>>>8)&4278255360,l=(l<<8|l>>>24)&16711935|(l<<24|l>>>8)&4278255360;var E=n[t];E.high^=l,E.low^=i}for(var b=0;b<24;b++){for(var _=0;_<5;_++){for(var h=0,o=0,g=0;g<5;g++){var E=n[_+5*g];h^=E.high,o^=E.low}var m=d[_];m.high=h,m.low=o}for(var _=0;_<5;_++)for(var T=d[(_+4)%5],C=d[(_+1)%5],D=C.high,y=C.low,h=T.high^(D<<1|y>>>31),o=T.low^(y<<1|D>>>31),g=0;g<5;g++){var E=n[_+5*g];E.high^=h,E.low^=o}for(var A=1;A<25;A++){var h,o,E=n[A],w=E.high,j=E.low,I=S[A];I<32?(h=w<<I|j>>>32-I,o=j<<I|w>>>32-I):(h=j<<I-32|w>>>64-I,o=w<<I-32|j>>>64-I);var H=d[f[A]];H.high=h,H.low=o}var F=d[0],U=n[0];F.high=U.high,F.low=U.low;for(var _=0;_<5;_++)for(var g=0;g<5;g++){var A=_+5*g,E=n[A],B=d[A],k=d[(_+1)%5+5*g],V=d[(_+2)%5+5*g];E.high=B.high^~k.high&V.high,E.low=B.low^~k.low&V.low}var E=n[0],G=a[b];E.high^=G.high,E.low^=G.low}},_doFinalize:function(){var e=this._data,r=e.words;this._nDataBytes*8;var n=e.sigBytes*8,s=this.blockSize*32;r[n>>>5]|=1<<24-n%32,r[(N.ceil((n+1)/s)*s>>>5)-1]|=128,e.sigBytes=r.length*4,this._process();for(var t=this._state,i=this.cfg.outputLength/8,l=i/8,E=[],b=0;b<l;b++){var _=t[b],h=_.high,o=_.low;h=(h<<8|h>>>24)&16711935|(h<<24|h>>>8)&4278255360,o=(o<<8|o>>>24)&16711935|(o<<24|o>>>8)&4278255360,E.push(o),E.push(h)}return new R.init(E,i)},clone:function(){for(var e=x.clone.call(this),r=e._state=this._state.slice(0),n=0;n<25;n++)r[n]=r[n].clone();return e}});J.SHA3=x._createHelper(p),J.HmacSHA3=x._createHmacHelper(p)}(Math),P.SHA3})}(xt)),xt.exports}var St={exports:{}},Er;function En(){return Er||(Er=1,function(W,M){(function(P,N){W.exports=N(Se())})(ye,function(P){/** @preserve
|
|
1
|
+
import{o as Jr,k as $r,A as Zr}from"./index-BvRi8Pnp.js";import"eventemitter3";const en=async()=>WebAssembly.validate(new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,123,3,2,1,0,10,10,1,8,0,65,0,253,15,253,98,11]));function $e(Y,L,M,V){return new(M||(M=Promise))(function(Q,j){function T(d){try{m(V.next(d))}catch(f){j(f)}}function _(d){try{m(V.throw(d))}catch(f){j(f)}}function m(d){var f;d.done?Q(d.value):(f=d.value,f instanceof M?f:new M(function(y){y(f)})).then(T,_)}m((V=V.apply(Y,[])).next())})}typeof SuppressedError=="function"&&SuppressedError;var Ye;function Qt(){return $e(this,void 0,void 0,function*(){let Y=!1;try{Y=yield en()}catch{Y=!1}return console.log("isSupportedSIMD",Y),Y})}(function(Y){Y[Y.ERROR=0]="ERROR",Y[Y.WARN=1]="WARN",Y[Y.INFO=2]="INFO",Y[Y.LOG=3]="LOG",Y[Y.DEBUG=4]="DEBUG"})(Ye||(Ye={}));let Be=class Ge{static error(...L){var M;Ge.logLevel>=Ye.ERROR&&((M=console.error)===null||M===void 0||M.call(console,`[${Ge.logTag}] `,...L))}static warn(...L){var M;Ge.logLevel>=Ye.WARN&&((M=console.warn)===null||M===void 0||M.call(console,`[${Ge.logTag}] `,...L))}static info(...L){var M;Ge.logLevel>=Ye.INFO&&((M=console.info)===null||M===void 0||M.call(console,`[${Ge.logTag}] `,...L))}static log(...L){var M;Ge.logLevel>=Ye.LOG&&((M=console.log)===null||M===void 0||M.call(console,`[${Ge.logTag}] `,...L))}static debug(...L){var M;Ge.logLevel>=Ye.DEBUG&&((M=console.debug)===null||M===void 0||M.call(console,`[${Ge.logTag}] `,...L))}};Be.logLevel=Ye.WARN,Be.logTag="aliyun-audio-3a";let tn=class{},Jt=class extends tn{static isSupported(){return function(){if(typeof window=="object"&&window!==null){const L="AudioWorklet"in window,M="WebAssembly"in window;return L&&M}return!1}()}static isSupportedSIMD(){return $e(this,void 0,void 0,function*(){return yield Qt()})}static setLogger(L){Be.logLevel=L}constructor(L){super(),this.channelCount=1,this.sampleRate=48e3,this.collectDumpOutputData=[],this.collectDumpNearInputData=[],this.collectDumpFarInputData=[],this.collectDumpMetaData=[],this.statUpdateTimer=0,this.statUpdateInterval=5e3,this.options=Object.assign({aecOn:!0,ansOn:!0,agcOn:!0,hdOn:!1,ansMode:1,dumpOn:!1,aiaecOn:!1,wasmCdnPath:"https://g.alicdn.com/code/npm/@ali/aliyun-audio-3a/0.0.6/"},L||{})}initWASM(L,M,V){return $e(this,void 0,void 0,function*(){Be.log("initWASM",L,M,V);const Q=T=>$e(this,void 0,void 0,function*(){try{const _=yield fetch(T,{credentials:"same-origin"});return _.ok||this.onLoadError(new Error(`Failed to fetch WASM: ${_.status}:${_.statusText}, url:${T}`)),_.arrayBuffer()}catch(_){return this.onLoadError(new Error("WASM load error")),Be.error("Error fetching WASM:",_),new Uint8Array(0)}}),j=T=>$e(this,void 0,void 0,function*(){return fetch(T).then(_=>_.text())});try{const T=yield Qt(),_=this.options.wasmCdnPath+"audio_module_v2.wasm",m=this.options.wasmCdnPath+"audio_module_v2_simd.wasm",f=yield Q(T?m:_),y=this.options.wasmCdnPath+"audio_module_v2.js",v=this.options.wasmCdnPath+"audio_module_v2_simd.js",s=T?v:y,c=yield j(s);L.port.postMessage(Object.assign({type:"init",channelCount:M,sampleRate:V,wasmBuffer:f,isSupportSIMD:T,audioModuleScript:c,logLevel:Be.logLevel},this.options),[f])}catch(T){Be.error("Error initializing WASM:",T),this.onLoadError(new Error("WASM init error"))}L.port.onmessage=T=>{T.data.type==="init_done"&&this.onLoadSuccess(void 0),T.data.type==="dump_output_data"&&this.onDumpOutputData(T.data.data),T.data.type==="dump_near_data"&&this.onDumpNearInputData(T.data.data),T.data.type==="dump_far_data"&&this.onDumpFarInputData(T.data.data),T.data.type==="dump_meta_data"&&this.onDumpMeatData(T.data.data),T.data.type==="output_log"&&this.onOutputLog(T.data.data),T.data.type==="apm_stat_data"&&this.onStatData(T.data.data)}})}createProcessor(L,M,V,Q,j){return $e(this,void 0,void 0,function*(){this.audioContext=L,this.audioContext.resume(),this.channelCount=V,this.sampleRate=Q;try{const m=new Blob(['!function(){"use strict";function t(t,e,a,n){return new(a||(a=Promise))((function(s,i){function o(t){try{h(n.next(t))}catch(t){i(t)}}function r(t){try{h(n.throw(t))}catch(t){i(t)}}function h(t){var e;t.done?s(t.value):(e=t.value,e instanceof a?e:new a((function(t){t(e)}))).then(o,r)}h((n=n.apply(t,e||[])).next())}))}var e;"function"==typeof SuppressedError&&SuppressedError,function(t){t[t.ERROR=0]="ERROR",t[t.WARN=1]="WARN",t[t.INFO=2]="INFO",t[t.LOG=3]="LOG",t[t.DEBUG=4]="DEBUG"}(e||(e={}));class a{static error(...t){var n;a.logLevel>=e.ERROR&&(null===(n=console.error)||void 0===n||n.call(console,`[${a.logTag}] `,...t))}static warn(...t){var n;a.logLevel>=e.WARN&&(null===(n=console.warn)||void 0===n||n.call(console,`[${a.logTag}] `,...t))}static info(...t){var n;a.logLevel>=e.INFO&&(null===(n=console.info)||void 0===n||n.call(console,`[${a.logTag}] `,...t))}static log(...t){var n;a.logLevel>=e.LOG&&(null===(n=console.log)||void 0===n||n.call(console,`[${a.logTag}] `,...t))}static debug(...t){var n;a.logLevel>=e.DEBUG&&(null===(n=console.debug)||void 0===n||n.call(console,`[${a.logTag}] `,...t))}}a.logLevel=e.WARN,a.logTag="aliyun-audio-3a";const n=Float32Array.BYTES_PER_ELEMENT,s=Uint16Array.BYTES_PER_ELEMENT;class i{constructor(t,e,a,n,s){this._channelData=[],this._name=t,this._isInitialized=!1,this._module=e,this._length=a,this._ringLength=2*a,this._maxChannelCount=s?Math.min(s,32):n,this._channelCount=n,this._allocateHeap(),this._isInitialized=!0,this._readIndex=0,this._writeIndex=0,this._framesAvailable=0,this._channelDataLocal=[];for(let t=0;t<this._channelCount;++t)this._channelDataLocal[t]=new Float32Array(this._ringLength)}_allocateHeap(){const t=this._length*n,e=this._channelCount*t;this._dataPtr=this._module._malloc(e),this._channelData=[];for(let e=0;e<this._channelCount;++e){const a=this._dataPtr+e*t,n=a+t;this._channelData[e]=this._module.HEAPF32.subarray(a>>s,n>>s)}}adaptChannel(t){t<this._maxChannelCount&&(this._channelCount=t)}get length(){return this._isInitialized?this._length:null}get numberOfChannels(){return this._isInitialized?this._channelCount:null}get maxChannelCount(){return this._isInitialized?this._maxChannelCount:null}getChannelData(t){return void 0!==t&&t>=this._channelCount?null:void 0===t?this._channelData:this._channelData[t]}getHeapAddress(){return this._dataPtr}getPointer(){return this._dataPtr}free(){this._isInitialized=!1,null!==this._dataPtr&&this._module._free(this._dataPtr),this._channelData=[]}get framesAvailable(){return this._framesAvailable}push(t){const e=t[0].length;for(let a=0;a<e;++a){for(let e=0;e<this._channelCount;++e)this._channelDataLocal[e][this._writeIndex]=t[e][a];this._writeIndex=(this._writeIndex+1)%this._ringLength}this._framesAvailable+=e,this._framesAvailable>this._ringLength&&(console.warn(this._name,"Too many frames available, overflow"),this._framesAvailable=this._ringLength,this._writeIndex=0)}pull(t){if(0===this._framesAvailable)return void console.warn(this._name,"No frames available");const e=t[0].length;for(let a=0;a<e;++a){for(let e=0;e<this._channelCount;++e)t[e][a]=this._channelDataLocal[e][this._readIndex];this._readIndex=(this._readIndex+1)%this._ringLength}this._framesAvailable-=e,this._framesAvailable<0&&(this._framesAvailable=0,this._readIndex=0)}}class o{constructor(t){this.inited=!1,this.handle=null,this.channelCount=1,this.isEnable=!0,this.dumpAudioData=!1,this.kernelBufferSize=512,this.node=t,this.onDumpOutputDataFunction=null,this.onDumpNearDataFunction=null,this.onDumpFarDataFunction=null,this.onDumpMetaDataFunction=null,this.wasmInvoker=null,this._nearAudioBuffer={},this._outputAudioBuffer={}}destructor(){this.wasmInvoker=null,this.handle=null}init(n){return t(this,void 0,void 0,(function*(){const{wasmBuffer:t,audioModuleScript:s,channelCount:o=1,sampleRate:r=44100,dumpAudioData:h=!1,logLevel:l=e.DEBUG}=n;a.logLevel=l,a.log("AudioAPM init",JSON.stringify(n)),this.channelCount=o,this.dumpAudioData=h;try{const e=new Function(`let module={};let exports={};${s}; return module`)();this.wasmInvoker=yield e.exports({wasmBinary:t})}catch(t){this.node.port.postMessage({type:"error",message:"audioModule init error"}),a.error(t)}this._nearAudioBuffer=new i("inBuffer",this.wasmInvoker,this.kernelBufferSize,2*this.channelCount,32),this._outputAudioBuffer=new i("outBuffer",this.wasmInvoker,this.kernelBufferSize,this.channelCount,32);const u=this.wasmInvoker.addFunction(((t,e)=>{const a=this.wasmInvoker.HEAPU8.subarray(t,t+e),n=String.fromCharCode.apply(null,a);this.node&&this.node.port&&this.node.port.postMessage({type:"output_log",message:"output_log",data:n})}),"vii");if(this.wasmInvoker.__apm_log_callback(u),this.handle=this.wasmInvoker.__apm_create(n.aecOn?1:0,n.ansOn?1:0,n.agcOn?1:0,n.hdOn?1:0,r,o,n.dumpOn?1:0,this.kernelBufferSize),n.aiaecOn){const t=102;this.wasmInvoker.__apm_set_param(this.handle,t,7)}if(n.useHardOnly){const t=108;this.wasmInvoker.__apm_set_param(this.handle,t,1)}this.node.port.postMessage({type:"init_done",message:"init done"}),this.inited=!0}))}getStatData(){if(this.wasmInvoker&&this.isEnable){let t=this.wasmInvoker.__apm_get_stat(this.handle),e=this.wasmInvoker.UTF8ToString(t);this.wasmInvoker._free(t),this.node&&this.node.port&&this.node.port.postMessage({type:"apm_stat_data",message:"apm_stat_data",data:e})}}onOutputLog(t){console.log("[WASM_LOG]",t)}destory(){return t(this,void 0,void 0,(function*(){var t;try{null===(t=this.wasmInvoker)||void 0===t||t.__apm_destory(this.handle),this.inited=!1}catch(t){a.error(t)}finally{this.handle=null}}))}enable(){this.isEnable=!0,a.log("APM enable")}disable(){this.isEnable=!1,a.log("APM disable")}getStat(){if(null==this.wasmInvoker||null==this.handle)return"";let t=this.wasmInvoker.__apm_get_stat(this.handle),e=this.wasmInvoker.UTF8ToString(t);return this.wasmInvoker._free(t),e}startDump(){this.onDumpOutputDataFunction=this.wasmInvoker.addFunction(((t,e)=>{const a=this.wasmInvoker.HEAPU8.subarray(t,t+e),n=new Uint8Array(a);this.node&&this.node.port&&this.node.port.postMessage({type:"dump_output_data",message:"dump_output_data",data:n})}),"vii"),this.onDumpNearDataFunction=this.wasmInvoker.addFunction(((t,e)=>{const a=this.wasmInvoker.HEAPU8.subarray(t,t+e),n=new Uint8Array(a);this.node&&this.node.port&&this.node.port.postMessage({type:"dump_near_data",message:"dump_near_data",data:n})}),"vii"),this.onDumpFarDataFunction=this.wasmInvoker.addFunction(((t,e)=>{const a=this.wasmInvoker.HEAPU8.subarray(t,t+e),n=new Uint8Array(a);this.node&&this.node.port&&this.node.port.postMessage({type:"dump_far_data",message:"dump_far_data",data:n})}),"vii"),this.onDumpMetaDataFunction=this.wasmInvoker.addFunction(((t,e)=>{const a=this.wasmInvoker.HEAPU8.subarray(t,t+e),n=new Uint8Array(a);this.node&&this.node.port&&this.node.port.postMessage({type:"dump_meta_data",message:"dump_meta_data",data:n})}),"vii"),this.wasmInvoker.__apm_dump_start(this.handle,this.onDumpOutputDataFunction,this.onDumpNearDataFunction,this.onDumpFarDataFunction,this.onDumpMetaDataFunction)}stopDump(){this.wasmInvoker.__apm_dump_stop(this.handle),this.wasmInvoker&&(this.wasmInvoker.removeFunction(this.onDumpOutputDataFunction),this.wasmInvoker.removeFunction(this.onDumpNearDataFunction),this.wasmInvoker.removeFunction(this.onDumpFarDataFunction),this.wasmInvoker.removeFunction(this.onDumpMetaDataFunction))}process(t,e,a){if(!this.inited||!this.isEnable){for(let e=0;e<this.channelCount;e++){a[e].set(t[e])}return}const n=this.channelCount;let s=0;if(this.handle&&this.isEnable){const i=t[0].length,o=[];for(let a=0;a<n;a++)e[a]&&e[a].length>0&&(s=1),o.push(t[a]||new Float32Array(i).fill(0)),o.push(e[a]||new Float32Array(i).fill(0));if(this._nearAudioBuffer.push(o),this._nearAudioBuffer.framesAvailable>=this.kernelBufferSize){this._nearAudioBuffer.pull(this._nearAudioBuffer.getChannelData()),this.wasmInvoker.__apm_process_new(this.handle,this._nearAudioBuffer.getHeapAddress(),this._outputAudioBuffer.getHeapAddress(),n,s);const t=this._outputAudioBuffer.getChannelData();this._outputAudioBuffer.push(t)}this._outputAudioBuffer.pull(a)}}}class r extends AudioWorkletProcessor{constructor(){super(),this.apm=new o(this),this.port.onmessage=t=>{const e=t.data||{};switch(a.log("onmessage data",e),e.type){case"init":this.apm.init(e);break;case"destroy":this.apm.destory();break;case"enable":this.apm.enable();break;case"disable":this.apm.disable();break;case"start_dump":this.apm.startDump();break;case"stop_dump":this.apm.stopDump();break;case"get_stat_data":this.apm.getStatData();break;default:a.warn("Unknown message type:",e.type)}}}process(t,e){const a=t[0],n=t.length>1?t[1]:[],s=e[0];return this.apm.process(a,n,s),!0}}registerProcessor("aliyun-web-3a-processor",r)}();\n'],{type:"application/javascript"}),d=URL.createObjectURL(m);yield this.audioContext.audioWorklet.addModule(d)}catch(m){Be.error("Failed to add module to audio worklet:",m)}let T=new AudioWorkletNode(this.audioContext,"aliyun-web-3a-processor",{numberOfInputs:2,outputChannelCount:[V]});this.workletNode=T,M.connect(T),j&&(this.farNode=j,j.connect(T,0,1));const _=this.audioContext.createMediaStreamDestination();T.connect(_),this.targetMediaTrack=_.stream.getAudioTracks()[0],yield this.initWASM(T,V,Q),this.statUpdateTimer=window.setInterval(()=>{this.getStatData()},this.statUpdateInterval)})}addFarNode(L){this.workletNode&&(this.farNode&&this.farNode.disconnect(this.workletNode),L&&(this.farNode=L,L.connect(this.workletNode,0,1)))}getStatData(){var L;try{(L=this.workletNode)===null||L===void 0||L.port.postMessage({type:"get_stat_data"})}catch(M){Be.error("Failed to post message to worklet node:",M)}}destroy(){if(this.statUpdateTimer&&window.clearInterval(this.statUpdateTimer),this.audioContext&&this.workletNode&&this.workletNode.port)try{this.workletNode.port.postMessage({type:"destroy"}),this.workletNode.port.onmessage=null,this.workletNode.disconnect(),Be.log("postMessage destroy")}catch(L){Be.error("Failed to post message to worklet node:",L)}}startDump(){var L;try{(L=this.workletNode)===null||L===void 0||L.port.postMessage({type:"start_dump"})}catch(M){Be.error("Failed to post message to worklet node:",M)}}stopDump(){var L;try{(L=this.workletNode)===null||L===void 0||L.port.postMessage({type:"stop_dump"})}catch(M){Be.error("Failed to post message to worklet node:",M)}setTimeout(()=>{this.onDumpOutputData(null,!0),this.onDumpNearInputData(null,!0),this.onDumpFarInputData(null,!0),this.onDumpMeatData(null,!0)},3e3)}onDumpOutputData(L,M=!1){if(L&&L.length>0&&this.collectDumpOutputData.push(L),M&&this.collectDumpOutputData.length>0||1024*this.collectDumpOutputData.length>=this.getMaxDumpBytes()){let V=new Blob(this.collectDumpOutputData);this.onDumpData(V,"output_"+this.sampleRate+"hz_"+this.channelCount+"ch.pcm"),this.collectDumpOutputData=[]}}onDumpNearInputData(L,M=!1){if(L&&L.length>0&&this.collectDumpNearInputData.push(L),M&&this.collectDumpNearInputData.length>0||1024*this.collectDumpNearInputData.length>=this.getMaxDumpBytes()){let V=new Blob(this.collectDumpNearInputData);this.onDumpData(V,"near_input_"+this.sampleRate+"hz_"+this.channelCount+"ch.pcm"),this.collectDumpNearInputData=[]}}onDumpFarInputData(L,M=!1){if(L&&L.length>0&&this.collectDumpFarInputData.push(L),M&&this.collectDumpFarInputData.length>0||1024*this.collectDumpFarInputData.length>=this.getMaxDumpBytes()){let V=new Blob(this.collectDumpFarInputData);this.onDumpData(V,"far_input_"+this.sampleRate+"hz_"+this.channelCount+"ch.pcm"),this.collectDumpFarInputData=[]}}onDumpMeatData(L,M=!1){if(L&&L.length>0&&this.collectDumpMetaData.push(L),M&&this.collectDumpMetaData.length>0||1024*this.collectDumpMetaData.length>=this.getMaxDumpBytes()){let V=new Blob(this.collectDumpMetaData);this.onDumpData(V,"meta_"+this.sampleRate+"hz_"+this.channelCount+"ch.pcm"),this.collectDumpMetaData=[]}}getMaxDumpBytes(){return 600*Number(this.sampleRate.toFixed(0))*Number(this.channelCount.toFixed(0))*2}enable(){var L;if(!((L=this.workletNode)===null||L===void 0)&&L.port)try{this.workletNode.port.postMessage({type:"enable"}),Be.log("postMessage enable")}catch(M){Be.error("Failed to post message to worklet node:",M)}}disable(){var L;if(!((L=this.workletNode)===null||L===void 0)&&L.port)try{Be.log("postMessage disable"),this.workletNode.port.postMessage({type:"disable"})}catch(M){Be.error("Failed to post message to worklet node:",M)}}on(L,M){L==="loaderror"&&(this.onLoadError=M),L==="loadsuccess"&&(this.onLoadSuccess=M),L==="dumpdata"&&(this.onDumpData=M),L==="outputlog"&&(this.onOutputLog=M),L==="statdata"&&(this.onStatData=M)}onLoadError(L){console.log("onLoadError",L)}onLoadSuccess(L){console.log("onLoadSuccess",L)}onDumpData(L,M){console.log("onDumpData",L,M)}onOutputLog(L){console.log("[WASM]",L)}onStatData(L){console.log("onStatData:",L)}};function rn(Y,L,M){Object.defineProperty(Y,L,{writable:!0,enumerable:!0,configurable:!0,value:M})}function $t(Y,L,M,V){rn(Y,L,M)}Array(32);class nn{constructor(L){this.timer=null,this.time=10,this.count=10,this.arr=[];var M,V;this.time=(M=L.time)!=null?M:10,this.count=(V=L.count)!=null?V:10,L.host.startsWith("http://")||L.host.startsWith("https://")?this.url=L.host+"/logstores/"+L.logstore+"/track":this.url="https://"+L.project+"."+L.host+"/logstores/"+L.logstore+"/track",this.opt=L,L.installUnloadHook&&typeof L.installUnloadHook=="function"&&L.installUnloadHook(()=>{this.sendImmediateInner()})}assemblePayload(L){const M={__logs__:L};return this.opt.tags&&(M.__tags__=this.opt.tags),this.opt.topic&&(M.__topic__=this.opt.topic),this.opt.source&&(M.__source__=this.opt.source),JSON.stringify(M)}platformSend(){if(this.opt.sendPayload&&typeof this.opt.sendPayload=="function"){const L=this.assemblePayload(this.arr);this.opt.sendPayload(this.url,L)}}transString(L){let M={};for(let V in L)typeof L[V]=="object"?M[V]=JSON.stringify(L[V]):M[V]=String(L[V]);return M}sendImmediateInner(){this.arr&&this.arr.length>0&&(this.platformSend(),this.timer!=null&&(clearTimeout(this.timer),this.timer=null),this.arr=[])}sendInner(){if(this.timer)this.arr.length>=this.count&&(clearTimeout(this.timer),this.timer=null,this.sendImmediateInner());else{const L=this;this.arr.length>=this.count||this.time<=0?this.sendImmediateInner():this.timer=setTimeout(function(){L.sendImmediateInner()},this.time*1e3)}}send(L){const M=this.transString(L);this.arr.push(M),this.sendInner()}sendImmediate(L){const M=this.transString(L);this.arr.push(M),this.sendImmediateInner()}sendBatchLogs(L){const M=L.map(V=>this.transString(V));this.arr.push(...M),this.sendInner()}sendBatchLogsImmediate(L){const M=L.map(V=>this.transString(V));this.arr.push(...M),this.sendImmediateInner()}overwriteTransString(L){this.transString=L.transString}getOpt(){return this.opt}}var on=(Y,L,M)=>new Promise((V,Q)=>{var j=m=>{try{_(M.next(m))}catch(d){Q(d)}},T=m=>{try{_(M.throw(m))}catch(d){Q(d)}},_=m=>m.done?V(m.value):Promise.resolve(m.value).then(j,T);_((M=M.apply(Y,L)).next())});function an(Y,L){return navigator&&navigator.sendBeacon?navigator.sendBeacon(`${Y}?APIVersion=0.6.0`,L):!1}function Zt(Y,L){const M=new window.XMLHttpRequest;M.open("POST",`${Y}?APIVersion=0.6.0`,!0),M.send(L)}function sn(Y,L){try{if(L.length>=32768){Zt(Y,L);return}an(Y,L)||Zt(Y,L)}catch(M){window&&window.console&&typeof window.console.error=="function"&&(console.error(`Failed to log to ali log service because of this exception:
|
|
2
|
+
`+M),console.error("Failed log data:",Y))}}function cn(Y,L,M){return on(this,null,function*(){try{Y=Y.slice(0,-6);const{data:V,header:Q}=yield M.process(Y,L),j=new window.XMLHttpRequest;j.open("POST",Y,!0);for(let T in Q)j.setRequestHeader(T,Q[T]);j.send(V)}catch(V){window&&window.console&&typeof window.console.error=="function"&&(console.error(`Failed to log to ali log service because of this exception:
|
|
3
|
+
`+V),console.error("Failed log data:",Y))}})}class er extends nn{constructor(L){const M=Object.assign({},L,{installUnloadHook:V=>{window.addEventListener("beforeunload",()=>{V()})},sendPayload:(V,Q)=>{sn(V,Q)}});super(M)}useStsPlugin(L){this.getOpt().sendPayload=(M,V)=>{cn(M,V,L)},this.overwriteTransString(L)}}$t(window,"SLS_Tracker",er);var ye=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function un(Y){return Y&&Y.__esModule&&Object.prototype.hasOwnProperty.call(Y,"default")?Y.default:Y}var tr={exports:{}};function dn(Y){throw new Error('Could not dynamically require "'+Y+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var st={exports:{}},rr;function _e(){return rr||(rr=1,function(Y,L){(function(M,V){Y.exports=V()})(ye,function(){var M=M||function(V,Q){var j;if(typeof window<"u"&&window.crypto&&(j=window.crypto),typeof self<"u"&&self.crypto&&(j=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(j=globalThis.crypto),!j&&typeof window<"u"&&window.msCrypto&&(j=window.msCrypto),!j&&typeof ye<"u"&&ye.crypto&&(j=ye.crypto),!j&&typeof dn=="function")try{j=require("crypto")}catch{}var T=function(){if(j){if(typeof j.getRandomValues=="function")try{return j.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof j.randomBytes=="function")try{return j.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},_=Object.create||function(){function i(){}return function(o){var t;return i.prototype=o,t=new i,i.prototype=null,t}}(),m={},d=m.lib={},f=d.Base=function(){return{extend:function(i){var o=_(this);return i&&o.mixIn(i),(!o.hasOwnProperty("init")||this.init===o.init)&&(o.init=function(){o.$super.init.apply(this,arguments)}),o.init.prototype=o,o.$super=this,o},create:function(){var i=this.extend();return i.init.apply(i,arguments),i},init:function(){},mixIn:function(i){for(var o in i)i.hasOwnProperty(o)&&(this[o]=i[o]);i.hasOwnProperty("toString")&&(this.toString=i.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),y=d.WordArray=f.extend({init:function(i,o){i=this.words=i||[],o!=Q?this.sigBytes=o:this.sigBytes=i.length*4},toString:function(i){return(i||s).stringify(this)},concat:function(i){var o=this.words,t=i.words,n=this.sigBytes,u=i.sigBytes;if(this.clamp(),n%4)for(var h=0;h<u;h++){var S=t[h>>>2]>>>24-h%4*8&255;o[n+h>>>2]|=S<<24-(n+h)%4*8}else for(var x=0;x<u;x+=4)o[n+x>>>2]=t[x>>>2];return this.sigBytes+=u,this},clamp:function(){var i=this.words,o=this.sigBytes;i[o>>>2]&=4294967295<<32-o%4*8,i.length=V.ceil(o/4)},clone:function(){var i=f.clone.call(this);return i.words=this.words.slice(0),i},random:function(i){for(var o=[],t=0;t<i;t+=4)o.push(T());return new y.init(o,i)}}),v=m.enc={},s=v.Hex={stringify:function(i){for(var o=i.words,t=i.sigBytes,n=[],u=0;u<t;u++){var h=o[u>>>2]>>>24-u%4*8&255;n.push((h>>>4).toString(16)),n.push((h&15).toString(16))}return n.join("")},parse:function(i){for(var o=i.length,t=[],n=0;n<o;n+=2)t[n>>>3]|=parseInt(i.substr(n,2),16)<<24-n%8*4;return new y.init(t,o/2)}},c=v.Latin1={stringify:function(i){for(var o=i.words,t=i.sigBytes,n=[],u=0;u<t;u++){var h=o[u>>>2]>>>24-u%4*8&255;n.push(String.fromCharCode(h))}return n.join("")},parse:function(i){for(var o=i.length,t=[],n=0;n<o;n++)t[n>>>2]|=(i.charCodeAt(n)&255)<<24-n%4*8;return new y.init(t,o)}},a=v.Utf8={stringify:function(i){try{return decodeURIComponent(escape(c.stringify(i)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(i){return c.parse(unescape(encodeURIComponent(i)))}},e=d.BufferedBlockAlgorithm=f.extend({reset:function(){this._data=new y.init,this._nDataBytes=0},_append:function(i){typeof i=="string"&&(i=a.parse(i)),this._data.concat(i),this._nDataBytes+=i.sigBytes},_process:function(i){var o,t=this._data,n=t.words,u=t.sigBytes,h=this.blockSize,S=h*4,x=u/S;i?x=V.ceil(x):x=V.max((x|0)-this._minBufferSize,0);var E=x*h,p=V.min(E*4,u);if(E){for(var b=0;b<E;b+=h)this._doProcessBlock(n,b);o=n.splice(0,E),t.sigBytes-=p}return new y.init(o,p)},clone:function(){var i=f.clone.call(this);return i._data=this._data.clone(),i},_minBufferSize:0});d.Hasher=e.extend({cfg:f.extend(),init:function(i){this.cfg=this.cfg.extend(i),this.reset()},reset:function(){e.reset.call(this),this._doReset()},update:function(i){return this._append(i),this._process(),this},finalize:function(i){i&&this._append(i);var o=this._doFinalize();return o},blockSize:16,_createHelper:function(i){return function(o,t){return new i.init(t).finalize(o)}},_createHmacHelper:function(i){return function(o,t){return new r.HMAC.init(i,t).finalize(o)}}});var r=m.algo={};return m}(Math);return M})}(st)),st.exports}var ct={exports:{}},nr;function rt(){return nr||(nr=1,function(Y,L){(function(M,V){Y.exports=V(_e())})(ye,function(M){return function(V){var Q=M,j=Q.lib,T=j.Base,_=j.WordArray,m=Q.x64={};m.Word=T.extend({init:function(d,f){this.high=d,this.low=f}}),m.WordArray=T.extend({init:function(d,f){d=this.words=d||[],f!=V?this.sigBytes=f:this.sigBytes=d.length*8},toX32:function(){for(var d=this.words,f=d.length,y=[],v=0;v<f;v++){var s=d[v];y.push(s.high),y.push(s.low)}return _.create(y,this.sigBytes)},clone:function(){for(var d=T.clone.call(this),f=d.words=this.words.slice(0),y=f.length,v=0;v<y;v++)f[v]=f[v].clone();return d}})}(),M})}(ct)),ct.exports}var ut={exports:{}},ir;function ln(){return ir||(ir=1,function(Y,L){(function(M,V){Y.exports=V(_e())})(ye,function(M){return function(){if(typeof ArrayBuffer=="function"){var V=M,Q=V.lib,j=Q.WordArray,T=j.init,_=j.init=function(m){if(m instanceof ArrayBuffer&&(m=new Uint8Array(m)),(m instanceof Int8Array||typeof Uint8ClampedArray<"u"&&m instanceof Uint8ClampedArray||m instanceof Int16Array||m instanceof Uint16Array||m instanceof Int32Array||m instanceof Uint32Array||m instanceof Float32Array||m instanceof Float64Array)&&(m=new Uint8Array(m.buffer,m.byteOffset,m.byteLength)),m instanceof Uint8Array){for(var d=m.byteLength,f=[],y=0;y<d;y++)f[y>>>2]|=m[y]<<24-y%4*8;T.call(this,f,d)}else T.apply(this,arguments)};_.prototype=j}}(),M.lib.WordArray})}(ut)),ut.exports}var dt={exports:{}},or;function pn(){return or||(or=1,function(Y,L){(function(M,V){Y.exports=V(_e())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.WordArray,T=V.enc;T.Utf16=T.Utf16BE={stringify:function(m){for(var d=m.words,f=m.sigBytes,y=[],v=0;v<f;v+=2){var s=d[v>>>2]>>>16-v%4*8&65535;y.push(String.fromCharCode(s))}return y.join("")},parse:function(m){for(var d=m.length,f=[],y=0;y<d;y++)f[y>>>1]|=m.charCodeAt(y)<<16-y%2*16;return j.create(f,d*2)}},T.Utf16LE={stringify:function(m){for(var d=m.words,f=m.sigBytes,y=[],v=0;v<f;v+=2){var s=_(d[v>>>2]>>>16-v%4*8&65535);y.push(String.fromCharCode(s))}return y.join("")},parse:function(m){for(var d=m.length,f=[],y=0;y<d;y++)f[y>>>1]|=_(m.charCodeAt(y)<<16-y%2*16);return j.create(f,d*2)}};function _(m){return m<<8&4278255360|m>>>8&16711935}}(),M.enc.Utf16})}(dt)),dt.exports}var lt={exports:{}},ar;function Qe(){return ar||(ar=1,function(Y,L){(function(M,V){Y.exports=V(_e())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.WordArray,T=V.enc;T.Base64={stringify:function(m){var d=m.words,f=m.sigBytes,y=this._map;m.clamp();for(var v=[],s=0;s<f;s+=3)for(var c=d[s>>>2]>>>24-s%4*8&255,a=d[s+1>>>2]>>>24-(s+1)%4*8&255,e=d[s+2>>>2]>>>24-(s+2)%4*8&255,r=c<<16|a<<8|e,i=0;i<4&&s+i*.75<f;i++)v.push(y.charAt(r>>>6*(3-i)&63));var o=y.charAt(64);if(o)for(;v.length%4;)v.push(o);return v.join("")},parse:function(m){var d=m.length,f=this._map,y=this._reverseMap;if(!y){y=this._reverseMap=[];for(var v=0;v<f.length;v++)y[f.charCodeAt(v)]=v}var s=f.charAt(64);if(s){var c=m.indexOf(s);c!==-1&&(d=c)}return _(m,d,y)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function _(m,d,f){for(var y=[],v=0,s=0;s<d;s++)if(s%4){var c=f[m.charCodeAt(s-1)]<<s%4*2,a=f[m.charCodeAt(s)]>>>6-s%4*2,e=c|a;y[v>>>2]|=e<<24-v%4*8,v++}return j.create(y,v)}}(),M.enc.Base64})}(lt)),lt.exports}var pt={exports:{}},sr;function fn(){return sr||(sr=1,function(Y,L){(function(M,V){Y.exports=V(_e())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.WordArray,T=V.enc;T.Base64url={stringify:function(m,d){d===void 0&&(d=!0);var f=m.words,y=m.sigBytes,v=d?this._safe_map:this._map;m.clamp();for(var s=[],c=0;c<y;c+=3)for(var a=f[c>>>2]>>>24-c%4*8&255,e=f[c+1>>>2]>>>24-(c+1)%4*8&255,r=f[c+2>>>2]>>>24-(c+2)%4*8&255,i=a<<16|e<<8|r,o=0;o<4&&c+o*.75<y;o++)s.push(v.charAt(i>>>6*(3-o)&63));var t=v.charAt(64);if(t)for(;s.length%4;)s.push(t);return s.join("")},parse:function(m,d){d===void 0&&(d=!0);var f=m.length,y=d?this._safe_map:this._map,v=this._reverseMap;if(!v){v=this._reverseMap=[];for(var s=0;s<y.length;s++)v[y.charCodeAt(s)]=s}var c=y.charAt(64);if(c){var a=m.indexOf(c);a!==-1&&(f=a)}return _(m,f,v)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",_safe_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"};function _(m,d,f){for(var y=[],v=0,s=0;s<d;s++)if(s%4){var c=f[m.charCodeAt(s-1)]<<s%4*2,a=f[m.charCodeAt(s)]>>>6-s%4*2,e=c|a;y[v>>>2]|=e<<24-v%4*8,v++}return j.create(y,v)}}(),M.enc.Base64url})}(pt)),pt.exports}var ft={exports:{}},cr;function Je(){return cr||(cr=1,function(Y,L){(function(M,V){Y.exports=V(_e())})(ye,function(M){return function(V){var Q=M,j=Q.lib,T=j.WordArray,_=j.Hasher,m=Q.algo,d=[];(function(){for(var a=0;a<64;a++)d[a]=V.abs(V.sin(a+1))*4294967296|0})();var f=m.MD5=_.extend({_doReset:function(){this._hash=new T.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(a,e){for(var r=0;r<16;r++){var i=e+r,o=a[i];a[i]=(o<<8|o>>>24)&16711935|(o<<24|o>>>8)&4278255360}var t=this._hash.words,n=a[e+0],u=a[e+1],h=a[e+2],S=a[e+3],x=a[e+4],E=a[e+5],p=a[e+6],b=a[e+7],l=a[e+8],A=a[e+9],R=a[e+10],C=a[e+11],g=a[e+12],D=a[e+13],O=a[e+14],U=a[e+15],k=t[0],w=t[1],N=t[2],H=t[3];k=y(k,w,N,H,n,7,d[0]),H=y(H,k,w,N,u,12,d[1]),N=y(N,H,k,w,h,17,d[2]),w=y(w,N,H,k,S,22,d[3]),k=y(k,w,N,H,x,7,d[4]),H=y(H,k,w,N,E,12,d[5]),N=y(N,H,k,w,p,17,d[6]),w=y(w,N,H,k,b,22,d[7]),k=y(k,w,N,H,l,7,d[8]),H=y(H,k,w,N,A,12,d[9]),N=y(N,H,k,w,R,17,d[10]),w=y(w,N,H,k,C,22,d[11]),k=y(k,w,N,H,g,7,d[12]),H=y(H,k,w,N,D,12,d[13]),N=y(N,H,k,w,O,17,d[14]),w=y(w,N,H,k,U,22,d[15]),k=v(k,w,N,H,u,5,d[16]),H=v(H,k,w,N,p,9,d[17]),N=v(N,H,k,w,C,14,d[18]),w=v(w,N,H,k,n,20,d[19]),k=v(k,w,N,H,E,5,d[20]),H=v(H,k,w,N,R,9,d[21]),N=v(N,H,k,w,U,14,d[22]),w=v(w,N,H,k,x,20,d[23]),k=v(k,w,N,H,A,5,d[24]),H=v(H,k,w,N,O,9,d[25]),N=v(N,H,k,w,S,14,d[26]),w=v(w,N,H,k,l,20,d[27]),k=v(k,w,N,H,D,5,d[28]),H=v(H,k,w,N,h,9,d[29]),N=v(N,H,k,w,b,14,d[30]),w=v(w,N,H,k,g,20,d[31]),k=s(k,w,N,H,E,4,d[32]),H=s(H,k,w,N,l,11,d[33]),N=s(N,H,k,w,C,16,d[34]),w=s(w,N,H,k,O,23,d[35]),k=s(k,w,N,H,u,4,d[36]),H=s(H,k,w,N,x,11,d[37]),N=s(N,H,k,w,b,16,d[38]),w=s(w,N,H,k,R,23,d[39]),k=s(k,w,N,H,D,4,d[40]),H=s(H,k,w,N,n,11,d[41]),N=s(N,H,k,w,S,16,d[42]),w=s(w,N,H,k,p,23,d[43]),k=s(k,w,N,H,A,4,d[44]),H=s(H,k,w,N,g,11,d[45]),N=s(N,H,k,w,U,16,d[46]),w=s(w,N,H,k,h,23,d[47]),k=c(k,w,N,H,n,6,d[48]),H=c(H,k,w,N,b,10,d[49]),N=c(N,H,k,w,O,15,d[50]),w=c(w,N,H,k,E,21,d[51]),k=c(k,w,N,H,g,6,d[52]),H=c(H,k,w,N,S,10,d[53]),N=c(N,H,k,w,R,15,d[54]),w=c(w,N,H,k,u,21,d[55]),k=c(k,w,N,H,l,6,d[56]),H=c(H,k,w,N,U,10,d[57]),N=c(N,H,k,w,p,15,d[58]),w=c(w,N,H,k,D,21,d[59]),k=c(k,w,N,H,x,6,d[60]),H=c(H,k,w,N,C,10,d[61]),N=c(N,H,k,w,h,15,d[62]),w=c(w,N,H,k,A,21,d[63]),t[0]=t[0]+k|0,t[1]=t[1]+w|0,t[2]=t[2]+N|0,t[3]=t[3]+H|0},_doFinalize:function(){var a=this._data,e=a.words,r=this._nDataBytes*8,i=a.sigBytes*8;e[i>>>5]|=128<<24-i%32;var o=V.floor(r/4294967296),t=r;e[(i+64>>>9<<4)+15]=(o<<8|o>>>24)&16711935|(o<<24|o>>>8)&4278255360,e[(i+64>>>9<<4)+14]=(t<<8|t>>>24)&16711935|(t<<24|t>>>8)&4278255360,a.sigBytes=(e.length+1)*4,this._process();for(var n=this._hash,u=n.words,h=0;h<4;h++){var S=u[h];u[h]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360}return n},clone:function(){var a=_.clone.call(this);return a._hash=this._hash.clone(),a}});function y(a,e,r,i,o,t,n){var u=a+(e&r|~e&i)+o+n;return(u<<t|u>>>32-t)+e}function v(a,e,r,i,o,t,n){var u=a+(e&i|r&~i)+o+n;return(u<<t|u>>>32-t)+e}function s(a,e,r,i,o,t,n){var u=a+(e^r^i)+o+n;return(u<<t|u>>>32-t)+e}function c(a,e,r,i,o,t,n){var u=a+(r^(e|~i))+o+n;return(u<<t|u>>>32-t)+e}Q.MD5=_._createHelper(f),Q.HmacMD5=_._createHmacHelper(f)}(Math),M.MD5})}(ft)),ft.exports}var ht={exports:{}},ur;function dr(){return ur||(ur=1,function(Y,L){(function(M,V){Y.exports=V(_e())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.WordArray,T=Q.Hasher,_=V.algo,m=[],d=_.SHA1=T.extend({_doReset:function(){this._hash=new j.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(f,y){for(var v=this._hash.words,s=v[0],c=v[1],a=v[2],e=v[3],r=v[4],i=0;i<80;i++){if(i<16)m[i]=f[y+i]|0;else{var o=m[i-3]^m[i-8]^m[i-14]^m[i-16];m[i]=o<<1|o>>>31}var t=(s<<5|s>>>27)+r+m[i];i<20?t+=(c&a|~c&e)+1518500249:i<40?t+=(c^a^e)+1859775393:i<60?t+=(c&a|c&e|a&e)-1894007588:t+=(c^a^e)-899497514,r=e,e=a,a=c<<30|c>>>2,c=s,s=t}v[0]=v[0]+s|0,v[1]=v[1]+c|0,v[2]=v[2]+a|0,v[3]=v[3]+e|0,v[4]=v[4]+r|0},_doFinalize:function(){var f=this._data,y=f.words,v=this._nDataBytes*8,s=f.sigBytes*8;return y[s>>>5]|=128<<24-s%32,y[(s+64>>>9<<4)+14]=Math.floor(v/4294967296),y[(s+64>>>9<<4)+15]=v,f.sigBytes=y.length*4,this._process(),this._hash},clone:function(){var f=T.clone.call(this);return f._hash=this._hash.clone(),f}});V.SHA1=T._createHelper(d),V.HmacSHA1=T._createHmacHelper(d)}(),M.SHA1})}(ht)),ht.exports}var vt={exports:{}},lr;function mt(){return lr||(lr=1,function(Y,L){(function(M,V){Y.exports=V(_e())})(ye,function(M){return function(V){var Q=M,j=Q.lib,T=j.WordArray,_=j.Hasher,m=Q.algo,d=[],f=[];(function(){function s(r){for(var i=V.sqrt(r),o=2;o<=i;o++)if(!(r%o))return!1;return!0}function c(r){return(r-(r|0))*4294967296|0}for(var a=2,e=0;e<64;)s(a)&&(e<8&&(d[e]=c(V.pow(a,1/2))),f[e]=c(V.pow(a,1/3)),e++),a++})();var y=[],v=m.SHA256=_.extend({_doReset:function(){this._hash=new T.init(d.slice(0))},_doProcessBlock:function(s,c){for(var a=this._hash.words,e=a[0],r=a[1],i=a[2],o=a[3],t=a[4],n=a[5],u=a[6],h=a[7],S=0;S<64;S++){if(S<16)y[S]=s[c+S]|0;else{var x=y[S-15],E=(x<<25|x>>>7)^(x<<14|x>>>18)^x>>>3,p=y[S-2],b=(p<<15|p>>>17)^(p<<13|p>>>19)^p>>>10;y[S]=E+y[S-7]+b+y[S-16]}var l=t&n^~t&u,A=e&r^e&i^r&i,R=(e<<30|e>>>2)^(e<<19|e>>>13)^(e<<10|e>>>22),C=(t<<26|t>>>6)^(t<<21|t>>>11)^(t<<7|t>>>25),g=h+C+l+f[S]+y[S],D=R+A;h=u,u=n,n=t,t=o+g|0,o=i,i=r,r=e,e=g+D|0}a[0]=a[0]+e|0,a[1]=a[1]+r|0,a[2]=a[2]+i|0,a[3]=a[3]+o|0,a[4]=a[4]+t|0,a[5]=a[5]+n|0,a[6]=a[6]+u|0,a[7]=a[7]+h|0},_doFinalize:function(){var s=this._data,c=s.words,a=this._nDataBytes*8,e=s.sigBytes*8;return c[e>>>5]|=128<<24-e%32,c[(e+64>>>9<<4)+14]=V.floor(a/4294967296),c[(e+64>>>9<<4)+15]=a,s.sigBytes=c.length*4,this._process(),this._hash},clone:function(){var s=_.clone.call(this);return s._hash=this._hash.clone(),s}});Q.SHA256=_._createHelper(v),Q.HmacSHA256=_._createHmacHelper(v)}(Math),M.SHA256})}(vt)),vt.exports}var Et={exports:{}},pr;function hn(){return pr||(pr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),mt())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.WordArray,T=V.algo,_=T.SHA256,m=T.SHA224=_.extend({_doReset:function(){this._hash=new j.init([3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428])},_doFinalize:function(){var d=_._doFinalize.call(this);return d.sigBytes-=4,d}});V.SHA224=_._createHelper(m),V.HmacSHA224=_._createHmacHelper(m)}(),M.SHA224})}(Et)),Et.exports}var gt={exports:{}},fr;function hr(){return fr||(fr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),rt())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.Hasher,T=V.x64,_=T.Word,m=T.WordArray,d=V.algo;function f(){return _.create.apply(_,arguments)}var y=[f(1116352408,3609767458),f(1899447441,602891725),f(3049323471,3964484399),f(3921009573,2173295548),f(961987163,4081628472),f(1508970993,3053834265),f(2453635748,2937671579),f(2870763221,3664609560),f(3624381080,2734883394),f(310598401,1164996542),f(607225278,1323610764),f(1426881987,3590304994),f(1925078388,4068182383),f(2162078206,991336113),f(2614888103,633803317),f(3248222580,3479774868),f(3835390401,2666613458),f(4022224774,944711139),f(264347078,2341262773),f(604807628,2007800933),f(770255983,1495990901),f(1249150122,1856431235),f(1555081692,3175218132),f(1996064986,2198950837),f(2554220882,3999719339),f(2821834349,766784016),f(2952996808,2566594879),f(3210313671,3203337956),f(3336571891,1034457026),f(3584528711,2466948901),f(113926993,3758326383),f(338241895,168717936),f(666307205,1188179964),f(773529912,1546045734),f(1294757372,1522805485),f(1396182291,2643833823),f(1695183700,2343527390),f(1986661051,1014477480),f(2177026350,1206759142),f(2456956037,344077627),f(2730485921,1290863460),f(2820302411,3158454273),f(3259730800,3505952657),f(3345764771,106217008),f(3516065817,3606008344),f(3600352804,1432725776),f(4094571909,1467031594),f(275423344,851169720),f(430227734,3100823752),f(506948616,1363258195),f(659060556,3750685593),f(883997877,3785050280),f(958139571,3318307427),f(1322822218,3812723403),f(1537002063,2003034995),f(1747873779,3602036899),f(1955562222,1575990012),f(2024104815,1125592928),f(2227730452,2716904306),f(2361852424,442776044),f(2428436474,593698344),f(2756734187,3733110249),f(3204031479,2999351573),f(3329325298,3815920427),f(3391569614,3928383900),f(3515267271,566280711),f(3940187606,3454069534),f(4118630271,4000239992),f(116418474,1914138554),f(174292421,2731055270),f(289380356,3203993006),f(460393269,320620315),f(685471733,587496836),f(852142971,1086792851),f(1017036298,365543100),f(1126000580,2618297676),f(1288033470,3409855158),f(1501505948,4234509866),f(1607167915,987167468),f(1816402316,1246189591)],v=[];(function(){for(var c=0;c<80;c++)v[c]=f()})();var s=d.SHA512=j.extend({_doReset:function(){this._hash=new m.init([new _.init(1779033703,4089235720),new _.init(3144134277,2227873595),new _.init(1013904242,4271175723),new _.init(2773480762,1595750129),new _.init(1359893119,2917565137),new _.init(2600822924,725511199),new _.init(528734635,4215389547),new _.init(1541459225,327033209)])},_doProcessBlock:function(c,a){for(var e=this._hash.words,r=e[0],i=e[1],o=e[2],t=e[3],n=e[4],u=e[5],h=e[6],S=e[7],x=r.high,E=r.low,p=i.high,b=i.low,l=o.high,A=o.low,R=t.high,C=t.low,g=n.high,D=n.low,O=u.high,U=u.low,k=h.high,w=h.low,N=S.high,H=S.low,F=x,P=E,B=p,W=b,z=l,G=A,J=R,re=C,te=g,ie=D,ce=O,se=U,ue=k,pe=w,de=N,ve=H,Ee=0;Ee<80;Ee++){var fe,me,ge=v[Ee];if(Ee<16)me=ge.high=c[a+Ee*2]|0,fe=ge.low=c[a+Ee*2+1]|0;else{var be=v[Ee-15],Re=be.high,Te=be.low,Ie=(Re>>>1|Te<<31)^(Re>>>8|Te<<24)^Re>>>7,xe=(Te>>>1|Re<<31)^(Te>>>8|Re<<24)^(Te>>>7|Re<<25),De=v[Ee-2],Ce=De.high,Oe=De.low,Me=(Ce>>>19|Oe<<13)^(Ce<<3|Oe>>>29)^Ce>>>6,Pe=(Oe>>>19|Ce<<13)^(Oe<<3|Ce>>>29)^(Oe>>>6|Ce<<26),ke=v[Ee-7],Ue=ke.high,Ae=ke.low,I=v[Ee-16],K=I.high,q=I.low;fe=xe+Ae,me=Ie+Ue+(fe>>>0<xe>>>0?1:0),fe=fe+Pe,me=me+Me+(fe>>>0<Pe>>>0?1:0),fe=fe+q,me=me+K+(fe>>>0<q>>>0?1:0),ge.high=me,ge.low=fe}var X=te&ce^~te&ue,Z=ie&se^~ie&pe,ee=F&B^F&z^B&z,$=P&W^P&G^W&G,oe=(F>>>28|P<<4)^(F<<30|P>>>2)^(F<<25|P>>>7),ne=(P>>>28|F<<4)^(P<<30|F>>>2)^(P<<25|F>>>7),ae=(te>>>14|ie<<18)^(te>>>18|ie<<14)^(te<<23|ie>>>9),le=(ie>>>14|te<<18)^(ie>>>18|te<<14)^(ie<<23|te>>>9),he=y[Ee],Se=he.high,We=he.low,Fe=ve+le,ze=de+ae+(Fe>>>0<ve>>>0?1:0),Fe=Fe+Z,ze=ze+X+(Fe>>>0<Z>>>0?1:0),Fe=Fe+We,ze=ze+Se+(Fe>>>0<We>>>0?1:0),Fe=Fe+fe,ze=ze+me+(Fe>>>0<fe>>>0?1:0),Xt=ne+$,Qr=oe+ee+(Xt>>>0<ne>>>0?1:0);de=ue,ve=pe,ue=ce,pe=se,ce=te,se=ie,ie=re+Fe|0,te=J+ze+(ie>>>0<re>>>0?1:0)|0,J=z,re=G,z=B,G=W,B=F,W=P,P=Fe+Xt|0,F=ze+Qr+(P>>>0<Fe>>>0?1:0)|0}E=r.low=E+P,r.high=x+F+(E>>>0<P>>>0?1:0),b=i.low=b+W,i.high=p+B+(b>>>0<W>>>0?1:0),A=o.low=A+G,o.high=l+z+(A>>>0<G>>>0?1:0),C=t.low=C+re,t.high=R+J+(C>>>0<re>>>0?1:0),D=n.low=D+ie,n.high=g+te+(D>>>0<ie>>>0?1:0),U=u.low=U+se,u.high=O+ce+(U>>>0<se>>>0?1:0),w=h.low=w+pe,h.high=k+ue+(w>>>0<pe>>>0?1:0),H=S.low=H+ve,S.high=N+de+(H>>>0<ve>>>0?1:0)},_doFinalize:function(){var c=this._data,a=c.words,e=this._nDataBytes*8,r=c.sigBytes*8;a[r>>>5]|=128<<24-r%32,a[(r+128>>>10<<5)+30]=Math.floor(e/4294967296),a[(r+128>>>10<<5)+31]=e,c.sigBytes=a.length*4,this._process();var i=this._hash.toX32();return i},clone:function(){var c=j.clone.call(this);return c._hash=this._hash.clone(),c},blockSize:1024/32});V.SHA512=j._createHelper(s),V.HmacSHA512=j._createHmacHelper(s)}(),M.SHA512})}(gt)),gt.exports}var yt={exports:{}},vr;function vn(){return vr||(vr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),rt(),hr())})(ye,function(M){return function(){var V=M,Q=V.x64,j=Q.Word,T=Q.WordArray,_=V.algo,m=_.SHA512,d=_.SHA384=m.extend({_doReset:function(){this._hash=new T.init([new j.init(3418070365,3238371032),new j.init(1654270250,914150663),new j.init(2438529370,812702999),new j.init(355462360,4144912697),new j.init(1731405415,4290775857),new j.init(2394180231,1750603025),new j.init(3675008525,1694076839),new j.init(1203062813,3204075428)])},_doFinalize:function(){var f=m._doFinalize.call(this);return f.sigBytes-=16,f}});V.SHA384=m._createHelper(d),V.HmacSHA384=m._createHmacHelper(d)}(),M.SHA384})}(yt)),yt.exports}var _t={exports:{}},mr;function mn(){return mr||(mr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),rt())})(ye,function(M){return function(V){var Q=M,j=Q.lib,T=j.WordArray,_=j.Hasher,m=Q.x64,d=m.Word,f=Q.algo,y=[],v=[],s=[];(function(){for(var e=1,r=0,i=0;i<24;i++){y[e+5*r]=(i+1)*(i+2)/2%64;var o=r%5,t=(2*e+3*r)%5;e=o,r=t}for(var e=0;e<5;e++)for(var r=0;r<5;r++)v[e+5*r]=r+(2*e+3*r)%5*5;for(var n=1,u=0;u<24;u++){for(var h=0,S=0,x=0;x<7;x++){if(n&1){var E=(1<<x)-1;E<32?S^=1<<E:h^=1<<E-32}n&128?n=n<<1^113:n<<=1}s[u]=d.create(h,S)}})();var c=[];(function(){for(var e=0;e<25;e++)c[e]=d.create()})();var a=f.SHA3=_.extend({cfg:_.cfg.extend({outputLength:512}),_doReset:function(){for(var e=this._state=[],r=0;r<25;r++)e[r]=new d.init;this.blockSize=(1600-2*this.cfg.outputLength)/32},_doProcessBlock:function(e,r){for(var i=this._state,o=this.blockSize/2,t=0;t<o;t++){var n=e[r+2*t],u=e[r+2*t+1];n=(n<<8|n>>>24)&16711935|(n<<24|n>>>8)&4278255360,u=(u<<8|u>>>24)&16711935|(u<<24|u>>>8)&4278255360;var h=i[t];h.high^=u,h.low^=n}for(var S=0;S<24;S++){for(var x=0;x<5;x++){for(var E=0,p=0,b=0;b<5;b++){var h=i[x+5*b];E^=h.high,p^=h.low}var l=c[x];l.high=E,l.low=p}for(var x=0;x<5;x++)for(var A=c[(x+4)%5],R=c[(x+1)%5],C=R.high,g=R.low,E=A.high^(C<<1|g>>>31),p=A.low^(g<<1|C>>>31),b=0;b<5;b++){var h=i[x+5*b];h.high^=E,h.low^=p}for(var D=1;D<25;D++){var E,p,h=i[D],O=h.high,U=h.low,k=y[D];k<32?(E=O<<k|U>>>32-k,p=U<<k|O>>>32-k):(E=U<<k-32|O>>>64-k,p=O<<k-32|U>>>64-k);var w=c[v[D]];w.high=E,w.low=p}var N=c[0],H=i[0];N.high=H.high,N.low=H.low;for(var x=0;x<5;x++)for(var b=0;b<5;b++){var D=x+5*b,h=i[D],F=c[D],P=c[(x+1)%5+5*b],B=c[(x+2)%5+5*b];h.high=F.high^~P.high&B.high,h.low=F.low^~P.low&B.low}var h=i[0],W=s[S];h.high^=W.high,h.low^=W.low}},_doFinalize:function(){var e=this._data,r=e.words;this._nDataBytes*8;var i=e.sigBytes*8,o=this.blockSize*32;r[i>>>5]|=1<<24-i%32,r[(V.ceil((i+1)/o)*o>>>5)-1]|=128,e.sigBytes=r.length*4,this._process();for(var t=this._state,n=this.cfg.outputLength/8,u=n/8,h=[],S=0;S<u;S++){var x=t[S],E=x.high,p=x.low;E=(E<<8|E>>>24)&16711935|(E<<24|E>>>8)&4278255360,p=(p<<8|p>>>24)&16711935|(p<<24|p>>>8)&4278255360,h.push(p),h.push(E)}return new T.init(h,n)},clone:function(){for(var e=_.clone.call(this),r=e._state=this._state.slice(0),i=0;i<25;i++)r[i]=r[i].clone();return e}});Q.SHA3=_._createHelper(a),Q.HmacSHA3=_._createHmacHelper(a)}(Math),M.SHA3})}(_t)),_t.exports}var St={exports:{}},Er;function En(){return Er||(Er=1,function(Y,L){(function(M,V){Y.exports=V(_e())})(ye,function(M){/** @preserve
|
|
4
4
|
(c) 2012 by Cédric Mesnil. All rights reserved.
|
|
5
5
|
|
|
6
6
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
@@ -9,34 +9,35 @@ import{o as Qr,k as $r,A as Zr}from"./index-BvRi8Pnp.js";import"eventemitter3";c
|
|
|
9
9
|
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
10
10
|
|
|
11
11
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
12
|
-
*/return function(N){var J=P,L=J.lib,R=L.WordArray,x=L.Hasher,v=J.algo,c=R.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),u=R.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),S=R.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),f=R.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),a=R.create([0,1518500249,1859775393,2400959708,2840853838]),d=R.create([1352829926,1548603684,1836072691,2053994217,0]),p=v.RIPEMD160=x.extend({_doReset:function(){this._hash=R.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(l,E){for(var b=0;b<16;b++){var _=E+b,h=l[_];l[_]=(h<<8|h>>>24)&16711935|(h<<24|h>>>8)&4278255360}var o=this._hash.words,g=a.words,m=d.words,T=c.words,C=u.words,D=S.words,y=f.words,A,w,j,I,H,F,U,B,k,V;F=A=o[0],U=w=o[1],B=j=o[2],k=I=o[3],V=H=o[4];for(var G,b=0;b<80;b+=1)G=A+l[E+T[b]]|0,b<16?G+=e(w,j,I)+g[0]:b<32?G+=r(w,j,I)+g[1]:b<48?G+=n(w,j,I)+g[2]:b<64?G+=s(w,j,I)+g[3]:G+=t(w,j,I)+g[4],G=G|0,G=i(G,D[b]),G=G+H|0,A=H,H=I,I=i(j,10),j=w,w=G,G=F+l[E+C[b]]|0,b<16?G+=t(U,B,k)+m[0]:b<32?G+=s(U,B,k)+m[1]:b<48?G+=n(U,B,k)+m[2]:b<64?G+=r(U,B,k)+m[3]:G+=e(U,B,k)+m[4],G=G|0,G=i(G,y[b]),G=G+V|0,F=V,V=k,k=i(B,10),B=U,U=G;G=o[1]+j+k|0,o[1]=o[2]+I+V|0,o[2]=o[3]+H+F|0,o[3]=o[4]+A+U|0,o[4]=o[0]+w+B|0,o[0]=G},_doFinalize:function(){var l=this._data,E=l.words,b=this._nDataBytes*8,_=l.sigBytes*8;E[_>>>5]|=128<<24-_%32,E[(_+64>>>9<<4)+14]=(b<<8|b>>>24)&16711935|(b<<24|b>>>8)&4278255360,l.sigBytes=(E.length+1)*4,this._process();for(var h=this._hash,o=h.words,g=0;g<5;g++){var m=o[g];o[g]=(m<<8|m>>>24)&16711935|(m<<24|m>>>8)&4278255360}return h},clone:function(){var l=x.clone.call(this);return l._hash=this._hash.clone(),l}});function e(l,E,b){return l^E^b}function r(l,E,b){return l&E|~l&b}function n(l,E,b){return(l|~E)^b}function s(l,E,b){return l&b|E&~b}function t(l,E,b){return l^(E|~b)}function i(l,E){return l<<E|l>>>32-E}J.RIPEMD160=x._createHelper(p),J.HmacRIPEMD160=x._createHmacHelper(p)}(),P.RIPEMD160})}(St)),St.exports}var bt={exports:{}},gr;function _t(){return gr||(gr=1,function(W,M){(function(P,N){W.exports=N(Se())})(ye,function(P){(function(){var N=P,J=N.lib,L=J.Base,R=N.enc,x=R.Utf8,v=N.algo;v.HMAC=L.extend({init:function(c,u){c=this._hasher=new c.init,typeof u=="string"&&(u=x.parse(u));var S=c.blockSize,f=S*4;u.sigBytes>f&&(u=c.finalize(u)),u.clamp();for(var a=this._oKey=u.clone(),d=this._iKey=u.clone(),p=a.words,e=d.words,r=0;r<S;r++)p[r]^=1549556828,e[r]^=909522486;a.sigBytes=d.sigBytes=f,this.reset()},reset:function(){var c=this._hasher;c.reset(),c.update(this._iKey)},update:function(c){return this._hasher.update(c),this},finalize:function(c){var u=this._hasher,S=u.finalize(c);u.reset();var f=u.finalize(this._oKey.clone().concat(S));return f}})})()})}(bt)),bt.exports}var Rt={exports:{}},yr;function gn(){return yr||(yr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),mt(),_t())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.Base,R=J.WordArray,x=N.algo,v=x.SHA256,c=x.HMAC,u=x.PBKDF2=L.extend({cfg:L.extend({keySize:128/32,hasher:v,iterations:25e4}),init:function(S){this.cfg=this.cfg.extend(S)},compute:function(S,f){for(var a=this.cfg,d=c.create(a.hasher,S),p=R.create(),e=R.create([1]),r=p.words,n=e.words,s=a.keySize,t=a.iterations;r.length<s;){var i=d.update(f).finalize(e);d.reset();for(var l=i.words,E=l.length,b=i,_=1;_<t;_++){b=d.finalize(b),d.reset();for(var h=b.words,o=0;o<E;o++)l[o]^=h[o]}p.concat(i),n[0]++}return p.sigBytes=s*4,p}});N.PBKDF2=function(S,f,a){return u.create(a).compute(S,f)}}(),P.PBKDF2})}(Rt)),Rt.exports}var Ct={exports:{}},xr;function Ye(){return xr||(xr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),dr(),_t())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.Base,R=J.WordArray,x=N.algo,v=x.MD5,c=x.EvpKDF=L.extend({cfg:L.extend({keySize:128/32,hasher:v,iterations:1}),init:function(u){this.cfg=this.cfg.extend(u)},compute:function(u,S){for(var f,a=this.cfg,d=a.hasher.create(),p=R.create(),e=p.words,r=a.keySize,n=a.iterations;e.length<r;){f&&d.update(f),f=d.update(u).finalize(S),d.reset();for(var s=1;s<n;s++)f=d.finalize(f),d.reset();p.concat(f)}return p.sigBytes=r*4,p}});N.EvpKDF=function(u,S,f){return c.create(f).compute(u,S)}}(),P.EvpKDF})}(Ct)),Ct.exports}var Tt={exports:{}},Sr;function Me(){return Sr||(Sr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Ye())})(ye,function(P){P.lib.Cipher||function(N){var J=P,L=J.lib,R=L.Base,x=L.WordArray,v=L.BufferedBlockAlgorithm,c=J.enc;c.Utf8;var u=c.Base64,S=J.algo,f=S.EvpKDF,a=L.Cipher=v.extend({cfg:R.extend(),createEncryptor:function(h,o){return this.create(this._ENC_XFORM_MODE,h,o)},createDecryptor:function(h,o){return this.create(this._DEC_XFORM_MODE,h,o)},init:function(h,o,g){this.cfg=this.cfg.extend(g),this._xformMode=h,this._key=o,this.reset()},reset:function(){v.reset.call(this),this._doReset()},process:function(h){return this._append(h),this._process()},finalize:function(h){h&&this._append(h);var o=this._doFinalize();return o},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function h(o){return typeof o=="string"?_:l}return function(o){return{encrypt:function(g,m,T){return h(m).encrypt(o,g,m,T)},decrypt:function(g,m,T){return h(m).decrypt(o,g,m,T)}}}}()});L.StreamCipher=a.extend({_doFinalize:function(){var h=this._process(!0);return h},blockSize:1});var d=J.mode={},p=L.BlockCipherMode=R.extend({createEncryptor:function(h,o){return this.Encryptor.create(h,o)},createDecryptor:function(h,o){return this.Decryptor.create(h,o)},init:function(h,o){this._cipher=h,this._iv=o}}),e=d.CBC=function(){var h=p.extend();h.Encryptor=h.extend({processBlock:function(g,m){var T=this._cipher,C=T.blockSize;o.call(this,g,m,C),T.encryptBlock(g,m),this._prevBlock=g.slice(m,m+C)}}),h.Decryptor=h.extend({processBlock:function(g,m){var T=this._cipher,C=T.blockSize,D=g.slice(m,m+C);T.decryptBlock(g,m),o.call(this,g,m,C),this._prevBlock=D}});function o(g,m,T){var C,D=this._iv;D?(C=D,this._iv=N):C=this._prevBlock;for(var y=0;y<T;y++)g[m+y]^=C[y]}return h}(),r=J.pad={},n=r.Pkcs7={pad:function(h,o){for(var g=o*4,m=g-h.sigBytes%g,T=m<<24|m<<16|m<<8|m,C=[],D=0;D<m;D+=4)C.push(T);var y=x.create(C,m);h.concat(y)},unpad:function(h){var o=h.words[h.sigBytes-1>>>2]&255;h.sigBytes-=o}};L.BlockCipher=a.extend({cfg:a.cfg.extend({mode:e,padding:n}),reset:function(){var h;a.reset.call(this);var o=this.cfg,g=o.iv,m=o.mode;this._xformMode==this._ENC_XFORM_MODE?h=m.createEncryptor:(h=m.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==h?this._mode.init(this,g&&g.words):(this._mode=h.call(m,this,g&&g.words),this._mode.__creator=h)},_doProcessBlock:function(h,o){this._mode.processBlock(h,o)},_doFinalize:function(){var h,o=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(o.pad(this._data,this.blockSize),h=this._process(!0)):(h=this._process(!0),o.unpad(h)),h},blockSize:128/32});var s=L.CipherParams=R.extend({init:function(h){this.mixIn(h)},toString:function(h){return(h||this.formatter).stringify(this)}}),t=J.format={},i=t.OpenSSL={stringify:function(h){var o,g=h.ciphertext,m=h.salt;return m?o=x.create([1398893684,1701076831]).concat(m).concat(g):o=g,o.toString(u)},parse:function(h){var o,g=u.parse(h),m=g.words;return m[0]==1398893684&&m[1]==1701076831&&(o=x.create(m.slice(2,4)),m.splice(0,4),g.sigBytes-=16),s.create({ciphertext:g,salt:o})}},l=L.SerializableCipher=R.extend({cfg:R.extend({format:i}),encrypt:function(h,o,g,m){m=this.cfg.extend(m);var T=h.createEncryptor(g,m),C=T.finalize(o),D=T.cfg;return s.create({ciphertext:C,key:g,iv:D.iv,algorithm:h,mode:D.mode,padding:D.padding,blockSize:h.blockSize,formatter:m.format})},decrypt:function(h,o,g,m){m=this.cfg.extend(m),o=this._parse(o,m.format);var T=h.createDecryptor(g,m).finalize(o.ciphertext);return T},_parse:function(h,o){return typeof h=="string"?o.parse(h,this):h}}),E=J.kdf={},b=E.OpenSSL={execute:function(h,o,g,m,T){if(m||(m=x.random(64/8)),T)var C=f.create({keySize:o+g,hasher:T}).compute(h,m);else var C=f.create({keySize:o+g}).compute(h,m);var D=x.create(C.words.slice(o),g*4);return C.sigBytes=o*4,s.create({key:C,iv:D,salt:m})}},_=L.PasswordBasedCipher=l.extend({cfg:l.cfg.extend({kdf:b}),encrypt:function(h,o,g,m){m=this.cfg.extend(m);var T=m.kdf.execute(g,h.keySize,h.ivSize,m.salt,m.hasher);m.iv=T.iv;var C=l.encrypt.call(this,h,o,T.key,m);return C.mixIn(T),C},decrypt:function(h,o,g,m){m=this.cfg.extend(m),o=this._parse(o,m.format);var T=m.kdf.execute(g,h.keySize,h.ivSize,o.salt,m.hasher);m.iv=T.iv;var C=l.decrypt.call(this,h,o,T.key,m);return C}})}()})}(Tt)),Tt.exports}var Dt={exports:{}},br;function yn(){return br||(br=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Me())})(ye,function(P){return P.mode.CFB=function(){var N=P.lib.BlockCipherMode.extend();N.Encryptor=N.extend({processBlock:function(L,R){var x=this._cipher,v=x.blockSize;J.call(this,L,R,v,x),this._prevBlock=L.slice(R,R+v)}}),N.Decryptor=N.extend({processBlock:function(L,R){var x=this._cipher,v=x.blockSize,c=L.slice(R,R+v);J.call(this,L,R,v,x),this._prevBlock=c}});function J(L,R,x,v){var c,u=this._iv;u?(c=u.slice(0),this._iv=void 0):c=this._prevBlock,v.encryptBlock(c,0);for(var S=0;S<x;S++)L[R+S]^=c[S]}return N}(),P.mode.CFB})}(Dt)),Dt.exports}var At={exports:{}},_r;function xn(){return _r||(_r=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Me())})(ye,function(P){return P.mode.CTR=function(){var N=P.lib.BlockCipherMode.extend(),J=N.Encryptor=N.extend({processBlock:function(L,R){var x=this._cipher,v=x.blockSize,c=this._iv,u=this._counter;c&&(u=this._counter=c.slice(0),this._iv=void 0);var S=u.slice(0);x.encryptBlock(S,0),u[v-1]=u[v-1]+1|0;for(var f=0;f<v;f++)L[R+f]^=S[f]}});return N.Decryptor=J,N}(),P.mode.CTR})}(At)),At.exports}var Ot={exports:{}},Rr;function Sn(){return Rr||(Rr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Me())})(ye,function(P){/** @preserve
|
|
12
|
+
*/return function(V){var Q=M,j=Q.lib,T=j.WordArray,_=j.Hasher,m=Q.algo,d=T.create([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13]),f=T.create([5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11]),y=T.create([11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6]),v=T.create([8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]),s=T.create([0,1518500249,1859775393,2400959708,2840853838]),c=T.create([1352829926,1548603684,1836072691,2053994217,0]),a=m.RIPEMD160=_.extend({_doReset:function(){this._hash=T.create([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(u,h){for(var S=0;S<16;S++){var x=h+S,E=u[x];u[x]=(E<<8|E>>>24)&16711935|(E<<24|E>>>8)&4278255360}var p=this._hash.words,b=s.words,l=c.words,A=d.words,R=f.words,C=y.words,g=v.words,D,O,U,k,w,N,H,F,P,B;N=D=p[0],H=O=p[1],F=U=p[2],P=k=p[3],B=w=p[4];for(var W,S=0;S<80;S+=1)W=D+u[h+A[S]]|0,S<16?W+=e(O,U,k)+b[0]:S<32?W+=r(O,U,k)+b[1]:S<48?W+=i(O,U,k)+b[2]:S<64?W+=o(O,U,k)+b[3]:W+=t(O,U,k)+b[4],W=W|0,W=n(W,C[S]),W=W+w|0,D=w,w=k,k=n(U,10),U=O,O=W,W=N+u[h+R[S]]|0,S<16?W+=t(H,F,P)+l[0]:S<32?W+=o(H,F,P)+l[1]:S<48?W+=i(H,F,P)+l[2]:S<64?W+=r(H,F,P)+l[3]:W+=e(H,F,P)+l[4],W=W|0,W=n(W,g[S]),W=W+B|0,N=B,B=P,P=n(F,10),F=H,H=W;W=p[1]+U+P|0,p[1]=p[2]+k+B|0,p[2]=p[3]+w+N|0,p[3]=p[4]+D+H|0,p[4]=p[0]+O+F|0,p[0]=W},_doFinalize:function(){var u=this._data,h=u.words,S=this._nDataBytes*8,x=u.sigBytes*8;h[x>>>5]|=128<<24-x%32,h[(x+64>>>9<<4)+14]=(S<<8|S>>>24)&16711935|(S<<24|S>>>8)&4278255360,u.sigBytes=(h.length+1)*4,this._process();for(var E=this._hash,p=E.words,b=0;b<5;b++){var l=p[b];p[b]=(l<<8|l>>>24)&16711935|(l<<24|l>>>8)&4278255360}return E},clone:function(){var u=_.clone.call(this);return u._hash=this._hash.clone(),u}});function e(u,h,S){return u^h^S}function r(u,h,S){return u&h|~u&S}function i(u,h,S){return(u|~h)^S}function o(u,h,S){return u&S|h&~S}function t(u,h,S){return u^(h|~S)}function n(u,h){return u<<h|u>>>32-h}Q.RIPEMD160=_._createHelper(a),Q.HmacRIPEMD160=_._createHmacHelper(a)}(),M.RIPEMD160})}(St)),St.exports}var Ct={exports:{}},gr;function bt(){return gr||(gr=1,function(Y,L){(function(M,V){Y.exports=V(_e())})(ye,function(M){(function(){var V=M,Q=V.lib,j=Q.Base,T=V.enc,_=T.Utf8,m=V.algo;m.HMAC=j.extend({init:function(d,f){d=this._hasher=new d.init,typeof f=="string"&&(f=_.parse(f));var y=d.blockSize,v=y*4;f.sigBytes>v&&(f=d.finalize(f)),f.clamp();for(var s=this._oKey=f.clone(),c=this._iKey=f.clone(),a=s.words,e=c.words,r=0;r<y;r++)a[r]^=1549556828,e[r]^=909522486;s.sigBytes=c.sigBytes=v,this.reset()},reset:function(){var d=this._hasher;d.reset(),d.update(this._iKey)},update:function(d){return this._hasher.update(d),this},finalize:function(d){var f=this._hasher,y=f.finalize(d);f.reset();var v=f.finalize(this._oKey.clone().concat(y));return v}})})()})}(Ct)),Ct.exports}var Rt={exports:{}},yr;function gn(){return yr||(yr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),mt(),bt())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.Base,T=Q.WordArray,_=V.algo,m=_.SHA256,d=_.HMAC,f=_.PBKDF2=j.extend({cfg:j.extend({keySize:128/32,hasher:m,iterations:25e4}),init:function(y){this.cfg=this.cfg.extend(y)},compute:function(y,v){for(var s=this.cfg,c=d.create(s.hasher,y),a=T.create(),e=T.create([1]),r=a.words,i=e.words,o=s.keySize,t=s.iterations;r.length<o;){var n=c.update(v).finalize(e);c.reset();for(var u=n.words,h=u.length,S=n,x=1;x<t;x++){S=c.finalize(S),c.reset();for(var E=S.words,p=0;p<h;p++)u[p]^=E[p]}a.concat(n),i[0]++}return a.sigBytes=o*4,a}});V.PBKDF2=function(y,v,s){return f.create(s).compute(y,v)}}(),M.PBKDF2})}(Rt)),Rt.exports}var xt={exports:{}},_r;function qe(){return _r||(_r=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),dr(),bt())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.Base,T=Q.WordArray,_=V.algo,m=_.MD5,d=_.EvpKDF=j.extend({cfg:j.extend({keySize:128/32,hasher:m,iterations:1}),init:function(f){this.cfg=this.cfg.extend(f)},compute:function(f,y){for(var v,s=this.cfg,c=s.hasher.create(),a=T.create(),e=a.words,r=s.keySize,i=s.iterations;e.length<r;){v&&c.update(v),v=c.update(f).finalize(y),c.reset();for(var o=1;o<i;o++)v=c.finalize(v),c.reset();a.concat(v)}return a.sigBytes=r*4,a}});V.EvpKDF=function(f,y,v){return d.create(v).compute(f,y)}}(),M.EvpKDF})}(xt)),xt.exports}var Tt={exports:{}},Sr;function Ne(){return Sr||(Sr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),qe())})(ye,function(M){M.lib.Cipher||function(V){var Q=M,j=Q.lib,T=j.Base,_=j.WordArray,m=j.BufferedBlockAlgorithm,d=Q.enc;d.Utf8;var f=d.Base64,y=Q.algo,v=y.EvpKDF,s=j.Cipher=m.extend({cfg:T.extend(),createEncryptor:function(E,p){return this.create(this._ENC_XFORM_MODE,E,p)},createDecryptor:function(E,p){return this.create(this._DEC_XFORM_MODE,E,p)},init:function(E,p,b){this.cfg=this.cfg.extend(b),this._xformMode=E,this._key=p,this.reset()},reset:function(){m.reset.call(this),this._doReset()},process:function(E){return this._append(E),this._process()},finalize:function(E){E&&this._append(E);var p=this._doFinalize();return p},keySize:128/32,ivSize:128/32,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function E(p){return typeof p=="string"?x:u}return function(p){return{encrypt:function(b,l,A){return E(l).encrypt(p,b,l,A)},decrypt:function(b,l,A){return E(l).decrypt(p,b,l,A)}}}}()});j.StreamCipher=s.extend({_doFinalize:function(){var E=this._process(!0);return E},blockSize:1});var c=Q.mode={},a=j.BlockCipherMode=T.extend({createEncryptor:function(E,p){return this.Encryptor.create(E,p)},createDecryptor:function(E,p){return this.Decryptor.create(E,p)},init:function(E,p){this._cipher=E,this._iv=p}}),e=c.CBC=function(){var E=a.extend();E.Encryptor=E.extend({processBlock:function(b,l){var A=this._cipher,R=A.blockSize;p.call(this,b,l,R),A.encryptBlock(b,l),this._prevBlock=b.slice(l,l+R)}}),E.Decryptor=E.extend({processBlock:function(b,l){var A=this._cipher,R=A.blockSize,C=b.slice(l,l+R);A.decryptBlock(b,l),p.call(this,b,l,R),this._prevBlock=C}});function p(b,l,A){var R,C=this._iv;C?(R=C,this._iv=V):R=this._prevBlock;for(var g=0;g<A;g++)b[l+g]^=R[g]}return E}(),r=Q.pad={},i=r.Pkcs7={pad:function(E,p){for(var b=p*4,l=b-E.sigBytes%b,A=l<<24|l<<16|l<<8|l,R=[],C=0;C<l;C+=4)R.push(A);var g=_.create(R,l);E.concat(g)},unpad:function(E){var p=E.words[E.sigBytes-1>>>2]&255;E.sigBytes-=p}};j.BlockCipher=s.extend({cfg:s.cfg.extend({mode:e,padding:i}),reset:function(){var E;s.reset.call(this);var p=this.cfg,b=p.iv,l=p.mode;this._xformMode==this._ENC_XFORM_MODE?E=l.createEncryptor:(E=l.createDecryptor,this._minBufferSize=1),this._mode&&this._mode.__creator==E?this._mode.init(this,b&&b.words):(this._mode=E.call(l,this,b&&b.words),this._mode.__creator=E)},_doProcessBlock:function(E,p){this._mode.processBlock(E,p)},_doFinalize:function(){var E,p=this.cfg.padding;return this._xformMode==this._ENC_XFORM_MODE?(p.pad(this._data,this.blockSize),E=this._process(!0)):(E=this._process(!0),p.unpad(E)),E},blockSize:128/32});var o=j.CipherParams=T.extend({init:function(E){this.mixIn(E)},toString:function(E){return(E||this.formatter).stringify(this)}}),t=Q.format={},n=t.OpenSSL={stringify:function(E){var p,b=E.ciphertext,l=E.salt;return l?p=_.create([1398893684,1701076831]).concat(l).concat(b):p=b,p.toString(f)},parse:function(E){var p,b=f.parse(E),l=b.words;return l[0]==1398893684&&l[1]==1701076831&&(p=_.create(l.slice(2,4)),l.splice(0,4),b.sigBytes-=16),o.create({ciphertext:b,salt:p})}},u=j.SerializableCipher=T.extend({cfg:T.extend({format:n}),encrypt:function(E,p,b,l){l=this.cfg.extend(l);var A=E.createEncryptor(b,l),R=A.finalize(p),C=A.cfg;return o.create({ciphertext:R,key:b,iv:C.iv,algorithm:E,mode:C.mode,padding:C.padding,blockSize:E.blockSize,formatter:l.format})},decrypt:function(E,p,b,l){l=this.cfg.extend(l),p=this._parse(p,l.format);var A=E.createDecryptor(b,l).finalize(p.ciphertext);return A},_parse:function(E,p){return typeof E=="string"?p.parse(E,this):E}}),h=Q.kdf={},S=h.OpenSSL={execute:function(E,p,b,l,A){if(l||(l=_.random(64/8)),A)var R=v.create({keySize:p+b,hasher:A}).compute(E,l);else var R=v.create({keySize:p+b}).compute(E,l);var C=_.create(R.words.slice(p),b*4);return R.sigBytes=p*4,o.create({key:R,iv:C,salt:l})}},x=j.PasswordBasedCipher=u.extend({cfg:u.cfg.extend({kdf:S}),encrypt:function(E,p,b,l){l=this.cfg.extend(l);var A=l.kdf.execute(b,E.keySize,E.ivSize,l.salt,l.hasher);l.iv=A.iv;var R=u.encrypt.call(this,E,p,A.key,l);return R.mixIn(A),R},decrypt:function(E,p,b,l){l=this.cfg.extend(l),p=this._parse(p,l.format);var A=l.kdf.execute(b,E.keySize,E.ivSize,p.salt,l.hasher);l.iv=A.iv;var R=u.decrypt.call(this,E,p,A.key,l);return R}})}()})}(Tt)),Tt.exports}var At={exports:{}},Cr;function yn(){return Cr||(Cr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Ne())})(ye,function(M){return M.mode.CFB=function(){var V=M.lib.BlockCipherMode.extend();V.Encryptor=V.extend({processBlock:function(j,T){var _=this._cipher,m=_.blockSize;Q.call(this,j,T,m,_),this._prevBlock=j.slice(T,T+m)}}),V.Decryptor=V.extend({processBlock:function(j,T){var _=this._cipher,m=_.blockSize,d=j.slice(T,T+m);Q.call(this,j,T,m,_),this._prevBlock=d}});function Q(j,T,_,m){var d,f=this._iv;f?(d=f.slice(0),this._iv=void 0):d=this._prevBlock,m.encryptBlock(d,0);for(var y=0;y<_;y++)j[T+y]^=d[y]}return V}(),M.mode.CFB})}(At)),At.exports}var Dt={exports:{}},br;function _n(){return br||(br=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Ne())})(ye,function(M){return M.mode.CTR=function(){var V=M.lib.BlockCipherMode.extend(),Q=V.Encryptor=V.extend({processBlock:function(j,T){var _=this._cipher,m=_.blockSize,d=this._iv,f=this._counter;d&&(f=this._counter=d.slice(0),this._iv=void 0);var y=f.slice(0);_.encryptBlock(y,0),f[m-1]=f[m-1]+1|0;for(var v=0;v<m;v++)j[T+v]^=y[v]}});return V.Decryptor=Q,V}(),M.mode.CTR})}(Dt)),Dt.exports}var Ot={exports:{}},Rr;function Sn(){return Rr||(Rr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Ne())})(ye,function(M){/** @preserve
|
|
13
13
|
* Counter block mode compatible with Dr Brian Gladman fileenc.c
|
|
14
14
|
* derived from CryptoJS.mode.CTR
|
|
15
15
|
* Jan Hruby jhruby.web@gmail.com
|
|
16
|
-
*/return P.mode.CTRGladman=function(){var N=P.lib.BlockCipherMode.extend();function J(x){if((x>>24&255)===255){var v=x>>16&255,c=x>>8&255,u=x&255;v===255?(v=0,c===255?(c=0,u===255?u=0:++u):++c):++v,x=0,x+=v<<16,x+=c<<8,x+=u}else x+=1<<24;return x}function L(x){return(x[0]=J(x[0]))===0&&(x[1]=J(x[1])),x}var R=N.Encryptor=N.extend({processBlock:function(x,v){var c=this._cipher,u=c.blockSize,S=this._iv,f=this._counter;S&&(f=this._counter=S.slice(0),this._iv=void 0),L(f);var a=f.slice(0);c.encryptBlock(a,0);for(var d=0;d<u;d++)x[v+d]^=a[d]}});return N.Decryptor=R,N}(),P.mode.CTRGladman})}(Ot)),Ot.exports}var wt={exports:{}},Cr;function bn(){return Cr||(Cr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Me())})(ye,function(P){return P.mode.OFB=function(){var N=P.lib.BlockCipherMode.extend(),J=N.Encryptor=N.extend({processBlock:function(L,R){var x=this._cipher,v=x.blockSize,c=this._iv,u=this._keystream;c&&(u=this._keystream=c.slice(0),this._iv=void 0),x.encryptBlock(u,0);for(var S=0;S<v;S++)L[R+S]^=u[S]}});return N.Decryptor=J,N}(),P.mode.OFB})}(wt)),wt.exports}var Pt={exports:{}},Tr;function _n(){return Tr||(Tr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Me())})(ye,function(P){return P.mode.ECB=function(){var N=P.lib.BlockCipherMode.extend();return N.Encryptor=N.extend({processBlock:function(J,L){this._cipher.encryptBlock(J,L)}}),N.Decryptor=N.extend({processBlock:function(J,L){this._cipher.decryptBlock(J,L)}}),N}(),P.mode.ECB})}(Pt)),Pt.exports}var Mt={exports:{}},Dr;function Rn(){return Dr||(Dr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Me())})(ye,function(P){return P.pad.AnsiX923={pad:function(N,J){var L=N.sigBytes,R=J*4,x=R-L%R,v=L+x-1;N.clamp(),N.words[v>>>2]|=x<<24-v%4*8,N.sigBytes+=x},unpad:function(N){var J=N.words[N.sigBytes-1>>>2]&255;N.sigBytes-=J}},P.pad.Ansix923})}(Mt)),Mt.exports}var kt={exports:{}},Ar;function Cn(){return Ar||(Ar=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Me())})(ye,function(P){return P.pad.Iso10126={pad:function(N,J){var L=J*4,R=L-N.sigBytes%L;N.concat(P.lib.WordArray.random(R-1)).concat(P.lib.WordArray.create([R<<24],1))},unpad:function(N){var J=N.words[N.sigBytes-1>>>2]&255;N.sigBytes-=J}},P.pad.Iso10126})}(kt)),kt.exports}var It={exports:{}},Or;function Tn(){return Or||(Or=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Me())})(ye,function(P){return P.pad.Iso97971={pad:function(N,J){N.concat(P.lib.WordArray.create([2147483648],1)),P.pad.ZeroPadding.pad(N,J)},unpad:function(N){P.pad.ZeroPadding.unpad(N),N.sigBytes--}},P.pad.Iso97971})}(It)),It.exports}var Bt={exports:{}},wr;function Dn(){return wr||(wr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Me())})(ye,function(P){return P.pad.ZeroPadding={pad:function(N,J){var L=J*4;N.clamp(),N.sigBytes+=L-(N.sigBytes%L||L)},unpad:function(N){for(var J=N.words,L=N.sigBytes-1,L=N.sigBytes-1;L>=0;L--)if(J[L>>>2]>>>24-L%4*8&255){N.sigBytes=L+1;break}}},P.pad.ZeroPadding})}(Bt)),Bt.exports}var Nt={exports:{}},Pr;function An(){return Pr||(Pr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Me())})(ye,function(P){return P.pad.NoPadding={pad:function(){},unpad:function(){}},P.pad.NoPadding})}(Nt)),Nt.exports}var Lt={exports:{}},Mr;function On(){return Mr||(Mr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Me())})(ye,function(P){return function(N){var J=P,L=J.lib,R=L.CipherParams,x=J.enc,v=x.Hex,c=J.format;c.Hex={stringify:function(u){return u.ciphertext.toString(v)},parse:function(u){var S=v.parse(u);return R.create({ciphertext:S})}}}(),P.format.Hex})}(Lt)),Lt.exports}var Ut={exports:{}},kr;function wn(){return kr||(kr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Je(),Qe(),Ye(),Me())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.BlockCipher,R=N.algo,x=[],v=[],c=[],u=[],S=[],f=[],a=[],d=[],p=[],e=[];(function(){for(var s=[],t=0;t<256;t++)t<128?s[t]=t<<1:s[t]=t<<1^283;for(var i=0,l=0,t=0;t<256;t++){var E=l^l<<1^l<<2^l<<3^l<<4;E=E>>>8^E&255^99,x[i]=E,v[E]=i;var b=s[i],_=s[b],h=s[_],o=s[E]*257^E*16843008;c[i]=o<<24|o>>>8,u[i]=o<<16|o>>>16,S[i]=o<<8|o>>>24,f[i]=o;var o=h*16843009^_*65537^b*257^i*16843008;a[E]=o<<24|o>>>8,d[E]=o<<16|o>>>16,p[E]=o<<8|o>>>24,e[E]=o,i?(i=b^s[s[s[h^b]]],l^=s[s[l]]):i=l=1}})();var r=[0,1,2,4,8,16,32,64,128,27,54],n=R.AES=L.extend({_doReset:function(){var s;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var t=this._keyPriorReset=this._key,i=t.words,l=t.sigBytes/4,E=this._nRounds=l+6,b=(E+1)*4,_=this._keySchedule=[],h=0;h<b;h++)h<l?_[h]=i[h]:(s=_[h-1],h%l?l>6&&h%l==4&&(s=x[s>>>24]<<24|x[s>>>16&255]<<16|x[s>>>8&255]<<8|x[s&255]):(s=s<<8|s>>>24,s=x[s>>>24]<<24|x[s>>>16&255]<<16|x[s>>>8&255]<<8|x[s&255],s^=r[h/l|0]<<24),_[h]=_[h-l]^s);for(var o=this._invKeySchedule=[],g=0;g<b;g++){var h=b-g;if(g%4)var s=_[h];else var s=_[h-4];g<4||h<=4?o[g]=s:o[g]=a[x[s>>>24]]^d[x[s>>>16&255]]^p[x[s>>>8&255]]^e[x[s&255]]}}},encryptBlock:function(s,t){this._doCryptBlock(s,t,this._keySchedule,c,u,S,f,x)},decryptBlock:function(s,t){var i=s[t+1];s[t+1]=s[t+3],s[t+3]=i,this._doCryptBlock(s,t,this._invKeySchedule,a,d,p,e,v);var i=s[t+1];s[t+1]=s[t+3],s[t+3]=i},_doCryptBlock:function(s,t,i,l,E,b,_,h){for(var o=this._nRounds,g=s[t]^i[0],m=s[t+1]^i[1],T=s[t+2]^i[2],C=s[t+3]^i[3],D=4,y=1;y<o;y++){var A=l[g>>>24]^E[m>>>16&255]^b[T>>>8&255]^_[C&255]^i[D++],w=l[m>>>24]^E[T>>>16&255]^b[C>>>8&255]^_[g&255]^i[D++],j=l[T>>>24]^E[C>>>16&255]^b[g>>>8&255]^_[m&255]^i[D++],I=l[C>>>24]^E[g>>>16&255]^b[m>>>8&255]^_[T&255]^i[D++];g=A,m=w,T=j,C=I}var A=(h[g>>>24]<<24|h[m>>>16&255]<<16|h[T>>>8&255]<<8|h[C&255])^i[D++],w=(h[m>>>24]<<24|h[T>>>16&255]<<16|h[C>>>8&255]<<8|h[g&255])^i[D++],j=(h[T>>>24]<<24|h[C>>>16&255]<<16|h[g>>>8&255]<<8|h[m&255])^i[D++],I=(h[C>>>24]<<24|h[g>>>16&255]<<16|h[m>>>8&255]<<8|h[T&255])^i[D++];s[t]=A,s[t+1]=w,s[t+2]=j,s[t+3]=I},keySize:256/32});N.AES=L._createHelper(n)}(),P.AES})}(Ut)),Ut.exports}var Ft={exports:{}},Ir;function Pn(){return Ir||(Ir=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Je(),Qe(),Ye(),Me())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.WordArray,R=J.BlockCipher,x=N.algo,v=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],c=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],u=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],S=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],f=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],a=x.DES=R.extend({_doReset:function(){for(var r=this._key,n=r.words,s=[],t=0;t<56;t++){var i=v[t]-1;s[t]=n[i>>>5]>>>31-i%32&1}for(var l=this._subKeys=[],E=0;E<16;E++){for(var b=l[E]=[],_=u[E],t=0;t<24;t++)b[t/6|0]|=s[(c[t]-1+_)%28]<<31-t%6,b[4+(t/6|0)]|=s[28+(c[t+24]-1+_)%28]<<31-t%6;b[0]=b[0]<<1|b[0]>>>31;for(var t=1;t<7;t++)b[t]=b[t]>>>(t-1)*4+3;b[7]=b[7]<<5|b[7]>>>27}for(var h=this._invSubKeys=[],t=0;t<16;t++)h[t]=l[15-t]},encryptBlock:function(r,n){this._doCryptBlock(r,n,this._subKeys)},decryptBlock:function(r,n){this._doCryptBlock(r,n,this._invSubKeys)},_doCryptBlock:function(r,n,s){this._lBlock=r[n],this._rBlock=r[n+1],d.call(this,4,252645135),d.call(this,16,65535),p.call(this,2,858993459),p.call(this,8,16711935),d.call(this,1,1431655765);for(var t=0;t<16;t++){for(var i=s[t],l=this._lBlock,E=this._rBlock,b=0,_=0;_<8;_++)b|=S[_][((E^i[_])&f[_])>>>0];this._lBlock=E,this._rBlock=l^b}var h=this._lBlock;this._lBlock=this._rBlock,this._rBlock=h,d.call(this,1,1431655765),p.call(this,8,16711935),p.call(this,2,858993459),d.call(this,16,65535),d.call(this,4,252645135),r[n]=this._lBlock,r[n+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function d(r,n){var s=(this._lBlock>>>r^this._rBlock)&n;this._rBlock^=s,this._lBlock^=s<<r}function p(r,n){var s=(this._rBlock>>>r^this._lBlock)&n;this._lBlock^=s,this._rBlock^=s<<r}N.DES=R._createHelper(a);var e=x.TripleDES=R.extend({_doReset:function(){var r=this._key,n=r.words;if(n.length!==2&&n.length!==4&&n.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var s=n.slice(0,2),t=n.length<4?n.slice(0,2):n.slice(2,4),i=n.length<6?n.slice(0,2):n.slice(4,6);this._des1=a.createEncryptor(L.create(s)),this._des2=a.createEncryptor(L.create(t)),this._des3=a.createEncryptor(L.create(i))},encryptBlock:function(r,n){this._des1.encryptBlock(r,n),this._des2.decryptBlock(r,n),this._des3.encryptBlock(r,n)},decryptBlock:function(r,n){this._des3.decryptBlock(r,n),this._des2.encryptBlock(r,n),this._des1.decryptBlock(r,n)},keySize:192/32,ivSize:64/32,blockSize:64/32});N.TripleDES=R._createHelper(e)}(),P.TripleDES})}(Ft)),Ft.exports}var Ht={exports:{}},Br;function Mn(){return Br||(Br=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Je(),Qe(),Ye(),Me())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.StreamCipher,R=N.algo,x=R.RC4=L.extend({_doReset:function(){for(var u=this._key,S=u.words,f=u.sigBytes,a=this._S=[],d=0;d<256;d++)a[d]=d;for(var d=0,p=0;d<256;d++){var e=d%f,r=S[e>>>2]>>>24-e%4*8&255;p=(p+a[d]+r)%256;var n=a[d];a[d]=a[p],a[p]=n}this._i=this._j=0},_doProcessBlock:function(u,S){u[S]^=v.call(this)},keySize:256/32,ivSize:0});function v(){for(var u=this._S,S=this._i,f=this._j,a=0,d=0;d<4;d++){S=(S+1)%256,f=(f+u[S])%256;var p=u[S];u[S]=u[f],u[f]=p,a|=u[(u[S]+u[f])%256]<<24-d*8}return this._i=S,this._j=f,a}N.RC4=L._createHelper(x);var c=R.RC4Drop=x.extend({cfg:x.cfg.extend({drop:192}),_doReset:function(){x._doReset.call(this);for(var u=this.cfg.drop;u>0;u--)v.call(this)}});N.RC4Drop=L._createHelper(c)}(),P.RC4})}(Ht)),Ht.exports}var Vt={exports:{}},Nr;function kn(){return Nr||(Nr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Je(),Qe(),Ye(),Me())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.StreamCipher,R=N.algo,x=[],v=[],c=[],u=R.Rabbit=L.extend({_doReset:function(){for(var f=this._key.words,a=this.cfg.iv,d=0;d<4;d++)f[d]=(f[d]<<8|f[d]>>>24)&16711935|(f[d]<<24|f[d]>>>8)&4278255360;var p=this._X=[f[0],f[3]<<16|f[2]>>>16,f[1],f[0]<<16|f[3]>>>16,f[2],f[1]<<16|f[0]>>>16,f[3],f[2]<<16|f[1]>>>16],e=this._C=[f[2]<<16|f[2]>>>16,f[0]&4294901760|f[1]&65535,f[3]<<16|f[3]>>>16,f[1]&4294901760|f[2]&65535,f[0]<<16|f[0]>>>16,f[2]&4294901760|f[3]&65535,f[1]<<16|f[1]>>>16,f[3]&4294901760|f[0]&65535];this._b=0;for(var d=0;d<4;d++)S.call(this);for(var d=0;d<8;d++)e[d]^=p[d+4&7];if(a){var r=a.words,n=r[0],s=r[1],t=(n<<8|n>>>24)&16711935|(n<<24|n>>>8)&4278255360,i=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360,l=t>>>16|i&4294901760,E=i<<16|t&65535;e[0]^=t,e[1]^=l,e[2]^=i,e[3]^=E,e[4]^=t,e[5]^=l,e[6]^=i,e[7]^=E;for(var d=0;d<4;d++)S.call(this)}},_doProcessBlock:function(f,a){var d=this._X;S.call(this),x[0]=d[0]^d[5]>>>16^d[3]<<16,x[1]=d[2]^d[7]>>>16^d[5]<<16,x[2]=d[4]^d[1]>>>16^d[7]<<16,x[3]=d[6]^d[3]>>>16^d[1]<<16;for(var p=0;p<4;p++)x[p]=(x[p]<<8|x[p]>>>24)&16711935|(x[p]<<24|x[p]>>>8)&4278255360,f[a+p]^=x[p]},blockSize:128/32,ivSize:64/32});function S(){for(var f=this._X,a=this._C,d=0;d<8;d++)v[d]=a[d];a[0]=a[0]+1295307597+this._b|0,a[1]=a[1]+3545052371+(a[0]>>>0<v[0]>>>0?1:0)|0,a[2]=a[2]+886263092+(a[1]>>>0<v[1]>>>0?1:0)|0,a[3]=a[3]+1295307597+(a[2]>>>0<v[2]>>>0?1:0)|0,a[4]=a[4]+3545052371+(a[3]>>>0<v[3]>>>0?1:0)|0,a[5]=a[5]+886263092+(a[4]>>>0<v[4]>>>0?1:0)|0,a[6]=a[6]+1295307597+(a[5]>>>0<v[5]>>>0?1:0)|0,a[7]=a[7]+3545052371+(a[6]>>>0<v[6]>>>0?1:0)|0,this._b=a[7]>>>0<v[7]>>>0?1:0;for(var d=0;d<8;d++){var p=f[d]+a[d],e=p&65535,r=p>>>16,n=((e*e>>>17)+e*r>>>15)+r*r,s=((p&4294901760)*p|0)+((p&65535)*p|0);c[d]=n^s}f[0]=c[0]+(c[7]<<16|c[7]>>>16)+(c[6]<<16|c[6]>>>16)|0,f[1]=c[1]+(c[0]<<8|c[0]>>>24)+c[7]|0,f[2]=c[2]+(c[1]<<16|c[1]>>>16)+(c[0]<<16|c[0]>>>16)|0,f[3]=c[3]+(c[2]<<8|c[2]>>>24)+c[1]|0,f[4]=c[4]+(c[3]<<16|c[3]>>>16)+(c[2]<<16|c[2]>>>16)|0,f[5]=c[5]+(c[4]<<8|c[4]>>>24)+c[3]|0,f[6]=c[6]+(c[5]<<16|c[5]>>>16)+(c[4]<<16|c[4]>>>16)|0,f[7]=c[7]+(c[6]<<8|c[6]>>>24)+c[5]|0}N.Rabbit=L._createHelper(u)}(),P.Rabbit})}(Vt)),Vt.exports}var jt={exports:{}},Lr;function In(){return Lr||(Lr=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Je(),Qe(),Ye(),Me())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.StreamCipher,R=N.algo,x=[],v=[],c=[],u=R.RabbitLegacy=L.extend({_doReset:function(){var f=this._key.words,a=this.cfg.iv,d=this._X=[f[0],f[3]<<16|f[2]>>>16,f[1],f[0]<<16|f[3]>>>16,f[2],f[1]<<16|f[0]>>>16,f[3],f[2]<<16|f[1]>>>16],p=this._C=[f[2]<<16|f[2]>>>16,f[0]&4294901760|f[1]&65535,f[3]<<16|f[3]>>>16,f[1]&4294901760|f[2]&65535,f[0]<<16|f[0]>>>16,f[2]&4294901760|f[3]&65535,f[1]<<16|f[1]>>>16,f[3]&4294901760|f[0]&65535];this._b=0;for(var e=0;e<4;e++)S.call(this);for(var e=0;e<8;e++)p[e]^=d[e+4&7];if(a){var r=a.words,n=r[0],s=r[1],t=(n<<8|n>>>24)&16711935|(n<<24|n>>>8)&4278255360,i=(s<<8|s>>>24)&16711935|(s<<24|s>>>8)&4278255360,l=t>>>16|i&4294901760,E=i<<16|t&65535;p[0]^=t,p[1]^=l,p[2]^=i,p[3]^=E,p[4]^=t,p[5]^=l,p[6]^=i,p[7]^=E;for(var e=0;e<4;e++)S.call(this)}},_doProcessBlock:function(f,a){var d=this._X;S.call(this),x[0]=d[0]^d[5]>>>16^d[3]<<16,x[1]=d[2]^d[7]>>>16^d[5]<<16,x[2]=d[4]^d[1]>>>16^d[7]<<16,x[3]=d[6]^d[3]>>>16^d[1]<<16;for(var p=0;p<4;p++)x[p]=(x[p]<<8|x[p]>>>24)&16711935|(x[p]<<24|x[p]>>>8)&4278255360,f[a+p]^=x[p]},blockSize:128/32,ivSize:64/32});function S(){for(var f=this._X,a=this._C,d=0;d<8;d++)v[d]=a[d];a[0]=a[0]+1295307597+this._b|0,a[1]=a[1]+3545052371+(a[0]>>>0<v[0]>>>0?1:0)|0,a[2]=a[2]+886263092+(a[1]>>>0<v[1]>>>0?1:0)|0,a[3]=a[3]+1295307597+(a[2]>>>0<v[2]>>>0?1:0)|0,a[4]=a[4]+3545052371+(a[3]>>>0<v[3]>>>0?1:0)|0,a[5]=a[5]+886263092+(a[4]>>>0<v[4]>>>0?1:0)|0,a[6]=a[6]+1295307597+(a[5]>>>0<v[5]>>>0?1:0)|0,a[7]=a[7]+3545052371+(a[6]>>>0<v[6]>>>0?1:0)|0,this._b=a[7]>>>0<v[7]>>>0?1:0;for(var d=0;d<8;d++){var p=f[d]+a[d],e=p&65535,r=p>>>16,n=((e*e>>>17)+e*r>>>15)+r*r,s=((p&4294901760)*p|0)+((p&65535)*p|0);c[d]=n^s}f[0]=c[0]+(c[7]<<16|c[7]>>>16)+(c[6]<<16|c[6]>>>16)|0,f[1]=c[1]+(c[0]<<8|c[0]>>>24)+c[7]|0,f[2]=c[2]+(c[1]<<16|c[1]>>>16)+(c[0]<<16|c[0]>>>16)|0,f[3]=c[3]+(c[2]<<8|c[2]>>>24)+c[1]|0,f[4]=c[4]+(c[3]<<16|c[3]>>>16)+(c[2]<<16|c[2]>>>16)|0,f[5]=c[5]+(c[4]<<8|c[4]>>>24)+c[3]|0,f[6]=c[6]+(c[5]<<16|c[5]>>>16)+(c[4]<<16|c[4]>>>16)|0,f[7]=c[7]+(c[6]<<8|c[6]>>>24)+c[5]|0}N.RabbitLegacy=L._createHelper(u)}(),P.RabbitLegacy})}(jt)),jt.exports}var Wt={exports:{}},Ur;function Bn(){return Ur||(Ur=1,function(W,M){(function(P,N,J){W.exports=N(Se(),Je(),Qe(),Ye(),Me())})(ye,function(P){return function(){var N=P,J=N.lib,L=J.BlockCipher,R=N.algo;const x=16,v=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],c=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var u={pbox:[],sbox:[]};function S(e,r){let n=r>>24&255,s=r>>16&255,t=r>>8&255,i=r&255,l=e.sbox[0][n]+e.sbox[1][s];return l=l^e.sbox[2][t],l=l+e.sbox[3][i],l}function f(e,r,n){let s=r,t=n,i;for(let l=0;l<x;++l)s=s^e.pbox[l],t=S(e,s)^t,i=s,s=t,t=i;return i=s,s=t,t=i,t=t^e.pbox[x],s=s^e.pbox[x+1],{left:s,right:t}}function a(e,r,n){let s=r,t=n,i;for(let l=x+1;l>1;--l)s=s^e.pbox[l],t=S(e,s)^t,i=s,s=t,t=i;return i=s,s=t,t=i,t=t^e.pbox[1],s=s^e.pbox[0],{left:s,right:t}}function d(e,r,n){for(let E=0;E<4;E++){e.sbox[E]=[];for(let b=0;b<256;b++)e.sbox[E][b]=c[E][b]}let s=0;for(let E=0;E<x+2;E++)e.pbox[E]=v[E]^r[s],s++,s>=n&&(s=0);let t=0,i=0,l=0;for(let E=0;E<x+2;E+=2)l=f(e,t,i),t=l.left,i=l.right,e.pbox[E]=t,e.pbox[E+1]=i;for(let E=0;E<4;E++)for(let b=0;b<256;b+=2)l=f(e,t,i),t=l.left,i=l.right,e.sbox[E][b]=t,e.sbox[E][b+1]=i;return!0}var p=R.Blowfish=L.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var e=this._keyPriorReset=this._key,r=e.words,n=e.sigBytes/4;d(u,r,n)}},encryptBlock:function(e,r){var n=f(u,e[r],e[r+1]);e[r]=n.left,e[r+1]=n.right},decryptBlock:function(e,r){var n=a(u,e[r],e[r+1]);e[r]=n.left,e[r+1]=n.right},blockSize:64/32,keySize:128/32,ivSize:64/32});N.Blowfish=L._createHelper(p)}(),P.Blowfish})}(Wt)),Wt.exports}(function(W,M){(function(P,N,J){W.exports=N(Se(),rt(),ln(),pn(),Je(),fn(),Qe(),dr(),mt(),hn(),hr(),vn(),mn(),En(),_t(),gn(),Ye(),Me(),yn(),xn(),Sn(),bn(),_n(),Rn(),Cn(),Tn(),Dn(),An(),On(),wn(),Pn(),Mn(),kn(),In(),Bn())})(ye,function(P){return P})})(tr);var Nn=tr.exports,et=un(Nn);function Ln(W){return et.MD5(W).toString().toUpperCase()}function Un(W,M,P,N,J,L,R,x){var v;let c="";L.set("x-log-apiversion","0.6.0"),L.set("x-log-signaturemethod","hmac-sha1"),c+=W+`
|
|
17
|
-
`+
|
|
18
|
-
`+((
|
|
19
|
-
`+
|
|
20
|
-
`;const
|
|
21
|
-
`).join("");c
|
|
22
|
-
`+P)}}return null})}var Vn=(W,M,P)=>new Promise((N,J)=>{var L=v=>{try{x(P.next(v))}catch(c){J(c)}},R=v=>{try{x(P.throw(v))}catch(c){J(c)}},x=v=>v.done?N(v.value):Promise.resolve(v.value).then(L,R);x((P=P.apply(W,M)).next())});function Fr(W){return{transString:function(M){let P={},N=0,J=!1;for(let L in M){if((L==="time"||L==="__time__")&&typeof M[L]=="number"){N=M[L],J=!0;continue}typeof M[L]=="object"?P[L]=JSON.stringify(M[L]):P[L]=String(M[L])}return P.__time__=J?N:Math.floor(new Date().getTime()/1e3),P},process:function(M,P){return Vn(this,null,function*(){yield Hn(W);let N=M.slice(M.indexOf("/logstores")),J=P.length,L=Ln(P),R=new Date().toUTCString(),x=new Map,v=new Map([["Content-Type","application/json"],["Content-MD5",L],["x-log-bodyrawsize",J.toString()]]);W.securityToken&&v.set("x-acs-security-token",W.securityToken),Un("POST",N,W.accessKeyId,W.accessKeySecret,x,v,L,R);let c=Object.fromEntries(v);return{data:P,header:c}})}}}typeof window<"u"&&$t(window,"stsPlugin",Fr);var Hr={exports:{}};/*! aliyun rts sdk - ver2.12.5 created:2025/6/6 14:17:23 */(function(W,M){(function(P,N){W.exports=N()})(self,()=>(()=>{var P={280:L=>{var R;R=()=>(()=>{var x={692:S=>{var f=S.exports={v:[{name:"version",reg:/^(\d*)$/}],o:[{name:"origin",reg:/^(\S*) (\d*) (\d*) (\S*) IP(\d) (\S*)/,names:["username","sessionId","sessionVersion","netType","ipVer","address"],format:"%s %s %d %s IP%d %s"}],s:[{name:"name"}],i:[{name:"description"}],u:[{name:"uri"}],e:[{name:"email"}],p:[{name:"phone"}],z:[{name:"timezones"}],r:[{name:"repeats"}],t:[{name:"timing",reg:/^(\d*) (\d*)/,names:["start","stop"],format:"%d %d"}],c:[{name:"connection",reg:/^IN IP(\d) (\S*)/,names:["version","ip"],format:"IN IP%d %s"}],b:[{push:"bandwidth",reg:/^(TIAS|AS|CT|RR|RS):(\d*)/,names:["type","limit"],format:"%s:%s"}],m:[{reg:/^(\w*) (\d*) ([\w/]*)(?: (.*))?/,names:["type","port","protocol","payloads"],format:"%s %d %s %s"}],a:[{push:"rtp",reg:/^rtpmap:(\d*) ([\w\-.]*)(?:\s*\/(\d*)(?:\s*\/(\S*))?)?/,names:["payload","codec","rate","encoding"],format:function(a){return a.encoding?"rtpmap:%d %s/%s/%s":a.rate?"rtpmap:%d %s/%s":"rtpmap:%d %s"}},{push:"fmtp",reg:/^fmtp:(\d*) ([\S| ]*)/,names:["payload","config"],format:"fmtp:%d %s"},{name:"control",reg:/^control:(.*)/,format:"control:%s"},{name:"rtcp",reg:/^rtcp:(\d*)(?: (\S*) IP(\d) (\S*))?/,names:["port","netType","ipVer","address"],format:function(a){return a.address!=null?"rtcp:%d %s IP%d %s":"rtcp:%d"}},{push:"rtcpFbTrrInt",reg:/^rtcp-fb:(\*|\d*) trr-int (\d*)/,names:["payload","value"],format:"rtcp-fb:%s trr-int %d"},{push:"rtcpFb",reg:/^rtcp-fb:(\*|\d*) ([\w-_]*)(?: ([\w-_]*))?/,names:["payload","type","subtype"],format:function(a){return a.subtype!=null?"rtcp-fb:%s %s %s":"rtcp-fb:%s %s"}},{push:"ext",reg:/^extmap:(\d+)(?:\/(\w+))?(?: (urn:ietf:params:rtp-hdrext:encrypt))? (\S*)(?: (\S*))?/,names:["value","direction","encrypt-uri","uri","config"],format:function(a){return"extmap:%d"+(a.direction?"/%s":"%v")+(a["encrypt-uri"]?" %s":"%v")+" %s"+(a.config?" %s":"")}},{name:"extmapAllowMixed",reg:/^(extmap-allow-mixed)/},{push:"crypto",reg:/^crypto:(\d*) ([\w_]*) (\S*)(?: (\S*))?/,names:["id","suite","config","sessionConfig"],format:function(a){return a.sessionConfig!=null?"crypto:%d %s %s %s":"crypto:%d %s %s"}},{name:"setup",reg:/^setup:(\w*)/,format:"setup:%s"},{name:"connectionType",reg:/^connection:(new|existing)/,format:"connection:%s"},{name:"mid",reg:/^mid:([^\s]*)/,format:"mid:%s"},{name:"msid",reg:/^msid:(.*)/,format:"msid:%s"},{name:"ptime",reg:/^ptime:(\d*(?:\.\d*)*)/,format:"ptime:%d"},{name:"maxptime",reg:/^maxptime:(\d*(?:\.\d*)*)/,format:"maxptime:%d"},{name:"direction",reg:/^(sendrecv|recvonly|sendonly|inactive)/},{name:"icelite",reg:/^(ice-lite)/},{name:"iceUfrag",reg:/^ice-ufrag:(\S*)/,format:"ice-ufrag:%s"},{name:"icePwd",reg:/^ice-pwd:(\S*)/,format:"ice-pwd:%s"},{name:"fingerprint",reg:/^fingerprint:(\S*) (\S*)/,names:["type","hash"],format:"fingerprint:%s %s"},{push:"candidates",reg:/^candidate:(\S*) (\d*) (\S*) (\d*) (\S*) (\d*) typ (\S*)(?: raddr (\S*) rport (\d*))?(?: tcptype (\S*))?(?: generation (\d*))?(?: network-id (\d*))?(?: network-cost (\d*))?/,names:["foundation","component","transport","priority","ip","port","type","raddr","rport","tcptype","generation","network-id","network-cost"],format:function(a){var d="candidate:%s %d %s %d %s %d typ %s";return d+=a.raddr!=null?" raddr %s rport %d":"%v%v",d+=a.tcptype!=null?" tcptype %s":"%v",a.generation!=null&&(d+=" generation %d"),(d+=a["network-id"]!=null?" network-id %d":"%v")+(a["network-cost"]!=null?" network-cost %d":"%v")}},{name:"endOfCandidates",reg:/^(end-of-candidates)/},{name:"remoteCandidates",reg:/^remote-candidates:(.*)/,format:"remote-candidates:%s"},{name:"iceOptions",reg:/^ice-options:(\S*)/,format:"ice-options:%s"},{push:"ssrcs",reg:/^ssrc:(\d*) ([\w_-]*)(?::(.*))?/,names:["id","attribute","value"],format:function(a){var d="ssrc:%d";return a.attribute!=null&&(d+=" %s",a.value!=null&&(d+=":%s")),d}},{push:"ssrcGroups",reg:/^ssrc-group:([\x21\x23\x24\x25\x26\x27\x2A\x2B\x2D\x2E\w]*) (.*)/,names:["semantics","ssrcs"],format:"ssrc-group:%s %s"},{name:"msidSemantic",reg:/^msid-semantic:\s?(\w*) (\S*)/,names:["semantic","token"],format:"msid-semantic: %s %s"},{push:"groups",reg:/^group:(\w*) (.*)/,names:["type","mids"],format:"group:%s %s"},{name:"rtcpMux",reg:/^(rtcp-mux)/},{name:"rtcpRsize",reg:/^(rtcp-rsize)/},{name:"sctpmap",reg:/^sctpmap:([\w_/]*) (\S*)(?: (\S*))?/,names:["sctpmapNumber","app","maxMessageSize"],format:function(a){return a.maxMessageSize!=null?"sctpmap:%s %s %s":"sctpmap:%s %s"}},{name:"xGoogleFlag",reg:/^x-google-flag:([^\s]*)/,format:"x-google-flag:%s"},{push:"rids",reg:/^rid:([\d\w]+) (\w+)(?: ([\S| ]*))?/,names:["id","direction","params"],format:function(a){return a.params?"rid:%s %s %s":"rid:%s %s"}},{push:"imageattrs",reg:new RegExp("^imageattr:(\\d+|\\*)[\\s\\t]+(send|recv)[\\s\\t]+(\\*|\\[\\S+\\](?:[\\s\\t]+\\[\\S+\\])*)(?:[\\s\\t]+(recv|send)[\\s\\t]+(\\*|\\[\\S+\\](?:[\\s\\t]+\\[\\S+\\])*))?"),names:["pt","dir1","attrs1","dir2","attrs2"],format:function(a){return"imageattr:%s %s %s"+(a.dir2?" %s %s":"")}},{name:"simulcast",reg:new RegExp("^simulcast:(send|recv) ([a-zA-Z0-9\\-_~;,]+)(?:\\s?(send|recv) ([a-zA-Z0-9\\-_~;,]+))?$"),names:["dir1","list1","dir2","list2"],format:function(a){return"simulcast:%s %s"+(a.dir2?" %s %s":"")}},{name:"simulcast_03",reg:/^simulcast:[\s\t]+([\S+\s\t]+)$/,names:["value"],format:"simulcast: %s"},{name:"framerate",reg:/^framerate:(\d+(?:$|\.\d+))/,format:"framerate:%s"},{name:"sourceFilter",reg:/^source-filter: *(excl|incl) (\S*) (IP4|IP6|\*) (\S*) (.*)/,names:["filterMode","netType","addressTypes","destAddress","srcList"],format:"source-filter: %s %s %s %s %s"},{name:"bundleOnly",reg:/^(bundle-only)/},{name:"label",reg:/^label:(.+)/,format:"label:%s"},{name:"sctpPort",reg:/^sctp-port:(\d+)$/,format:"sctp-port:%s"},{name:"maxMessageSize",reg:/^max-message-size:(\d+)$/,format:"max-message-size:%s"},{push:"tsRefClocks",reg:/^ts-refclk:([^\s=]*)(?:=(\S*))?/,names:["clksrc","clksrcExt"],format:function(a){return"ts-refclk:%s"+(a.clksrcExt!=null?"=%s":"")}},{name:"mediaClk",reg:/^mediaclk:(?:id=(\S*))? *([^\s=]*)(?:=(\S*))?(?: *rate=(\d+)\/(\d+))?/,names:["id","mediaClockName","mediaClockValue","rateNumerator","rateDenominator"],format:function(a){var d="mediaclk:";return d+=a.id!=null?"id=%s %s":"%v%s",d+=a.mediaClockValue!=null?"=%s":"",(d+=a.rateNumerator!=null?" rate=%s":"")+(a.rateDenominator!=null?"/%s":"")}},{name:"keywords",reg:/^keywds:(.+)$/,format:"keywds:%s"},{name:"content",reg:/^content:(.+)/,format:"content:%s"},{name:"bfcpFloorCtrl",reg:/^floorctrl:(c-only|s-only|c-s)/,format:"floorctrl:%s"},{name:"bfcpConfId",reg:/^confid:(\d+)/,format:"confid:%s"},{name:"bfcpUserId",reg:/^userid:(\d+)/,format:"userid:%s"},{name:"bfcpFloorId",reg:/^floorid:(.+) (?:m-stream|mstrm):(.+)/,names:["id","mStream"],format:"floorid:%s mstrm:%s"},{push:"invalid",names:["value"]}]};Object.keys(f).forEach(function(a){f[a].forEach(function(d){d.reg||(d.reg=/(.*)/),d.format||(d.format="%s")})})},766:(S,f,a)=>{var d=a(962),p=a(627);f.write=p,f.parse=d.parse,f.parseParams=d.parseParams,f.parseFmtpConfig=d.parseFmtpConfig,f.parsePayloads=d.parsePayloads,f.parseRemoteCandidates=d.parseRemoteCandidates,f.parseImageAttributes=d.parseImageAttributes,f.parseSimulcastStreamList=d.parseSimulcastStreamList},962:(S,f,a)=>{var d=function(s){return String(Number(s))===s?Number(s):s},p=function(s,t,i){var l=s.name&&s.names;s.push&&!t[s.push]?t[s.push]=[]:l&&!t[s.name]&&(t[s.name]={});var E=s.push?{}:l?t[s.name]:t;(function(b,_,h,o){if(o&&!h)_[o]=d(b[1]);else for(var g=0;g<h.length;g+=1)b[g+1]!=null&&(_[h[g]]=d(b[g+1]))})(i.match(s.reg),E,s.names,s.name),s.push&&t[s.push].push(E)},e=a(692),r=RegExp.prototype.test.bind(/^([a-z])=(.*)/);f.parse=function(s){var t={},i=[],l=t;return s.split(/(\r\n|\r|\n)/).filter(r).forEach(function(E){var b=E[0],_=E.slice(2);b==="m"&&(i.push({rtp:[],fmtp:[]}),l=i[i.length-1]);for(var h=0;h<(e[b]||[]).length;h+=1){var o=e[b][h];if(o.reg.test(_))return p(o,l,_)}}),t.media=i,t};var n=function(s,t){var i=t.split(/=(.+)/,2);return i.length===2?s[i[0]]=d(i[1]):i.length===1&&t.length>1&&(s[i[0]]=void 0),s};f.parseParams=function(s){return s.split(/;\s?/).reduce(n,{})},f.parseFmtpConfig=f.parseParams,f.parsePayloads=function(s){return s.toString().split(" ").map(Number)},f.parseRemoteCandidates=function(s){for(var t=[],i=s.split(" ").map(d),l=0;l<i.length;l+=3)t.push({component:i[l],ip:i[l+1],port:i[l+2]});return t},f.parseImageAttributes=function(s){return s.split(" ").map(function(t){return t.substring(1,t.length-1).split(",").reduce(n,{})})},f.parseSimulcastStreamList=function(s){return s.split(";").map(function(t){return t.split(",").map(function(i){var l,E=!1;return i[0]!=="~"?l=d(i):(l=d(i.substring(1,i.length)),E=!0),{scid:l,paused:E}})})}},627:(S,f,a)=>{var d=a(692),p=/%[sdv%]/g,e=function(t){var i=1,l=arguments,E=l.length;return t.replace(p,function(b){if(i>=E)return b;var _=l[i];switch(i+=1,b){case"%%":return"%";case"%s":return String(_);case"%d":return Number(_);case"%v":return""}})},r=function(t,i,l){var E=[t+"="+(i.format instanceof Function?i.format(i.push?l:l[i.name]):i.format)];if(i.names)for(var b=0;b<i.names.length;b+=1){var _=i.names[b];i.name?E.push(l[i.name][_]):E.push(l[i.names[b]])}else E.push(l[i.name]);return e.apply(null,E)},n=["v","o","s","i","u","e","p","c","b","t","r","z","a"],s=["i","c","b","a"];S.exports=function(t,i){i=i||{},t.version==null&&(t.version=0),t.name==null&&(t.name=" "),t.media.forEach(function(_){_.payloads==null&&(_.payloads="")});var l=i.outerOrder||n,E=i.innerOrder||s,b=[];return l.forEach(function(_){d[_].forEach(function(h){h.name in t&&t[h.name]!=null?b.push(r(_,h,t)):h.push in t&&t[h.push]!=null&&t[h.push].forEach(function(o){b.push(r(_,h,o))})})}),t.media.forEach(function(_){b.push(r("m",d.m[0],_)),E.forEach(function(h){d[h].forEach(function(o){o.name in _&&_[o.name]!=null?b.push(r(h,o,_)):o.push in _&&_[o.push]!=null&&_[o.push].forEach(function(g){b.push(r(h,o,g))})})})}),b.join(`\r
|
|
16
|
+
*/return M.mode.CTRGladman=function(){var V=M.lib.BlockCipherMode.extend();function Q(_){if((_>>24&255)===255){var m=_>>16&255,d=_>>8&255,f=_&255;m===255?(m=0,d===255?(d=0,f===255?f=0:++f):++d):++m,_=0,_+=m<<16,_+=d<<8,_+=f}else _+=1<<24;return _}function j(_){return(_[0]=Q(_[0]))===0&&(_[1]=Q(_[1])),_}var T=V.Encryptor=V.extend({processBlock:function(_,m){var d=this._cipher,f=d.blockSize,y=this._iv,v=this._counter;y&&(v=this._counter=y.slice(0),this._iv=void 0),j(v);var s=v.slice(0);d.encryptBlock(s,0);for(var c=0;c<f;c++)_[m+c]^=s[c]}});return V.Decryptor=T,V}(),M.mode.CTRGladman})}(Ot)),Ot.exports}var wt={exports:{}},xr;function Cn(){return xr||(xr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Ne())})(ye,function(M){return M.mode.OFB=function(){var V=M.lib.BlockCipherMode.extend(),Q=V.Encryptor=V.extend({processBlock:function(j,T){var _=this._cipher,m=_.blockSize,d=this._iv,f=this._keystream;d&&(f=this._keystream=d.slice(0),this._iv=void 0),_.encryptBlock(f,0);for(var y=0;y<m;y++)j[T+y]^=f[y]}});return V.Decryptor=Q,V}(),M.mode.OFB})}(wt)),wt.exports}var Pt={exports:{}},Tr;function bn(){return Tr||(Tr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Ne())})(ye,function(M){return M.mode.ECB=function(){var V=M.lib.BlockCipherMode.extend();return V.Encryptor=V.extend({processBlock:function(Q,j){this._cipher.encryptBlock(Q,j)}}),V.Decryptor=V.extend({processBlock:function(Q,j){this._cipher.decryptBlock(Q,j)}}),V}(),M.mode.ECB})}(Pt)),Pt.exports}var It={exports:{}},Ar;function Rn(){return Ar||(Ar=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Ne())})(ye,function(M){return M.pad.AnsiX923={pad:function(V,Q){var j=V.sigBytes,T=Q*4,_=T-j%T,m=j+_-1;V.clamp(),V.words[m>>>2]|=_<<24-m%4*8,V.sigBytes+=_},unpad:function(V){var Q=V.words[V.sigBytes-1>>>2]&255;V.sigBytes-=Q}},M.pad.Ansix923})}(It)),It.exports}var Mt={exports:{}},Dr;function xn(){return Dr||(Dr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Ne())})(ye,function(M){return M.pad.Iso10126={pad:function(V,Q){var j=Q*4,T=j-V.sigBytes%j;V.concat(M.lib.WordArray.random(T-1)).concat(M.lib.WordArray.create([T<<24],1))},unpad:function(V){var Q=V.words[V.sigBytes-1>>>2]&255;V.sigBytes-=Q}},M.pad.Iso10126})}(Mt)),Mt.exports}var kt={exports:{}},Or;function Tn(){return Or||(Or=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Ne())})(ye,function(M){return M.pad.Iso97971={pad:function(V,Q){V.concat(M.lib.WordArray.create([2147483648],1)),M.pad.ZeroPadding.pad(V,Q)},unpad:function(V){M.pad.ZeroPadding.unpad(V),V.sigBytes--}},M.pad.Iso97971})}(kt)),kt.exports}var Nt={exports:{}},wr;function An(){return wr||(wr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Ne())})(ye,function(M){return M.pad.ZeroPadding={pad:function(V,Q){var j=Q*4;V.clamp(),V.sigBytes+=j-(V.sigBytes%j||j)},unpad:function(V){for(var Q=V.words,j=V.sigBytes-1,j=V.sigBytes-1;j>=0;j--)if(Q[j>>>2]>>>24-j%4*8&255){V.sigBytes=j+1;break}}},M.pad.ZeroPadding})}(Nt)),Nt.exports}var Bt={exports:{}},Pr;function Dn(){return Pr||(Pr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Ne())})(ye,function(M){return M.pad.NoPadding={pad:function(){},unpad:function(){}},M.pad.NoPadding})}(Bt)),Bt.exports}var Lt={exports:{}},Ir;function On(){return Ir||(Ir=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Ne())})(ye,function(M){return function(V){var Q=M,j=Q.lib,T=j.CipherParams,_=Q.enc,m=_.Hex,d=Q.format;d.Hex={stringify:function(f){return f.ciphertext.toString(m)},parse:function(f){var y=m.parse(f);return T.create({ciphertext:y})}}}(),M.format.Hex})}(Lt)),Lt.exports}var Ut={exports:{}},Mr;function wn(){return Mr||(Mr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Qe(),Je(),qe(),Ne())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.BlockCipher,T=V.algo,_=[],m=[],d=[],f=[],y=[],v=[],s=[],c=[],a=[],e=[];(function(){for(var o=[],t=0;t<256;t++)t<128?o[t]=t<<1:o[t]=t<<1^283;for(var n=0,u=0,t=0;t<256;t++){var h=u^u<<1^u<<2^u<<3^u<<4;h=h>>>8^h&255^99,_[n]=h,m[h]=n;var S=o[n],x=o[S],E=o[x],p=o[h]*257^h*16843008;d[n]=p<<24|p>>>8,f[n]=p<<16|p>>>16,y[n]=p<<8|p>>>24,v[n]=p;var p=E*16843009^x*65537^S*257^n*16843008;s[h]=p<<24|p>>>8,c[h]=p<<16|p>>>16,a[h]=p<<8|p>>>24,e[h]=p,n?(n=S^o[o[o[E^S]]],u^=o[o[u]]):n=u=1}})();var r=[0,1,2,4,8,16,32,64,128,27,54],i=T.AES=j.extend({_doReset:function(){var o;if(!(this._nRounds&&this._keyPriorReset===this._key)){for(var t=this._keyPriorReset=this._key,n=t.words,u=t.sigBytes/4,h=this._nRounds=u+6,S=(h+1)*4,x=this._keySchedule=[],E=0;E<S;E++)E<u?x[E]=n[E]:(o=x[E-1],E%u?u>6&&E%u==4&&(o=_[o>>>24]<<24|_[o>>>16&255]<<16|_[o>>>8&255]<<8|_[o&255]):(o=o<<8|o>>>24,o=_[o>>>24]<<24|_[o>>>16&255]<<16|_[o>>>8&255]<<8|_[o&255],o^=r[E/u|0]<<24),x[E]=x[E-u]^o);for(var p=this._invKeySchedule=[],b=0;b<S;b++){var E=S-b;if(b%4)var o=x[E];else var o=x[E-4];b<4||E<=4?p[b]=o:p[b]=s[_[o>>>24]]^c[_[o>>>16&255]]^a[_[o>>>8&255]]^e[_[o&255]]}}},encryptBlock:function(o,t){this._doCryptBlock(o,t,this._keySchedule,d,f,y,v,_)},decryptBlock:function(o,t){var n=o[t+1];o[t+1]=o[t+3],o[t+3]=n,this._doCryptBlock(o,t,this._invKeySchedule,s,c,a,e,m);var n=o[t+1];o[t+1]=o[t+3],o[t+3]=n},_doCryptBlock:function(o,t,n,u,h,S,x,E){for(var p=this._nRounds,b=o[t]^n[0],l=o[t+1]^n[1],A=o[t+2]^n[2],R=o[t+3]^n[3],C=4,g=1;g<p;g++){var D=u[b>>>24]^h[l>>>16&255]^S[A>>>8&255]^x[R&255]^n[C++],O=u[l>>>24]^h[A>>>16&255]^S[R>>>8&255]^x[b&255]^n[C++],U=u[A>>>24]^h[R>>>16&255]^S[b>>>8&255]^x[l&255]^n[C++],k=u[R>>>24]^h[b>>>16&255]^S[l>>>8&255]^x[A&255]^n[C++];b=D,l=O,A=U,R=k}var D=(E[b>>>24]<<24|E[l>>>16&255]<<16|E[A>>>8&255]<<8|E[R&255])^n[C++],O=(E[l>>>24]<<24|E[A>>>16&255]<<16|E[R>>>8&255]<<8|E[b&255])^n[C++],U=(E[A>>>24]<<24|E[R>>>16&255]<<16|E[b>>>8&255]<<8|E[l&255])^n[C++],k=(E[R>>>24]<<24|E[b>>>16&255]<<16|E[l>>>8&255]<<8|E[A&255])^n[C++];o[t]=D,o[t+1]=O,o[t+2]=U,o[t+3]=k},keySize:256/32});V.AES=j._createHelper(i)}(),M.AES})}(Ut)),Ut.exports}var Ft={exports:{}},kr;function Pn(){return kr||(kr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Qe(),Je(),qe(),Ne())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.WordArray,T=Q.BlockCipher,_=V.algo,m=[57,49,41,33,25,17,9,1,58,50,42,34,26,18,10,2,59,51,43,35,27,19,11,3,60,52,44,36,63,55,47,39,31,23,15,7,62,54,46,38,30,22,14,6,61,53,45,37,29,21,13,5,28,20,12,4],d=[14,17,11,24,1,5,3,28,15,6,21,10,23,19,12,4,26,8,16,7,27,20,13,2,41,52,31,37,47,55,30,40,51,45,33,48,44,49,39,56,34,53,46,42,50,36,29,32],f=[1,2,4,6,8,10,12,14,15,17,19,21,23,25,27,28],y=[{0:8421888,268435456:32768,536870912:8421378,805306368:2,1073741824:512,1342177280:8421890,1610612736:8389122,1879048192:8388608,2147483648:514,2415919104:8389120,2684354560:33280,2952790016:8421376,3221225472:32770,3489660928:8388610,3758096384:0,4026531840:33282,134217728:0,402653184:8421890,671088640:33282,939524096:32768,1207959552:8421888,1476395008:512,1744830464:8421378,2013265920:2,2281701376:8389120,2550136832:33280,2818572288:8421376,3087007744:8389122,3355443200:8388610,3623878656:32770,3892314112:514,4160749568:8388608,1:32768,268435457:2,536870913:8421888,805306369:8388608,1073741825:8421378,1342177281:33280,1610612737:512,1879048193:8389122,2147483649:8421890,2415919105:8421376,2684354561:8388610,2952790017:33282,3221225473:514,3489660929:8389120,3758096385:32770,4026531841:0,134217729:8421890,402653185:8421376,671088641:8388608,939524097:512,1207959553:32768,1476395009:8388610,1744830465:2,2013265921:33282,2281701377:32770,2550136833:8389122,2818572289:514,3087007745:8421888,3355443201:8389120,3623878657:0,3892314113:33280,4160749569:8421378},{0:1074282512,16777216:16384,33554432:524288,50331648:1074266128,67108864:1073741840,83886080:1074282496,100663296:1073758208,117440512:16,134217728:540672,150994944:1073758224,167772160:1073741824,184549376:540688,201326592:524304,218103808:0,234881024:16400,251658240:1074266112,8388608:1073758208,25165824:540688,41943040:16,58720256:1073758224,75497472:1074282512,92274688:1073741824,109051904:524288,125829120:1074266128,142606336:524304,159383552:0,176160768:16384,192937984:1074266112,209715200:1073741840,226492416:540672,243269632:1074282496,260046848:16400,268435456:0,285212672:1074266128,301989888:1073758224,318767104:1074282496,335544320:1074266112,352321536:16,369098752:540688,385875968:16384,402653184:16400,419430400:524288,436207616:524304,452984832:1073741840,469762048:540672,486539264:1073758208,503316480:1073741824,520093696:1074282512,276824064:540688,293601280:524288,310378496:1074266112,327155712:16384,343932928:1073758208,360710144:1074282512,377487360:16,394264576:1073741824,411041792:1074282496,427819008:1073741840,444596224:1073758224,461373440:524304,478150656:0,494927872:16400,511705088:1074266128,528482304:540672},{0:260,1048576:0,2097152:67109120,3145728:65796,4194304:65540,5242880:67108868,6291456:67174660,7340032:67174400,8388608:67108864,9437184:67174656,10485760:65792,11534336:67174404,12582912:67109124,13631488:65536,14680064:4,15728640:256,524288:67174656,1572864:67174404,2621440:0,3670016:67109120,4718592:67108868,5767168:65536,6815744:65540,7864320:260,8912896:4,9961472:256,11010048:67174400,12058624:65796,13107200:65792,14155776:67109124,15204352:67174660,16252928:67108864,16777216:67174656,17825792:65540,18874368:65536,19922944:67109120,20971520:256,22020096:67174660,23068672:67108868,24117248:0,25165824:67109124,26214400:67108864,27262976:4,28311552:65792,29360128:67174400,30408704:260,31457280:65796,32505856:67174404,17301504:67108864,18350080:260,19398656:67174656,20447232:0,21495808:65540,22544384:67109120,23592960:256,24641536:67174404,25690112:65536,26738688:67174660,27787264:65796,28835840:67108868,29884416:67109124,30932992:67174400,31981568:4,33030144:65792},{0:2151682048,65536:2147487808,131072:4198464,196608:2151677952,262144:0,327680:4198400,393216:2147483712,458752:4194368,524288:2147483648,589824:4194304,655360:64,720896:2147487744,786432:2151678016,851968:4160,917504:4096,983040:2151682112,32768:2147487808,98304:64,163840:2151678016,229376:2147487744,294912:4198400,360448:2151682112,425984:0,491520:2151677952,557056:4096,622592:2151682048,688128:4194304,753664:4160,819200:2147483648,884736:4194368,950272:4198464,1015808:2147483712,1048576:4194368,1114112:4198400,1179648:2147483712,1245184:0,1310720:4160,1376256:2151678016,1441792:2151682048,1507328:2147487808,1572864:2151682112,1638400:2147483648,1703936:2151677952,1769472:4198464,1835008:2147487744,1900544:4194304,1966080:64,2031616:4096,1081344:2151677952,1146880:2151682112,1212416:0,1277952:4198400,1343488:4194368,1409024:2147483648,1474560:2147487808,1540096:64,1605632:2147483712,1671168:4096,1736704:2147487744,1802240:2151678016,1867776:4160,1933312:2151682048,1998848:4194304,2064384:4198464},{0:128,4096:17039360,8192:262144,12288:536870912,16384:537133184,20480:16777344,24576:553648256,28672:262272,32768:16777216,36864:537133056,40960:536871040,45056:553910400,49152:553910272,53248:0,57344:17039488,61440:553648128,2048:17039488,6144:553648256,10240:128,14336:17039360,18432:262144,22528:537133184,26624:553910272,30720:536870912,34816:537133056,38912:0,43008:553910400,47104:16777344,51200:536871040,55296:553648128,59392:16777216,63488:262272,65536:262144,69632:128,73728:536870912,77824:553648256,81920:16777344,86016:553910272,90112:537133184,94208:16777216,98304:553910400,102400:553648128,106496:17039360,110592:537133056,114688:262272,118784:536871040,122880:0,126976:17039488,67584:553648256,71680:16777216,75776:17039360,79872:537133184,83968:536870912,88064:17039488,92160:128,96256:553910272,100352:262272,104448:553910400,108544:0,112640:553648128,116736:16777344,120832:262144,124928:537133056,129024:536871040},{0:268435464,256:8192,512:270532608,768:270540808,1024:268443648,1280:2097152,1536:2097160,1792:268435456,2048:0,2304:268443656,2560:2105344,2816:8,3072:270532616,3328:2105352,3584:8200,3840:270540800,128:270532608,384:270540808,640:8,896:2097152,1152:2105352,1408:268435464,1664:268443648,1920:8200,2176:2097160,2432:8192,2688:268443656,2944:270532616,3200:0,3456:270540800,3712:2105344,3968:268435456,4096:268443648,4352:270532616,4608:270540808,4864:8200,5120:2097152,5376:268435456,5632:268435464,5888:2105344,6144:2105352,6400:0,6656:8,6912:270532608,7168:8192,7424:268443656,7680:270540800,7936:2097160,4224:8,4480:2105344,4736:2097152,4992:268435464,5248:268443648,5504:8200,5760:270540808,6016:270532608,6272:270540800,6528:270532616,6784:8192,7040:2105352,7296:2097160,7552:0,7808:268435456,8064:268443656},{0:1048576,16:33555457,32:1024,48:1049601,64:34604033,80:0,96:1,112:34603009,128:33555456,144:1048577,160:33554433,176:34604032,192:34603008,208:1025,224:1049600,240:33554432,8:34603009,24:0,40:33555457,56:34604032,72:1048576,88:33554433,104:33554432,120:1025,136:1049601,152:33555456,168:34603008,184:1048577,200:1024,216:34604033,232:1,248:1049600,256:33554432,272:1048576,288:33555457,304:34603009,320:1048577,336:33555456,352:34604032,368:1049601,384:1025,400:34604033,416:1049600,432:1,448:0,464:34603008,480:33554433,496:1024,264:1049600,280:33555457,296:34603009,312:1,328:33554432,344:1048576,360:1025,376:34604032,392:33554433,408:34603008,424:0,440:34604033,456:1049601,472:1024,488:33555456,504:1048577},{0:134219808,1:131072,2:134217728,3:32,4:131104,5:134350880,6:134350848,7:2048,8:134348800,9:134219776,10:133120,11:134348832,12:2080,13:0,14:134217760,15:133152,2147483648:2048,2147483649:134350880,2147483650:134219808,2147483651:134217728,2147483652:134348800,2147483653:133120,2147483654:133152,2147483655:32,2147483656:134217760,2147483657:2080,2147483658:131104,2147483659:134350848,2147483660:0,2147483661:134348832,2147483662:134219776,2147483663:131072,16:133152,17:134350848,18:32,19:2048,20:134219776,21:134217760,22:134348832,23:131072,24:0,25:131104,26:134348800,27:134219808,28:134350880,29:133120,30:2080,31:134217728,2147483664:131072,2147483665:2048,2147483666:134348832,2147483667:133152,2147483668:32,2147483669:134348800,2147483670:134217728,2147483671:134219808,2147483672:134350880,2147483673:134217760,2147483674:134219776,2147483675:0,2147483676:133120,2147483677:2080,2147483678:131104,2147483679:134350848}],v=[4160749569,528482304,33030144,2064384,129024,8064,504,2147483679],s=_.DES=T.extend({_doReset:function(){for(var r=this._key,i=r.words,o=[],t=0;t<56;t++){var n=m[t]-1;o[t]=i[n>>>5]>>>31-n%32&1}for(var u=this._subKeys=[],h=0;h<16;h++){for(var S=u[h]=[],x=f[h],t=0;t<24;t++)S[t/6|0]|=o[(d[t]-1+x)%28]<<31-t%6,S[4+(t/6|0)]|=o[28+(d[t+24]-1+x)%28]<<31-t%6;S[0]=S[0]<<1|S[0]>>>31;for(var t=1;t<7;t++)S[t]=S[t]>>>(t-1)*4+3;S[7]=S[7]<<5|S[7]>>>27}for(var E=this._invSubKeys=[],t=0;t<16;t++)E[t]=u[15-t]},encryptBlock:function(r,i){this._doCryptBlock(r,i,this._subKeys)},decryptBlock:function(r,i){this._doCryptBlock(r,i,this._invSubKeys)},_doCryptBlock:function(r,i,o){this._lBlock=r[i],this._rBlock=r[i+1],c.call(this,4,252645135),c.call(this,16,65535),a.call(this,2,858993459),a.call(this,8,16711935),c.call(this,1,1431655765);for(var t=0;t<16;t++){for(var n=o[t],u=this._lBlock,h=this._rBlock,S=0,x=0;x<8;x++)S|=y[x][((h^n[x])&v[x])>>>0];this._lBlock=h,this._rBlock=u^S}var E=this._lBlock;this._lBlock=this._rBlock,this._rBlock=E,c.call(this,1,1431655765),a.call(this,8,16711935),a.call(this,2,858993459),c.call(this,16,65535),c.call(this,4,252645135),r[i]=this._lBlock,r[i+1]=this._rBlock},keySize:64/32,ivSize:64/32,blockSize:64/32});function c(r,i){var o=(this._lBlock>>>r^this._rBlock)&i;this._rBlock^=o,this._lBlock^=o<<r}function a(r,i){var o=(this._rBlock>>>r^this._lBlock)&i;this._lBlock^=o,this._rBlock^=o<<r}V.DES=T._createHelper(s);var e=_.TripleDES=T.extend({_doReset:function(){var r=this._key,i=r.words;if(i.length!==2&&i.length!==4&&i.length<6)throw new Error("Invalid key length - 3DES requires the key length to be 64, 128, 192 or >192.");var o=i.slice(0,2),t=i.length<4?i.slice(0,2):i.slice(2,4),n=i.length<6?i.slice(0,2):i.slice(4,6);this._des1=s.createEncryptor(j.create(o)),this._des2=s.createEncryptor(j.create(t)),this._des3=s.createEncryptor(j.create(n))},encryptBlock:function(r,i){this._des1.encryptBlock(r,i),this._des2.decryptBlock(r,i),this._des3.encryptBlock(r,i)},decryptBlock:function(r,i){this._des3.decryptBlock(r,i),this._des2.encryptBlock(r,i),this._des1.decryptBlock(r,i)},keySize:192/32,ivSize:64/32,blockSize:64/32});V.TripleDES=T._createHelper(e)}(),M.TripleDES})}(Ft)),Ft.exports}var Vt={exports:{}},Nr;function In(){return Nr||(Nr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Qe(),Je(),qe(),Ne())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.StreamCipher,T=V.algo,_=T.RC4=j.extend({_doReset:function(){for(var f=this._key,y=f.words,v=f.sigBytes,s=this._S=[],c=0;c<256;c++)s[c]=c;for(var c=0,a=0;c<256;c++){var e=c%v,r=y[e>>>2]>>>24-e%4*8&255;a=(a+s[c]+r)%256;var i=s[c];s[c]=s[a],s[a]=i}this._i=this._j=0},_doProcessBlock:function(f,y){f[y]^=m.call(this)},keySize:256/32,ivSize:0});function m(){for(var f=this._S,y=this._i,v=this._j,s=0,c=0;c<4;c++){y=(y+1)%256,v=(v+f[y])%256;var a=f[y];f[y]=f[v],f[v]=a,s|=f[(f[y]+f[v])%256]<<24-c*8}return this._i=y,this._j=v,s}V.RC4=j._createHelper(_);var d=T.RC4Drop=_.extend({cfg:_.cfg.extend({drop:192}),_doReset:function(){_._doReset.call(this);for(var f=this.cfg.drop;f>0;f--)m.call(this)}});V.RC4Drop=j._createHelper(d)}(),M.RC4})}(Vt)),Vt.exports}var Ht={exports:{}},Br;function Mn(){return Br||(Br=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Qe(),Je(),qe(),Ne())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.StreamCipher,T=V.algo,_=[],m=[],d=[],f=T.Rabbit=j.extend({_doReset:function(){for(var v=this._key.words,s=this.cfg.iv,c=0;c<4;c++)v[c]=(v[c]<<8|v[c]>>>24)&16711935|(v[c]<<24|v[c]>>>8)&4278255360;var a=this._X=[v[0],v[3]<<16|v[2]>>>16,v[1],v[0]<<16|v[3]>>>16,v[2],v[1]<<16|v[0]>>>16,v[3],v[2]<<16|v[1]>>>16],e=this._C=[v[2]<<16|v[2]>>>16,v[0]&4294901760|v[1]&65535,v[3]<<16|v[3]>>>16,v[1]&4294901760|v[2]&65535,v[0]<<16|v[0]>>>16,v[2]&4294901760|v[3]&65535,v[1]<<16|v[1]>>>16,v[3]&4294901760|v[0]&65535];this._b=0;for(var c=0;c<4;c++)y.call(this);for(var c=0;c<8;c++)e[c]^=a[c+4&7];if(s){var r=s.words,i=r[0],o=r[1],t=(i<<8|i>>>24)&16711935|(i<<24|i>>>8)&4278255360,n=(o<<8|o>>>24)&16711935|(o<<24|o>>>8)&4278255360,u=t>>>16|n&4294901760,h=n<<16|t&65535;e[0]^=t,e[1]^=u,e[2]^=n,e[3]^=h,e[4]^=t,e[5]^=u,e[6]^=n,e[7]^=h;for(var c=0;c<4;c++)y.call(this)}},_doProcessBlock:function(v,s){var c=this._X;y.call(this),_[0]=c[0]^c[5]>>>16^c[3]<<16,_[1]=c[2]^c[7]>>>16^c[5]<<16,_[2]=c[4]^c[1]>>>16^c[7]<<16,_[3]=c[6]^c[3]>>>16^c[1]<<16;for(var a=0;a<4;a++)_[a]=(_[a]<<8|_[a]>>>24)&16711935|(_[a]<<24|_[a]>>>8)&4278255360,v[s+a]^=_[a]},blockSize:128/32,ivSize:64/32});function y(){for(var v=this._X,s=this._C,c=0;c<8;c++)m[c]=s[c];s[0]=s[0]+1295307597+this._b|0,s[1]=s[1]+3545052371+(s[0]>>>0<m[0]>>>0?1:0)|0,s[2]=s[2]+886263092+(s[1]>>>0<m[1]>>>0?1:0)|0,s[3]=s[3]+1295307597+(s[2]>>>0<m[2]>>>0?1:0)|0,s[4]=s[4]+3545052371+(s[3]>>>0<m[3]>>>0?1:0)|0,s[5]=s[5]+886263092+(s[4]>>>0<m[4]>>>0?1:0)|0,s[6]=s[6]+1295307597+(s[5]>>>0<m[5]>>>0?1:0)|0,s[7]=s[7]+3545052371+(s[6]>>>0<m[6]>>>0?1:0)|0,this._b=s[7]>>>0<m[7]>>>0?1:0;for(var c=0;c<8;c++){var a=v[c]+s[c],e=a&65535,r=a>>>16,i=((e*e>>>17)+e*r>>>15)+r*r,o=((a&4294901760)*a|0)+((a&65535)*a|0);d[c]=i^o}v[0]=d[0]+(d[7]<<16|d[7]>>>16)+(d[6]<<16|d[6]>>>16)|0,v[1]=d[1]+(d[0]<<8|d[0]>>>24)+d[7]|0,v[2]=d[2]+(d[1]<<16|d[1]>>>16)+(d[0]<<16|d[0]>>>16)|0,v[3]=d[3]+(d[2]<<8|d[2]>>>24)+d[1]|0,v[4]=d[4]+(d[3]<<16|d[3]>>>16)+(d[2]<<16|d[2]>>>16)|0,v[5]=d[5]+(d[4]<<8|d[4]>>>24)+d[3]|0,v[6]=d[6]+(d[5]<<16|d[5]>>>16)+(d[4]<<16|d[4]>>>16)|0,v[7]=d[7]+(d[6]<<8|d[6]>>>24)+d[5]|0}V.Rabbit=j._createHelper(f)}(),M.Rabbit})}(Ht)),Ht.exports}var jt={exports:{}},Lr;function kn(){return Lr||(Lr=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Qe(),Je(),qe(),Ne())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.StreamCipher,T=V.algo,_=[],m=[],d=[],f=T.RabbitLegacy=j.extend({_doReset:function(){var v=this._key.words,s=this.cfg.iv,c=this._X=[v[0],v[3]<<16|v[2]>>>16,v[1],v[0]<<16|v[3]>>>16,v[2],v[1]<<16|v[0]>>>16,v[3],v[2]<<16|v[1]>>>16],a=this._C=[v[2]<<16|v[2]>>>16,v[0]&4294901760|v[1]&65535,v[3]<<16|v[3]>>>16,v[1]&4294901760|v[2]&65535,v[0]<<16|v[0]>>>16,v[2]&4294901760|v[3]&65535,v[1]<<16|v[1]>>>16,v[3]&4294901760|v[0]&65535];this._b=0;for(var e=0;e<4;e++)y.call(this);for(var e=0;e<8;e++)a[e]^=c[e+4&7];if(s){var r=s.words,i=r[0],o=r[1],t=(i<<8|i>>>24)&16711935|(i<<24|i>>>8)&4278255360,n=(o<<8|o>>>24)&16711935|(o<<24|o>>>8)&4278255360,u=t>>>16|n&4294901760,h=n<<16|t&65535;a[0]^=t,a[1]^=u,a[2]^=n,a[3]^=h,a[4]^=t,a[5]^=u,a[6]^=n,a[7]^=h;for(var e=0;e<4;e++)y.call(this)}},_doProcessBlock:function(v,s){var c=this._X;y.call(this),_[0]=c[0]^c[5]>>>16^c[3]<<16,_[1]=c[2]^c[7]>>>16^c[5]<<16,_[2]=c[4]^c[1]>>>16^c[7]<<16,_[3]=c[6]^c[3]>>>16^c[1]<<16;for(var a=0;a<4;a++)_[a]=(_[a]<<8|_[a]>>>24)&16711935|(_[a]<<24|_[a]>>>8)&4278255360,v[s+a]^=_[a]},blockSize:128/32,ivSize:64/32});function y(){for(var v=this._X,s=this._C,c=0;c<8;c++)m[c]=s[c];s[0]=s[0]+1295307597+this._b|0,s[1]=s[1]+3545052371+(s[0]>>>0<m[0]>>>0?1:0)|0,s[2]=s[2]+886263092+(s[1]>>>0<m[1]>>>0?1:0)|0,s[3]=s[3]+1295307597+(s[2]>>>0<m[2]>>>0?1:0)|0,s[4]=s[4]+3545052371+(s[3]>>>0<m[3]>>>0?1:0)|0,s[5]=s[5]+886263092+(s[4]>>>0<m[4]>>>0?1:0)|0,s[6]=s[6]+1295307597+(s[5]>>>0<m[5]>>>0?1:0)|0,s[7]=s[7]+3545052371+(s[6]>>>0<m[6]>>>0?1:0)|0,this._b=s[7]>>>0<m[7]>>>0?1:0;for(var c=0;c<8;c++){var a=v[c]+s[c],e=a&65535,r=a>>>16,i=((e*e>>>17)+e*r>>>15)+r*r,o=((a&4294901760)*a|0)+((a&65535)*a|0);d[c]=i^o}v[0]=d[0]+(d[7]<<16|d[7]>>>16)+(d[6]<<16|d[6]>>>16)|0,v[1]=d[1]+(d[0]<<8|d[0]>>>24)+d[7]|0,v[2]=d[2]+(d[1]<<16|d[1]>>>16)+(d[0]<<16|d[0]>>>16)|0,v[3]=d[3]+(d[2]<<8|d[2]>>>24)+d[1]|0,v[4]=d[4]+(d[3]<<16|d[3]>>>16)+(d[2]<<16|d[2]>>>16)|0,v[5]=d[5]+(d[4]<<8|d[4]>>>24)+d[3]|0,v[6]=d[6]+(d[5]<<16|d[5]>>>16)+(d[4]<<16|d[4]>>>16)|0,v[7]=d[7]+(d[6]<<8|d[6]>>>24)+d[5]|0}V.RabbitLegacy=j._createHelper(f)}(),M.RabbitLegacy})}(jt)),jt.exports}var Wt={exports:{}},Ur;function Nn(){return Ur||(Ur=1,function(Y,L){(function(M,V,Q){Y.exports=V(_e(),Qe(),Je(),qe(),Ne())})(ye,function(M){return function(){var V=M,Q=V.lib,j=Q.BlockCipher,T=V.algo;const _=16,m=[608135816,2242054355,320440878,57701188,2752067618,698298832,137296536,3964562569,1160258022,953160567,3193202383,887688300,3232508343,3380367581,1065670069,3041331479,2450970073,2306472731],d=[[3509652390,2564797868,805139163,3491422135,3101798381,1780907670,3128725573,4046225305,614570311,3012652279,134345442,2240740374,1667834072,1901547113,2757295779,4103290238,227898511,1921955416,1904987480,2182433518,2069144605,3260701109,2620446009,720527379,3318853667,677414384,3393288472,3101374703,2390351024,1614419982,1822297739,2954791486,3608508353,3174124327,2024746970,1432378464,3864339955,2857741204,1464375394,1676153920,1439316330,715854006,3033291828,289532110,2706671279,2087905683,3018724369,1668267050,732546397,1947742710,3462151702,2609353502,2950085171,1814351708,2050118529,680887927,999245976,1800124847,3300911131,1713906067,1641548236,4213287313,1216130144,1575780402,4018429277,3917837745,3693486850,3949271944,596196993,3549867205,258830323,2213823033,772490370,2760122372,1774776394,2652871518,566650946,4142492826,1728879713,2882767088,1783734482,3629395816,2517608232,2874225571,1861159788,326777828,3124490320,2130389656,2716951837,967770486,1724537150,2185432712,2364442137,1164943284,2105845187,998989502,3765401048,2244026483,1075463327,1455516326,1322494562,910128902,469688178,1117454909,936433444,3490320968,3675253459,1240580251,122909385,2157517691,634681816,4142456567,3825094682,3061402683,2540495037,79693498,3249098678,1084186820,1583128258,426386531,1761308591,1047286709,322548459,995290223,1845252383,2603652396,3431023940,2942221577,3202600964,3727903485,1712269319,422464435,3234572375,1170764815,3523960633,3117677531,1434042557,442511882,3600875718,1076654713,1738483198,4213154764,2393238008,3677496056,1014306527,4251020053,793779912,2902807211,842905082,4246964064,1395751752,1040244610,2656851899,3396308128,445077038,3742853595,3577915638,679411651,2892444358,2354009459,1767581616,3150600392,3791627101,3102740896,284835224,4246832056,1258075500,768725851,2589189241,3069724005,3532540348,1274779536,3789419226,2764799539,1660621633,3471099624,4011903706,913787905,3497959166,737222580,2514213453,2928710040,3937242737,1804850592,3499020752,2949064160,2386320175,2390070455,2415321851,4061277028,2290661394,2416832540,1336762016,1754252060,3520065937,3014181293,791618072,3188594551,3933548030,2332172193,3852520463,3043980520,413987798,3465142937,3030929376,4245938359,2093235073,3534596313,375366246,2157278981,2479649556,555357303,3870105701,2008414854,3344188149,4221384143,3956125452,2067696032,3594591187,2921233993,2428461,544322398,577241275,1471733935,610547355,4027169054,1432588573,1507829418,2025931657,3646575487,545086370,48609733,2200306550,1653985193,298326376,1316178497,3007786442,2064951626,458293330,2589141269,3591329599,3164325604,727753846,2179363840,146436021,1461446943,4069977195,705550613,3059967265,3887724982,4281599278,3313849956,1404054877,2845806497,146425753,1854211946],[1266315497,3048417604,3681880366,3289982499,290971e4,1235738493,2632868024,2414719590,3970600049,1771706367,1449415276,3266420449,422970021,1963543593,2690192192,3826793022,1062508698,1531092325,1804592342,2583117782,2714934279,4024971509,1294809318,4028980673,1289560198,2221992742,1669523910,35572830,157838143,1052438473,1016535060,1802137761,1753167236,1386275462,3080475397,2857371447,1040679964,2145300060,2390574316,1461121720,2956646967,4031777805,4028374788,33600511,2920084762,1018524850,629373528,3691585981,3515945977,2091462646,2486323059,586499841,988145025,935516892,3367335476,2599673255,2839830854,265290510,3972581182,2759138881,3795373465,1005194799,847297441,406762289,1314163512,1332590856,1866599683,4127851711,750260880,613907577,1450815602,3165620655,3734664991,3650291728,3012275730,3704569646,1427272223,778793252,1343938022,2676280711,2052605720,1946737175,3164576444,3914038668,3967478842,3682934266,1661551462,3294938066,4011595847,840292616,3712170807,616741398,312560963,711312465,1351876610,322626781,1910503582,271666773,2175563734,1594956187,70604529,3617834859,1007753275,1495573769,4069517037,2549218298,2663038764,504708206,2263041392,3941167025,2249088522,1514023603,1998579484,1312622330,694541497,2582060303,2151582166,1382467621,776784248,2618340202,3323268794,2497899128,2784771155,503983604,4076293799,907881277,423175695,432175456,1378068232,4145222326,3954048622,3938656102,3820766613,2793130115,2977904593,26017576,3274890735,3194772133,1700274565,1756076034,4006520079,3677328699,720338349,1533947780,354530856,688349552,3973924725,1637815568,332179504,3949051286,53804574,2852348879,3044236432,1282449977,3583942155,3416972820,4006381244,1617046695,2628476075,3002303598,1686838959,431878346,2686675385,1700445008,1080580658,1009431731,832498133,3223435511,2605976345,2271191193,2516031870,1648197032,4164389018,2548247927,300782431,375919233,238389289,3353747414,2531188641,2019080857,1475708069,455242339,2609103871,448939670,3451063019,1395535956,2413381860,1841049896,1491858159,885456874,4264095073,4001119347,1565136089,3898914787,1108368660,540939232,1173283510,2745871338,3681308437,4207628240,3343053890,4016749493,1699691293,1103962373,3625875870,2256883143,3830138730,1031889488,3479347698,1535977030,4236805024,3251091107,2132092099,1774941330,1199868427,1452454533,157007616,2904115357,342012276,595725824,1480756522,206960106,497939518,591360097,863170706,2375253569,3596610801,1814182875,2094937945,3421402208,1082520231,3463918190,2785509508,435703966,3908032597,1641649973,2842273706,3305899714,1510255612,2148256476,2655287854,3276092548,4258621189,236887753,3681803219,274041037,1734335097,3815195456,3317970021,1899903192,1026095262,4050517792,356393447,2410691914,3873677099,3682840055],[3913112168,2491498743,4132185628,2489919796,1091903735,1979897079,3170134830,3567386728,3557303409,857797738,1136121015,1342202287,507115054,2535736646,337727348,3213592640,1301675037,2528481711,1895095763,1721773893,3216771564,62756741,2142006736,835421444,2531993523,1442658625,3659876326,2882144922,676362277,1392781812,170690266,3921047035,1759253602,3611846912,1745797284,664899054,1329594018,3901205900,3045908486,2062866102,2865634940,3543621612,3464012697,1080764994,553557557,3656615353,3996768171,991055499,499776247,1265440854,648242737,3940784050,980351604,3713745714,1749149687,3396870395,4211799374,3640570775,1161844396,3125318951,1431517754,545492359,4268468663,3499529547,1437099964,2702547544,3433638243,2581715763,2787789398,1060185593,1593081372,2418618748,4260947970,69676912,2159744348,86519011,2512459080,3838209314,1220612927,3339683548,133810670,1090789135,1078426020,1569222167,845107691,3583754449,4072456591,1091646820,628848692,1613405280,3757631651,526609435,236106946,48312990,2942717905,3402727701,1797494240,859738849,992217954,4005476642,2243076622,3870952857,3732016268,765654824,3490871365,2511836413,1685915746,3888969200,1414112111,2273134842,3281911079,4080962846,172450625,2569994100,980381355,4109958455,2819808352,2716589560,2568741196,3681446669,3329971472,1835478071,660984891,3704678404,4045999559,3422617507,3040415634,1762651403,1719377915,3470491036,2693910283,3642056355,3138596744,1364962596,2073328063,1983633131,926494387,3423689081,2150032023,4096667949,1749200295,3328846651,309677260,2016342300,1779581495,3079819751,111262694,1274766160,443224088,298511866,1025883608,3806446537,1145181785,168956806,3641502830,3584813610,1689216846,3666258015,3200248200,1692713982,2646376535,4042768518,1618508792,1610833997,3523052358,4130873264,2001055236,3610705100,2202168115,4028541809,2961195399,1006657119,2006996926,3186142756,1430667929,3210227297,1314452623,4074634658,4101304120,2273951170,1399257539,3367210612,3027628629,1190975929,2062231137,2333990788,2221543033,2438960610,1181637006,548689776,2362791313,3372408396,3104550113,3145860560,296247880,1970579870,3078560182,3769228297,1714227617,3291629107,3898220290,166772364,1251581989,493813264,448347421,195405023,2709975567,677966185,3703036547,1463355134,2715995803,1338867538,1343315457,2802222074,2684532164,233230375,2599980071,2000651841,3277868038,1638401717,4028070440,3237316320,6314154,819756386,300326615,590932579,1405279636,3267499572,3150704214,2428286686,3959192993,3461946742,1862657033,1266418056,963775037,2089974820,2263052895,1917689273,448879540,3550394620,3981727096,150775221,3627908307,1303187396,508620638,2975983352,2726630617,1817252668,1876281319,1457606340,908771278,3720792119,3617206836,2455994898,1729034894,1080033504],[976866871,3556439503,2881648439,1522871579,1555064734,1336096578,3548522304,2579274686,3574697629,3205460757,3593280638,3338716283,3079412587,564236357,2993598910,1781952180,1464380207,3163844217,3332601554,1699332808,1393555694,1183702653,3581086237,1288719814,691649499,2847557200,2895455976,3193889540,2717570544,1781354906,1676643554,2592534050,3230253752,1126444790,2770207658,2633158820,2210423226,2615765581,2414155088,3127139286,673620729,2805611233,1269405062,4015350505,3341807571,4149409754,1057255273,2012875353,2162469141,2276492801,2601117357,993977747,3918593370,2654263191,753973209,36408145,2530585658,25011837,3520020182,2088578344,530523599,2918365339,1524020338,1518925132,3760827505,3759777254,1202760957,3985898139,3906192525,674977740,4174734889,2031300136,2019492241,3983892565,4153806404,3822280332,352677332,2297720250,60907813,90501309,3286998549,1016092578,2535922412,2839152426,457141659,509813237,4120667899,652014361,1966332200,2975202805,55981186,2327461051,676427537,3255491064,2882294119,3433927263,1307055953,942726286,933058658,2468411793,3933900994,4215176142,1361170020,2001714738,2830558078,3274259782,1222529897,1679025792,2729314320,3714953764,1770335741,151462246,3013232138,1682292957,1483529935,471910574,1539241949,458788160,3436315007,1807016891,3718408830,978976581,1043663428,3165965781,1927990952,4200891579,2372276910,3208408903,3533431907,1412390302,2931980059,4132332400,1947078029,3881505623,4168226417,2941484381,1077988104,1320477388,886195818,18198404,3786409e3,2509781533,112762804,3463356488,1866414978,891333506,18488651,661792760,1628790961,3885187036,3141171499,876946877,2693282273,1372485963,791857591,2686433993,3759982718,3167212022,3472953795,2716379847,445679433,3561995674,3504004811,3574258232,54117162,3331405415,2381918588,3769707343,4154350007,1140177722,4074052095,668550556,3214352940,367459370,261225585,2610173221,4209349473,3468074219,3265815641,314222801,3066103646,3808782860,282218597,3406013506,3773591054,379116347,1285071038,846784868,2669647154,3771962079,3550491691,2305946142,453669953,1268987020,3317592352,3279303384,3744833421,2610507566,3859509063,266596637,3847019092,517658769,3462560207,3443424879,370717030,4247526661,2224018117,4143653529,4112773975,2788324899,2477274417,1456262402,2901442914,1517677493,1846949527,2295493580,3734397586,2176403920,1280348187,1908823572,3871786941,846861322,1172426758,3287448474,3383383037,1655181056,3139813346,901632758,1897031941,2986607138,3066810236,3447102507,1393639104,373351379,950779232,625454576,3124240540,4148612726,2007998917,544563296,2244738638,2330496472,2058025392,1291430526,424198748,50039436,29584100,3605783033,2429876329,2791104160,1057563949,3255363231,3075367218,3463963227,1469046755,985887462]];var f={pbox:[],sbox:[]};function y(e,r){let i=r>>24&255,o=r>>16&255,t=r>>8&255,n=r&255,u=e.sbox[0][i]+e.sbox[1][o];return u=u^e.sbox[2][t],u=u+e.sbox[3][n],u}function v(e,r,i){let o=r,t=i,n;for(let u=0;u<_;++u)o=o^e.pbox[u],t=y(e,o)^t,n=o,o=t,t=n;return n=o,o=t,t=n,t=t^e.pbox[_],o=o^e.pbox[_+1],{left:o,right:t}}function s(e,r,i){let o=r,t=i,n;for(let u=_+1;u>1;--u)o=o^e.pbox[u],t=y(e,o)^t,n=o,o=t,t=n;return n=o,o=t,t=n,t=t^e.pbox[1],o=o^e.pbox[0],{left:o,right:t}}function c(e,r,i){for(let h=0;h<4;h++){e.sbox[h]=[];for(let S=0;S<256;S++)e.sbox[h][S]=d[h][S]}let o=0;for(let h=0;h<_+2;h++)e.pbox[h]=m[h]^r[o],o++,o>=i&&(o=0);let t=0,n=0,u=0;for(let h=0;h<_+2;h+=2)u=v(e,t,n),t=u.left,n=u.right,e.pbox[h]=t,e.pbox[h+1]=n;for(let h=0;h<4;h++)for(let S=0;S<256;S+=2)u=v(e,t,n),t=u.left,n=u.right,e.sbox[h][S]=t,e.sbox[h][S+1]=n;return!0}var a=T.Blowfish=j.extend({_doReset:function(){if(this._keyPriorReset!==this._key){var e=this._keyPriorReset=this._key,r=e.words,i=e.sigBytes/4;c(f,r,i)}},encryptBlock:function(e,r){var i=v(f,e[r],e[r+1]);e[r]=i.left,e[r+1]=i.right},decryptBlock:function(e,r){var i=s(f,e[r],e[r+1]);e[r]=i.left,e[r+1]=i.right},blockSize:64/32,keySize:128/32,ivSize:64/32});V.Blowfish=j._createHelper(a)}(),M.Blowfish})}(Wt)),Wt.exports}(function(Y,L){(function(M,V,Q){Y.exports=V(_e(),rt(),ln(),pn(),Qe(),fn(),Je(),dr(),mt(),hn(),hr(),vn(),mn(),En(),bt(),gn(),qe(),Ne(),yn(),_n(),Sn(),Cn(),bn(),Rn(),xn(),Tn(),An(),Dn(),On(),wn(),Pn(),In(),Mn(),kn(),Nn())})(ye,function(M){return M})})(tr);var Bn=tr.exports,et=un(Bn);function Ln(Y){return et.MD5(Y).toString().toUpperCase()}function Un(Y,L,M,V,Q,j,T,_){var m;let d="";j.set("x-log-apiversion","0.6.0"),j.set("x-log-signaturemethod","hmac-sha1"),d+=Y+`
|
|
17
|
+
`+T+`
|
|
18
|
+
`+((m=j.get("Content-Type"))!=null?m:"")+`
|
|
19
|
+
`+_+`
|
|
20
|
+
`;const f=(c,a)=>c[0].localeCompare(a[0]),y=c=>c[0].startsWith("x-log-")||c[0].startsWith("x-acs-");try{const c=[...j.entries()].filter(y).sort(f).map(a=>a[0]+":"+a[1]+`
|
|
21
|
+
`).join("");d+=c}catch{}d+=L,Q.size>0&&(d+="?");try{d+=[...Q.entries()].sort(f).map(c=>c[0]+"="+c[1]).join("&")}catch{}const v=et.HmacSHA1(d,V).toString(et.enc.Base64),s="LOG "+M+":"+v;return j.set("Authorization",s),j.set("x-log-date",_),s}var Fn=(Y,L,M)=>new Promise((V,Q)=>{var j=m=>{try{_(M.next(m))}catch(d){Q(d)}},T=m=>{try{_(M.throw(m))}catch(d){Q(d)}},_=m=>m.done?V(m.value):Promise.resolve(m.value).then(j,T);_((M=M.apply(Y,L)).next())});function Vn(Y){return Fn(this,null,function*(){const L=new Date;if(Y.refreshSTSTokenInterval||(Y.refreshSTSTokenInterval=3e5),!Y.stsTokenFreshTime||+L-Y.stsTokenFreshTime>=Y.refreshSTSTokenInterval){Y.stsTokenFreshTime=L;try{yield Y.refreshSTSToken()}catch(M){typeof console.error=="function"&&console.error(`Some error occured during excuting refreshSTSToken, see:
|
|
22
|
+
`+M)}}return null})}var Hn=(Y,L,M)=>new Promise((V,Q)=>{var j=m=>{try{_(M.next(m))}catch(d){Q(d)}},T=m=>{try{_(M.throw(m))}catch(d){Q(d)}},_=m=>m.done?V(m.value):Promise.resolve(m.value).then(j,T);_((M=M.apply(Y,L)).next())});function Fr(Y){return{transString:function(L){let M={},V=0,Q=!1;for(let j in L){if((j==="time"||j==="__time__")&&typeof L[j]=="number"){V=L[j],Q=!0;continue}typeof L[j]=="object"?M[j]=JSON.stringify(L[j]):M[j]=String(L[j])}return M.__time__=Q?V:Math.floor(new Date().getTime()/1e3),M},process:function(L,M){return Hn(this,null,function*(){yield Vn(Y);let V=L.slice(L.indexOf("/logstores")),Q=M.length,j=Ln(M),T=new Date().toUTCString(),_=new Map,m=new Map([["Content-Type","application/json"],["Content-MD5",j],["x-log-bodyrawsize",Q.toString()]]);Y.securityToken&&m.set("x-acs-security-token",Y.securityToken),Un("POST",V,Y.accessKeyId,Y.accessKeySecret,_,m,j,T);let d=Object.fromEntries(m);return{data:M,header:d}})}}}typeof window<"u"&&$t(window,"stsPlugin",Fr);var Vr={exports:{}};/*! aliyun rts sdk - ver2.13.0 created:2025/7/24 20:19:04 */(function(Y,L){(function(M,V){Y.exports=V()})(self,()=>(()=>{var M={280:j=>{var T;T=()=>(()=>{var _={692:y=>{var v=y.exports={v:[{name:"version",reg:/^(\d*)$/}],o:[{name:"origin",reg:/^(\S*) (\d*) (\d*) (\S*) IP(\d) (\S*)/,names:["username","sessionId","sessionVersion","netType","ipVer","address"],format:"%s %s %d %s IP%d %s"}],s:[{name:"name"}],i:[{name:"description"}],u:[{name:"uri"}],e:[{name:"email"}],p:[{name:"phone"}],z:[{name:"timezones"}],r:[{name:"repeats"}],t:[{name:"timing",reg:/^(\d*) (\d*)/,names:["start","stop"],format:"%d %d"}],c:[{name:"connection",reg:/^IN IP(\d) (\S*)/,names:["version","ip"],format:"IN IP%d %s"}],b:[{push:"bandwidth",reg:/^(TIAS|AS|CT|RR|RS):(\d*)/,names:["type","limit"],format:"%s:%s"}],m:[{reg:/^(\w*) (\d*) ([\w/]*)(?: (.*))?/,names:["type","port","protocol","payloads"],format:"%s %d %s %s"}],a:[{push:"rtp",reg:/^rtpmap:(\d*) ([\w\-.]*)(?:\s*\/(\d*)(?:\s*\/(\S*))?)?/,names:["payload","codec","rate","encoding"],format:function(s){return s.encoding?"rtpmap:%d %s/%s/%s":s.rate?"rtpmap:%d %s/%s":"rtpmap:%d %s"}},{push:"fmtp",reg:/^fmtp:(\d*) ([\S| ]*)/,names:["payload","config"],format:"fmtp:%d %s"},{name:"control",reg:/^control:(.*)/,format:"control:%s"},{name:"rtcp",reg:/^rtcp:(\d*)(?: (\S*) IP(\d) (\S*))?/,names:["port","netType","ipVer","address"],format:function(s){return s.address!=null?"rtcp:%d %s IP%d %s":"rtcp:%d"}},{push:"rtcpFbTrrInt",reg:/^rtcp-fb:(\*|\d*) trr-int (\d*)/,names:["payload","value"],format:"rtcp-fb:%s trr-int %d"},{push:"rtcpFb",reg:/^rtcp-fb:(\*|\d*) ([\w-_]*)(?: ([\w-_]*))?/,names:["payload","type","subtype"],format:function(s){return s.subtype!=null?"rtcp-fb:%s %s %s":"rtcp-fb:%s %s"}},{push:"ext",reg:/^extmap:(\d+)(?:\/(\w+))?(?: (urn:ietf:params:rtp-hdrext:encrypt))? (\S*)(?: (\S*))?/,names:["value","direction","encrypt-uri","uri","config"],format:function(s){return"extmap:%d"+(s.direction?"/%s":"%v")+(s["encrypt-uri"]?" %s":"%v")+" %s"+(s.config?" %s":"")}},{name:"extmapAllowMixed",reg:/^(extmap-allow-mixed)/},{push:"crypto",reg:/^crypto:(\d*) ([\w_]*) (\S*)(?: (\S*))?/,names:["id","suite","config","sessionConfig"],format:function(s){return s.sessionConfig!=null?"crypto:%d %s %s %s":"crypto:%d %s %s"}},{name:"setup",reg:/^setup:(\w*)/,format:"setup:%s"},{name:"connectionType",reg:/^connection:(new|existing)/,format:"connection:%s"},{name:"mid",reg:/^mid:([^\s]*)/,format:"mid:%s"},{name:"msid",reg:/^msid:(.*)/,format:"msid:%s"},{name:"ptime",reg:/^ptime:(\d*(?:\.\d*)*)/,format:"ptime:%d"},{name:"maxptime",reg:/^maxptime:(\d*(?:\.\d*)*)/,format:"maxptime:%d"},{name:"direction",reg:/^(sendrecv|recvonly|sendonly|inactive)/},{name:"icelite",reg:/^(ice-lite)/},{name:"iceUfrag",reg:/^ice-ufrag:(\S*)/,format:"ice-ufrag:%s"},{name:"icePwd",reg:/^ice-pwd:(\S*)/,format:"ice-pwd:%s"},{name:"fingerprint",reg:/^fingerprint:(\S*) (\S*)/,names:["type","hash"],format:"fingerprint:%s %s"},{push:"candidates",reg:/^candidate:(\S*) (\d*) (\S*) (\d*) (\S*) (\d*) typ (\S*)(?: raddr (\S*) rport (\d*))?(?: tcptype (\S*))?(?: generation (\d*))?(?: network-id (\d*))?(?: network-cost (\d*))?/,names:["foundation","component","transport","priority","ip","port","type","raddr","rport","tcptype","generation","network-id","network-cost"],format:function(s){var c="candidate:%s %d %s %d %s %d typ %s";return c+=s.raddr!=null?" raddr %s rport %d":"%v%v",c+=s.tcptype!=null?" tcptype %s":"%v",s.generation!=null&&(c+=" generation %d"),(c+=s["network-id"]!=null?" network-id %d":"%v")+(s["network-cost"]!=null?" network-cost %d":"%v")}},{name:"endOfCandidates",reg:/^(end-of-candidates)/},{name:"remoteCandidates",reg:/^remote-candidates:(.*)/,format:"remote-candidates:%s"},{name:"iceOptions",reg:/^ice-options:(\S*)/,format:"ice-options:%s"},{push:"ssrcs",reg:/^ssrc:(\d*) ([\w_-]*)(?::(.*))?/,names:["id","attribute","value"],format:function(s){var c="ssrc:%d";return s.attribute!=null&&(c+=" %s",s.value!=null&&(c+=":%s")),c}},{push:"ssrcGroups",reg:/^ssrc-group:([\x21\x23\x24\x25\x26\x27\x2A\x2B\x2D\x2E\w]*) (.*)/,names:["semantics","ssrcs"],format:"ssrc-group:%s %s"},{name:"msidSemantic",reg:/^msid-semantic:\s?(\w*) (\S*)/,names:["semantic","token"],format:"msid-semantic: %s %s"},{push:"groups",reg:/^group:(\w*) (.*)/,names:["type","mids"],format:"group:%s %s"},{name:"rtcpMux",reg:/^(rtcp-mux)/},{name:"rtcpRsize",reg:/^(rtcp-rsize)/},{name:"sctpmap",reg:/^sctpmap:([\w_/]*) (\S*)(?: (\S*))?/,names:["sctpmapNumber","app","maxMessageSize"],format:function(s){return s.maxMessageSize!=null?"sctpmap:%s %s %s":"sctpmap:%s %s"}},{name:"xGoogleFlag",reg:/^x-google-flag:([^\s]*)/,format:"x-google-flag:%s"},{push:"rids",reg:/^rid:([\d\w]+) (\w+)(?: ([\S| ]*))?/,names:["id","direction","params"],format:function(s){return s.params?"rid:%s %s %s":"rid:%s %s"}},{push:"imageattrs",reg:new RegExp("^imageattr:(\\d+|\\*)[\\s\\t]+(send|recv)[\\s\\t]+(\\*|\\[\\S+\\](?:[\\s\\t]+\\[\\S+\\])*)(?:[\\s\\t]+(recv|send)[\\s\\t]+(\\*|\\[\\S+\\](?:[\\s\\t]+\\[\\S+\\])*))?"),names:["pt","dir1","attrs1","dir2","attrs2"],format:function(s){return"imageattr:%s %s %s"+(s.dir2?" %s %s":"")}},{name:"simulcast",reg:new RegExp("^simulcast:(send|recv) ([a-zA-Z0-9\\-_~;,]+)(?:\\s?(send|recv) ([a-zA-Z0-9\\-_~;,]+))?$"),names:["dir1","list1","dir2","list2"],format:function(s){return"simulcast:%s %s"+(s.dir2?" %s %s":"")}},{name:"simulcast_03",reg:/^simulcast:[\s\t]+([\S+\s\t]+)$/,names:["value"],format:"simulcast: %s"},{name:"framerate",reg:/^framerate:(\d+(?:$|\.\d+))/,format:"framerate:%s"},{name:"sourceFilter",reg:/^source-filter: *(excl|incl) (\S*) (IP4|IP6|\*) (\S*) (.*)/,names:["filterMode","netType","addressTypes","destAddress","srcList"],format:"source-filter: %s %s %s %s %s"},{name:"bundleOnly",reg:/^(bundle-only)/},{name:"label",reg:/^label:(.+)/,format:"label:%s"},{name:"sctpPort",reg:/^sctp-port:(\d+)$/,format:"sctp-port:%s"},{name:"maxMessageSize",reg:/^max-message-size:(\d+)$/,format:"max-message-size:%s"},{push:"tsRefClocks",reg:/^ts-refclk:([^\s=]*)(?:=(\S*))?/,names:["clksrc","clksrcExt"],format:function(s){return"ts-refclk:%s"+(s.clksrcExt!=null?"=%s":"")}},{name:"mediaClk",reg:/^mediaclk:(?:id=(\S*))? *([^\s=]*)(?:=(\S*))?(?: *rate=(\d+)\/(\d+))?/,names:["id","mediaClockName","mediaClockValue","rateNumerator","rateDenominator"],format:function(s){var c="mediaclk:";return c+=s.id!=null?"id=%s %s":"%v%s",c+=s.mediaClockValue!=null?"=%s":"",(c+=s.rateNumerator!=null?" rate=%s":"")+(s.rateDenominator!=null?"/%s":"")}},{name:"keywords",reg:/^keywds:(.+)$/,format:"keywds:%s"},{name:"content",reg:/^content:(.+)/,format:"content:%s"},{name:"bfcpFloorCtrl",reg:/^floorctrl:(c-only|s-only|c-s)/,format:"floorctrl:%s"},{name:"bfcpConfId",reg:/^confid:(\d+)/,format:"confid:%s"},{name:"bfcpUserId",reg:/^userid:(\d+)/,format:"userid:%s"},{name:"bfcpFloorId",reg:/^floorid:(.+) (?:m-stream|mstrm):(.+)/,names:["id","mStream"],format:"floorid:%s mstrm:%s"},{push:"invalid",names:["value"]}]};Object.keys(v).forEach(function(s){v[s].forEach(function(c){c.reg||(c.reg=/(.*)/),c.format||(c.format="%s")})})},766:(y,v,s)=>{var c=s(962),a=s(627);v.write=a,v.parse=c.parse,v.parseParams=c.parseParams,v.parseFmtpConfig=c.parseFmtpConfig,v.parsePayloads=c.parsePayloads,v.parseRemoteCandidates=c.parseRemoteCandidates,v.parseImageAttributes=c.parseImageAttributes,v.parseSimulcastStreamList=c.parseSimulcastStreamList},962:(y,v,s)=>{var c=function(o){return String(Number(o))===o?Number(o):o},a=function(o,t,n){var u=o.name&&o.names;o.push&&!t[o.push]?t[o.push]=[]:u&&!t[o.name]&&(t[o.name]={});var h=o.push?{}:u?t[o.name]:t;(function(S,x,E,p){if(p&&!E)x[p]=c(S[1]);else for(var b=0;b<E.length;b+=1)S[b+1]!=null&&(x[E[b]]=c(S[b+1]))})(n.match(o.reg),h,o.names,o.name),o.push&&t[o.push].push(h)},e=s(692),r=RegExp.prototype.test.bind(/^([a-z])=(.*)/);v.parse=function(o){var t={},n=[],u=t;return o.split(/(\r\n|\r|\n)/).filter(r).forEach(function(h){var S=h[0],x=h.slice(2);S==="m"&&(n.push({rtp:[],fmtp:[]}),u=n[n.length-1]);for(var E=0;E<(e[S]||[]).length;E+=1){var p=e[S][E];if(p.reg.test(x))return a(p,u,x)}}),t.media=n,t};var i=function(o,t){var n=t.split(/=(.+)/,2);return n.length===2?o[n[0]]=c(n[1]):n.length===1&&t.length>1&&(o[n[0]]=void 0),o};v.parseParams=function(o){return o.split(/;\s?/).reduce(i,{})},v.parseFmtpConfig=v.parseParams,v.parsePayloads=function(o){return o.toString().split(" ").map(Number)},v.parseRemoteCandidates=function(o){for(var t=[],n=o.split(" ").map(c),u=0;u<n.length;u+=3)t.push({component:n[u],ip:n[u+1],port:n[u+2]});return t},v.parseImageAttributes=function(o){return o.split(" ").map(function(t){return t.substring(1,t.length-1).split(",").reduce(i,{})})},v.parseSimulcastStreamList=function(o){return o.split(";").map(function(t){return t.split(",").map(function(n){var u,h=!1;return n[0]!=="~"?u=c(n):(u=c(n.substring(1,n.length)),h=!0),{scid:u,paused:h}})})}},627:(y,v,s)=>{var c=s(692),a=/%[sdv%]/g,e=function(t){var n=1,u=arguments,h=u.length;return t.replace(a,function(S){if(n>=h)return S;var x=u[n];switch(n+=1,S){case"%%":return"%";case"%s":return String(x);case"%d":return Number(x);case"%v":return""}})},r=function(t,n,u){var h=[t+"="+(n.format instanceof Function?n.format(n.push?u:u[n.name]):n.format)];if(n.names)for(var S=0;S<n.names.length;S+=1){var x=n.names[S];n.name?h.push(u[n.name][x]):h.push(u[n.names[S]])}else h.push(u[n.name]);return e.apply(null,h)},i=["v","o","s","i","u","e","p","c","b","t","r","z","a"],o=["i","c","b","a"];y.exports=function(t,n){n=n||{},t.version==null&&(t.version=0),t.name==null&&(t.name=" "),t.media.forEach(function(x){x.payloads==null&&(x.payloads="")});var u=n.outerOrder||i,h=n.innerOrder||o,S=[];return u.forEach(function(x){c[x].forEach(function(E){E.name in t&&t[E.name]!=null?S.push(r(x,E,t)):E.push in t&&t[E.push]!=null&&t[E.push].forEach(function(p){S.push(r(x,E,p))})})}),t.media.forEach(function(x){S.push(r("m",c.m[0],x)),h.forEach(function(E){c[E].forEach(function(p){p.name in x&&x[p.name]!=null?S.push(r(E,p,x)):p.push in x&&x[p.push]!=null&&x[p.push].forEach(function(b){S.push(r(E,p,b))})})})}),S.join(`\r
|
|
23
23
|
`)+`\r
|
|
24
|
-
`}},776:function(S,f,a){var d,p=this&&this.__extends||(d=function(F,U){return d=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(B,k){B.__proto__=k}||function(B,k){for(var V in k)Object.prototype.hasOwnProperty.call(k,V)&&(B[V]=k[V])},d(F,U)},function(F,U){if(typeof U!="function"&&U!==null)throw new TypeError("Class extends value "+String(U)+" is not a constructor or null");function B(){this.constructor=F}d(F,U),F.prototype=U===null?Object.create(U):(B.prototype=U.prototype,new B)}),e=this&&this.__assign||function(){return e=Object.assign||function(F){for(var U,B=1,k=arguments.length;B<k;B++)for(var V in U=arguments[B])Object.prototype.hasOwnProperty.call(U,V)&&(F[V]=U[V]);return F},e.apply(this,arguments)},r=this&&this.__awaiter||function(F,U,B,k){return new(B||(B=Promise))(function(V,G){function q(re){try{$(k.next(re))}catch(ee){G(ee)}}function z(re){try{$(k.throw(re))}catch(ee){G(ee)}}function $(re){var ee;re.done?V(re.value):(ee=re.value,ee instanceof B?ee:new B(function(ie){ie(ee)})).then(q,z)}$((k=k.apply(F,U||[])).next())})},n=this&&this.__generator||function(F,U){var B,k,V,G,q={label:0,sent:function(){if(1&V[0])throw V[1];return V[1]},trys:[],ops:[]};return G={next:z(0),throw:z(1),return:z(2)},typeof Symbol=="function"&&(G[Symbol.iterator]=function(){return this}),G;function z($){return function(re){return function(ee){if(B)throw new TypeError("Generator is already executing.");for(;G&&(G=0,ee[0]&&(q=0)),q;)try{if(B=1,k&&(V=2&ee[0]?k.return:ee[0]?k.throw||((V=k.return)&&V.call(k),0):k.next)&&!(V=V.call(k,ee[1])).done)return V;switch(k=0,V&&(ee=[2&ee[0],V.value]),ee[0]){case 0:case 1:V=ee;break;case 4:return q.label++,{value:ee[1],done:!1};case 5:q.label++,k=ee[1],ee=[0];continue;case 7:ee=q.ops.pop(),q.trys.pop();continue;default:if(!((V=(V=q.trys).length>0&&V[V.length-1])||ee[0]!==6&&ee[0]!==2)){q=0;continue}if(ee[0]===3&&(!V||ee[1]>V[0]&&ee[1]<V[3])){q.label=ee[1];break}if(ee[0]===6&&q.label<V[1]){q.label=V[1],V=ee;break}if(V&&q.label<V[2]){q.label=V[2],q.ops.push(ee);break}V[2]&&q.ops.pop(),q.trys.pop();continue}ee=U.call(F,q)}catch(ie){ee=[6,ie],k=0}finally{B=V=0}if(5&ee[0])throw ee[1];return{value:ee[0]?ee[1]:void 0,done:!0}}([$,re])}}},s=this&&this.__spreadArray||function(F,U,B){if(B||arguments.length===2)for(var k,V=0,G=U.length;V<G;V++)!k&&V in U||(k||(k=Array.prototype.slice.call(U,0,V)),k[V]=U[V]);return F.concat(k||Array.prototype.slice.call(U))},t=this&&this.__importDefault||function(F){return F&&F.__esModule?F:{default:F}};Object.defineProperty(f,"__esModule",{value:!0}),f.PeerConnectionCore=f.DEFAULT_HEARTBEAT_INTERVAL=f.EDatachannelStatus=void 0;var i=a(887),l=a(248),E=a(237),b=a(619),_=a(628),h=a(961),o=a(844),g=a(651);Object.defineProperty(f,"EDatachannelStatus",{enumerable:!0,get:function(){return g.EDatachannelStatus}});var m,T=a(854),C=t(a(885)),D=a(132),y=t(a(123)),A=a(125),w="rts video",j="rts audio";f.DEFAULT_HEARTBEAT_INTERVAL=2500,function(F){F.SUB_ADD="subsribe add",F.SUB_DELETE="subscribe delete",F.SUB_ACTIVE="subscribe active",F.SUB_STOP="subscribe stop",F.PUB_ADD="publish add",F.PUB_DELETE="publish delete",F.PUB_REPLACE="publish replace",F.PUB_STOP="publish stop",F.DATACHANNEL_SUB_ADD="sub add datachannel",F.DATACHANNEL_SUB_ACTIVE="sub active datachannel",F.DATACHANNEL_SUB_STOP="sub delete datachannel",F.DATACHANNEL_PUB_ADD="pub add datachannel",F.DATACHANNEL_PUB_STOP="pub delete datachannel"}(m||(m={}));var I=function(F){function U(B){var k=F.call(this)||this;return k.PCCore=B,k}return p(U,F),U.prototype.excuteSignal=function(B,k,V,G){var q=this;switch(B){case m.SUB_ADD:this.PCCore.proceedSubscribeAdd(G.configList,G.reconnecting).then(function(z){k(z)}).catch(function(z){V(z)}).finally(function(){q.emit("onSignalDone")});break;case m.SUB_DELETE:this.PCCore.proceedSubscribeDeleteTracks(G.configList,G.skipError).then(function(z){k(z)}).catch(function(z){V(z)}).finally(function(){q.emit("onSignalDone")});break;case m.SUB_ACTIVE:break;case m.SUB_STOP:this.PCCore.proceedSubscribeStop(G.configList).then(function(z){k(z)}).catch(function(z){V(z)}).finally(function(){q.emit("onSignalDone")});break;case m.PUB_ADD:this.PCCore.proceedPublishAdd(G.configList).then(function(z){k(z)}).catch(function(z){V(z)}).finally(function(){q.emit("onSignalDone")});break;case m.PUB_REPLACE:this.PCCore.proceedPublishReplaceTracks(G.configList).then(function(z){k(z)}).catch(function(z){V(z)}).finally(function(){q.emit("onSignalDone")});break;case m.PUB_DELETE:this.PCCore.proceedPublishDeleteTracks(G.configList).then(function(z){k(z)}).catch(function(z){V(z)}).finally(function(){q.emit("onSignalDone")});break;case m.PUB_STOP:this.PCCore.proceedPublishStop(G.configList).then(function(z){k(z)}).catch(function(z){V(z)}).finally(function(){q.emit("onSignalDone")});break;case m.DATACHANNEL_SUB_ADD:this.PCCore.proceedSubscribeAddDatachannel(G.configList).then(function(z){k(z)}).catch(function(z){V(z)}).finally(function(){q.emit("onSignalDone")});break;case m.DATACHANNEL_SUB_STOP:this.PCCore.proceedSubscribeStopDatachannel(G.configList).then(function(z){k(z)}).catch(function(z){V(z)}).finally(function(){q.emit("onSignalDone")});break;case m.DATACHANNEL_PUB_ADD:this.PCCore.proceedPublishAddDatachannel(G.configList).then(function(z){k(z)}).catch(function(z){V(z)}).finally(function(){q.emit("onSignalDone")});break;case m.DATACHANNEL_PUB_STOP:this.PCCore.proceedPublishStopDatachannel(G.configList).then(function(z){k(z)}).catch(function(z){V(z)}).finally(function(){q.emit("onSignalDone")})}},U}(C.default),H=function(F){function U(B){var k=F.call(this)||this;return k.heartbeatTimelineMap=new Map,k.removeTwcc=!1,k.mutex=!1,k.eventQueue=new T.CacheBuffer("signal queue"),k.signalTimer=null,k.rollbackController=new D.PeerConnectionRollbackController(k),k.onInnerSubscribeDelete=function(){},k.receiverCodecPreferences={},k.senderCodecPreferences={},k.removeTrackListener=function(){},k.heartbeatTimerHandle=null,k.heartbeatTokenRing=0,k.streamManager=new _.StreamManager,B.pc?(k.pc=B.pc,k.signal=new b.Signal({pc:B.pc,onDatachannelEvent:B.onDatachannelEvent}),k.heartbeatProcessor=new y.default(k.signal.getDatachannelCore().getWebrtcDatachannel(),k.streamManager),k.initHeartbeatListener(),k.notifyProcessor=new A.NotifyProcessor,k.initNotifyListener(),k.onInnerSubscribeDelete=B.onInnerSubscribeDelete||function(){},k.offerSdpHook=B.offerSdpHook,k.answerSdpHook=B.answerSdpHook,k):(console.error("peerconnetion is required"),k)}return p(U,F),U.prototype.getStreamManager=function(){return this.streamManager},U.prototype.getSignal=function(){return this.signal},U.prototype.setPrevOfferSdp=function(B){this.prevOfferSdp=B},U.prototype.setPrevAnswerSdp=function(B){this.prevAnswerSdp=B},U.prototype.setStreamManager=function(B){this.streamManager=B},U.prototype.getTrackIds=function(B){return B.reduce(function(k,V){return s(s([],k,!0),[V.id],!1)},[])},U.prototype.setRemoveTwcc=function(B){this.removeTwcc=B},U.prototype.setReceiverCodecPreferences=function(B){this.receiverCodecPreferences=e({},B)},U.prototype.setSenderCodecPreferences=function(B){this.senderCodecPreferences=e({},B)},U.prototype.subscribeAdd=function(B,k){var V=this;return new Promise(function(G,q){var z=new I(V);if(V.mutex){var $={type:m.SUB_ADD,excuter:z,res:G,rej:q,data:{configList:B}};V.eventQueue.cache($)}else V.atomSignalExec(m.SUB_ADD,z,G,q,{configList:B,reconnecting:k})})},U.prototype.subscribeDeleteTracks=function(B,k){var V=this;return new Promise(function(G,q){var z=new I(V);if(V.mutex){var $={type:m.SUB_DELETE,excuter:z,res:G,rej:q,data:{configList:B,skipError:k}};V.eventQueue.cache($)}else V.atomSignalExec(m.SUB_DELETE,z,G,q,{configList:B,skipError:k})})},U.prototype.subscribeStop=function(B){var k=this;return new Promise(function(V,G){var q=new I(k);if(k.mutex){var z={type:m.SUB_STOP,excuter:q,res:V,rej:G,data:{configList:B}};k.eventQueue.cache(z)}else k.atomSignalExec(m.SUB_STOP,q,V,G,{configList:B})})},U.prototype.publishAdd=function(B){var k=this;return new Promise(function(V,G){var q=new I(k);if(k.mutex){var z={type:m.PUB_ADD,excuter:q,res:V,rej:G,data:{configList:B}};k.eventQueue.cache(z)}else k.atomSignalExec(m.PUB_ADD,q,V,G,{configList:B})})},U.prototype.publishReplaceTracks=function(B){var k=this;return new Promise(function(V,G){var q=new I(k);if(k.mutex){var z={type:m.PUB_REPLACE,excuter:q,res:V,rej:G,data:{configList:B}};k.eventQueue.cache(z)}else k.atomSignalExec(m.PUB_REPLACE,q,V,G,{configList:B})})},U.prototype.publishDeleteTracks=function(B){var k=this;return new Promise(function(V,G){var q=new I(k);if(k.mutex){var z={type:m.PUB_DELETE,excuter:q,res:V,rej:G,data:{configList:B}};k.eventQueue.cache(z)}else k.atomSignalExec(m.PUB_DELETE,q,V,G,{configList:B})})},U.prototype.publishStop=function(B){var k=this;return new Promise(function(V,G){var q=new I(k);if(k.mutex){var z={type:m.PUB_STOP,excuter:q,res:V,rej:G,data:{configList:B}};k.eventQueue.cache(z)}else k.atomSignalExec(m.PUB_STOP,q,V,G,{configList:B})})},U.prototype.subscribeAddDatachannel=function(B){var k=this;return new Promise(function(V,G){var q=new I(k);if(k.mutex){var z={type:m.DATACHANNEL_SUB_ADD,excuter:q,res:V,rej:G,data:{configList:B}};k.eventQueue.cache(z)}else k.atomSignalExec(m.DATACHANNEL_SUB_ADD,q,V,G,{configList:B})})},U.prototype.subscribeStopDatachannel=function(B){var k=this;return new Promise(function(V,G){var q=new I(k);if(k.mutex){var z={type:m.DATACHANNEL_SUB_STOP,excuter:q,res:V,rej:G,data:{configList:B}};k.eventQueue.cache(z)}else k.atomSignalExec(m.DATACHANNEL_SUB_STOP,q,V,G,{configList:B})})},U.prototype.publishAddDatachannel=function(B){var k=this;return new Promise(function(V,G){var q=new I(k);if(k.mutex){var z={type:m.DATACHANNEL_PUB_ADD,excuter:q,res:V,rej:G,data:{configList:B}};k.eventQueue.cache(z)}else k.atomSignalExec(m.DATACHANNEL_PUB_ADD,q,V,G,{configList:B})})},U.prototype.publishStopDatachannel=function(B){var k=this;return new Promise(function(V,G){var q=new I(k);if(k.mutex){var z={type:m.DATACHANNEL_PUB_STOP,excuter:q,res:V,rej:G,data:{configList:B}};k.eventQueue.cache(z)}else k.atomSignalExec(m.DATACHANNEL_PUB_STOP,q,V,G,{configList:B})})},U.prototype.atomSignalExec=function(B,k,V,G,q){var z=this;this.mutex=!0,k.once("onSignalDone",function(){z.eventQueue.isEmpty()?z.mutex=!1:setTimeout(function(){var $=z.eventQueue.getFirst();z.atomSignalExec($.type,$.excuter,$.res,$.rej,$.data)})}),k.excuteSignal(B,V,G,q)},U.prototype.proceedSubscribeAdd=function(B,k){return r(this,void 0,void 0,function(){var V,G,q,z,$,re,ee,ie,se=this;return n(this,function(ce){switch(ce.label){case 0:if(this.log("SUB LIST: ",B),V=new Date().getTime(),G=new Date().getTime(),q=new Date().getTime(),z=this,$=this.extendUrl(B),re=$.map(function(ue){var de=ue.urlData,pe=ue.vMsid,Ee=ue.aMsid;if(se.streamManager.has(de.url)){var he=se.streamManager.get(de.url),fe=he.videoInfoList.map(function(Re){return Re.msid}),me=he.audioInfoList.map(function(Re){return Re.msid}),ge=(0,i.intersection)(fe,pe),_e=(0,i.intersection)(me,Ee);if(_e.length||ge.length)return{url:de.url,vMsid:ge,aMsid:_e}}}).filter(function(ue){return ue}),this.log("DELETE LIST: ",re),!re?.length)return[3,4];ce.label=1;case 1:return ce.trys.push([1,3,,4]),[4,this.proceedSubscribeDeleteTracks(re,!0,k)];case 2:return ce.sent(),this.onInnerSubscribeDelete&&this.onInnerSubscribeDelete(re),[3,4];case 3:throw ee=ce.sent(),(ie=ee).extraInfo=e(e({},ie.extraInfo),{api:"subscribeAdd",signal_api:"subscribeDeleteTracks",configList:B}),ie;case 4:return V=new Date().getTime(),[2,new Promise(function(ue,de){return r(se,void 0,void 0,function(){function pe(){return r(this,void 0,void 0,function(){var O,K;return n(this,function(Y){switch(Y.label){case 0:z.removeTrackListener(),O=z.buildUrlStreamMap($),Y.label=1;case 1:return Y.trys.push([1,3,,4]),[4,z.subscribeActive(B)];case 2:return Y.sent(),[3,4];case 3:return(K=Y.sent()).extraInfo=e(e({},K.extraInfo),{api:"subscribeAdd",signal_api:"subscribeActive"}),z.rollbackController.rollback({pcTransceiversRollback:!0,streamManagerRollback:!0}),[2,de(K)];case 4:return G=new Date().getTime(),ue({deleteRspTime:V,subAddRspTime:q,activeRspTime:G,streamList:O}),[2]}})})}var Ee,he,fe,me,ge,_e,Re,Te,Ne,ke,we,Ce,Ae,Pe,Oe,He,We,xe=this;return n(this,function(O){switch(O.label){case 0:if(!this.pc)return[2,de(new h.RtsError(o.ErrorCode.CORE_NO_PC_ERROR,"subscribeAdd: no peerconnection",""))];this.pc.addEventListener("track",pe),this.removeTrackListener=function(){var K;(K=xe.pc)===null||K===void 0||K.removeEventListener("track",pe)},this.rollbackController.saveStreamManager(this.streamManager),Ee=[],$.forEach(function(K){var Y=K.urlData,X=K.vMsid,Z=K.aMsid;if(xe.pc){if(xe.streamManager.init(Y.url),Y.subVideo&&!xe.streamManager.isMsidSubPubDone(Y.url,{vMsid:X[0]})){var te=xe.pc.addTransceiver("video",{direction:"recvonly"});Ee.push({type:"video",msid:X[0],trans:te}),xe.streamManager.update(Y.url,{vMsid:X[0],vTransceiver:te}),xe.setCodecPreferences(te,xe.receiverCodecPreferences.video)}if(Y.subAudio&&!xe.streamManager.isMsidSubPubDone(Y.url,{aMsid:Z[0]})){var Q=xe.pc.addTransceiver("audio",{direction:"recvonly"});Ee.push({type:"audio",msid:Z[0],trans:Q}),xe.streamManager.update(Y.url,{aMsid:Z[0],aTransceiver:Q}),xe.setCodecPreferences(Q,xe.receiverCodecPreferences.audio)}}}),this.rollbackController.setFakeSdpMedias(Ee,"sub"),O.label=1;case 1:return O.trys.push([1,3,,4]),[4,this.pc.createOffer()];case 2:return he=O.sent(),[3,4];case 3:return fe=O.sent(),[2,de(new h.RtsError(o.ErrorCode.DATACHANNEL_CREATE_OFFER_ERROR,"CreateOffer Error: ".concat(fe),"",{api:"subscribeAdd",err:fe}))];case 4:if(me=new l.SdpUtil({sdp:he.sdp||""}),this.restorePublishedSsrc(me),me.addNack(),me.updateBundle(),he=new RTCSessionDescription({type:"offer",sdp:me.generate()}),ge=this.findNewSubPubMids(he?.sdp||"",this.prevOfferSdp||""),this.setPrevOfferSdp(he.sdp||""),this.rollbackController.setFakeSdpMids(ge),_e=this.avoidMsidConflict(he.sdp),this.offerSdpHook)try{_e=this.offerSdpHook(_e)}catch(K){console.log("offerSdpHook error: ",K)}O.label=5;case 5:return O.trys.push([5,7,,9]),[4,this.pc.setLocalDescription(new RTCSessionDescription({type:"offer",sdp:_e}))];case 6:return O.sent(),[3,9];case 7:return Re=O.sent(),[4,this.rollbackController.rollback({trackListnerRollback:!0,pcTransceiversRollback:!0,streamManagerRollback:!0,runSimulateSignal:!0})];case 8:return O.sent(),[2,de(new h.RtsError(o.ErrorCode.DATACHANNEL_SET_OFFER_ERROR,"SetLocalDescription error: ".concat(Re),"",{api:"subscribeAdd",sdp:he}))];case 9:if(Te=[],Ne=[],$.forEach(function(K){var Y=new l.SdpUtil({sdp:he?.sdp||""}),X=[],Z=K.vMsid.length!==0,te=K.aMsid.length!==0,Q=!1,oe=!1;Y.detail.media.forEach(function(ne){var ae=String(ne.mid);ge.includes(ae)&&(Ne.includes(ae)||(ne.type==="video"&&Z&&!Q?(X.push(String(ne.mid)),Q=!0):ne.type==="audio"&&te&&!oe&&(X.push(String(ne.mid)),oe=!0)))}),Ne=s(s([],Ne,!0),X,!0),Y.keepMedia(X),Te.push(Y.generate())}),this.log("ADD LIST: ",$),this.offerSdpHook)try{Te=Te.map(function(K){return xe.offerSdpHook(K)})}catch(K){console.log("offerSdpHook error: ",K)}O.label=10;case 10:return O.trys.push([10,12,,14]),[4,(We=this.signal)===null||We===void 0?void 0:We.subscribeAdd($,Te,this.streamManager)];case 11:return ke=O.sent(),[3,14];case 12:return we=O.sent(),[4,this.rollbackController.rollback({trackListnerRollback:!0,pcTransceiversRollback:!0,streamManagerRollback:!0,runSimulateSignal:!0})];case 13:return O.sent(),we.extraInfo=e({api:"subscribeAdd",signal_api:"subscribeAdd"},we.extraInfo),[2,de(we)];case 14:if(Ce=[],ke.streams.forEach(function(K,Y){xe.log("Sub TraceId[".concat(Y,"]: "),K.traceid);var X=new l.SdpUtil({sdp:K.sdp});Ce=s(s([],Ce,!0),X.detail.media,!0);var Z=$.find(function(te){return te.urlData.url===K.url});Z&&(Z.traceId=K.traceid)}),(Ae=new l.SdpUtil({sdp:this.prevAnswerSdp||""})).addOrUpdateMedia(Ce),this.alignAnswerMidsWithOffer(Ae),Pe=Ae.generate(),this.setPrevAnswerSdp(Pe),Oe=this.avoidMsidConflict(Pe),this.answerSdpHook)try{Oe=this.answerSdpHook(Oe)}catch(K){console.log("answerSdpHook error: ",K)}O.label=15;case 15:return O.trys.push([15,17,,19]),[4,this.pc.setRemoteDescription(new RTCSessionDescription({type:"answer",sdp:Oe}))];case 16:return O.sent(),$.forEach(function(K){xe.streamManager.markAlreadySubPub(K.urlData.url,{vMsid:K.vMsid[0],aMsid:K.aMsid[0]})}),[3,19];case 17:return He=O.sent(),[4,this.rollbackController.rollback({trackListnerRollback:!0,pcTransceiversRollback:!0,streamManagerRollback:!0})];case 18:return O.sent(),[2,de(new h.RtsError(o.ErrorCode.DATACHANNEL_SET_ANSWER_ERROR,"SetRemoteDescription error: ".concat(He),"",{api:"subscribeAdd",sdp:Pe}))];case 19:return q=new Date().getTime(),[2]}})})})]}})})},U.prototype.subscribeActive=function(B){var k;return r(this,void 0,void 0,function(){return n(this,function(V){return[2,(k=this.signal)===null||k===void 0?void 0:k.subscribeActive(this.extendUrl(B))]})})},U.prototype.proceedSubscribeDeleteTracks=function(B,k,V){var G,q,z,$;return r(this,void 0,void 0,function(){var re,ee,ie,se,ce,ue,de,pe=this;return n(this,function(Ee){switch(Ee.label){case 0:B.forEach(function(he){he.rawUrl=he.url,he.url=pe.streamManager.getOriginUrl(he.url)}),re=!1,ee=!!k,ie=void 0,Ee.label=1;case 1:return Ee.trys.push([1,3,,4]),[4,(G=this.signal)===null||G===void 0?void 0:G.subscribeDelete(B)];case 2:return Ee.sent(),[3,4];case 3:return se=Ee.sent(),re=(ie=se).errorCode===o.ErrorCode.DATACHANNEL_RESPONSE_ERROR&&((z=(q=ie.extraInfo)===null||q===void 0?void 0:q.parsedData)===null||z===void 0?void 0:z.streams)&&(($=ie.extraInfo.parsedData.streams[0])===null||$===void 0?void 0:$.res_code)===404,[3,4];case 4:if(ie&&!re)throw ie.extraInfo=e({api:"subscribeDeleteTracks"},ie.extraInfo),ie;return ce=ee&&re,ue=[],de=B.map(function(he){var fe=he.url,me=he.vMsid,ge=he.aMsid,_e=he.rawUrl;return r(pe,void 0,void 0,function(){var Re,Te,Ne,ke,we,Ce,Ae,Pe;return n(this,function(Oe){switch(Oe.label){case 0:fe=(0,i.pruneSubUrl)(fe),this.streamManager.has(fe)&&(me&&(Ne=this.streamManager.getTransceiver(fe,{vMsid:me[0]}))&&(Te=Ne.receiver.track).stop(),ge&&(ke=this.streamManager.getTransceiver(fe,{aMsid:ge[0]}))&&(Re=ke.receiver.track).stop()),Oe.label=1;case 1:return Oe.trys.push([1,3,,4]),[4,this.simulateOfferAnswer()];case 2:return Oe.sent(),[3,4];case 3:throw(we=Oe.sent()).extraInfo=e({api:"subscribeDeleteTracks"},we.extraInfo),we;case 4:return(Ce=this.streamManager.getStreamByMsid({url:fe,vMsid:me?.[0],aMsid:ge?.[0]}))&&(Re&&((Ae=Ce.mediastream)===null||Ae===void 0||Ae.removeTrack(Re)),Te&&((Pe=Ce.mediastream)===null||Pe===void 0||Pe.removeTrack(Te))),V||this.streamManager.pruneStreamList(fe),this.streamManager.removeMsid(fe,{vMsid:me?.length?this.unifyMsid(me,"video"):void 0,aMsid:ge?.length?this.unifyMsid(ge,"audio"):void 0}),ue.push({url:_e||"",stream:Ce}),[2]}})})}),[4,Promise.all(de)];case 5:if(Ee.sent(),!ce&&ie)throw ie.extraInfo=e({api:"subscribeDeleteTracks"},ie.extraInfo),ie;return[2,ue]}})})},U.prototype.proceedSubscribeStop=function(B){var k;return r(this,void 0,void 0,function(){var V,G,q=this;return n(this,function(z){switch(z.label){case 0:return z.trys.push([0,2,,3]),[4,(k=this.signal)===null||k===void 0?void 0:k.subscribeStop(this.extendUrl(B))];case 1:return z.sent(),[3,3];case 2:throw(V=z.sent()).extraInfo=e({api:"subscribeStop"},V.extraInfo),V;case 3:return B.forEach(function($){$.rawUrl=$.url,$.url=q.streamManager.getOriginUrl($.url)}),G=B.map(function($){var re=$.url;return $.rawUrl,$.targetStreams,r(q,void 0,void 0,function(){var ee;return n(this,function(ie){switch(ie.label){case 0:re=(0,i.pruneSubUrl)(re),this.streamManager.getAllTransceivers(re).forEach(function(se){var ce;(ce=se?.receiver.track)===null||ce===void 0||ce.stop()}),this.streamManager.get(re).streamList.forEach(function(se){return se.release()}),this.streamManager.remove(re),ie.label=1;case 1:return ie.trys.push([1,3,,4]),[4,this.simulateOfferAnswer()];case 2:return ie.sent(),[3,4];case 3:throw(ee=ie.sent()).extraInfo=e({api:"subscribeStop"},ee.extraInfo),ee;case 4:return[2]}})})}),[4,Promise.all(G)];case 4:return z.sent(),[2]}})})},U.prototype.proceedPublishAdd=function(B){var k;return r(this,void 0,void 0,function(){var V,G,q,z,$,re,ee,ie,se,ce,ue,de,pe,Ee,he,fe,me,ge,_e,Re,Te,Ne,ke,we,Ce,Ae,Pe,Oe,He,We=this;return n(this,function(xe){switch(xe.label){case 0:if(B.length>1)throw console.error("Only one stream is supported."),new h.RtsError(o.ErrorCode.CORE_PUBLIST_EXCEED_ERROR,"publishAdd: publishList exceed limit","",{api:"publishAdd"});if(!this.pc)throw new h.RtsError(o.ErrorCode.CORE_NO_PC_ERROR,"publishAdd: no peerconnection","",{api:"publishAdd"});V=B[0],G=V.stream,q=this.unifyMsid(V.aMsid,"audio"),z=this.unifyMsid(V.vMsid,"video"),V.rawUrl=V.url,V.url=this.streamManager.getOriginUrl(V.url),typeof V.updateSourceStream!="boolean"&&(V.updateSourceStream=!0),$=G.videoTrack,re=G.audioTrack,this.rollbackController.saveStreamManager(this.streamManager),ee=[],ie=this.streamManager.getStreamByMsid({url:V.url,vMsid:z,aMsid:q}),this.streamManager.init(V.url,_.EStreamType.Publish),$&&(se=this.pc.addTransceiver(G.videoTrack,{direction:"sendonly"}),this.streamManager.update(V.url,{vMsid:z,vTransceiver:se,stream:G}),ee.push({type:"video",trans:se,msid:z}),this.setCodecPreferences(se,this.senderCodecPreferences.video)),re&&(se=this.pc.addTransceiver(G.audioTrack,{direction:"sendonly"}),this.streamManager.update(V.url,{aMsid:q,aTransceiver:se,stream:G}),ee.push({type:"audio",trans:se,msid:q}),this.setCodecPreferences(se,this.senderCodecPreferences.audio)),this.rollbackController.setFakeSdpMedias(ee,"pub"),xe.label=1;case 1:return xe.trys.push([1,3,,4]),[4,this.pc.createOffer()];case 2:return ce=xe.sent(),[3,4];case 3:throw ue=xe.sent(),new h.RtsError(o.ErrorCode.DATACHANNEL_CREATE_OFFER_ERROR,"CreateOffer Error: ".concat(ue),"",{api:"publishAdd",err:ue});case 4:if(de=new l.SdpUtil({sdp:ce.sdp||""}),pe=this.parseMsidString(z),Ee=this.parseMsidString(q),he=this.findNewSubPubMids(ce.sdp||"",this.prevOfferSdp||""),this.rollbackController.setFakeSdpMids(he),pe.stream&&de.detail.msidSemantic&&(de.detail.msidSemantic.token=pe.stream),fe=de.detail.media.reduce(function(O,K){return K.direction==="inactive"?s(s([],O,!0),[String(K.mid)],!1):O},[]),de.detail.media.forEach(function(O){var K;if(O.direction!=="recvonly"&&O.type!=="application"&&he.includes(String(O.mid))){var Y=O.type==="video"?pe:Ee,X=We.parseMsidString(O.msid);X.stream=Y.stream||X.stream,X.track=Y.track||X.track;var Z=We.stringifyMsid(X);O.msid=Z,(K=O.ssrcs)===null||K===void 0||K.forEach(function(te){switch(te.attribute){case"cname":case"label":te.value=Y.track||te.value;break;case"msid":te.value=Z;break;case"mslabel":te.value=Y.stream||te.value}})}}),this.restorePublishedSsrc(de),this.restorePublishMsid(de),de.addNack(),me=de.generate(),this.setPrevOfferSdp(me),ge=this.avoidMsidConflict(me),this.offerSdpHook)try{ge=this.offerSdpHook(ge)}catch(O){console.log("offerSdoHook error: ",O)}xe.label=5;case 5:return xe.trys.push([5,7,,8]),[4,this.pc.setLocalDescription(new RTCSessionDescription({type:"offer",sdp:ge}))];case 6:return xe.sent(),[3,8];case 7:throw _e=xe.sent(),this.rollbackController.rollback({streamManagerRollback:!0,runSimulateSignal:!0}),new h.RtsError(o.ErrorCode.DATACHANNEL_SET_OFFER_ERROR,"SetLocalDescription error: ".concat(_e),"",{api:"publishAdd",sdp:me});case 8:if(de.keepMedia(he),this.updateTrackInfoList({url:V.rawUrl,stream:V.stream,vMsid:z,aMsid:q,sdpMediaList:de.detail.media}),ge=de.generate(),this.offerSdpHook)try{ge=this.offerSdpHook(ge)}catch(O){console.log("offerSdpHook error: ",O)}xe.label=9;case 9:return xe.trys.push([9,11,,12]),[4,(k=this.signal)===null||k===void 0?void 0:k.publishAdd([V.url],[ge],[$?[this.stringifyMsid(pe)]:[]],[re?[this.stringifyMsid(Ee)]:[]])];case 10:return Re=xe.sent(),[3,12];case 11:throw Te=xe.sent(),(Ne=Te).extraInfo=e({api:"publishAdd"},Ne.extraInfo),this.rollbackController.rollback({streamManagerRollback:!0,runSimulateSignal:!0}),Ne;case 12:if(ke=Re.streams[0],V.traceId=ke.traceid,this.log("Pub TraceId: ",V.traceId),(we=new l.SdpUtil({sdp:ke.sdp})).detail.media.forEach(function(O){O.type!=="application"&&O.direction==="sendrecv"&&(O.direction="recvonly")}),(Ce=new l.SdpUtil({sdp:this.prevAnswerSdp||""})).detail.media.forEach(function(O){O.type==="application"&&(delete O.candidates,delete O.endOfCandidates)}),Ce.setMediaInactive(fe),Ce.addOrUpdateMedia(we.detail.media,{isPublish:!0}),this.alignAnswerMidsWithOffer(Ce),this.removeTwcc&&(Ae=["http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01"],Ce.detail.media.forEach(function(O){var K;O.ext=(K=O.ext)===null||K===void 0?void 0:K.filter(function(Y){return!Ae.includes(Y.uri)})})),Pe=Ce.generate(),this.setPrevAnswerSdp(Pe),Oe=this.avoidMsidConflict(Pe),this.answerSdpHook)try{Oe=this.answerSdpHook(Oe)}catch(O){console.log("answerSdpHook error: ",O)}xe.label=13;case 13:return xe.trys.push([13,15,,16]),[4,this.pc.setRemoteDescription(new RTCSessionDescription({type:"answer",sdp:Oe}))];case 14:return xe.sent(),this.streamManager.markAlreadySubPub(V.url,{vMsid:z,aMsid:q,isPub:!0}),[3,16];case 15:throw He=xe.sent(),this.rollbackController.rollback({streamManagerRollback:!0}),new h.RtsError(o.ErrorCode.DATACHANNEL_SET_ANSWER_ERROR,"SetRemoteDescription error: ".concat(He),"",{api:"publishAdd",sdp:Pe});case 16:return ie&&V.updateSourceStream&&ie.mergeStream(G),[2,B.map(function(O){return{url:O.rawUrl,trackInfoList:We.streamManager.getAllMediaInfoList(V.url),traceId:O.traceId}})]}})})},U.prototype.proceedPublishDeleteTracks=function(B){var k,V,G,q,z,$,re;return r(this,void 0,void 0,function(){var ee,ie,se,ce,ue,de,pe,Ee,he,fe,me=this;return n(this,function(ge){switch(ge.label){case 0:B.forEach(function(_e){_e.rawUrl=_e.url,_e.url=me.streamManager.getOriginUrl(_e.url)}),ge.label=1;case 1:return ge.trys.push([1,3,,4]),[4,(k=this.signal)===null||k===void 0?void 0:k.publishDelete(B)];case 2:return ge.sent(),[3,4];case 3:throw(ee=ge.sent()).extraInfo=e({api:"publishDeleteTracks"},ee.extraInfo),ee;case 4:if(ie=B[0],se=(0,i.pruneSubUrl)(ie.url),typeof ie.updateSourceStream!="boolean"&&(ie.updateSourceStream=!0),ce=!1,ue=!1,!this.streamManager.has(se))return[3,9];!((V=ie.vMsid)===null||V===void 0)&&V.length&&((de=this.streamManager.getTransceiver(se,{vMsid:ie.vMsid[0]}))!=null&&de.sender&&((G=this.pc)===null||G===void 0||G.removeTrack(de?.sender)),ce=!0),!((q=ie.aMsid)===null||q===void 0)&&q.length&&((pe=this.streamManager.getTransceiver(se,{aMsid:ie.aMsid[0]}))!=null&&pe.sender&&((z=this.pc)===null||z===void 0||z.removeTrack(pe?.sender)),ue=!0),ge.label=5;case 5:return ge.trys.push([5,7,,8]),[4,this.simulateOfferAnswer()];case 6:return ge.sent(),[3,8];case 7:throw(Ee=ge.sent()).extraInfo=e({api:"publishDeleteTracks"},Ee.extraInfo),Ee;case 8:return(he=this.streamManager.getStreamByMsid({url:se,vMsid:($=ie.vMsid)===null||$===void 0?void 0:$[0],aMsid:(re=ie.aMsid)===null||re===void 0?void 0:re[0]}))&&ie.updateSourceStream&&he.deleteTracks({video:ce,audio:ue}),this.streamManager.removeMsid(se,{vMsid:ce?this.unifyMsid(ie.vMsid,"video"):void 0,aMsid:ue?this.unifyMsid(ie.aMsid,"audio"):void 0}),this.streamManager.pruneStreamList(se),fe=this.streamManager.getAllMediaInfoList(ie.url),[2,B.map(function(_e){return{url:_e.rawUrl,trackInfoList:fe}})];case 9:return[2]}})})},U.prototype.proceedPublishReplaceTracks=function(B){var k,V,G,q,z;return r(this,void 0,void 0,function(){var $,re,ee,ie,se,ce,ue,de,pe,Ee,he=this;return n(this,function(fe){switch(fe.label){case 0:if($=B[0],re=$.stream,ee=$.vMsid,ie=$.aMsid,$.rawUrl=$.url,$.url=this.streamManager.getOriginUrl($.url),!this.streamManager.has($.url))throw new h.RtsError(o.ErrorCode.CORE_PUB_REPLACE_URL_NOT_FOUND,"No stream found for this url: ".concat($.url),"",{api:"publishReplaceTracks",configList:B});return typeof $.updateSourceStream!="boolean"&&($.updateSourceStream=!0),se=re.audioTrack,ce=re.videoTrack,ue=this.streamManager.getAllMediaInfoList($.url,!0),se&&(pe=(k=ue.find(function(me){return me.type==="audio"&&(!ie||me.msid===ie)}))===null||k===void 0?void 0:k.transceiver)&&se.id!==((G=(V=pe.sender)===null||V===void 0?void 0:V.track)===null||G===void 0?void 0:G.id)?[4,pe.sender.replaceTrack(se)]:[3,2];case 1:fe.sent(),fe.label=2;case 2:return ce?(de=ue.find(function(me){return me.type==="video"&&(!ee||me.msid===ee)}),(pe=de?.transceiver)&&ce.id!==((z=(q=pe.sender)===null||q===void 0?void 0:q.track)===null||z===void 0?void 0:z.id)?[4,pe.sender.replaceTrack(ce)]:[3,4]):[3,4];case 3:fe.sent(),re.isCustomStream||(de.from=re.hasScreen?"screen":"camera"),fe.label=4;case 4:return(Ee=this.streamManager.getStreamByMsid({url:$.url,vMsid:ee,aMsid:ie}))&&$.updateSourceStream&&Ee.mergeStream(re),[2,B.map(function(me){return{url:me.rawUrl,trackInfoList:he.streamManager.getAllMediaInfoList($.url)}})]}})})},U.prototype.proceedPublishStop=function(B){var k;return r(this,void 0,void 0,function(){var V,G,q=this;return n(this,function(z){switch(z.label){case 0:return z.trys.push([0,2,,3]),[4,(k=this.signal)===null||k===void 0?void 0:k.publishStop(B.map(function($){return q.streamManager.getOriginUrl($.url)}))];case 1:return z.sent(),[3,3];case 2:throw(V=z.sent()).extraInfo=e({api:"publishStop"},V.extraInfo),V;case 3:return G=B.map(function($){var re=$.url;return r(q,void 0,void 0,function(){var ee,ie=this;return n(this,function(se){switch(se.label){case 0:re=(0,i.pruneSubUrl)(re),this.streamManager.getAllTransceivers(re).forEach(function(ce){var ue;ce?.sender&&((ue=ie.pc)===null||ue===void 0||ue.removeTrack(ce?.sender))}),this.streamManager.get(re).streamList.forEach(function(ce){return ce.deleteTracks({video:!0,audio:!0})}),this.streamManager.remove(re),se.label=1;case 1:return se.trys.push([1,3,,4]),[4,this.simulateOfferAnswer()];case 2:return se.sent(),[3,4];case 3:throw(ee=se.sent()).extraInfo=e({api:"publishStop"},ee.extraInfo),ee;case 4:return[2]}})})}),[4,Promise.all(G)];case 4:return z.sent(),[2]}})})},U.prototype.proceedSubscribeAddDatachannel=function(B){return r(this,void 0,void 0,function(){var k=this;return n(this,function(V){return[2,new Promise(function(G,q){return r(k,void 0,void 0,function(){var z,$,re,ee,ie,se=this;return n(this,function(ce){switch(ce.label){case 0:return ce.trys.push([0,2,,3]),[4,(ee=this.signal)===null||ee===void 0?void 0:ee.subscribeAddDatachannel(B)];case 1:return ce.sent(),[3,3];case 2:return(z=ce.sent()).extraInfo=e({api:"subscribeAddDatachannel",signal_api:"subscribeAddDatachannel"},z.extraInfo),[2,q(z)];case 3:$={},ce.label=4;case 4:return ce.trys.push([4,6,,7]),[4,(ie=this.signal)===null||ie===void 0?void 0:ie.subscribeActiveDatachannel(B)];case 5:return $=ce.sent(),[3,7];case 6:return(re=ce.sent()).extraInfo=e({api:"subscribeAddDatachannel",signal_api:"subscribeActiveDatachannel"},re.extraInfo),[2,q(re)];case 7:return B.forEach(function(ue){se.streamManager.addOrUpdateDatachannelItem({type:"sub-data",url:(0,i.pruneSubUrl)(ue.url,!0),msids:[{name:ue.msid,id:ue.datachannelId,type:"data",label:ue.label,datachannel:ue.datachannel}],originUrl:ue.url,streams:[]})}),G($),[2]}})})})]})})},U.prototype.proceedSubscribeStopDatachannel=function(B){return r(this,void 0,void 0,function(){var k=this;return n(this,function(V){return[2,new Promise(function(G,q){return r(k,void 0,void 0,function(){var z,$,re,ee,ie,se,ce,ue=this;return n(this,function(de){switch(de.label){case 0:return de.trys.push([0,2,,3]),[4,(re=this.signal)===null||re===void 0?void 0:re.subscribeStopDatachannel(B)];case 1:return de.sent(),[3,3];case 2:return z=de.sent(),((ce=(se=(ie=(ee=($=z)==null?void 0:$.extraInfo)===null||ee===void 0?void 0:ee.parsedData)===null||ie===void 0?void 0:ie.streams)===null||se===void 0?void 0:se[0])===null||ce===void 0?void 0:ce.res_code)===404?[3,3]:($.extraInfo=e({api:"subscribeStopDatachannel",signal_api:"subscribeStopDatachannel"},$.extraInfo),[2,q(z)]);case 3:return B.forEach(function(pe){ue.streamManager.deleteDatachannelItem({url:(0,i.pruneSubUrl)(pe.url,!0)})}),G(),[2]}})})})]})})},U.prototype.proceedPublishAddDatachannel=function(B){return r(this,void 0,void 0,function(){var k=this;return n(this,function(V){return[2,new Promise(function(G,q){return r(k,void 0,void 0,function(){var z,$,re,ee=this;return n(this,function(ie){switch(ie.label){case 0:z={},ie.label=1;case 1:return ie.trys.push([1,3,,4]),[4,(re=this.signal)===null||re===void 0?void 0:re.publishAddDatachannel(B)];case 2:return z=ie.sent(),[3,4];case 3:return($=ie.sent()).extraInfo=e({api:"publishAddDatachannel",signal_api:"publishAddDatachannel"},$.extraInfo),[2,q($)];case 4:return B.forEach(function(se){ee.streamManager.addOrUpdateDatachannelItem({type:"pub-data",url:(0,i.pruneSubUrl)(se.url,!0),msids:[{name:se.msid,id:se.datachannelId,type:"data",label:se.label,datachannel:se.datachannel}],originUrl:se.url,streams:[]})}),G(z),[2]}})})})]})})},U.prototype.proceedPublishStopDatachannel=function(B){return r(this,void 0,void 0,function(){var k=this;return n(this,function(V){return[2,new Promise(function(G,q){return r(k,void 0,void 0,function(){var z,$,re=this;return n(this,function(ee){switch(ee.label){case 0:return ee.trys.push([0,2,,3]),[4,($=this.signal)===null||$===void 0?void 0:$.publishStopDatachannel(B)];case 1:return ee.sent(),[3,3];case 2:return(z=ee.sent()).extraInfo=e({api:"publishStopDatachannel",signal_api:"publishStopDatachannel"},z.extraInfo),[2,q(z)];case 3:return B.forEach(function(ie){re.streamManager.deleteDatachannelItem({url:(0,i.pruneSubUrl)(ie.url,!0)})}),G(),[2]}})})})]})})},U.prototype.buildUrlStreamMap=function(B){var k=this,V=[];return B.forEach(function(G){var q=G.urlData,z=G.traceId,$=G.url,re=G.vMsid,ee=G.aMsid,ie=q.url,se=new MediaStream;k.streamManager.getAllMediaInfoList(ie,!0).forEach(function(ce){var ue,de;if(ce.type==="video"&&ce.msid===re[0]||ce.type==="audio"&&ce.msid===ee[0]){var pe=(de=(ue=ce.transceiver)===null||ue===void 0?void 0:ue.receiver)===null||de===void 0?void 0:de.track;pe&&se.addTrack(pe)}}),V.push({url:$,stream:se,traceId:z})}),V},U.prototype.extendUrl=function(B){var k=this;return B.map(function(V){var G=V.url,q=V.subAudio,z=V.subVideo,$=V.aMsid,re=V.vMsid,ee=k.streamManager.getOriginUrl(G),ie=new E.UrlData({url:ee,subAudio:q,subVideo:z});return e(e({},V),{urlData:ie,aMsid:ie.subAudio?$||[j]:[],vMsid:ie.subVideo?re||[w]:[]})})},U.prototype.parseSdp=function(B){return new l.SdpUtil({sdp:B})},U.prototype.getTrackInfoList=function(B,k,V){B===void 0&&(B=[]);var G=[];return B.forEach(function(q){var z,$,re,ee;if(q.type!=="application"){var ie,se=Number(q.ssrcs&&((z=q.ssrcs[0])===null||z===void 0?void 0:z.id))||-1,ce=q.rtp.find(function(fe){var me;return["opus","h264"].includes((me=fe.codec)===null||me===void 0?void 0:me.toLowerCase())}),ue=ce?.codec||"",de=ce?.payload||0;k.isCustomStream||q.type==="video"&&(ie=k.hasScreen?"screen":"camera");var pe=q.msid;if(V?.aMsid||V?.vMsid){var Ee=(q.type==="video"?V.vMsid:V.aMsid)||"";Ee?.trim().includes(" ")||(pe=($=q.msid)===null||$===void 0?void 0:$.split(" ")[1])}var he=q.type==="video"?(re=k.videoTrack)===null||re===void 0?void 0:re.id:(ee=k.audioTrack)===null||ee===void 0?void 0:ee.id;G.push({ssrc:se,codec:ue,type:q.type,pt:de,msid:pe,from:ie,trackId:he})}}),G},U.prototype.patchSubscribeStreamManagerRecord=function(B,k){var V=this;this.extendUrl([{url:B,vMsid:k.vMsid,aMsid:k.aMsid}]).forEach(function(G){var q=G.urlData,z=G.vMsid,$=G.aMsid;if(V.pc&&(V.streamManager.remove(q.url),V.streamManager.init(q.url),V.pc.getTransceivers)){var re=V.pc.getTransceivers()||[];if(q.subVideo){var ee=re.find(function(se){return se.receiver.track.kind==="video"});V.streamManager.update(q.url,{vMsid:z[0],vTransceiver:ee,stream:k.stream})}if(q.subAudio){var ie=re.find(function(se){return se.receiver.track.kind==="audio"});V.streamManager.update(q.url,{aMsid:$[0],aTransceiver:ie,stream:k.stream})}V.streamManager.markAlreadySubPub(B,{vMsid:z[0],aMsid:$[0],isPub:!1})}})},U.prototype.patchPublishStreamManagerRecord=function(B,k){if(this.pc){var V=k.stream,G=V.videoTrack,q=V.audioTrack,z=this.unifyMsid(k.aMsid,"audio"),$=this.unifyMsid(k.vMsid,"video");if(this.streamManager.init(B,_.EStreamType.Publish),this.pc.getTransceivers){var re=this.pc.getTransceivers()||[];if(G){var ee=re.find(function(se){var ce,ue;return((ue=(ce=se.sender)===null||ce===void 0?void 0:ce.track)===null||ue===void 0?void 0:ue.id)===G.id});ee&&this.streamManager.update(B,{vMsid:$,vTransceiver:ee,stream:k.stream})}if(q){var ie=re.find(function(se){var ce,ue;return((ue=(ce=se.sender)===null||ce===void 0?void 0:ce.track)===null||ue===void 0?void 0:ue.id)===q.id});ie&&this.streamManager.update(B,{aMsid:z,aTransceiver:ie,stream:k.stream})}this.streamManager.markAlreadySubPub(B,{vMsid:$,aMsid:z,isPub:!0})}}},U.prototype.updateTrackInfoList=function(B){var k=B.url,V=B.stream,G=B.vMsid,q=B.aMsid,z=B.sdpMediaList;k||console.error("[updateTrackInfoList] url is required");var $=this.getTrackInfoList(z,V,{vMsid:G,aMsid:q}),re=$.find(function(ie){return ie.type==="video"}),ee=$.find(function(ie){return ie.type==="audio"});return G&&re&&this.streamManager.updateSdpInfo(k,e({vMsid:G},re)),q&&ee&&this.streamManager.updateSdpInfo(k,e({aMsid:q},ee)),$},U.prototype.unifyMsid=function(B,k){var V=k==="video"?w:j;return B?.[0]||V},U.prototype.startSignalHeartbeatTimer=function(B){var k=this;B&&B<200?console.warn("PEER CORE: heartbeat interval ".concat(B," is too small and will not take effect. At least 200ms")):(this.stopSignalHeartbeatTimer(),this.heartbeatTimerHandle=setInterval(function(){var V=void 0,G=k.streamManager.getSize(),q=k.streamManager.getSubOrPubDoneMediaMapSize();if(k.heartbeatTokenRing%=G,k.heartbeatTokenRing<q){var z=k.heartbeatTokenRing,$=k.streamManager.getPubOrSubDoneMediaUrlByIndex(z);$&&(V=[]).push({url:$})}else if(k.heartbeatTokenRing<G){z=k.heartbeatTokenRing-q;var re=k.streamManager.getDcUrlByIndex(z);re&&(V=[]).push(re)}k.heartbeatTokenRing++,k.heartbeatTokenRing%=G,k.sendOnceHeartbeat(V)},B||f.DEFAULT_HEARTBEAT_INTERVAL))},U.prototype.stopSignalHeartbeatTimer=function(){this.heartbeatTimerHandle!==null&&clearInterval(this.heartbeatTimerHandle),this.heartbeatTimerHandle=null},U.prototype.sendOnceHeartbeat=function(B){var k,V=(k=this.signal)===null||k===void 0?void 0:k.sendHeartbeat(B);V&&(this.hebtLog(">>> Send: heartbeat",V),this.heartbeatTimelineMap.set(V.msg_id,performance.now()))},U.prototype.sendFalseHeartbeat=function(B){var k,V=(k=this.signal)===null||k===void 0?void 0:k.sendFalseHeartbeat(B);V&&(this.hebtLog(">>> Send: false heartbeat",B),this.heartbeatTimelineMap.set(V.msg_id,performance.now()))},U.prototype.dispose=function(){var B,k;this.pc=void 0,this.prevOfferSdp=void 0,this.prevAnswerSdp=void 0,(B=this.signal)===null||B===void 0||B.dispose(),(k=this.streamManager)===null||k===void 0||k.dispose(),this.stopSignalHeartbeatTimer()},U.prototype.initHeartbeatListener=function(){var B,k,V,G,q,z,$,re=this;(B=this.heartbeatProcessor)===null||B===void 0||B.on("pcReconnect",function(ee){re.emit("pcReconnect",ee)}),(k=this.heartbeatProcessor)===null||k===void 0||k.on("streamError",function(ee){re.emit("streamError",ee)}),(V=this.heartbeatProcessor)===null||V===void 0||V.on("streamReconnect",function(ee){re.emit("streamReconnect",ee)}),(G=this.heartbeatProcessor)===null||G===void 0||G.on("traceIdUpdate",function(ee){re.emit("traceIdUpdate",ee)}),(q=this.heartbeatProcessor)===null||q===void 0||q.on("hebtReceived",function(ee){if(ee){var ie=re.heartbeatTimelineMap.get(ee.msg_id)||0;re.heartbeatTimelineMap.delete(ee.msg_id),re.hebtLog("<<< Received: heartbeat","".concat(Math.ceil(performance.now()-ie),"ms"),ee)}re.emit("hebtReceived",ee)}),(z=this.heartbeatProcessor)===null||z===void 0||z.on("datachannelNotEnabled",function(){re.emit("datachannelNotEnabled")}),($=this.signal)===null||$===void 0||$.getDatachannelCore().on("message",function(ee){var ie;(ie=re.heartbeatProcessor)===null||ie===void 0||ie.process(ee)})},U.prototype.initNotifyListener=function(){var B,k,V,G=this;(B=this.notifyProcessor)===null||B===void 0||B.on("pcReconnect",function(q){G.emit("pcReconnect",q)}),(k=this.notifyProcessor)===null||k===void 0||k.on("message",function(q){G.emit("message",q)}),(V=this.signal)===null||V===void 0||V.getDatachannelCore().on("message",function(q){var z;(z=G.notifyProcessor)===null||z===void 0||z.process(q)})},U.prototype.findNewSubPubMids=function(B,k){var V=new l.SdpUtil({sdp:B}),G=new l.SdpUtil({sdp:k}),q=V.detail.media.filter(function($){return $.direction!=="inactive"}).map(function($){return $.mid}),z=G.detail.media.map(function($){return $.mid});return this.findDiff(q,z).map(function($){return String($)})},U.prototype.findDiff=function(B,k){return Array.from(new Set(s([],B,!0).filter(function(V){return!k.includes(V)})))},U.prototype.parseMsidString=function(B){var k={stream:"",track:""};if(!B)return k;var V=B.trim().split(" "),G=V[0],q=V[1];return q?(k.stream=G,k.track=q):k.track=G,k},U.prototype.stringifyMsid=function(B){var k=B.stream,V=B.track;return"".concat(k).concat(k?" ":"").concat(V)},U.prototype.restorePublishedSsrc=function(B){var k=new l.SdpUtil({sdp:this.prevOfferSdp||""}).getPublishSsrcs();B.detail.media.forEach(function(V){var G;V.direction!=="recvonly"&&((G=V.ssrcs)===null||G===void 0||G.forEach(function(q){var z,$=(z=k.find(function(re){return re.mid===String(V.mid)}))===null||z===void 0?void 0:z.ssrc;$&&(q.id=String($))}))})},U.prototype.restorePublishMsid=function(B){var k=this,V=new l.SdpUtil({sdp:this.prevOfferSdp||""}).getPublishMsids();V?.length&&B.detail.media.forEach(function(G){var q,z;if(G.direction!=="recvonly"){var $=(q=V.find(function(ee){return ee.mid===String(G.mid)}))===null||q===void 0?void 0:q.msid;if(!$)return;var re=k.parseMsidString($);G.msid=$||G.msid,(z=G.ssrcs)===null||z===void 0||z.forEach(function(ee){switch(ee.attribute){case"cname":ee.value=re.track||ee.value;break;case"msid":ee.value=$||ee.value}})}})},U.prototype.alignAnswerMidsWithOffer=function(B){var k=new l.SdpUtil({sdp:this.prevOfferSdp||""}).detail.media.map(function(z){return String(z.mid)}),V=B.detail.media.map(function(z){return String(z.mid)}),G=this.findDiff(V,k);B.removeMedia(G);var q=[];k.forEach(function(z){var $=B.detail.media.find(function(re){return String(re.mid)===z});$&&q.push($)}),B.detail.media=q.filter(function(z){return z})},U.prototype.simulateOfferAnswer=function(B){var k,V,G;return r(this,void 0,void 0,function(){var q,z,$,re,ee,ie,se,ce,ue,de,pe,Ee,he;return n(this,function(fe){switch(fe.label){case 0:return fe.trys.push([0,2,,3]),[4,(k=this.pc)===null||k===void 0?void 0:k.createOffer()];case 1:return q=fe.sent(),z=new l.SdpUtil({sdp:q?.sdp||""}),$=z.detail.media.filter(function(me){return me.direction==="inactive"}).map(function(me){return String(me.mid)}),this.restorePublishedSsrc(z),this.restorePublishMsid(z),this.prevOfferSdp=z.generate(),(re=new l.SdpUtil({sdp:this.prevAnswerSdp||""})).setMediaInactive($),B&&(ee=(0,l.generateFakeMediaSdpAnswer)(B))&&(ie=new l.SdpUtil({sdp:ee}),se=s([],ie.detail.media,!0),re.addOrUpdateMedia(se),this.alignAnswerMidsWithOffer(re)),ce=re.generate(),this.setPrevAnswerSdp(ce),[3,3];case 2:throw ue=fe.sent(),new h.RtsError(o.ErrorCode.DATACHANNEL_CREATE_OFFER_ERROR,"CreateOffer error: ".concat(ue),"",{pc:this.pc});case 3:if(de=this.avoidMsidConflict(this.prevOfferSdp),this.offerSdpHook)try{de=this.offerSdpHook(de)}catch(me){console.log("offerSdoHook error: ",me)}fe.label=4;case 4:return fe.trys.push([4,6,,7]),[4,(V=this.pc)===null||V===void 0?void 0:V.setLocalDescription(new RTCSessionDescription({type:"offer",sdp:de}))];case 5:return fe.sent(),[3,7];case 6:throw pe=fe.sent(),new h.RtsError(o.ErrorCode.DATACHANNEL_SET_OFFER_ERROR,"SetLocalDescription error: ".concat(pe),"",{sdp:this.prevOfferSdp});case 7:if(fe.trys.push([7,10,,11]),!this.prevAnswerSdp)return[3,9];if(Ee=this.avoidMsidConflict(this.prevAnswerSdp),this.answerSdpHook)try{Ee=this.answerSdpHook(Ee)}catch(me){console.log("answerSdpHook error: ",me)}return[4,(G=this.pc)===null||G===void 0?void 0:G.setRemoteDescription(new RTCSessionDescription({type:"answer",sdp:Ee}))];case 8:fe.sent(),fe.label=9;case 9:return[3,11];case 10:throw he=fe.sent(),new h.RtsError(o.ErrorCode.DATACHANNEL_SET_ANSWER_ERROR,"SetRemoteDescription error: ".concat(he),"",{sdp:this.prevAnswerSdp});case 11:return[2]}})})},U.prototype.avoidMsidConflict=function(B){var k=new l.SdpUtil({sdp:B});return k.mungleMsid(),k.generate()},U.prototype.setCodecPreferences=function(B,k){if(k)try{B.setCodecPreferences(k)}catch(V){console.warn("setCodecPreferences error",V)}},U.prototype.log=function(){for(var B=[],k=0;k<arguments.length;k++)B[k]=arguments[k];window.RTS_DATACHANNEL_DEBUG&&console.log.apply(console,s(["[PC-Core]"],B,!1))},U.prototype.hebtLog=function(){for(var B,k,V=[],G=0;G<arguments.length;G++)V[G]=arguments[G];window.RTS_HEBT_DEBUG&&console.log.apply(console,s(["".concat(this.now()," [datachannel|").concat((B=this.signal)===null||B===void 0?void 0:B.getDatachannelCore().label,"|").concat((k=this.signal)===null||k===void 0?void 0:k.getDatachannelCore().id,"]")],V,!1))},U.prototype.now=function(){var B=new Date;return"".concat(B.getHours(),":").concat(B.getMinutes(),":").concat(B.getSeconds(),".").concat(String(B.getMilliseconds()).padStart(3,"0"))},U}(C.default);f.PeerConnectionCore=H},651:function(S,f,a){var d,p=this&&this.__extends||(d=function(_,h){return d=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,g){o.__proto__=g}||function(o,g){for(var m in g)Object.prototype.hasOwnProperty.call(g,m)&&(o[m]=g[m])},d(_,h)},function(_,h){if(typeof h!="function"&&h!==null)throw new TypeError("Class extends value "+String(h)+" is not a constructor or null");function o(){this.constructor=_}d(_,h),_.prototype=h===null?Object.create(h):(o.prototype=h.prototype,new o)}),e=this&&this.__importDefault||function(_){return _&&_.__esModule?_:{default:_}};Object.defineProperty(f,"__esModule",{value:!0}),f.DataChannelCore=f.EDatachannelStatus=void 0;var r,n=a(844),s=a(961),t=a(854),i=e(a(885)),l=e(a(973));function E(){}(function(_){_[_.DATACHANNEL_STATUS_CLOSE=0]="DATACHANNEL_STATUS_CLOSE",_[_.DATACHANNEL_STATUS_OPEN=1]="DATACHANNEL_STATUS_OPEN"})(r=f.EDatachannelStatus||(f.EDatachannelStatus={}));var b=function(_){function h(o){var g=_.call(this)||this;return g.pendingPromiseMap=new Map,g.mutexSendData=!1,g.timerSendData=null,g.eventQueue=new t.CacheBuffer("send tasks"),g.datachannelList=[],g.pc=o.pc,g.eventHandler=o.onDatachannelEvent||E,g.datachannelList=o.datachannelList||[],g.createDatachannel(o.label,o.assignId),g}return p(h,_),h.prototype.getWebrtcDatachannel=function(){return this.datachannel},h.prototype.getNextId=function(){var o=0,g=this.datachannelList.reduce(function(m,T){return T.readyState==="open"?m+1:(o||(o=T.id),m)},0);return o||2*(g+1)},h.prototype.createDatachannel=function(o,g){var m=this,T={ordered:!0};g&&this.pc.connectionState==="connected"&&(T.id=this.getNextId()),this.datachannel=this.pc.createDataChannel(o||"GRTN_RTC_DATACHANNEL"+"_".concat(Date.now()),T),this.datachannel.addEventListener("open",function(){setTimeout(function(){m.eventHandler(r.DATACHANNEL_STATUS_OPEN),m.emit("statusChange",r.DATACHANNEL_STATUS_OPEN)},200)}),this.datachannel.addEventListener("close",function(){m.eventHandler(r.DATACHANNEL_STATUS_CLOSE),m.emit("statusChange",r.DATACHANNEL_STATUS_CLOSE)}),this.datachannel.addEventListener("closing",function(){}),this.datachannel.addEventListener("error",function(C){console.log(">> error",C),m.emit("error",C)}),this.datachannel.addEventListener("bufferedamountlow",function(){}),this.datachannel.addEventListener("message",function(C){m.emit("message",C.data)})},Object.defineProperty(h.prototype,"id",{get:function(){return this.datachannel.id},enumerable:!1,configurable:!0}),Object.defineProperty(h.prototype,"label",{get:function(){return this.datachannel.label},enumerable:!1,configurable:!0}),Object.defineProperty(h.prototype,"readyState",{get:function(){return this.datachannel.readyState},enumerable:!1,configurable:!0}),h.prototype.send=function(o){if(this.datachannel.readyState!=="open")throw new Error("Datachannel(label:".concat(this.datachannel.label,",id:").concat(this.datachannel.id,") is closed."));return this.datachannel.send(o)},h.prototype.sendAsync=function(o){if(this.datachannel.readyState==="open")return this.datachannel.send(JSON.stringify(o)),!0;console.log("Async signal message failed. Datachannel(label:".concat(this.datachannel.label,",id:").concat(this.datachannel.id,") is closed."))},h.prototype.sendData=function(o){var g=this;return new Promise(function(m,T){var C=new l.default(g.datachannel);if(g.mutexSendData){var D={sender:C,res:m,rej:T,data:o};g.eventQueue.cache(D)}else g.atomSend(C,m,T,o)})},h.prototype.dispose=function(){var o;this.emit("dispose"),this.mutexSendData=!1,this.timerSendData!==null&&clearTimeout(this.timerSendData),this.timerSendData=null,this.eventQueue=new t.CacheBuffer("send tasks"),(o=this.datachannel)===null||o===void 0||o.close()},h.prototype.atomSend=function(o,g,m,T){var C=this;this.mutexSendData=!0,o.on("onSendDataDone",function(){if(C.timerSendData!==null&&clearTimeout(C.timerSendData),C.timerSendData=null,C.mutexSendData=!1,!C.eventQueue.isEmpty()){var D=C.eventQueue.getFirst();C.atomSend(D.sender,D.res,D.rej,D.data)}}),this.timerSendData=setTimeout(function(){m(new s.RtsError(n.ErrorCode.DATACHANNEL_TIMEOUT_ERROR,"request timeout after ".concat(h.REQUEST_TIMEOUT,"ms"),"",T)),C.timerSendData=null,C.mutexSendData=!1,o.emit("onSendDataDone")},h.REQUEST_TIMEOUT),o.sendingProcess(g,m,T)},h.REQUEST_TIMEOUT=5e3,h}(i.default);f.DataChannelCore=b},973:function(S,f,a){var d,p=this&&this.__extends||(d=function(b,_){return d=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(h,o){h.__proto__=o}||function(h,o){for(var g in o)Object.prototype.hasOwnProperty.call(o,g)&&(h[g]=o[g])},d(b,_)},function(b,_){if(typeof _!="function"&&_!==null)throw new TypeError("Class extends value "+String(_)+" is not a constructor or null");function h(){this.constructor=b}d(b,_),b.prototype=_===null?Object.create(_):(h.prototype=_.prototype,new h)}),e=this&&this.__spreadArray||function(b,_,h){if(h||arguments.length===2)for(var o,g=0,m=_.length;g<m;g++)!o&&g in _||(o||(o=Array.prototype.slice.call(_,0,g)),o[g]=_[g]);return b.concat(o||Array.prototype.slice.call(_))},r=this&&this.__importDefault||function(b){return b&&b.__esModule?b:{default:b}};Object.defineProperty(f,"__esModule",{value:!0}),f.EDatachannelSignalResCode=f.EMessageType=void 0;var n,s,t=a(844),i=a(961),l=r(a(885));(function(b){b.HEBT="hebt",b.NOTI="NOTI"})(n=f.EMessageType||(f.EMessageType={})),function(b){b[b.NGX_RTC_PUBLISH_ALREADY=402]="NGX_RTC_PUBLISH_ALREADY",b[b.NGX_RTC_REQUEST_FORBIDDEN=403]="NGX_RTC_REQUEST_FORBIDDEN",b[b.NGX_RTC_STREAM_NO_FOUND=404]="NGX_RTC_STREAM_NO_FOUND",b[b.NGX_RTC_SUBSCRIBE_ALREADY=410]="NGX_RTC_SUBSCRIBE_ALREADY",b[b.NGX_RTC_NORMAL_CLOSED=200]="NGX_RTC_NORMAL_CLOSED",b[b.NGX_RTC_LIMITED=508]="NGX_RTC_LIMITED",b[b.NGX_RTC_INTERNAL_SERVER_ERROR=500]="NGX_RTC_INTERNAL_SERVER_ERROR",b[b.NGX_RTC_BAD_REQUEST=400]="NGX_RTC_BAD_REQUEST",b[b.NGX_RTC_NEED_RETRY=213]="NGX_RTC_NEED_RETRY",b[b.NGX_RTC_DATACHANNEL_HEBT_MSID_NOT_FOUND=130]="NGX_RTC_DATACHANNEL_HEBT_MSID_NOT_FOUND"}(s=f.EDatachannelSignalResCode||(f.EDatachannelSignalResCode={}));var E=function(b){function _(h){var o=b.call(this)||this;return o.datachannel=h,o}return p(_,b),_.prototype.sendingProcess=function(h,o,g){var m,T=this,C=performance.now();this.datachannel.onmessage=function(D){try{var y=JSON.parse(D.data),A=T.checkResponse(y);if(A.ignore)return;if(T.log("<<< Received:","".concat(Math.ceil(performance.now()-C),"ms"),y),A.pass)h(y);else{if(A.code===s.NGX_RTC_NEED_RETRY)return void setTimeout(function(){T.log(">>> Send:",g),T.datachannel.send(JSON.stringify(g))},200);o(new i.RtsError(t.ErrorCode.DATACHANNEL_RESPONSE_ERROR,"[code]".concat(A.code,"; [msg]").concat(A.msg),A.traceId,{parsedData:y}))}}catch(w){o(new i.RtsError(t.ErrorCode.DATACHANNEL_PARSE_ERROR,"datachannel message parse error","",{data:D.data,err:w}))}T.emit("onSendDataDone")};try{this.log(">>> Sent:","".concat(g.type,"-").concat(!((m=g.streams)===null||m===void 0)&&m.length?g.streams[0].method:"-"),g)}catch{}this.datachannel.send(JSON.stringify(g))},_.prototype.checkResponse=function(h){var o={pass:!0,ignore:!1,code:0,msg:"",traceId:""};if([n.HEBT,n.NOTI].includes(h.type))return o.ignore=!0,o.pass=!1,o;h.recode!==0&&(o.pass=!1,o.code=h.recode,o.msg=h.msg);var g=h.streams;return g&&g.length>0&&g.forEach(function(m){m.res_code!==200&&(o.pass=!1,o.code=m.res_code,o.msg=m.res_msg,o.traceId=m.traceid)}),o},_.prototype.log=function(){for(var h=[],o=0;o<arguments.length;o++)h[o]=arguments[o];window.RTS_DATACHANNEL_DEBUG&&console.log.apply(console,e(["".concat(this.now()," [datachannel|").concat(this.datachannel.label,"|").concat(this.datachannel.id,"]")],h,!1))},_.prototype.now=function(){var h=new Date;return"".concat(h.getHours(),":").concat(h.getMinutes(),":").concat(h.getSeconds(),".").concat(String(h.getMilliseconds()).padStart(3,"0"))},_}(l.default);f.default=E},844:(S,f)=>{Object.defineProperty(f,"__esModule",{value:!0}),f.ErrorCode=void 0,function(a){a[a.DATACHANNEL_SIGNAL_ERROR=15e3]="DATACHANNEL_SIGNAL_ERROR",a[a.DATACHANNEL_SET_OFFER_ERROR=15001]="DATACHANNEL_SET_OFFER_ERROR",a[a.DATACHANNEL_SET_ANSWER_ERROR=15002]="DATACHANNEL_SET_ANSWER_ERROR",a[a.DATACHANNEL_CREATE_OFFER_ERROR=15003]="DATACHANNEL_CREATE_OFFER_ERROR",a[a.DATACHANNEL_RESPONSE_ERROR=15004]="DATACHANNEL_RESPONSE_ERROR",a[a.DATACHANNEL_PARSE_ERROR=15005]="DATACHANNEL_PARSE_ERROR",a[a.DATACHANNEL_TIMEOUT_ERROR=15006]="DATACHANNEL_TIMEOUT_ERROR",a[a.CORE_NO_PC_ERROR=15007]="CORE_NO_PC_ERROR",a[a.CORE_PUBLIST_EXCEED_ERROR=15008]="CORE_PUBLIST_EXCEED_ERROR",a[a.CORE_PUB_REPLACE_URL_NOT_FOUND=15009]="CORE_PUB_REPLACE_URL_NOT_FOUND",a[a.CORE_TRANSCEIVERS_NOT_FOUND=15010]="CORE_TRANSCEIVERS_NOT_FOUND"}(f.ErrorCode||(f.ErrorCode={}))},961:(S,f,a)=>{Object.defineProperty(f,"__esModule",{value:!0}),f.RtsError=void 0;var d=a(844);f.RtsError=function(p,e,r,n){this.errorCode=p,this.errorCodeName=d.ErrorCode[p],this.message=e,this.traceId=r,n&&(this.extraInfo=n)}},854:(S,f)=>{Object.defineProperty(f,"__esModule",{value:!0}),f.CacheBuffer=void 0;var a=function(){function d(p){this.data=[],this.tag=p||"unknown",this.maxBufferLength=90}return d.prototype.setMaxCapacity=function(p){this.maxBufferLength=90,p>=0&&(this.maxBufferLength=p),this.maxBufferLength>200&&(this.maxBufferLength=200)},d.prototype.cache=function(p){this.data.length>this.maxBufferLength&&(this.data.shift(),console.log(this.tag+" CACHE: Reach Max Capacity")),this.data.push(p)},d.prototype.getFirst=function(){return this.data.shift()},d.prototype.isEmpty=function(){return this.data.length<=0},d}();f.CacheBuffer=a},885:(S,f)=>{Object.defineProperty(f,"__esModule",{value:!0});var a=function(){function d(){this._eventMap={}}return d.prototype.listeners=function(p){return this._eventMap[p]||[]},d.prototype.emit=function(p){for(var e=this,r=[],n=1;n<arguments.length;n++)r[n-1]=arguments[n];var s=this._eventMap[p];return!!Array.isArray(s)&&(s.forEach(function(t){return t.apply(e,r)}),!0)},d.prototype.off=function(p,e){var r=this._eventMap[p];return Array.isArray(r)&&(this._eventMap[p]=r.filter(function(n){return n!==e})),this},d.prototype.removeAllListeners=function(p){return p===void 0?this._eventMap={}:this._eventMap[p]&&(this._eventMap[p]=[]),this},d.prototype.on=function(p,e){return this._eventMap[p]?this._eventMap[p].push(e):this._eventMap[p]=[e],this},d.prototype.once=function(p,e){var r=this,n=function(){for(var s=[],t=0;t<arguments.length;t++)s[t]=arguments[t];r.off(p,n),e.apply(r,s)};return this.on(p,n),this},d}();f.default=a},887:(S,f)=>{Object.defineProperty(f,"__esModule",{value:!0}),f.intersection=f.pruneSubUrl=f.parseUrlSubParams=void 0,f.parseUrlSubParams=function(a){var d={subVideo:!0,subAudio:!0};return a&&(a.includes("@subvideo=no")&&(d.subVideo=!1),a.includes("@subaudio=no")&&(d.subAudio=!1)),d},f.pruneSubUrl=function(a,d){var p=a||"";return p=p.replace("@subaudio=no","").replace("@subvideo=no",""),d&&(p=p.split("?")[0]),p},f.intersection=function(a,d){return a.filter(function(p){return d.includes(p)})}},390:function(S,f){var a=this&&this.__spreadArray||function(p,e,r){if(r||arguments.length===2)for(var n,s=0,t=e.length;s<t;s++)!n&&s in e||(n||(n=Array.prototype.slice.call(e,0,s)),n[s]=e[s]);return p.concat(n||Array.prototype.slice.call(e))};Object.defineProperty(f,"__esModule",{value:!0}),f.Logger=void 0;var d=function(){function p(e){this.switchName=e.switchName,this.displayName=e.displayName}return p.prototype.log=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];window[this.switchName||Math.random()]&&console.log.apply(console,a(["".concat(this.now()," [").concat(this.displayName,"]")],e,!1))},p.prototype.now=function(){var e=new Date;return"".concat(this.padStart(e.getHours()),":").concat(this.padStart(e.getMinutes()),":").concat(this.padStart(e.getSeconds()),".").concat(this.padStart(e.getMilliseconds(),3))},p.prototype.padStart=function(e,r,n){return r===void 0&&(r=2),n===void 0&&(n="0"),String(e).padStart(r,n)},p}();f.Logger=d},248:function(S,f,a){var d=this&&this.__assign||function(){return d=Object.assign||function(n){for(var s,t=1,i=arguments.length;t<i;t++)for(var l in s=arguments[t])Object.prototype.hasOwnProperty.call(s,l)&&(n[l]=s[l]);return n},d.apply(this,arguments)},p=this&&this.__spreadArray||function(n,s,t){if(t||arguments.length===2)for(var i,l=0,E=s.length;l<E;l++)!i&&l in s||(i||(i=Array.prototype.slice.call(s,0,l)),i[l]=s[l]);return n.concat(i||Array.prototype.slice.call(s))};Object.defineProperty(f,"__esModule",{value:!0}),f.generateFakeMediaSdpAnswer=f.SdpUtil=void 0;var e=a(766),r=function(){function n(s){if(this.rawSdp=s.sdp,!s.sdp)throw new Error("No sdp to parse");this.sdpDetail=this.parse()}return Object.defineProperty(n.prototype,"detail",{get:function(){return this.sdpDetail},enumerable:!1,configurable:!0}),n.prototype.removeMedia=function(s){return this.removeMediaInner(s)},n.prototype.keepMedia=function(s){return this.removeMediaInner(s,{revert:!0})},n.prototype.removeMediaInner=function(s,t){t===void 0&&(t={revert:!1}),s.length&&this.sdpDetail.media&&this.sdpDetail.media.length&&(t.revert?this.sdpDetail.media=this.sdpDetail.media.filter(function(i){return s.includes(String(i.mid)||"")}):this.sdpDetail.media=this.sdpDetail.media.filter(function(i){return!s.includes(String(i.mid)||"")}),this.updateBundle())},n.prototype.addOrUpdateMedia=function(s,t){t===void 0&&(t={}),s=s.map(function(l){return d(d({},l),{setup:"passive"})});var i=[];this.sdpDetail.media=this.sdpDetail.media.map(function(l){var E=s.find(function(h){return h.mid===l.mid});if(E){i.push(l.mid);var b=E,_=l;return t.isPublish&&(b.ssrcs=_.ssrcs,b.ssrcGroups=_.ssrcGroups),E}return l}),this.sdpDetail.media=p(p([],this.sdpDetail.media,!0),s.filter(function(l){return!i.includes(l.mid)}),!0),this.updateBundle()},n.prototype.mungleMsid=function(){this.sdpDetail.media.forEach(function(s){if(s.msid){var t="";s.msid=s.msid.split(" ").map(function(i,l){return l===1?(t=i,i+"_"+s.mid):i}).join(" "),t&&s.ssrcs&&s.ssrcs.forEach(function(i){i.value&&(i.value=i.value.replace(t,t+"_"+s.mid))})}})},n.prototype.addMedia=function(s){var t;s=s.map(function(E){return d(d({},E),{setup:"passive"})}),this.sdpDetail.media=p(p([],this.sdpDetail.media,!0),s,!0);var i=s.reduce(function(E,b){return E+" "+b.mid},""),l=(t=this.sdpDetail.groups)===null||t===void 0?void 0:t.find(function(E){return E.type==="BUNDLE"});l&&(l.mids+="".concat(i))},n.prototype.setMediaInactive=function(s){this.sdpDetail.media.forEach(function(t){s.includes(String(t.mid))&&(t.direction="inactive")}),this.updateBundle()},n.prototype.getPublishSsrcs=function(){var s=[];return this.sdpDetail.media.forEach(function(t){t.direction!=="recvonly"&&t.ssrcs&&s.push({type:t.type,ssrc:t.ssrcs[0].id||"ERR_NOT_FOUND",mid:String(t.mid)})}),s},n.prototype.getPublishMsids=function(){var s=[];return this.sdpDetail.media.forEach(function(t){t.direction!=="recvonly"&&t.msid&&s.push({type:t.type,msid:t.msid,mid:String(t.mid)})}),s},n.prototype.generate=function(){return(0,e.write)(this.sdpDetail)},n.prototype.updateBundle=function(){var s,t=(s=this.sdpDetail.groups)===null||s===void 0?void 0:s.find(function(i){return i.type==="BUNDLE"});t&&(t.mids=this.sdpDetail.media.reduce(function(i,l){return i+l.mid+" "},"").trim())},n.prototype.addNack=function(){this.sdpDetail.media.forEach(function(s){var t,i,l;if(s.type==="audio"){if(!((t=s.rtcpFb)===null||t===void 0)&&t.some(function(b){return b.type==="nack"}))return;var E=(i=s.rtp.find(function(b){return b.codec==="opus"}))===null||i===void 0?void 0:i.payload;E&&((l=s.rtcpFb)===null||l===void 0||l.push({payload:E,type:"nack"}))}})},n.prototype.parse=function(){var s=(0,e.parse)(this.rawSdp);return this.patchMsid(s)},n.prototype.getMids=function(s){return s?.length?s.reduce(function(t,i){return p(p([],t,!0),[String(i.mid)],!1)},[]):[]},n.prototype.patchMsid=function(s){return s.media.forEach(function(t){var i,l;t.type==="application"||t.msid||(t.msid=(l=(i=t.ssrcs)===null||i===void 0?void 0:i.find(function(E){return E.attribute==="msid"}))===null||l===void 0?void 0:l.value)}),s},n}();f.SdpUtil=r,f.generateFakeMediaSdpAnswer=function(n){if(!n.mids.length||!n.medias.length||n.mids.length!==n.medias.length)return"";var s=`v=0
|
|
24
|
+
`}},776:function(y,v,s){var c,a=this&&this.__extends||(c=function(N,H){return c=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(F,P){F.__proto__=P}||function(F,P){for(var B in P)Object.prototype.hasOwnProperty.call(P,B)&&(F[B]=P[B])},c(N,H)},function(N,H){if(typeof H!="function"&&H!==null)throw new TypeError("Class extends value "+String(H)+" is not a constructor or null");function F(){this.constructor=N}c(N,H),N.prototype=H===null?Object.create(H):(F.prototype=H.prototype,new F)}),e=this&&this.__assign||function(){return e=Object.assign||function(N){for(var H,F=1,P=arguments.length;F<P;F++)for(var B in H=arguments[F])Object.prototype.hasOwnProperty.call(H,B)&&(N[B]=H[B]);return N},e.apply(this,arguments)},r=this&&this.__awaiter||function(N,H,F,P){return new(F||(F=Promise))(function(B,W){function z(re){try{J(P.next(re))}catch(te){W(te)}}function G(re){try{J(P.throw(re))}catch(te){W(te)}}function J(re){var te;re.done?B(re.value):(te=re.value,te instanceof F?te:new F(function(ie){ie(te)})).then(z,G)}J((P=P.apply(N,H||[])).next())})},i=this&&this.__generator||function(N,H){var F,P,B,W,z={label:0,sent:function(){if(1&B[0])throw B[1];return B[1]},trys:[],ops:[]};return W={next:G(0),throw:G(1),return:G(2)},typeof Symbol=="function"&&(W[Symbol.iterator]=function(){return this}),W;function G(J){return function(re){return function(te){if(F)throw new TypeError("Generator is already executing.");for(;W&&(W=0,te[0]&&(z=0)),z;)try{if(F=1,P&&(B=2&te[0]?P.return:te[0]?P.throw||((B=P.return)&&B.call(P),0):P.next)&&!(B=B.call(P,te[1])).done)return B;switch(P=0,B&&(te=[2&te[0],B.value]),te[0]){case 0:case 1:B=te;break;case 4:return z.label++,{value:te[1],done:!1};case 5:z.label++,P=te[1],te=[0];continue;case 7:te=z.ops.pop(),z.trys.pop();continue;default:if(!((B=(B=z.trys).length>0&&B[B.length-1])||te[0]!==6&&te[0]!==2)){z=0;continue}if(te[0]===3&&(!B||te[1]>B[0]&&te[1]<B[3])){z.label=te[1];break}if(te[0]===6&&z.label<B[1]){z.label=B[1],B=te;break}if(B&&z.label<B[2]){z.label=B[2],z.ops.push(te);break}B[2]&&z.ops.pop(),z.trys.pop();continue}te=H.call(N,z)}catch(ie){te=[6,ie],P=0}finally{F=B=0}if(5&te[0])throw te[1];return{value:te[0]?te[1]:void 0,done:!0}}([J,re])}}},o=this&&this.__spreadArray||function(N,H,F){if(F||arguments.length===2)for(var P,B=0,W=H.length;B<W;B++)!P&&B in H||(P||(P=Array.prototype.slice.call(H,0,B)),P[B]=H[B]);return N.concat(P||Array.prototype.slice.call(H))},t=this&&this.__importDefault||function(N){return N&&N.__esModule?N:{default:N}};Object.defineProperty(v,"__esModule",{value:!0}),v.PeerConnectionCore=v.DEFAULT_HEARTBEAT_INTERVAL=v.EDatachannelStatus=void 0;var n=s(887),u=s(248),h=s(237),S=s(619),x=s(628),E=s(961),p=s(844),b=s(651);Object.defineProperty(v,"EDatachannelStatus",{enumerable:!0,get:function(){return b.EDatachannelStatus}});var l,A=s(854),R=t(s(885)),C=s(132),g=t(s(123)),D=s(125),O="rts video",U="rts audio";v.DEFAULT_HEARTBEAT_INTERVAL=2500,function(N){N.SUB_ADD="subsribe add",N.SUB_DELETE="subscribe delete",N.SUB_ACTIVE="subscribe active",N.SUB_STOP="subscribe stop",N.PUB_ADD="publish add",N.PUB_DELETE="publish delete",N.PUB_REPLACE="publish replace",N.PUB_STOP="publish stop",N.DATACHANNEL_SUB_ADD="sub add datachannel",N.DATACHANNEL_SUB_ACTIVE="sub active datachannel",N.DATACHANNEL_SUB_STOP="sub delete datachannel",N.DATACHANNEL_PUB_ADD="pub add datachannel",N.DATACHANNEL_PUB_STOP="pub delete datachannel"}(l||(l={}));var k=function(N){function H(F){var P=N.call(this)||this;return P.PCCore=F,P}return a(H,N),H.prototype.excuteSignal=function(F,P,B,W){var z=this;switch(F){case l.SUB_ADD:this.PCCore.proceedSubscribeAdd(W.configList,W.reconnecting).then(function(G){P(G)}).catch(function(G){B(G)}).finally(function(){z.emit("onSignalDone")});break;case l.SUB_DELETE:this.PCCore.proceedSubscribeDeleteTracks(W.configList,W.skipError).then(function(G){P(G)}).catch(function(G){B(G)}).finally(function(){z.emit("onSignalDone")});break;case l.SUB_ACTIVE:break;case l.SUB_STOP:this.PCCore.proceedSubscribeStop(W.configList).then(function(G){P(G)}).catch(function(G){B(G)}).finally(function(){z.emit("onSignalDone")});break;case l.PUB_ADD:this.PCCore.proceedPublishAdd(W.configList).then(function(G){P(G)}).catch(function(G){B(G)}).finally(function(){z.emit("onSignalDone")});break;case l.PUB_REPLACE:this.PCCore.proceedPublishReplaceTracks(W.configList).then(function(G){P(G)}).catch(function(G){B(G)}).finally(function(){z.emit("onSignalDone")});break;case l.PUB_DELETE:this.PCCore.proceedPublishDeleteTracks(W.configList).then(function(G){P(G)}).catch(function(G){B(G)}).finally(function(){z.emit("onSignalDone")});break;case l.PUB_STOP:this.PCCore.proceedPublishStop(W.configList).then(function(G){P(G)}).catch(function(G){B(G)}).finally(function(){z.emit("onSignalDone")});break;case l.DATACHANNEL_SUB_ADD:this.PCCore.proceedSubscribeAddDatachannel(W.configList).then(function(G){P(G)}).catch(function(G){B(G)}).finally(function(){z.emit("onSignalDone")});break;case l.DATACHANNEL_SUB_STOP:this.PCCore.proceedSubscribeStopDatachannel(W.configList).then(function(G){P(G)}).catch(function(G){B(G)}).finally(function(){z.emit("onSignalDone")});break;case l.DATACHANNEL_PUB_ADD:this.PCCore.proceedPublishAddDatachannel(W.configList).then(function(G){P(G)}).catch(function(G){B(G)}).finally(function(){z.emit("onSignalDone")});break;case l.DATACHANNEL_PUB_STOP:this.PCCore.proceedPublishStopDatachannel(W.configList).then(function(G){P(G)}).catch(function(G){B(G)}).finally(function(){z.emit("onSignalDone")})}},H}(R.default),w=function(N){function H(F){var P=N.call(this)||this;return P.heartbeatTimelineMap=new Map,P.removeTwcc=!1,P.mutex=!1,P.eventQueue=new A.CacheBuffer("signal queue"),P.signalTimer=null,P.rollbackController=new C.PeerConnectionRollbackController(P),P.onInnerSubscribeDelete=function(){},P.receiverCodecPreferences={},P.senderCodecPreferences={},P.removeTrackListener=function(){},P.heartbeatTimerHandle=null,P.heartbeatTokenRing=0,P.streamManager=new x.StreamManager,F.pc?(P.pc=F.pc,P.signal=new S.Signal({pc:F.pc,onDatachannelEvent:F.onDatachannelEvent,delayOpen:F.delayOpen}),P.heartbeatProcessor=new g.default(P.signal.getDatachannelCore().getWebrtcDatachannel(),P.streamManager),P.initHeartbeatListener(),P.notifyProcessor=new D.NotifyProcessor,P.initNotifyListener(),P.onInnerSubscribeDelete=F.onInnerSubscribeDelete||function(){},P.offerSdpHook=F.offerSdpHook,P.answerSdpHook=F.answerSdpHook,P):(console.error("peerconnetion is required"),P)}return a(H,N),H.prototype.getStreamManager=function(){return this.streamManager},H.prototype.getSignal=function(){return this.signal},H.prototype.setPrevOfferSdp=function(F){this.prevOfferSdp=F},H.prototype.setPrevAnswerSdp=function(F){this.prevAnswerSdp=F},H.prototype.setStreamManager=function(F){this.streamManager=F},H.prototype.getTrackIds=function(F){return F.reduce(function(P,B){return o(o([],P,!0),[B.id],!1)},[])},H.prototype.setRemoveTwcc=function(F){this.removeTwcc=F},H.prototype.setReceiverCodecPreferences=function(F){this.receiverCodecPreferences=e({},F)},H.prototype.setSenderCodecPreferences=function(F){this.senderCodecPreferences=e({},F)},H.prototype.subscribeAdd=function(F,P){var B=this;return new Promise(function(W,z){var G=new k(B);if(B.mutex){var J={type:l.SUB_ADD,excuter:G,res:W,rej:z,data:{configList:F}};B.eventQueue.cache(J)}else B.atomSignalExec(l.SUB_ADD,G,W,z,{configList:F,reconnecting:P})})},H.prototype.subscribeDeleteTracks=function(F,P){var B=this;return new Promise(function(W,z){var G=new k(B);if(B.mutex){var J={type:l.SUB_DELETE,excuter:G,res:W,rej:z,data:{configList:F,skipError:P}};B.eventQueue.cache(J)}else B.atomSignalExec(l.SUB_DELETE,G,W,z,{configList:F,skipError:P})})},H.prototype.subscribeStop=function(F){var P=this;return new Promise(function(B,W){var z=new k(P);if(P.mutex){var G={type:l.SUB_STOP,excuter:z,res:B,rej:W,data:{configList:F}};P.eventQueue.cache(G)}else P.atomSignalExec(l.SUB_STOP,z,B,W,{configList:F})})},H.prototype.publishAdd=function(F){var P=this;return new Promise(function(B,W){var z=new k(P);if(P.mutex){var G={type:l.PUB_ADD,excuter:z,res:B,rej:W,data:{configList:F}};P.eventQueue.cache(G)}else P.atomSignalExec(l.PUB_ADD,z,B,W,{configList:F})})},H.prototype.publishReplaceTracks=function(F){var P=this;return new Promise(function(B,W){var z=new k(P);if(P.mutex){var G={type:l.PUB_REPLACE,excuter:z,res:B,rej:W,data:{configList:F}};P.eventQueue.cache(G)}else P.atomSignalExec(l.PUB_REPLACE,z,B,W,{configList:F})})},H.prototype.publishDeleteTracks=function(F){var P=this;return new Promise(function(B,W){var z=new k(P);if(P.mutex){var G={type:l.PUB_DELETE,excuter:z,res:B,rej:W,data:{configList:F}};P.eventQueue.cache(G)}else P.atomSignalExec(l.PUB_DELETE,z,B,W,{configList:F})})},H.prototype.publishStop=function(F){var P=this;return new Promise(function(B,W){var z=new k(P);if(P.mutex){var G={type:l.PUB_STOP,excuter:z,res:B,rej:W,data:{configList:F}};P.eventQueue.cache(G)}else P.atomSignalExec(l.PUB_STOP,z,B,W,{configList:F})})},H.prototype.subscribeAddDatachannel=function(F){var P=this;return new Promise(function(B,W){var z=new k(P);if(P.mutex){var G={type:l.DATACHANNEL_SUB_ADD,excuter:z,res:B,rej:W,data:{configList:F}};P.eventQueue.cache(G)}else P.atomSignalExec(l.DATACHANNEL_SUB_ADD,z,B,W,{configList:F})})},H.prototype.subscribeStopDatachannel=function(F){var P=this;return new Promise(function(B,W){var z=new k(P);if(P.mutex){var G={type:l.DATACHANNEL_SUB_STOP,excuter:z,res:B,rej:W,data:{configList:F}};P.eventQueue.cache(G)}else P.atomSignalExec(l.DATACHANNEL_SUB_STOP,z,B,W,{configList:F})})},H.prototype.publishAddDatachannel=function(F){var P=this;return new Promise(function(B,W){var z=new k(P);if(P.mutex){var G={type:l.DATACHANNEL_PUB_ADD,excuter:z,res:B,rej:W,data:{configList:F}};P.eventQueue.cache(G)}else P.atomSignalExec(l.DATACHANNEL_PUB_ADD,z,B,W,{configList:F})})},H.prototype.publishStopDatachannel=function(F){var P=this;return new Promise(function(B,W){var z=new k(P);if(P.mutex){var G={type:l.DATACHANNEL_PUB_STOP,excuter:z,res:B,rej:W,data:{configList:F}};P.eventQueue.cache(G)}else P.atomSignalExec(l.DATACHANNEL_PUB_STOP,z,B,W,{configList:F})})},H.prototype.atomSignalExec=function(F,P,B,W,z){var G=this;this.mutex=!0,P.once("onSignalDone",function(){G.eventQueue.isEmpty()?G.mutex=!1:setTimeout(function(){var J=G.eventQueue.getFirst();G.atomSignalExec(J.type,J.excuter,J.res,J.rej,J.data)})}),P.excuteSignal(F,B,W,z)},H.prototype.proceedSubscribeAdd=function(F,P){return r(this,void 0,void 0,function(){var B,W,z,G,J,re,te,ie,ce,se=this;return i(this,function(ue){switch(ue.label){case 0:if(this.log("SUB LIST: ",F),B=new Date().getTime(),W=new Date().getTime(),z=new Date().getTime(),G=this,J=this.extendUrl(F),re=J.map(function(pe){var de=pe.urlData,ve=pe.vMsid,Ee=pe.aMsid;if(se.streamManager.has(de.url)){var fe=se.streamManager.get(de.url),me=fe.videoInfoList.map(function(Te){return Te.msid}),ge=fe.audioInfoList.map(function(Te){return Te.msid}),be=(0,n.intersection)(me,ve),Re=(0,n.intersection)(ge,Ee);if(Re.length||be.length)return{url:de.url,vMsid:be,aMsid:Re}}}).filter(function(pe){return pe}),this.log("DELETE LIST: ",re),te=[],!re?.length)return[3,4];ue.label=1;case 1:return ue.trys.push([1,3,,4]),[4,this.proceedSubscribeDeleteTracks(re,!0,P)];case 2:return te=ue.sent(),this.onInnerSubscribeDelete&&this.onInnerSubscribeDelete(re),[3,4];case 3:throw ie=ue.sent(),(ce=ie).extraInfo=e(e({},ce.extraInfo),{api:"subscribeAdd",signal_api:"subscribeDeleteTracks",configList:F}),ce;case 4:return B=new Date().getTime(),[2,new Promise(function(pe,de){return r(se,void 0,void 0,function(){function ve(){return r(this,void 0,void 0,function(){var K,q;return i(this,function(X){switch(X.label){case 0:G.removeTrackListener(),K=G.buildUrlStreamMap(J),X.label=1;case 1:return X.trys.push([1,3,,4]),[4,G.subscribeActive(F)];case 2:return X.sent(),[3,4];case 3:return(q=X.sent()).extraInfo=e(e({},q.extraInfo),{api:"subscribeAdd",signal_api:"subscribeActive"}),G.rollbackController.rollback({pcTransceiversRollback:!0,streamManagerRollback:!0}),[2,de(q)];case 4:return W=new Date().getTime(),pe({deleteRspTime:B,subAddRspTime:z,activeRspTime:W,streamList:K}),[2]}})})}var Ee,fe,me,ge,be,Re,Te,Ie,xe,De,Ce,Oe,Me,Pe,ke,Ue,Ae,I=this;return i(this,function(K){switch(K.label){case 0:if(!this.pc)return[2,de(new E.RtsError(p.ErrorCode.CORE_NO_PC_ERROR,"subscribeAdd: no peerconnection",""))];this.pc.addEventListener("track",ve),this.removeTrackListener=function(){var q;(q=I.pc)===null||q===void 0||q.removeEventListener("track",ve)},this.rollbackController.saveStreamManager(this.streamManager),Ee=[],J.forEach(function(q){var X,Z,ee=q.urlData,$=q.vMsid,oe=q.aMsid;if(I.pc){if(I.streamManager.init(ee.url),ee.subVideo&&!I.streamManager.isMsidSubPubDone(ee.url,{vMsid:$[0]})){var ne=I.pc.addTransceiver("video",{direction:"recvonly"});Ee.push({type:"video",msid:$[0],trans:ne});var ae=(X=te.find(function(he){return he.vMsid===$[0]}))===null||X===void 0?void 0:X.vStream;I.streamManager.update(ee.url,{vMsid:$[0],vTransceiver:ne,stream:ae,cumuDelay:I.cumuDelay}),I.setCodecPreferences(ne,I.receiverCodecPreferences.video)}if(ee.subAudio&&!I.streamManager.isMsidSubPubDone(ee.url,{aMsid:oe[0]})){var le=I.pc.addTransceiver("audio",{direction:"recvonly"});Ee.push({type:"audio",msid:oe[0],trans:le}),ae=(Z=te.find(function(he){return he.aMsid===oe[0]}))===null||Z===void 0?void 0:Z.aStream,I.streamManager.update(ee.url,{aMsid:oe[0],aTransceiver:le,stream:ae}),I.setCodecPreferences(le,I.receiverCodecPreferences.audio)}}}),this.rollbackController.setFakeSdpMedias(Ee,"sub"),K.label=1;case 1:return K.trys.push([1,3,,4]),[4,this.pc.createOffer()];case 2:return fe=K.sent(),[3,4];case 3:return me=K.sent(),[2,de(new E.RtsError(p.ErrorCode.DATACHANNEL_CREATE_OFFER_ERROR,"CreateOffer Error: ".concat(me),"",{api:"subscribeAdd",err:me}))];case 4:if(ge=new u.SdpUtil({sdp:fe.sdp||""}),this.restorePublishedSsrc(ge),ge.addNack(),ge.updateBundle(),fe=new RTCSessionDescription({type:"offer",sdp:ge.generate()}),be=this.findNewSubPubMids(fe?.sdp||"",this.prevOfferSdp||""),this.setPrevOfferSdp(fe.sdp||""),this.rollbackController.setFakeSdpMids(be),Re=this.avoidMsidConflict(fe.sdp),this.offerSdpHook)try{Re=this.offerSdpHook(Re)}catch(q){console.log("offerSdpHook error: ",q)}K.label=5;case 5:return K.trys.push([5,7,,9]),[4,this.pc.setLocalDescription(new RTCSessionDescription({type:"offer",sdp:Re}))];case 6:return K.sent(),[3,9];case 7:return Te=K.sent(),[4,this.rollbackController.rollback({trackListnerRollback:!0,pcTransceiversRollback:!0,streamManagerRollback:!0,runSimulateSignal:!0})];case 8:return K.sent(),[2,de(new E.RtsError(p.ErrorCode.DATACHANNEL_SET_OFFER_ERROR,"SetLocalDescription error: ".concat(Te),"",{api:"subscribeAdd",sdp:fe}))];case 9:if(Ie=[],xe=[],J.forEach(function(q){var X=new u.SdpUtil({sdp:fe?.sdp||""}),Z=[],ee=q.vMsid.length!==0,$=q.aMsid.length!==0,oe=!1,ne=!1;X.detail.media.forEach(function(le){var he=String(le.mid);be.includes(he)&&(xe.includes(he)||(le.type==="video"&&ee&&!oe?(Z.push(String(le.mid)),oe=!0):le.type==="audio"&&$&&!ne&&(Z.push(String(le.mid)),ne=!0)))}),xe=o(o([],xe,!0),Z,!0),X.keepMedia(Z);var ae=X.generate();I.cumuDelay&&(ae=ae.replace(/(m=video[^\n]*\n)/,`$1a=cumudelay
|
|
25
|
+
`)),Ie.push(ae)}),this.log("ADD LIST: ",J),this.offerSdpHook)try{Ie=Ie.map(function(q){return I.offerSdpHook(q)})}catch(q){console.log("offerSdpHook error: ",q)}K.label=10;case 10:return K.trys.push([10,12,,14]),[4,(Ae=this.signal)===null||Ae===void 0?void 0:Ae.subscribeAdd(J,Ie,this.streamManager)];case 11:return De=K.sent(),[3,14];case 12:return Ce=K.sent(),[4,this.rollbackController.rollback({trackListnerRollback:!0,pcTransceiversRollback:!0,streamManagerRollback:!0,runSimulateSignal:!0})];case 13:return K.sent(),Ce.extraInfo=e({api:"subscribeAdd",signal_api:"subscribeAdd"},Ce.extraInfo),[2,de(Ce)];case 14:if(Oe=[],De.streams.forEach(function(q,X){I.log("Sub TraceId[".concat(X,"]: "),q.traceid);var Z=new u.SdpUtil({sdp:q.sdp});Oe=o(o([],Oe,!0),Z.detail.media,!0);var ee=J.find(function($){return $.urlData.url===q.url});ee&&(ee.traceId=q.traceid,ee.urlTraceId=q.url_traceid)}),(Me=new u.SdpUtil({sdp:this.prevAnswerSdp||""})).addOrUpdateMedia(Oe),this.alignAnswerMidsWithOffer(Me),Pe=Me.generate(),this.setPrevAnswerSdp(Pe),ke=this.avoidMsidConflict(Pe),this.answerSdpHook)try{ke=this.answerSdpHook(ke)}catch(q){console.log("answerSdpHook error: ",q)}K.label=15;case 15:return K.trys.push([15,17,,19]),[4,this.pc.setRemoteDescription(new RTCSessionDescription({type:"answer",sdp:ke}))];case 16:return K.sent(),J.forEach(function(q){I.streamManager.markAlreadySubPub(q.urlData.url,{vMsid:q.vMsid[0],aMsid:q.aMsid[0]})}),[3,19];case 17:return Ue=K.sent(),[4,this.rollbackController.rollback({trackListnerRollback:!0,pcTransceiversRollback:!0,streamManagerRollback:!0})];case 18:return K.sent(),[2,de(new E.RtsError(p.ErrorCode.DATACHANNEL_SET_ANSWER_ERROR,"SetRemoteDescription error: ".concat(Ue),"",{api:"subscribeAdd",sdp:Pe}))];case 19:return z=new Date().getTime(),[2]}})})})]}})})},H.prototype.subscribeActive=function(F){var P;return r(this,void 0,void 0,function(){return i(this,function(B){return[2,(P=this.signal)===null||P===void 0?void 0:P.subscribeActive(this.extendUrl(F))]})})},H.prototype.proceedSubscribeDeleteTracks=function(F,P,B){var W,z,G,J;return r(this,void 0,void 0,function(){var re,te,ie,ce,se,ue,pe,de=this;return i(this,function(ve){switch(ve.label){case 0:F.forEach(function(Ee){Ee.rawUrl=Ee.url,Ee.url=de.streamManager.getOriginUrl(Ee.url)}),re=!1,te=!!P,ie=void 0,ve.label=1;case 1:return ve.trys.push([1,3,,4]),[4,(W=this.signal)===null||W===void 0?void 0:W.subscribeDelete(F)];case 2:return ve.sent(),[3,4];case 3:return ce=ve.sent(),re=(ie=ce).errorCode===p.ErrorCode.DATACHANNEL_RESPONSE_ERROR&&((G=(z=ie.extraInfo)===null||z===void 0?void 0:z.parsedData)===null||G===void 0?void 0:G.streams)&&((J=ie.extraInfo.parsedData.streams[0])===null||J===void 0?void 0:J.res_code)===404,[3,4];case 4:if(ie&&!re)throw ie.extraInfo=e({api:"subscribeDeleteTracks"},ie.extraInfo),ie;return se=te&&re,ue=[],pe=F.map(function(Ee){var fe=Ee.url,me=Ee.vMsid,ge=Ee.aMsid,be=Ee.rawUrl;return r(de,void 0,void 0,function(){var Re,Te,Ie,xe,De,Ce,Oe,Me,Pe,ke;return i(this,function(Ue){switch(Ue.label){case 0:fe=(0,n.pruneSubUrl)(fe),this.streamManager.has(fe)&&(me&&(Ie=this.streamManager.getTransceiver(fe,{vMsid:me[0]}))&&(Te=Ie.receiver.track).stop(),ge&&(xe=this.streamManager.getTransceiver(fe,{aMsid:ge[0]}))&&(Re=xe.receiver.track).stop()),Ue.label=1;case 1:return Ue.trys.push([1,3,,4]),[4,this.simulateOfferAnswer()];case 2:return Ue.sent(),[3,4];case 3:throw(De=Ue.sent()).extraInfo=e({api:"subscribeDeleteTracks"},De.extraInfo),De;case 4:return Te&&(Ce=this.streamManager.getStreamByMsid({url:fe,vMsid:me?.[0]}),(Pe=Ce?.mediastream)===null||Pe===void 0||Pe.removeTrack(Te)),Re&&(Oe=this.streamManager.getStreamByMsid({url:fe,aMsid:ge?.[0]}),(ke=Oe?.mediastream)===null||ke===void 0||ke.removeTrack(Re)),B||this.streamManager.pruneStreamList(fe),this.streamManager.removeMsid(fe,{vMsid:me?.length?this.unifyMsid(me,"video"):void 0,aMsid:ge?.length?this.unifyMsid(ge,"audio"):void 0}),Me={url:be||"",stream:this.streamManager.getStreamByMsid({url:fe,vMsid:me?.[0],aMsid:ge?.[0]})},B&&(Me=e(e({},Me),{vStream:Ce,aStream:Oe,vMsid:me?.[0],aMsid:ge?.[0]})),ue.push(Me),[2]}})})}),[4,Promise.all(pe)];case 5:if(ve.sent(),!se&&ie)throw ie.extraInfo=e({api:"subscribeDeleteTracks"},ie.extraInfo),ie;return[2,ue]}})})},H.prototype.proceedSubscribeStop=function(F){var P;return r(this,void 0,void 0,function(){var B,W,z=this;return i(this,function(G){switch(G.label){case 0:return G.trys.push([0,2,,3]),[4,(P=this.signal)===null||P===void 0?void 0:P.subscribeStop(this.extendUrl(F))];case 1:return G.sent(),[3,3];case 2:throw(B=G.sent()).extraInfo=e({api:"subscribeStop"},B.extraInfo),B;case 3:return F.forEach(function(J){J.rawUrl=J.url,J.url=z.streamManager.getOriginUrl(J.url)}),W=F.map(function(J){var re=J.url;return J.rawUrl,J.targetStreams,r(z,void 0,void 0,function(){var te;return i(this,function(ie){switch(ie.label){case 0:re=(0,n.pruneSubUrl)(re),this.streamManager.getAllTransceivers(re).forEach(function(ce){var se;(se=ce?.receiver.track)===null||se===void 0||se.stop()}),this.streamManager.get(re).streamList.forEach(function(ce){return ce.release()}),this.streamManager.remove(re),ie.label=1;case 1:return ie.trys.push([1,3,,4]),[4,this.simulateOfferAnswer()];case 2:return ie.sent(),[3,4];case 3:throw(te=ie.sent()).extraInfo=e({api:"subscribeStop"},te.extraInfo),te;case 4:return[2]}})})}),[4,Promise.all(W)];case 4:return G.sent(),[2]}})})},H.prototype.proceedPublishAdd=function(F){var P;return r(this,void 0,void 0,function(){var B,W,z,G,J,re,te,ie,ce,se,ue,pe,de,ve,Ee,fe,me,ge,be,Re,Te,Ie,xe,De,Ce,Oe,Me,Pe,ke,Ue=this;return i(this,function(Ae){switch(Ae.label){case 0:if(F.length>1)throw console.error("Only one stream is supported."),new E.RtsError(p.ErrorCode.CORE_PUBLIST_EXCEED_ERROR,"publishAdd: publishList exceed limit","",{api:"publishAdd"});if(!this.pc)throw new E.RtsError(p.ErrorCode.CORE_NO_PC_ERROR,"publishAdd: no peerconnection","",{api:"publishAdd"});B=F[0],W=B.stream,z=this.unifyMsid(B.aMsid,"audio"),G=this.unifyMsid(B.vMsid,"video"),B.rawUrl=B.url,B.url=this.streamManager.getOriginUrl(B.url),typeof B.updateSourceStream!="boolean"&&(B.updateSourceStream=!0),J=W.videoTrack,re=W.audioTrack,this.rollbackController.saveStreamManager(this.streamManager),te=[],ie=this.streamManager.getStreamByMsid({url:B.url,vMsid:G,aMsid:z}),this.streamManager.init(B.url,x.EStreamType.Publish),J&&(ce=this.pc.addTransceiver(W.videoTrack,{direction:"sendonly"}),this.streamManager.update(B.url,{vMsid:G,vTransceiver:ce,stream:W,cumuDelay:this.cumuDelay}),te.push({type:"video",trans:ce,msid:G}),this.setCodecPreferences(ce,this.senderCodecPreferences.video)),re&&(ce=this.pc.addTransceiver(W.audioTrack,{direction:"sendonly"}),this.streamManager.update(B.url,{aMsid:z,aTransceiver:ce,stream:W}),te.push({type:"audio",trans:ce,msid:z}),this.setCodecPreferences(ce,this.senderCodecPreferences.audio)),this.rollbackController.setFakeSdpMedias(te,"pub"),Ae.label=1;case 1:return Ae.trys.push([1,3,,4]),[4,this.pc.createOffer()];case 2:return se=Ae.sent(),[3,4];case 3:throw ue=Ae.sent(),new E.RtsError(p.ErrorCode.DATACHANNEL_CREATE_OFFER_ERROR,"CreateOffer Error: ".concat(ue),"",{api:"publishAdd",err:ue});case 4:if(pe=new u.SdpUtil({sdp:se.sdp||""}),de=this.parseMsidString(G),ve=this.parseMsidString(z),Ee=this.findNewSubPubMids(se.sdp||"",this.prevOfferSdp||""),this.rollbackController.setFakeSdpMids(Ee),de.stream&&pe.detail.msidSemantic&&(pe.detail.msidSemantic.token=de.stream),fe=pe.detail.media.reduce(function(I,K){return K.direction==="inactive"?o(o([],I,!0),[String(K.mid)],!1):I},[]),pe.detail.media.forEach(function(I){var K;if(I.direction!=="recvonly"&&I.type!=="application"&&Ee.includes(String(I.mid))){var q=I.type==="video"?de:ve,X=Ue.parseMsidString(I.msid);X.stream=q.stream||X.stream,X.track=q.track||X.track;var Z=Ue.stringifyMsid(X);I.msid=Z,(K=I.ssrcs)===null||K===void 0||K.forEach(function(ee){switch(ee.attribute){case"cname":case"label":ee.value=q.track||ee.value;break;case"msid":ee.value=Z;break;case"mslabel":ee.value=q.stream||ee.value}})}}),this.restorePublishedSsrc(pe),this.restorePublishMsid(pe),pe.addNack(),me=pe.generate(),this.setPrevOfferSdp(me),ge=this.avoidMsidConflict(me),this.offerSdpHook)try{ge=this.offerSdpHook(ge)}catch(I){console.log("offerSdoHook error: ",I)}Ae.label=5;case 5:return Ae.trys.push([5,7,,8]),[4,this.pc.setLocalDescription(new RTCSessionDescription({type:"offer",sdp:ge}))];case 6:return Ae.sent(),[3,8];case 7:throw be=Ae.sent(),this.rollbackController.rollback({streamManagerRollback:!0,runSimulateSignal:!0}),new E.RtsError(p.ErrorCode.DATACHANNEL_SET_OFFER_ERROR,"SetLocalDescription error: ".concat(be),"",{api:"publishAdd",sdp:me});case 8:if(pe.keepMedia(Ee),this.updateTrackInfoList({url:B.rawUrl,stream:B.stream,vMsid:G,aMsid:z,sdpMediaList:pe.detail.media}),ge=pe.generate(),this.offerSdpHook)try{ge=this.offerSdpHook(ge)}catch(I){console.log("offerSdpHook error: ",I)}Ae.label=9;case 9:return Ae.trys.push([9,11,,12]),[4,(P=this.signal)===null||P===void 0?void 0:P.publishAdd([B.url],[ge],[J?[this.stringifyMsid(de)]:[]],[re?[this.stringifyMsid(ve)]:[]])];case 10:return Re=Ae.sent(),[3,12];case 11:throw Te=Ae.sent(),(Ie=Te).extraInfo=e({api:"publishAdd"},Ie.extraInfo),this.rollbackController.rollback({streamManagerRollback:!0,runSimulateSignal:!0}),Ie;case 12:if(xe=Re.streams[0],B.traceId=xe.traceid,B.urlTraceId=xe.url_traceid,this.log("Pub TraceId: ",B.traceId),(De=new u.SdpUtil({sdp:xe.sdp})).detail.media.forEach(function(I){I.type!=="application"&&I.direction==="sendrecv"&&(I.direction="recvonly")}),(Ce=new u.SdpUtil({sdp:this.prevAnswerSdp||""})).detail.media.forEach(function(I){I.type==="application"&&(delete I.candidates,delete I.endOfCandidates)}),Ce.setMediaInactive(fe),Ce.addOrUpdateMedia(De.detail.media,{isPublish:!0}),this.alignAnswerMidsWithOffer(Ce),this.removeTwcc&&(Oe=["http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01"],Ce.detail.media.forEach(function(I){var K;I.ext=(K=I.ext)===null||K===void 0?void 0:K.filter(function(q){return!Oe.includes(q.uri)})})),Me=Ce.generate(),this.setPrevAnswerSdp(Me),Pe=this.avoidMsidConflict(Me),this.answerSdpHook)try{Pe=this.answerSdpHook(Pe)}catch(I){console.log("answerSdpHook error: ",I)}Ae.label=13;case 13:return Ae.trys.push([13,15,,16]),[4,this.pc.setRemoteDescription(new RTCSessionDescription({type:"answer",sdp:Pe}))];case 14:return Ae.sent(),this.streamManager.markAlreadySubPub(B.url,{vMsid:G,aMsid:z,isPub:!0}),[3,16];case 15:throw ke=Ae.sent(),this.rollbackController.rollback({streamManagerRollback:!0}),new E.RtsError(p.ErrorCode.DATACHANNEL_SET_ANSWER_ERROR,"SetRemoteDescription error: ".concat(ke),"",{api:"publishAdd",sdp:Me});case 16:return ie&&B.updateSourceStream&&ie.mergeStream(W),[2,F.map(function(I){return{url:I.rawUrl,trackInfoList:Ue.streamManager.getAllMediaInfoList(B.url),traceId:I.traceId,urlTraceId:I.urlTraceId}})]}})})},H.prototype.proceedPublishDeleteTracks=function(F){var P,B,W,z,G,J,re;return r(this,void 0,void 0,function(){var te,ie,ce,se,ue,pe,de,ve,Ee,fe,me=this;return i(this,function(ge){switch(ge.label){case 0:F.forEach(function(be){be.rawUrl=be.url,be.url=me.streamManager.getOriginUrl(be.url)}),ge.label=1;case 1:return ge.trys.push([1,3,,4]),[4,(P=this.signal)===null||P===void 0?void 0:P.publishDelete(F)];case 2:return ge.sent(),[3,4];case 3:throw(te=ge.sent()).extraInfo=e({api:"publishDeleteTracks"},te.extraInfo),te;case 4:if(ie=F[0],ce=(0,n.pruneSubUrl)(ie.url),typeof ie.updateSourceStream!="boolean"&&(ie.updateSourceStream=!0),se=!1,ue=!1,!this.streamManager.has(ce))return[3,9];!((B=ie.vMsid)===null||B===void 0)&&B.length&&((pe=this.streamManager.getTransceiver(ce,{vMsid:ie.vMsid[0]}))!=null&&pe.sender&&((W=this.pc)===null||W===void 0||W.removeTrack(pe?.sender)),se=!0),!((z=ie.aMsid)===null||z===void 0)&&z.length&&((de=this.streamManager.getTransceiver(ce,{aMsid:ie.aMsid[0]}))!=null&&de.sender&&((G=this.pc)===null||G===void 0||G.removeTrack(de?.sender)),ue=!0),ge.label=5;case 5:return ge.trys.push([5,7,,8]),[4,this.simulateOfferAnswer()];case 6:return ge.sent(),[3,8];case 7:throw(ve=ge.sent()).extraInfo=e({api:"publishDeleteTracks"},ve.extraInfo),ve;case 8:return(Ee=this.streamManager.getStreamByMsid({url:ce,vMsid:(J=ie.vMsid)===null||J===void 0?void 0:J[0],aMsid:(re=ie.aMsid)===null||re===void 0?void 0:re[0]}))&&ie.updateSourceStream&&Ee.deleteTracks({video:se,audio:ue}),this.streamManager.removeMsid(ce,{vMsid:se?this.unifyMsid(ie.vMsid,"video"):void 0,aMsid:ue?this.unifyMsid(ie.aMsid,"audio"):void 0}),this.streamManager.pruneStreamList(ce),fe=this.streamManager.getAllMediaInfoList(ie.url),[2,F.map(function(be){return{url:be.rawUrl,trackInfoList:fe}})];case 9:return[2]}})})},H.prototype.proceedPublishReplaceTracks=function(F){var P,B,W,z,G;return r(this,void 0,void 0,function(){var J,re,te,ie,ce,se,ue,pe,de,ve,Ee=this;return i(this,function(fe){switch(fe.label){case 0:if(J=F[0],re=J.stream,te=J.vMsid,ie=J.aMsid,J.rawUrl=J.url,J.url=this.streamManager.getOriginUrl(J.url),!this.streamManager.has(J.url))throw new E.RtsError(p.ErrorCode.CORE_PUB_REPLACE_URL_NOT_FOUND,"No stream found for this url: ".concat(J.url),"",{api:"publishReplaceTracks",configList:F});return typeof J.updateSourceStream!="boolean"&&(J.updateSourceStream=!0),ce=re.audioTrack,se=re.videoTrack,ue=this.streamManager.getAllMediaInfoList(J.url,!0),ce&&(de=(P=ue.find(function(me){return me.type==="audio"&&(!ie||me.msid===ie)}))===null||P===void 0?void 0:P.transceiver)&&ce.id!==((W=(B=de.sender)===null||B===void 0?void 0:B.track)===null||W===void 0?void 0:W.id)?[4,de.sender.replaceTrack(ce)]:[3,2];case 1:fe.sent(),fe.label=2;case 2:return se?(pe=ue.find(function(me){return me.type==="video"&&(!te||me.msid===te)}),(de=pe?.transceiver)&&se.id!==((G=(z=de.sender)===null||z===void 0?void 0:z.track)===null||G===void 0?void 0:G.id)?[4,de.sender.replaceTrack(se)]:[3,4]):[3,4];case 3:fe.sent(),re.isCustomStream||(pe.from=re.hasScreen?"screen":"camera"),fe.label=4;case 4:return(ve=this.streamManager.getStreamByMsid({url:J.url,vMsid:te,aMsid:ie}))&&J.updateSourceStream&&ve.mergeStream(re),[2,F.map(function(me){return{url:me.rawUrl,trackInfoList:Ee.streamManager.getAllMediaInfoList(J.url)}})]}})})},H.prototype.proceedPublishStop=function(F){var P;return r(this,void 0,void 0,function(){var B,W,z=this;return i(this,function(G){switch(G.label){case 0:return G.trys.push([0,2,,3]),[4,(P=this.signal)===null||P===void 0?void 0:P.publishStop(F.map(function(J){return z.streamManager.getOriginUrl(J.url)}))];case 1:return G.sent(),[3,3];case 2:throw(B=G.sent()).extraInfo=e({api:"publishStop"},B.extraInfo),B;case 3:return W=F.map(function(J){var re=J.url;return r(z,void 0,void 0,function(){var te,ie=this;return i(this,function(ce){switch(ce.label){case 0:re=(0,n.pruneSubUrl)(re),this.streamManager.getAllTransceivers(re).forEach(function(se){var ue;se?.sender&&((ue=ie.pc)===null||ue===void 0||ue.removeTrack(se?.sender))}),this.streamManager.get(re).streamList.forEach(function(se){return se.deleteTracks({video:!0,audio:!0})}),this.streamManager.remove(re),ce.label=1;case 1:return ce.trys.push([1,3,,4]),[4,this.simulateOfferAnswer()];case 2:return ce.sent(),[3,4];case 3:throw(te=ce.sent()).extraInfo=e({api:"publishStop"},te.extraInfo),te;case 4:return[2]}})})}),[4,Promise.all(W)];case 4:return G.sent(),[2]}})})},H.prototype.proceedSubscribeAddDatachannel=function(F){return r(this,void 0,void 0,function(){var P=this;return i(this,function(B){return[2,new Promise(function(W,z){return r(P,void 0,void 0,function(){var G,J,re,te,ie,ce=this;return i(this,function(se){switch(se.label){case 0:return se.trys.push([0,2,,3]),[4,(te=this.signal)===null||te===void 0?void 0:te.subscribeAddDatachannel(F)];case 1:return se.sent(),[3,3];case 2:return(G=se.sent()).extraInfo=e({api:"subscribeAddDatachannel",signal_api:"subscribeAddDatachannel"},G.extraInfo),[2,z(G)];case 3:J={},se.label=4;case 4:return se.trys.push([4,6,,7]),[4,(ie=this.signal)===null||ie===void 0?void 0:ie.subscribeActiveDatachannel(F)];case 5:return J=se.sent(),[3,7];case 6:return(re=se.sent()).extraInfo=e({api:"subscribeAddDatachannel",signal_api:"subscribeActiveDatachannel"},re.extraInfo),[2,z(re)];case 7:return F.forEach(function(ue){ce.streamManager.addOrUpdateDatachannelItem({type:"sub-data",url:(0,n.pruneSubUrl)(ue.url,!0),msids:[{name:ue.msid,id:ue.datachannelId,type:"data",label:ue.label,datachannel:ue.datachannel}],originUrl:ue.url,streams:[]})}),W(J),[2]}})})})]})})},H.prototype.proceedSubscribeStopDatachannel=function(F){return r(this,void 0,void 0,function(){var P=this;return i(this,function(B){return[2,new Promise(function(W,z){return r(P,void 0,void 0,function(){var G,J,re,te,ie,ce,se,ue=this;return i(this,function(pe){switch(pe.label){case 0:return pe.trys.push([0,2,,3]),[4,(re=this.signal)===null||re===void 0?void 0:re.subscribeStopDatachannel(F)];case 1:return pe.sent(),[3,3];case 2:return G=pe.sent(),((se=(ce=(ie=(te=(J=G)==null?void 0:J.extraInfo)===null||te===void 0?void 0:te.parsedData)===null||ie===void 0?void 0:ie.streams)===null||ce===void 0?void 0:ce[0])===null||se===void 0?void 0:se.res_code)===404?[3,3]:(J.extraInfo=e({api:"subscribeStopDatachannel",signal_api:"subscribeStopDatachannel"},J.extraInfo),[2,z(G)]);case 3:return F.forEach(function(de){ue.streamManager.deleteDatachannelItem({url:(0,n.pruneSubUrl)(de.url,!0)})}),W(),[2]}})})})]})})},H.prototype.proceedPublishAddDatachannel=function(F){return r(this,void 0,void 0,function(){var P=this;return i(this,function(B){return[2,new Promise(function(W,z){return r(P,void 0,void 0,function(){var G,J,re,te=this;return i(this,function(ie){switch(ie.label){case 0:G={},ie.label=1;case 1:return ie.trys.push([1,3,,4]),[4,(re=this.signal)===null||re===void 0?void 0:re.publishAddDatachannel(F)];case 2:return G=ie.sent(),[3,4];case 3:return(J=ie.sent()).extraInfo=e({api:"publishAddDatachannel",signal_api:"publishAddDatachannel"},J.extraInfo),[2,z(J)];case 4:return F.forEach(function(ce){te.streamManager.addOrUpdateDatachannelItem({type:"pub-data",url:(0,n.pruneSubUrl)(ce.url,!0),msids:[{name:ce.msid,id:ce.datachannelId,type:"data",label:ce.label,datachannel:ce.datachannel}],originUrl:ce.url,streams:[]})}),W(G),[2]}})})})]})})},H.prototype.proceedPublishStopDatachannel=function(F){return r(this,void 0,void 0,function(){var P=this;return i(this,function(B){return[2,new Promise(function(W,z){return r(P,void 0,void 0,function(){var G,J,re=this;return i(this,function(te){switch(te.label){case 0:return te.trys.push([0,2,,3]),[4,(J=this.signal)===null||J===void 0?void 0:J.publishStopDatachannel(F)];case 1:return te.sent(),[3,3];case 2:return(G=te.sent()).extraInfo=e({api:"publishStopDatachannel",signal_api:"publishStopDatachannel"},G.extraInfo),[2,z(G)];case 3:return F.forEach(function(ie){re.streamManager.deleteDatachannelItem({url:(0,n.pruneSubUrl)(ie.url,!0)})}),W(),[2]}})})})]})})},H.prototype.buildUrlStreamMap=function(F){var P=this,B=[];return F.forEach(function(W){var z=W.urlData,G=W.traceId,J=W.urlTraceId,re=W.url,te=W.vMsid,ie=W.aMsid,ce=z.url,se=new MediaStream;P.streamManager.getAllMediaInfoList(ce,!0).forEach(function(ue){var pe,de;if(ue.type==="video"&&ue.msid===te[0]||ue.type==="audio"&&ue.msid===ie[0]){var ve=(de=(pe=ue.transceiver)===null||pe===void 0?void 0:pe.receiver)===null||de===void 0?void 0:de.track;ve&&se.addTrack(ve)}}),B.push({url:re,stream:se,traceId:G,urlTraceId:J})}),B},H.prototype.extendUrl=function(F){var P=this;return F.map(function(B){var W=B.url,z=B.subAudio,G=B.subVideo,J=B.aMsid,re=B.vMsid,te=P.streamManager.getOriginUrl(W),ie=new h.UrlData({url:te,subAudio:z,subVideo:G});return e(e({},B),{urlData:ie,aMsid:ie.subAudio?J||[U]:[],vMsid:ie.subVideo?re||[O]:[]})})},H.prototype.parseSdp=function(F){return new u.SdpUtil({sdp:F})},H.prototype.getTrackInfoList=function(F,P,B){F===void 0&&(F=[]);var W=[];return F.forEach(function(z){var G,J,re,te;if(z.type!=="application"){var ie,ce=Number(z.ssrcs&&((G=z.ssrcs[0])===null||G===void 0?void 0:G.id))||-1,se=z.rtp.find(function(fe){var me;return["opus","h264"].includes((me=fe.codec)===null||me===void 0?void 0:me.toLowerCase())}),ue=se?.codec||"",pe=se?.payload||0;P.isCustomStream||z.type==="video"&&(ie=P.hasScreen?"screen":"camera");var de=z.msid;if(B?.aMsid||B?.vMsid){var ve=(z.type==="video"?B.vMsid:B.aMsid)||"";ve?.trim().includes(" ")||(de=(J=z.msid)===null||J===void 0?void 0:J.split(" ")[1])}var Ee=z.type==="video"?(re=P.videoTrack)===null||re===void 0?void 0:re.id:(te=P.audioTrack)===null||te===void 0?void 0:te.id;W.push({ssrc:ce,codec:ue,type:z.type,pt:pe,msid:de,from:ie,trackId:Ee})}}),W},H.prototype.patchSubscribeStreamManagerRecord=function(F,P){var B=this;this.extendUrl([{url:F,vMsid:P.vMsid,aMsid:P.aMsid}]).forEach(function(W){var z=W.urlData,G=W.vMsid,J=W.aMsid;if(B.pc&&(B.cumuDelay=P.cumuDelay,B.streamManager.remove(z.url),B.streamManager.init(z.url),B.pc.getTransceivers)){var re=B.pc.getTransceivers()||[];if(z.subVideo){var te=re.find(function(ce){return ce.receiver.track.kind==="video"});B.streamManager.update(z.url,{vMsid:G[0],vTransceiver:te,stream:P.stream,cumuDelay:P.cumuDelay})}if(z.subAudio){var ie=re.find(function(ce){return ce.receiver.track.kind==="audio"});B.streamManager.update(z.url,{aMsid:J[0],aTransceiver:ie,stream:P.stream})}B.streamManager.markAlreadySubPub(F,{vMsid:G[0],aMsid:J[0],isPub:!1})}})},H.prototype.patchPublishStreamManagerRecord=function(F,P){if(this.pc){var B=P.stream,W=B.videoTrack,z=B.audioTrack,G=this.unifyMsid(P.aMsid,"audio"),J=this.unifyMsid(P.vMsid,"video");if(this.streamManager.init(F,x.EStreamType.Publish),this.cumuDelay=P.cumuDelay,this.pc.getTransceivers){var re=this.pc.getTransceivers()||[];if(W){var te=re.find(function(ce){var se,ue;return((ue=(se=ce.sender)===null||se===void 0?void 0:se.track)===null||ue===void 0?void 0:ue.id)===W.id});te&&this.streamManager.update(F,{vMsid:J,vTransceiver:te,stream:P.stream,cumuDelay:P.cumuDelay})}if(z){var ie=re.find(function(ce){var se,ue;return((ue=(se=ce.sender)===null||se===void 0?void 0:se.track)===null||ue===void 0?void 0:ue.id)===z.id});ie&&this.streamManager.update(F,{aMsid:G,aTransceiver:ie,stream:P.stream})}this.streamManager.markAlreadySubPub(F,{vMsid:J,aMsid:G,isPub:!0})}}},H.prototype.updateTrackInfoList=function(F){var P=F.url,B=F.stream,W=F.vMsid,z=F.aMsid,G=F.sdpMediaList;P||console.error("[updateTrackInfoList] url is required");var J=this.getTrackInfoList(G,B,{vMsid:W,aMsid:z}),re=J.find(function(ie){return ie.type==="video"}),te=J.find(function(ie){return ie.type==="audio"});return W&&re&&this.streamManager.updateSdpInfo(P,e({vMsid:W},re)),z&&te&&this.streamManager.updateSdpInfo(P,e({aMsid:z},te)),J},H.prototype.unifyMsid=function(F,P){var B=P==="video"?O:U;return F?.[0]||B},H.prototype.startSignalHeartbeatTimer=function(F){var P=this;F&&F<200?console.warn("PEER CORE: heartbeat interval ".concat(F," is too small and will not take effect. At least 200ms")):(this.stopSignalHeartbeatTimer(),this.heartbeatTimerHandle=setInterval(function(){var B=void 0,W=P.streamManager.getSize(),z=P.streamManager.getSubOrPubDoneMediaMapSize();if(P.heartbeatTokenRing%=W,P.heartbeatTokenRing<z){var G=P.heartbeatTokenRing,J=P.streamManager.getPubOrSubDoneMediaUrlByIndex(G);J&&(B=[]).push({url:J})}else if(P.heartbeatTokenRing<W){G=P.heartbeatTokenRing-z;var re=P.streamManager.getDcUrlByIndex(G);re&&(B=[]).push(re)}P.heartbeatTokenRing++,P.heartbeatTokenRing%=W,P.sendOnceHeartbeat(B)},F||v.DEFAULT_HEARTBEAT_INTERVAL))},H.prototype.stopSignalHeartbeatTimer=function(){this.heartbeatTimerHandle!==null&&clearInterval(this.heartbeatTimerHandle),this.heartbeatTimerHandle=null},H.prototype.sendOnceHeartbeat=function(F){var P,B=(P=this.signal)===null||P===void 0?void 0:P.sendHeartbeat(F);B&&(this.hebtLog(">>> Send: heartbeat",B),this.heartbeatTimelineMap.set(B.msg_id,performance.now()))},H.prototype.sendFalseHeartbeat=function(F){var P,B=(P=this.signal)===null||P===void 0?void 0:P.sendFalseHeartbeat(F);B&&(this.hebtLog(">>> Send: false heartbeat",F),this.heartbeatTimelineMap.set(B.msg_id,performance.now()))},H.prototype.dispose=function(){var F,P;this.pc=void 0,this.prevOfferSdp=void 0,this.prevAnswerSdp=void 0,(F=this.signal)===null||F===void 0||F.dispose(),(P=this.streamManager)===null||P===void 0||P.dispose(),this.stopSignalHeartbeatTimer()},H.prototype.initHeartbeatListener=function(){var F,P,B,W,z,G,J,re=this;(F=this.heartbeatProcessor)===null||F===void 0||F.on("pcReconnect",function(te){re.emit("pcReconnect",te)}),(P=this.heartbeatProcessor)===null||P===void 0||P.on("streamError",function(te){re.emit("streamError",te)}),(B=this.heartbeatProcessor)===null||B===void 0||B.on("streamReconnect",function(te){re.emit("streamReconnect",te)}),(W=this.heartbeatProcessor)===null||W===void 0||W.on("traceIdUpdate",function(te){re.emit("traceIdUpdate",te)}),(z=this.heartbeatProcessor)===null||z===void 0||z.on("hebtReceived",function(te){if(te){var ie=re.heartbeatTimelineMap.get(te.msg_id)||0;re.heartbeatTimelineMap.delete(te.msg_id),re.hebtLog("<<< Received: heartbeat","".concat(Math.ceil(performance.now()-ie),"ms"),te)}re.emit("hebtReceived",te)}),(G=this.heartbeatProcessor)===null||G===void 0||G.on("datachannelNotEnabled",function(){re.emit("datachannelNotEnabled")}),(J=this.signal)===null||J===void 0||J.getDatachannelCore().on("message",function(te){var ie;(ie=re.heartbeatProcessor)===null||ie===void 0||ie.process(te)})},H.prototype.initNotifyListener=function(){var F,P,B,W=this;(F=this.notifyProcessor)===null||F===void 0||F.on("pcReconnect",function(z){W.emit("pcReconnect",z)}),(P=this.notifyProcessor)===null||P===void 0||P.on("message",function(z){W.emit("message",z)}),(B=this.signal)===null||B===void 0||B.getDatachannelCore().on("message",function(z){var G,J;(G=W.notifyProcessor)===null||G===void 0||G.processIpMigration(z),(J=W.notifyProcessor)===null||J===void 0||J.processInternalException(z)})},H.prototype.findNewSubPubMids=function(F,P){var B=new u.SdpUtil({sdp:F}),W=new u.SdpUtil({sdp:P}),z=B.detail.media.filter(function(J){return J.direction!=="inactive"}).map(function(J){return J.mid}),G=W.detail.media.map(function(J){return J.mid});return this.findDiff(z,G).map(function(J){return String(J)})},H.prototype.findDiff=function(F,P){return Array.from(new Set(o([],F,!0).filter(function(B){return!P.includes(B)})))},H.prototype.parseMsidString=function(F){var P={stream:"",track:""};if(!F)return P;var B=F.trim().split(" "),W=B[0],z=B[1];return z?(P.stream=W,P.track=z):P.track=W,P},H.prototype.stringifyMsid=function(F){var P=F.stream,B=F.track;return"".concat(P).concat(P?" ":"").concat(B)},H.prototype.restorePublishedSsrc=function(F){var P=new u.SdpUtil({sdp:this.prevOfferSdp||""}).getPublishSsrcs();F.detail.media.forEach(function(B){var W;B.direction!=="recvonly"&&((W=B.ssrcs)===null||W===void 0||W.forEach(function(z){var G,J=(G=P.find(function(re){return re.mid===String(B.mid)}))===null||G===void 0?void 0:G.ssrc;J&&(z.id=String(J))}))})},H.prototype.restorePublishMsid=function(F){var P=this,B=new u.SdpUtil({sdp:this.prevOfferSdp||""}).getPublishMsids();B?.length&&F.detail.media.forEach(function(W){var z,G;if(W.direction!=="recvonly"){var J=(z=B.find(function(te){return te.mid===String(W.mid)}))===null||z===void 0?void 0:z.msid;if(!J)return;var re=P.parseMsidString(J);W.msid=J||W.msid,(G=W.ssrcs)===null||G===void 0||G.forEach(function(te){switch(te.attribute){case"cname":te.value=re.track||te.value;break;case"msid":te.value=J||te.value}})}})},H.prototype.alignAnswerMidsWithOffer=function(F){var P=new u.SdpUtil({sdp:this.prevOfferSdp||""}).detail.media.map(function(G){return String(G.mid)}),B=F.detail.media.map(function(G){return String(G.mid)}),W=this.findDiff(B,P);F.removeMedia(W);var z=[];P.forEach(function(G){var J=F.detail.media.find(function(re){return String(re.mid)===G});J&&z.push(J)}),F.detail.media=z.filter(function(G){return G})},H.prototype.simulateOfferAnswer=function(F){var P,B,W;return r(this,void 0,void 0,function(){var z,G,J,re,te,ie,ce,se,ue,pe,de,ve,Ee;return i(this,function(fe){switch(fe.label){case 0:return fe.trys.push([0,2,,3]),[4,(P=this.pc)===null||P===void 0?void 0:P.createOffer()];case 1:return z=fe.sent(),G=new u.SdpUtil({sdp:z?.sdp||""}),J=G.detail.media.filter(function(me){return me.direction==="inactive"}).map(function(me){return String(me.mid)}),this.restorePublishedSsrc(G),this.restorePublishMsid(G),this.prevOfferSdp=G.generate(),(re=new u.SdpUtil({sdp:this.prevAnswerSdp||""})).setMediaInactive(J),F&&(te=(0,u.generateFakeMediaSdpAnswer)(F))&&(ie=new u.SdpUtil({sdp:te}),ce=o([],ie.detail.media,!0),re.addOrUpdateMedia(ce),this.alignAnswerMidsWithOffer(re)),se=re.generate(),this.setPrevAnswerSdp(se),[3,3];case 2:throw ue=fe.sent(),new E.RtsError(p.ErrorCode.DATACHANNEL_CREATE_OFFER_ERROR,"CreateOffer error: ".concat(ue),"",{pc:this.pc});case 3:if(pe=this.avoidMsidConflict(this.prevOfferSdp),this.offerSdpHook)try{pe=this.offerSdpHook(pe)}catch(me){console.log("offerSdoHook error: ",me)}fe.label=4;case 4:return fe.trys.push([4,6,,7]),[4,(B=this.pc)===null||B===void 0?void 0:B.setLocalDescription(new RTCSessionDescription({type:"offer",sdp:pe}))];case 5:return fe.sent(),[3,7];case 6:throw de=fe.sent(),new E.RtsError(p.ErrorCode.DATACHANNEL_SET_OFFER_ERROR,"SetLocalDescription error: ".concat(de),"",{sdp:this.prevOfferSdp});case 7:if(fe.trys.push([7,10,,11]),!this.prevAnswerSdp)return[3,9];if(ve=this.avoidMsidConflict(this.prevAnswerSdp),this.answerSdpHook)try{ve=this.answerSdpHook(ve)}catch(me){console.log("answerSdpHook error: ",me)}return[4,(W=this.pc)===null||W===void 0?void 0:W.setRemoteDescription(new RTCSessionDescription({type:"answer",sdp:ve}))];case 8:fe.sent(),fe.label=9;case 9:return[3,11];case 10:throw Ee=fe.sent(),new E.RtsError(p.ErrorCode.DATACHANNEL_SET_ANSWER_ERROR,"SetRemoteDescription error: ".concat(Ee),"",{sdp:this.prevAnswerSdp});case 11:return[2]}})})},H.prototype.avoidMsidConflict=function(F){var P=new u.SdpUtil({sdp:F});return P.mungleMsid(),P.generate()},H.prototype.setCodecPreferences=function(F,P){if(P)try{F.setCodecPreferences(P)}catch(B){console.warn("setCodecPreferences error",B)}},H.prototype.log=function(){for(var F=[],P=0;P<arguments.length;P++)F[P]=arguments[P];window.RTS_DATACHANNEL_DEBUG&&console.log.apply(console,o(["[PC-Core]"],F,!1))},H.prototype.hebtLog=function(){for(var F,P,B=[],W=0;W<arguments.length;W++)B[W]=arguments[W];window.RTS_HEBT_DEBUG&&console.log.apply(console,o(["".concat(this.now()," [datachannel|").concat((F=this.signal)===null||F===void 0?void 0:F.getDatachannelCore().label,"|").concat((P=this.signal)===null||P===void 0?void 0:P.getDatachannelCore().id,"]")],B,!1))},H.prototype.now=function(){var F=new Date;return"".concat(F.getHours(),":").concat(F.getMinutes(),":").concat(F.getSeconds(),".").concat(String(F.getMilliseconds()).padStart(3,"0"))},H}(R.default);v.PeerConnectionCore=w},651:function(y,v,s){var c,a=this&&this.__extends||(c=function(x,E){return c=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(p,b){p.__proto__=b}||function(p,b){for(var l in b)Object.prototype.hasOwnProperty.call(b,l)&&(p[l]=b[l])},c(x,E)},function(x,E){if(typeof E!="function"&&E!==null)throw new TypeError("Class extends value "+String(E)+" is not a constructor or null");function p(){this.constructor=x}c(x,E),x.prototype=E===null?Object.create(E):(p.prototype=E.prototype,new p)}),e=this&&this.__importDefault||function(x){return x&&x.__esModule?x:{default:x}};Object.defineProperty(v,"__esModule",{value:!0}),v.DataChannelCore=v.EDatachannelStatus=void 0;var r,i=s(844),o=s(961),t=s(854),n=e(s(885)),u=e(s(973));function h(){}(function(x){x[x.DATACHANNEL_STATUS_CLOSE=0]="DATACHANNEL_STATUS_CLOSE",x[x.DATACHANNEL_STATUS_OPEN=1]="DATACHANNEL_STATUS_OPEN"})(r=v.EDatachannelStatus||(v.EDatachannelStatus={}));var S=function(x){function E(p){var b=x.call(this)||this;return b.pendingPromiseMap=new Map,b.mutexSendData=!1,b.timerSendData=null,b.eventQueue=new t.CacheBuffer("send tasks"),b.datachannelList=[],b.pc=p.pc,b.eventHandler=p.onDatachannelEvent||h,b.datachannelList=p.datachannelList||[],b.createDatachannel(p.label,p.assignId,p.delayOpen),b}return a(E,x),E.prototype.getWebrtcDatachannel=function(){return this.datachannel},E.prototype.getNextId=function(){var p=0,b=this.datachannelList.reduce(function(l,A){return A.readyState==="open"?l+1:(p||(p=A.id),l)},0);return p||2*(b+1)},E.prototype.createDatachannel=function(p,b,l){var A=this,R={ordered:!0};b&&this.pc.connectionState==="connected"&&(R.id=this.getNextId()),this.datachannel=this.pc.createDataChannel(p||"GRTN_RTC_DATACHANNEL"+"_".concat(Date.now()),R),this.datachannel.addEventListener("open",function(){l?setTimeout(function(){A.eventHandler(r.DATACHANNEL_STATUS_OPEN),A.emit("statusChange",r.DATACHANNEL_STATUS_OPEN)},200):(A.eventHandler(r.DATACHANNEL_STATUS_OPEN),A.emit("statusChange",r.DATACHANNEL_STATUS_OPEN))}),this.datachannel.addEventListener("close",function(){A.eventHandler(r.DATACHANNEL_STATUS_CLOSE),A.emit("statusChange",r.DATACHANNEL_STATUS_CLOSE)}),this.datachannel.addEventListener("closing",function(){}),this.datachannel.addEventListener("error",function(C){console.log(">> error",C),A.emit("error",C)}),this.datachannel.addEventListener("bufferedamountlow",function(){}),this.datachannel.addEventListener("message",function(C){A.emit("message",C.data)})},Object.defineProperty(E.prototype,"id",{get:function(){return this.datachannel.id},enumerable:!1,configurable:!0}),Object.defineProperty(E.prototype,"label",{get:function(){return this.datachannel.label},enumerable:!1,configurable:!0}),Object.defineProperty(E.prototype,"readyState",{get:function(){return this.datachannel.readyState},enumerable:!1,configurable:!0}),E.prototype.send=function(p){if(this.datachannel.readyState!=="open")throw new Error("Datachannel(label:".concat(this.datachannel.label,",id:").concat(this.datachannel.id,") is closed."));return this.datachannel.send(p)},E.prototype.sendAsync=function(p){if(this.datachannel.readyState==="open")return this.datachannel.send(JSON.stringify(p)),!0;console.log("Async signal message failed. Datachannel(label:".concat(this.datachannel.label,",id:").concat(this.datachannel.id,") is closed."))},E.prototype.sendData=function(p){var b=this;return new Promise(function(l,A){var R=new u.default(b.datachannel);if(b.mutexSendData){var C={sender:R,res:l,rej:A,data:p};b.eventQueue.cache(C)}else b.atomSend(R,l,A,p)})},E.prototype.dispose=function(){var p;this.emit("dispose"),this.mutexSendData=!1,this.timerSendData!==null&&clearTimeout(this.timerSendData),this.timerSendData=null,this.eventQueue=new t.CacheBuffer("send tasks"),(p=this.datachannel)===null||p===void 0||p.close()},E.prototype.atomSend=function(p,b,l,A){var R=this;this.mutexSendData=!0,p.on("onSendDataDone",function(){if(R.timerSendData!==null&&clearTimeout(R.timerSendData),R.timerSendData=null,R.mutexSendData=!1,!R.eventQueue.isEmpty()){var C=R.eventQueue.getFirst();R.atomSend(C.sender,C.res,C.rej,C.data)}}),this.timerSendData=setTimeout(function(){l(new o.RtsError(i.ErrorCode.DATACHANNEL_TIMEOUT_ERROR,"request timeout after ".concat(E.REQUEST_TIMEOUT,"ms"),"",A)),R.timerSendData=null,R.mutexSendData=!1,p.emit("onSendDataDone")},E.REQUEST_TIMEOUT),p.sendingProcess(b,l,A)},E.REQUEST_TIMEOUT=5e3,E}(n.default);v.DataChannelCore=S},973:function(y,v,s){var c,a=this&&this.__extends||(c=function(S,x){return c=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(E,p){E.__proto__=p}||function(E,p){for(var b in p)Object.prototype.hasOwnProperty.call(p,b)&&(E[b]=p[b])},c(S,x)},function(S,x){if(typeof x!="function"&&x!==null)throw new TypeError("Class extends value "+String(x)+" is not a constructor or null");function E(){this.constructor=S}c(S,x),S.prototype=x===null?Object.create(x):(E.prototype=x.prototype,new E)}),e=this&&this.__spreadArray||function(S,x,E){if(E||arguments.length===2)for(var p,b=0,l=x.length;b<l;b++)!p&&b in x||(p||(p=Array.prototype.slice.call(x,0,b)),p[b]=x[b]);return S.concat(p||Array.prototype.slice.call(x))},r=this&&this.__importDefault||function(S){return S&&S.__esModule?S:{default:S}};Object.defineProperty(v,"__esModule",{value:!0}),v.EDatachannelSignalResCode=v.EMessageType=void 0;var i,o,t=s(844),n=s(961),u=r(s(885));(function(S){S.HEBT="hebt",S.NOTI="NOTI"})(i=v.EMessageType||(v.EMessageType={})),function(S){S[S.NGX_RTC_PUBLISH_ALREADY=402]="NGX_RTC_PUBLISH_ALREADY",S[S.NGX_RTC_REQUEST_FORBIDDEN=403]="NGX_RTC_REQUEST_FORBIDDEN",S[S.NGX_RTC_STREAM_NO_FOUND=404]="NGX_RTC_STREAM_NO_FOUND",S[S.NGX_RTC_SUBSCRIBE_ALREADY=410]="NGX_RTC_SUBSCRIBE_ALREADY",S[S.NGX_RTC_NORMAL_CLOSED=200]="NGX_RTC_NORMAL_CLOSED",S[S.NGX_RTC_LIMITED=508]="NGX_RTC_LIMITED",S[S.NGX_RTC_INTERNAL_SERVER_ERROR=500]="NGX_RTC_INTERNAL_SERVER_ERROR",S[S.NGX_RTC_BAD_REQUEST=400]="NGX_RTC_BAD_REQUEST",S[S.NGX_RTC_NEED_RETRY=213]="NGX_RTC_NEED_RETRY",S[S.NGX_RTC_DATACHANNEL_HEBT_MSID_NOT_FOUND=130]="NGX_RTC_DATACHANNEL_HEBT_MSID_NOT_FOUND"}(o=v.EDatachannelSignalResCode||(v.EDatachannelSignalResCode={}));var h=function(S){function x(E){var p=S.call(this)||this;return p.datachannel=E,p}return a(x,S),x.prototype.sendingProcess=function(E,p,b){var l,A=this,R=performance.now();this.datachannel.onmessage=function(C){try{var g=JSON.parse(C.data),D=A.checkResponse(g);if(D.ignore)return;if(A.log("<<< Received:","".concat(Math.ceil(performance.now()-R),"ms"),g),D.pass)E(g);else{if(D.code===o.NGX_RTC_NEED_RETRY)return void setTimeout(function(){A.log(">>> Send:",b),A.datachannel.send(JSON.stringify(b))},200);p(new n.RtsError(t.ErrorCode.DATACHANNEL_RESPONSE_ERROR,"[code]".concat(D.code,"; [msg]").concat(D.msg),D.traceId,{parsedData:g}))}}catch(O){p(new n.RtsError(t.ErrorCode.DATACHANNEL_PARSE_ERROR,"datachannel message parse error","",{data:C.data,err:O}))}A.emit("onSendDataDone")};try{this.log(">>> Sent:","".concat(b.type,"-").concat(!((l=b.streams)===null||l===void 0)&&l.length?b.streams[0].method:"-"),b)}catch{}this.datachannel.send(JSON.stringify(b))},x.prototype.checkResponse=function(E){var p={pass:!0,ignore:!1,code:0,msg:"",traceId:""};if([i.HEBT,i.NOTI].includes(E.type))return p.ignore=!0,p.pass=!1,p;E.recode!==0&&(p.pass=!1,p.code=E.recode,p.msg=E.msg);var b=E.streams;return b&&b.length>0&&b.forEach(function(l){l.res_code!==200&&(p.pass=!1,p.code=l.res_code,p.msg=l.res_msg,p.traceId=l.traceid)}),p},x.prototype.log=function(){for(var E=[],p=0;p<arguments.length;p++)E[p]=arguments[p];window.RTS_DATACHANNEL_DEBUG&&console.log.apply(console,e(["".concat(this.now()," [datachannel|").concat(this.datachannel.label,"|").concat(this.datachannel.id,"]")],E,!1))},x.prototype.now=function(){var E=new Date;return"".concat(E.getHours(),":").concat(E.getMinutes(),":").concat(E.getSeconds(),".").concat(String(E.getMilliseconds()).padStart(3,"0"))},x}(u.default);v.default=h},844:(y,v)=>{Object.defineProperty(v,"__esModule",{value:!0}),v.ErrorCode=void 0,function(s){s[s.DATACHANNEL_SIGNAL_ERROR=15e3]="DATACHANNEL_SIGNAL_ERROR",s[s.DATACHANNEL_SET_OFFER_ERROR=15001]="DATACHANNEL_SET_OFFER_ERROR",s[s.DATACHANNEL_SET_ANSWER_ERROR=15002]="DATACHANNEL_SET_ANSWER_ERROR",s[s.DATACHANNEL_CREATE_OFFER_ERROR=15003]="DATACHANNEL_CREATE_OFFER_ERROR",s[s.DATACHANNEL_RESPONSE_ERROR=15004]="DATACHANNEL_RESPONSE_ERROR",s[s.DATACHANNEL_PARSE_ERROR=15005]="DATACHANNEL_PARSE_ERROR",s[s.DATACHANNEL_TIMEOUT_ERROR=15006]="DATACHANNEL_TIMEOUT_ERROR",s[s.CORE_NO_PC_ERROR=15007]="CORE_NO_PC_ERROR",s[s.CORE_PUBLIST_EXCEED_ERROR=15008]="CORE_PUBLIST_EXCEED_ERROR",s[s.CORE_PUB_REPLACE_URL_NOT_FOUND=15009]="CORE_PUB_REPLACE_URL_NOT_FOUND",s[s.CORE_TRANSCEIVERS_NOT_FOUND=15010]="CORE_TRANSCEIVERS_NOT_FOUND"}(v.ErrorCode||(v.ErrorCode={}))},961:(y,v,s)=>{Object.defineProperty(v,"__esModule",{value:!0}),v.RtsError=void 0;var c=s(844);v.RtsError=function(a,e,r,i){this.errorCode=a,this.errorCodeName=c.ErrorCode[a],this.message=e,this.traceId=r,i&&(this.extraInfo=i)}},854:(y,v)=>{Object.defineProperty(v,"__esModule",{value:!0}),v.CacheBuffer=void 0;var s=function(){function c(a){this.data=[],this.tag=a||"unknown",this.maxBufferLength=90}return c.prototype.setMaxCapacity=function(a){this.maxBufferLength=90,a>=0&&(this.maxBufferLength=a),this.maxBufferLength>200&&(this.maxBufferLength=200)},c.prototype.cache=function(a){this.data.length>this.maxBufferLength&&(this.data.shift(),console.log(this.tag+" CACHE: Reach Max Capacity")),this.data.push(a)},c.prototype.getFirst=function(){return this.data.shift()},c.prototype.isEmpty=function(){return this.data.length<=0},c}();v.CacheBuffer=s},885:(y,v)=>{Object.defineProperty(v,"__esModule",{value:!0});var s=function(){function c(){this._eventMap={}}return c.prototype.listeners=function(a){return this._eventMap[a]||[]},c.prototype.emit=function(a){for(var e=this,r=[],i=1;i<arguments.length;i++)r[i-1]=arguments[i];var o=this._eventMap[a];return!!Array.isArray(o)&&(o.forEach(function(t){return t.apply(e,r)}),!0)},c.prototype.off=function(a,e){var r=this._eventMap[a];return Array.isArray(r)&&(this._eventMap[a]=r.filter(function(i){return i!==e})),this},c.prototype.removeAllListeners=function(a){return a===void 0?this._eventMap={}:this._eventMap[a]&&(this._eventMap[a]=[]),this},c.prototype.on=function(a,e){return this._eventMap[a]?this._eventMap[a].push(e):this._eventMap[a]=[e],this},c.prototype.once=function(a,e){var r=this,i=function(){for(var o=[],t=0;t<arguments.length;t++)o[t]=arguments[t];r.off(a,i),e.apply(r,o)};return this.on(a,i),this},c}();v.default=s},887:(y,v)=>{Object.defineProperty(v,"__esModule",{value:!0}),v.intersection=v.pruneSubUrl=v.parseUrlSubParams=void 0,v.parseUrlSubParams=function(s){var c={subVideo:!0,subAudio:!0};return s&&(s.includes("@subvideo=no")&&(c.subVideo=!1),s.includes("@subaudio=no")&&(c.subAudio=!1)),c},v.pruneSubUrl=function(s,c){var a=s||"";return a=a.replace("@subaudio=no","").replace("@subvideo=no",""),c&&(a=a.split("?")[0]),a},v.intersection=function(s,c){return s.filter(function(a){return c.includes(a)})}},390:function(y,v){var s=this&&this.__spreadArray||function(a,e,r){if(r||arguments.length===2)for(var i,o=0,t=e.length;o<t;o++)!i&&o in e||(i||(i=Array.prototype.slice.call(e,0,o)),i[o]=e[o]);return a.concat(i||Array.prototype.slice.call(e))};Object.defineProperty(v,"__esModule",{value:!0}),v.Logger=void 0;var c=function(){function a(e){this.switchName=e.switchName,this.displayName=e.displayName}return a.prototype.log=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];window[this.switchName||Math.random()]&&console.log.apply(console,s(["".concat(this.now()," [").concat(this.displayName,"]")],e,!1))},a.prototype.now=function(){var e=new Date;return"".concat(this.padStart(e.getHours()),":").concat(this.padStart(e.getMinutes()),":").concat(this.padStart(e.getSeconds()),".").concat(this.padStart(e.getMilliseconds(),3))},a.prototype.padStart=function(e,r,i){return r===void 0&&(r=2),i===void 0&&(i="0"),String(e).padStart(r,i)},a}();v.Logger=c},248:function(y,v,s){var c=this&&this.__assign||function(){return c=Object.assign||function(i){for(var o,t=1,n=arguments.length;t<n;t++)for(var u in o=arguments[t])Object.prototype.hasOwnProperty.call(o,u)&&(i[u]=o[u]);return i},c.apply(this,arguments)},a=this&&this.__spreadArray||function(i,o,t){if(t||arguments.length===2)for(var n,u=0,h=o.length;u<h;u++)!n&&u in o||(n||(n=Array.prototype.slice.call(o,0,u)),n[u]=o[u]);return i.concat(n||Array.prototype.slice.call(o))};Object.defineProperty(v,"__esModule",{value:!0}),v.generateFakeMediaSdpAnswer=v.SdpUtil=void 0;var e=s(766),r=function(){function i(o){if(this.rawSdp=o.sdp,!o.sdp)throw new Error("No sdp to parse");this.sdpDetail=this.parse()}return Object.defineProperty(i.prototype,"detail",{get:function(){return this.sdpDetail},enumerable:!1,configurable:!0}),i.prototype.removeMedia=function(o){return this.removeMediaInner(o)},i.prototype.keepMedia=function(o){return this.removeMediaInner(o,{revert:!0})},i.prototype.removeMediaInner=function(o,t){t===void 0&&(t={revert:!1}),o.length&&this.sdpDetail.media&&this.sdpDetail.media.length&&(t.revert?this.sdpDetail.media=this.sdpDetail.media.filter(function(n){return o.includes(String(n.mid)||"")}):this.sdpDetail.media=this.sdpDetail.media.filter(function(n){return!o.includes(String(n.mid)||"")}),this.updateBundle())},i.prototype.addOrUpdateMedia=function(o,t){t===void 0&&(t={}),o=o.map(function(u){return c(c({},u),{setup:"passive"})});var n=[];this.sdpDetail.media=this.sdpDetail.media.map(function(u){var h=o.find(function(E){return E.mid===u.mid});if(h){n.push(u.mid);var S=h,x=u;return t.isPublish&&(S.ssrcs=x.ssrcs,S.ssrcGroups=x.ssrcGroups),h}return u}),this.sdpDetail.media=a(a([],this.sdpDetail.media,!0),o.filter(function(u){return!n.includes(u.mid)}),!0),this.updateBundle()},i.prototype.mungleMsid=function(){this.sdpDetail.media.forEach(function(o){if(o.msid){var t="";o.msid=o.msid.split(" ").map(function(n,u){return u===1?(t=n,n+"_"+o.mid):n}).join(" "),t&&o.ssrcs&&o.ssrcs.forEach(function(n){n.value&&(n.value=n.value.replace(t,t+"_"+o.mid))})}})},i.prototype.addMedia=function(o){var t;o=o.map(function(h){return c(c({},h),{setup:"passive"})}),this.sdpDetail.media=a(a([],this.sdpDetail.media,!0),o,!0);var n=o.reduce(function(h,S){return h+" "+S.mid},""),u=(t=this.sdpDetail.groups)===null||t===void 0?void 0:t.find(function(h){return h.type==="BUNDLE"});u&&(u.mids+="".concat(n))},i.prototype.setMediaInactive=function(o){this.sdpDetail.media.forEach(function(t){o.includes(String(t.mid))&&(t.direction="inactive")}),this.updateBundle()},i.prototype.getPublishSsrcs=function(){var o=[];return this.sdpDetail.media.forEach(function(t){t.direction!=="recvonly"&&t.ssrcs&&o.push({type:t.type,ssrc:t.ssrcs[0].id||"ERR_NOT_FOUND",mid:String(t.mid)})}),o},i.prototype.getPublishMsids=function(){var o=[];return this.sdpDetail.media.forEach(function(t){t.direction!=="recvonly"&&t.msid&&o.push({type:t.type,msid:t.msid,mid:String(t.mid)})}),o},i.prototype.generate=function(){return(0,e.write)(this.sdpDetail)},i.prototype.updateBundle=function(){var o,t=(o=this.sdpDetail.groups)===null||o===void 0?void 0:o.find(function(n){return n.type==="BUNDLE"});t&&(t.mids=this.sdpDetail.media.reduce(function(n,u){return n+u.mid+" "},"").trim())},i.prototype.addNack=function(){this.sdpDetail.media.forEach(function(o){var t,n,u;if(o.type==="audio"){if(!((t=o.rtcpFb)===null||t===void 0)&&t.some(function(S){return S.type==="nack"}))return;var h=(n=o.rtp.find(function(S){return S.codec==="opus"}))===null||n===void 0?void 0:n.payload;h&&((u=o.rtcpFb)===null||u===void 0||u.push({payload:h,type:"nack"}))}})},i.prototype.parse=function(){var o=(0,e.parse)(this.rawSdp);return this.patchMsid(o)},i.prototype.getMids=function(o){return o?.length?o.reduce(function(t,n){return a(a([],t,!0),[String(n.mid)],!1)},[]):[]},i.prototype.patchMsid=function(o){return o.media.forEach(function(t){var n,u;t.type==="application"||t.msid||(t.msid=(u=(n=t.ssrcs)===null||n===void 0?void 0:n.find(function(h){return h.attribute==="msid"}))===null||u===void 0?void 0:u.value)}),o},i}();v.SdpUtil=r,v.generateFakeMediaSdpAnswer=function(i){if(!i.mids.length||!i.medias.length||i.mids.length!==i.medias.length)return"";var o=`v=0
|
|
25
26
|
o=- 1710852399 2 IN IP4 127.0.0.1
|
|
26
27
|
s=-
|
|
27
28
|
t=0 0
|
|
28
29
|
a=group:BUNDLE`,t=`
|
|
29
|
-
a=end-of-candidates`;
|
|
30
|
+
a=end-of-candidates`;i.mids.forEach(function(u){o+=" ".concat(u)});var n=function(){for(var u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",h="",S=0;S<24;S++)h+=u.charAt(Math.floor(62*Math.random()));return h}();return i.medias.forEach(function(u,h){if(u.type==="video"){var S=(1e4*Math.random()).toFixed(0),x=u.msid||"rts video";o+=`
|
|
30
31
|
m=video 9 UDP/TLS/RTP/SAVPF 106 107
|
|
31
32
|
c=IN IP4 0.0.0.0
|
|
32
33
|
a=rtcp:9 IN IP4 0.0.0.0
|
|
33
34
|
a=ice-ufrag:ZmFrZV90b2tlbg==
|
|
34
|
-
a=ice-pwd:`.concat(
|
|
35
|
+
a=ice-pwd:`.concat(n,`
|
|
35
36
|
a=ice-options:ice-lite
|
|
36
37
|
a=fingerprint:SHA-256 C3:E2:CD:1F:B8:E4:DA:77:D1:D2:36:F3:72:EA:83:CA:7A:F2:3B:26:07:C6:E0:3D:96:44:57:59:14:DE:F0:A4
|
|
37
38
|
a=setup:passive
|
|
38
39
|
a=sendonly
|
|
39
|
-
a=mid:`).concat(
|
|
40
|
+
a=mid:`).concat(i.mids[h],`
|
|
40
41
|
a=rtcp-mux
|
|
41
42
|
a=rtpmap:106 H264/90000
|
|
42
43
|
a=fmtp:106 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f;sps-pps-idr-in-keyframe=1
|
|
@@ -49,112 +50,114 @@ a=rtpmap:107 rtx/90000
|
|
|
49
50
|
a=fmtp:107 apt=106
|
|
50
51
|
a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
|
|
51
52
|
a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
|
|
52
|
-
a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay`);var
|
|
53
|
-
a=ssrc:`.concat(
|
|
54
|
-
a=ssrc:`).concat(
|
|
55
|
-
a=ssrc:`).concat(
|
|
56
|
-
a=ssrc:`).concat(
|
|
53
|
+
a=extmap:5 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay`);var E=`
|
|
54
|
+
a=ssrc:`.concat(S,` cname:defaultcname
|
|
55
|
+
a=ssrc:`).concat(S," msid:").concat(x,`
|
|
56
|
+
a=ssrc:`).concat(S,` mslabel:rts
|
|
57
|
+
a=ssrc:`).concat(S," label:video");i.direction==="sub"&&(o+=E),o+=t}else u.type==="audio"&&(S=(1e4*Math.random()).toFixed(0),x=u.msid||"rts audio",o+=`
|
|
57
58
|
m=audio 9 UDP/TLS/RTP/SAVPF 111
|
|
58
59
|
c=IN IP4 0.0.0.0
|
|
59
60
|
a=rtcp:9 IN IP4 0.0.0.0
|
|
60
61
|
a=ice-ufrag:ZmFrZV90b2tlbg==
|
|
61
|
-
a=ice-pwd:`.concat(
|
|
62
|
+
a=ice-pwd:`.concat(n,`
|
|
62
63
|
a=ice-options:ice-lite
|
|
63
64
|
a=fingerprint:SHA-256 C3:E2:CD:1F:B8:E4:DA:77:D1:D2:36:F3:72:EA:83:CA:7A:F2:3B:26:07:C6:E0:3D:96:44:57:59:14:DE:F0:A4
|
|
64
65
|
a=setup:passive
|
|
65
66
|
a=sendonly
|
|
66
|
-
a=mid:`).concat(
|
|
67
|
+
a=mid:`).concat(i.mids[h],`
|
|
67
68
|
a=rtcp-mux
|
|
68
69
|
a=rtpmap:111 opus/48000/2
|
|
69
70
|
a=fmtp:111 minptime=10;stereo=1;useinbandfec=1
|
|
70
71
|
a=rtcp-fb:111 transport-cc
|
|
71
72
|
a=rtcp-fb:111 nack
|
|
72
73
|
a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
|
|
73
|
-
a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time`),
|
|
74
|
-
a=ssrc:`.concat(
|
|
75
|
-
a=ssrc:`).concat(
|
|
76
|
-
a=ssrc:`).concat(
|
|
77
|
-
a=ssrc:`).concat(b," label:audio"),n.direction==="sub"&&(s+=h),s+=t)}),s}},237:(S,f,a)=>{Object.defineProperty(f,"__esModule",{value:!0}),f.UrlData=void 0;var d=a(887),p=function(){function e(r){var n=(0,d.parseUrlSubParams)(r.url);this.data={url:r.url,subAudio:n.subAudio,subVideo:n.subVideo},typeof r.subAudio=="boolean"&&(this.data.subAudio=r.subAudio),typeof r.subVideo=="boolean"&&(this.data.subVideo=r.subVideo)}return Object.defineProperty(e.prototype,"subVideo",{get:function(){return this.data.subVideo},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"subAudio",{get:function(){return this.data.subAudio},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"url",{get:function(){return(0,d.pruneSubUrl)(this.data.url)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"originalUrl",{get:function(){return this.data.url},enumerable:!1,configurable:!0}),e}();f.UrlData=p},123:function(S,f,a){var d,p=this&&this.__extends||(d=function(l,E){return d=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(b,_){b.__proto__=_}||function(b,_){for(var h in _)Object.prototype.hasOwnProperty.call(_,h)&&(b[h]=_[h])},d(l,E)},function(l,E){if(typeof E!="function"&&E!==null)throw new TypeError("Class extends value "+String(E)+" is not a constructor or null");function b(){this.constructor=l}d(l,E),l.prototype=E===null?Object.create(E):(b.prototype=E.prototype,new b)}),e=this&&this.__spreadArray||function(l,E,b){if(b||arguments.length===2)for(var _,h=0,o=E.length;h<o;h++)!_&&h in E||(_||(_=Array.prototype.slice.call(E,0,h)),_[h]=E[h]);return l.concat(_||Array.prototype.slice.call(E))},r=this&&this.__importDefault||function(l){return l&&l.__esModule?l:{default:l}};Object.defineProperty(f,"__esModule",{value:!0});var n=r(a(885)),s=a(973),t=[s.EDatachannelSignalResCode.NGX_RTC_STREAM_NO_FOUND,s.EDatachannelSignalResCode.NGX_RTC_DATACHANNEL_HEBT_MSID_NOT_FOUND],i=function(l){function E(b,_){var h=l.call(this)||this;return h.datachannel=b,h.streamManager=_,h}return p(E,l),E.prototype.process=function(b){var _=this,h=this.parseFormat(b);if(h){var o=this.checkRecode(h),g=o.valid,m=o.error,T=o.reason;if(!g)return h.recode===3?void this.emit("datachannelNotEnabled"):void(m&&this.emit("pcReconnect",{recode:h.recode,reMsg:T}));this.emit("hebtReceived",h),this.checkStreams(h).forEach(function(C){var D={resCode:C.resCode,resMsg:C.resMsg,url:C.url,msids:C.msids,streams:C.streams,type:C.type,latestUrl:C.latestUrl};C.isReconnectable?_.emit("streamReconnect",D):_.emit("streamError",D)})}},E.prototype.parseFormat=function(b){try{return JSON.parse(b)}catch{console.log("Heartbeat parse failed."," Response Data: ",b)}},E.prototype.checkRecode=function(b){var _={valid:!1,error:!1,reason:""};return b.type!==s.EMessageType.HEBT?(_.reason="not heartbeat signal, ignore",_):b.recode!==0?(_.reason=b.msg,_.error=!0,_):(_.valid=!0,_)},E.prototype.checkStreams=function(b){var _=this,h=[];return b.streams&&b.streams.length&&e(e([],this.streamManager.getAllStreamListWithMsids(),!0),this.streamManager.getAllDatachannelList(),!0).forEach(function(o){var g,m=-1;if(b.streams.find(function(y,A){if(y.url===o.url)return m=A,!0})&&m!==-1){var T=b.streams[m];if(T.method===s.EMessageType.HEBT&&T.res_code===200){T.traceid&&_.emit("traceIdUpdate",{url:T.url,traceId:T.traceid});var C=[];o.msids.forEach(function(y){T.msid.find(function(A){return A.name===y.name})||C.push(y)});var D=(g=o.streams)===null||g===void 0?void 0:g.filter(function(y){return!!C.find(function(A){return A.streamId===y.id})});C.length&&h.push({url:o.url,msids:C,streams:D,isReconnectable:!0,resMsg:"RTS heartbeat msid mismatch",resCode:404,type:o.type,latestUrl:o.latestUrl})}else h.push({url:o.url,msids:o.msids,streams:o.streams,isReconnectable:_.isReconnectableErrorCode(T.res_code),resMsg:T.res_msg,resCode:T.res_code,type:o.type,latestUrl:o.latestUrl})}}),h},E.prototype.isReconnectableErrorCode=function(b){return t.includes(b)},E}(n.default);f.default=i},619:function(S,f,a){var d=this&&this.__assign||function(){return d=Object.assign||function(b){for(var _,h=1,o=arguments.length;h<o;h++)for(var g in _=arguments[h])Object.prototype.hasOwnProperty.call(_,g)&&(b[g]=_[g]);return b},d.apply(this,arguments)},p=this&&this.__awaiter||function(b,_,h,o){return new(h||(h=Promise))(function(g,m){function T(y){try{D(o.next(y))}catch(A){m(A)}}function C(y){try{D(o.throw(y))}catch(A){m(A)}}function D(y){var A;y.done?g(y.value):(A=y.value,A instanceof h?A:new h(function(w){w(A)})).then(T,C)}D((o=o.apply(b,_||[])).next())})},e=this&&this.__generator||function(b,_){var h,o,g,m,T={label:0,sent:function(){if(1&g[0])throw g[1];return g[1]},trys:[],ops:[]};return m={next:C(0),throw:C(1),return:C(2)},typeof Symbol=="function"&&(m[Symbol.iterator]=function(){return this}),m;function C(D){return function(y){return function(A){if(h)throw new TypeError("Generator is already executing.");for(;m&&(m=0,A[0]&&(T=0)),T;)try{if(h=1,o&&(g=2&A[0]?o.return:A[0]?o.throw||((g=o.return)&&g.call(o),0):o.next)&&!(g=g.call(o,A[1])).done)return g;switch(o=0,g&&(A=[2&A[0],g.value]),A[0]){case 0:case 1:g=A;break;case 4:return T.label++,{value:A[1],done:!1};case 5:T.label++,o=A[1],A=[0];continue;case 7:A=T.ops.pop(),T.trys.pop();continue;default:if(!((g=(g=T.trys).length>0&&g[g.length-1])||A[0]!==6&&A[0]!==2)){T=0;continue}if(A[0]===3&&(!g||A[1]>g[0]&&A[1]<g[3])){T.label=A[1];break}if(A[0]===6&&T.label<g[1]){T.label=g[1],g=A;break}if(g&&T.label<g[2]){T.label=g[2],T.ops.push(A);break}g[2]&&T.ops.pop(),T.trys.pop();continue}A=_.call(b,T)}catch(w){A=[6,w],o=0}finally{h=g=0}if(5&A[0])throw A[1];return{value:A[0]?A[1]:void 0,done:!0}}([D,y])}}},r=this&&this.__spreadArray||function(b,_,h){if(h||arguments.length===2)for(var o,g=0,m=_.length;g<m;g++)!o&&g in _||(o||(o=Array.prototype.slice.call(_,0,g)),o[g]=_[g]);return b.concat(o||Array.prototype.slice.call(_))};Object.defineProperty(f,"__esModule",{value:!0}),f.Signal=void 0;var n,s,t,i=a(651),l=a(887);(function(b){b.Sub="sub",b.Pub="pub",b.Hebt="hebt"})(n||(n={})),function(b){b.Add="add",b.Active="active",b.Stop="stop",b.Delete="delete",b.Hebt="hebt"}(s||(s={})),function(b){b.Audio="audio",b.Video="video",b.Data="data"}(t||(t={}));var E=function(){function b(_){this.latestMsgId=0,this.latestSubAddMsgId=0,this.pc=_.pc,this.datachannel=new i.DataChannelCore({pc:this.pc,onDatachannelEvent:_.onDatachannelEvent})}return b.prototype.getDatachannelCore=function(){return this.datachannel},b.prototype.subscribeAdd=function(_,h,o){var g;return p(this,void 0,void 0,function(){var m;return e(this,function(T){switch(T.label){case 0:return m=d(d({},this.baseParams({type:n.Sub,method:s.Add})),{streams:_.map(function(C,D){var y=C.urlData,A=[];return y.subAudio&&!o.isMsidSubPubDone(y.url,{aMsid:C.aMsid[0]})&&A.push({type:t.Audio,name:C.aMsid[0]}),y.subVideo&&!o.isMsidSubPubDone(y.url,{vMsid:C.vMsid[0]})&&A.push({type:t.Video,name:C.vMsid[0]}),{method:s.Add,url:y.url,msid:A,sdp:h[D],ttl:300}})}),[4,(g=this.datachannel)===null||g===void 0?void 0:g.sendData(m)];case 1:return[2,T.sent()]}})})},b.prototype.subscribeActive=function(_){var h;return p(this,void 0,void 0,function(){var o;return e(this,function(g){switch(g.label){case 0:return o=d(d({},this.baseParams({type:n.Sub,method:s.Active})),{streams:_.map(function(m){var T=m.urlData;return{method:s.Active,url:T.url}})}),[4,(h=this.datachannel)===null||h===void 0?void 0:h.sendData(o)];case 1:return g.sent(),[2]}})})},b.prototype.subscribeDelete=function(_){var h;return p(this,void 0,void 0,function(){var o;return e(this,function(g){switch(g.label){case 0:return o=d(d({},this.baseParams()),{streams:_.map(function(m){var T=m.url,C=m.aMsid,D=m.vMsid,y=[];return C?.length&&(y=r(r([],y,!0),C.map(function(A){return{name:A}}),!0)),D?.length&&(y=r(r([],y,!0),D.map(function(A){return{name:A}}),!0)),{method:s.Delete,url:(0,l.pruneSubUrl)(T),msid:y}})}),[4,(h=this.datachannel)===null||h===void 0?void 0:h.sendData(o)];case 1:return[2,g.sent()]}})})},b.prototype.subscribeStop=function(_){var h;return p(this,void 0,void 0,function(){var o;return e(this,function(g){switch(g.label){case 0:return o=d(d({},this.baseParams()),{streams:_.map(function(m){var T=m.urlData;return{method:s.Stop,url:T.url}})}),[4,(h=this.datachannel)===null||h===void 0?void 0:h.sendData(o)];case 1:return[2,g.sent()]}})})},b.prototype.subscribeAddDatachannel=function(_){var h;return p(this,void 0,void 0,function(){var o;return e(this,function(g){switch(g.label){case 0:return o=d(d({},this.baseParams({type:n.Sub,method:s.Add})),{streams:_.map(function(m){var T=m.url,C=m.msid;return{method:s.Add,url:T,msid:[{type:t.Data,name:C}]}})}),[4,(h=this.datachannel)===null||h===void 0?void 0:h.sendData(o)];case 1:return[2,g.sent()]}})})},b.prototype.subscribeActiveDatachannel=function(_){var h;return p(this,void 0,void 0,function(){var o;return e(this,function(g){switch(g.label){case 0:return o=d(d({},this.baseParams({type:n.Sub,method:s.Active})),{streams:_.map(function(m){var T=m.url,C=m.datachannelId,D=m.msid;return{method:s.Active,url:T,msid:[{type:t.Data,name:D,channel:C}]}})}),[4,(h=this.datachannel)===null||h===void 0?void 0:h.sendData(o)];case 1:return[2,g.sent()]}})})},b.prototype.subscribeStopDatachannel=function(_){var h;return p(this,void 0,void 0,function(){var o;return e(this,function(g){switch(g.label){case 0:return o=d(d({},this.baseParams()),{streams:_.map(function(m){var T=m.url;return{method:s.Stop,url:T}})}),[4,(h=this.datachannel)===null||h===void 0?void 0:h.sendData(o)];case 1:return[2,g.sent()]}})})},b.prototype.publishAdd=function(_,h,o,g){var m;return p(this,void 0,void 0,function(){var T;return e(this,function(C){return T=d(d({},this.baseParams({type:n.Pub})),{streams:_.map(function(D,y){var A=o[y],w=g[y],j=[];return A.length&&j.push({type:"video",name:A[0].trim()}),w.length&&j.push({type:"audio",name:w[0].trim()}),{method:s.Add,url:D,msid:j,sdp:h[y]}})}),[2,(m=this.datachannel)===null||m===void 0?void 0:m.sendData(T)]})})},b.prototype.publishDelete=function(_){var h;return p(this,void 0,void 0,function(){var o;return e(this,function(g){return o=d(d({},this.baseParams({type:n.Pub})),{streams:_.map(function(m){var T=m.url,C=m.aMsid,D=m.vMsid,y=[];return C?.length&&(y=r(r([],y,!0),C.map(function(A){return{name:A}}),!0)),D?.length&&(y=r(r([],y,!0),D.map(function(A){return{name:A}}),!0)),{method:s.Delete,url:(0,l.pruneSubUrl)(T),msid:y}})}),[2,(h=this.datachannel)===null||h===void 0?void 0:h.sendData(o)]})})},b.prototype.publishStop=function(_){var h;return p(this,void 0,void 0,function(){var o;return e(this,function(g){return o=d(d({},this.baseParams({type:n.Pub})),{streams:_.map(function(m){return{method:s.Stop,url:m}})}),[2,(h=this.datachannel)===null||h===void 0?void 0:h.sendData(o)]})})},b.prototype.publishAddDatachannel=function(_){var h;return p(this,void 0,void 0,function(){var o;return e(this,function(g){switch(g.label){case 0:return o=d(d({},this.baseParams({type:n.Pub,method:s.Add})),{streams:_.map(function(m){var T=m.url,C=m.datachannelId,D=m.msid;return{method:s.Add,url:T,msid:[{type:t.Data,name:D,channel:C}]}})}),[4,(h=this.datachannel)===null||h===void 0?void 0:h.sendData(o)];case 1:return[2,g.sent()]}})})},b.prototype.publishStopDatachannel=function(_){var h;return p(this,void 0,void 0,function(){var o;return e(this,function(g){switch(g.label){case 0:return o=d(d({},this.baseParams({type:n.Pub})),{streams:_.map(function(m){var T=m.url;return{method:s.Stop,url:T}})}),[4,(h=this.datachannel)===null||h===void 0?void 0:h.sendData(o)];case 1:return[2,g.sent()]}})})},b.prototype.sendHeartbeat=function(_){_&&!_.map&&(_=void 0);var h=d(d({},this.baseParams({type:n.Hebt})),{streams:_?.map(function(o){var g=o.url;return{method:s.Hebt,url:g}})});if(_||delete h.streams,this.datachannel.sendAsync(h))return h},b.prototype.sendFalseHeartbeat=function(_){var h=d(d({},this.baseParams({type:n.Hebt})),{streams:_?.map(function(o){return{method:"fake",url:o.url}})});if(_||delete h.streams,this.datachannel.sendAsync(h))return h},b.prototype.dispose=function(){this.datachannel.dispose()},b.prototype.baseParams=function(_){_===void 0&&(_={type:n.Sub});var h=0;return _.type===n.Sub&&_.method===s.Add?(h=++this.latestMsgId,this.latestSubAddMsgId=this.latestMsgId):h=_.type===n.Sub&&_.method===s.Active?this.latestSubAddMsgId:++this.latestMsgId,{msg_id:h,version:2,type:_.type}},b}();f.Signal=E},125:function(S,f,a){var d,p=this&&this.__extends||(d=function(l,E){return d=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(b,_){b.__proto__=_}||function(b,_){for(var h in _)Object.prototype.hasOwnProperty.call(_,h)&&(b[h]=_[h])},d(l,E)},function(l,E){if(typeof E!="function"&&E!==null)throw new TypeError("Class extends value "+String(E)+" is not a constructor or null");function b(){this.constructor=l}d(l,E),l.prototype=E===null?Object.create(E):(b.prototype=E.prototype,new b)}),e=this&&this.__importDefault||function(l){return l&&l.__esModule?l:{default:l}};Object.defineProperty(f,"__esModule",{value:!0}),f.NotifyProcessor=void 0;var r,n=a(973),s=e(a(885)),t=a(390);(function(l){l[l.NGX_RTC_H5_DELIVERY_INTERNAL_EXCEPTION=1]="NGX_RTC_H5_DELIVERY_INTERNAL_EXCEPTION",l[l.NGX_RTC_H5_ACCESS_IP_MIGRATION=2]="NGX_RTC_H5_ACCESS_IP_MIGRATION"})(r||(r={}));var i=function(l){function E(){var b=l.call(this)||this;return b.logger=new t.Logger({displayName:"NotifyProcessor",switchName:"RTS_NOTIFY_DEBUG"}),b}return p(E,l),E.prototype.process=function(b){var _,h;this.logger.log("======== processing notify message:",b," ========");var o=this.parseFormat(b);if(this.logger.log("parsedData",o),o)if(this.checkRelated(o)){this.emit("message",{message:o});var g=this.parseIP(o.notify_msg);!((_=g.pull)===null||_===void 0)&&_.length||!((h=g.push)===null||h===void 0)&&h.length?(console.warn("\u9700\u8981\u91CD\u8FDE",g),this.emit("pcReconnect",{ips:g})):this.logger.log("No valid ip found: ",o.notify_msg)}else this.logger.log("NotifyProcessor: Not related message, ignore.")},E.prototype.parseFormat=function(b){try{return JSON.parse(b)}catch{console.warn("Notify parse failed."," Response Data: ",b)}},E.prototype.checkRelated=function(b){return b.type===n.EMessageType.NOTI&&b.notify_type===r.NGX_RTC_H5_ACCESS_IP_MIGRATION},E.prototype.parseIP=function(b){b===void 0&&(b=""),this.logger.log("Paring IP string: ".concat(b));var _=b.split(";"),h=/^(?:\d{1,3}\.){3}\d{1,3}$/,o=/^\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(%.+)?\s*$/,g=/^(push|pull)_ips:(.*)$/,m={};return _.forEach(function(T){var C=g.exec(T);if(C){var D=C[1],y=C[2].split(",").filter(function(A){return h.test(A)||o.test(A)});m[D]=y}}),this.logger.log("Parsed IP:",m),m},E}(s.default);f.NotifyProcessor=i},132:function(S,f){var a=this&&this.__awaiter||function(r,n,s,t){return new(s||(s=Promise))(function(i,l){function E(h){try{_(t.next(h))}catch(o){l(o)}}function b(h){try{_(t.throw(h))}catch(o){l(o)}}function _(h){var o;h.done?i(h.value):(o=h.value,o instanceof s?o:new s(function(g){g(o)})).then(E,b)}_((t=t.apply(r,n||[])).next())})},d=this&&this.__generator||function(r,n){var s,t,i,l,E={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return l={next:b(0),throw:b(1),return:b(2)},typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function b(_){return function(h){return function(o){if(s)throw new TypeError("Generator is already executing.");for(;l&&(l=0,o[0]&&(E=0)),E;)try{if(s=1,t&&(i=2&o[0]?t.return:o[0]?t.throw||((i=t.return)&&i.call(t),0):t.next)&&!(i=i.call(t,o[1])).done)return i;switch(t=0,i&&(o=[2&o[0],i.value]),o[0]){case 0:case 1:i=o;break;case 4:return E.label++,{value:o[1],done:!1};case 5:E.label++,t=o[1],o=[0];continue;case 7:o=E.ops.pop(),E.trys.pop();continue;default:if(!((i=(i=E.trys).length>0&&i[i.length-1])||o[0]!==6&&o[0]!==2)){E=0;continue}if(o[0]===3&&(!i||o[1]>i[0]&&o[1]<i[3])){E.label=o[1];break}if(o[0]===6&&E.label<i[1]){E.label=i[1],i=o;break}if(i&&E.label<i[2]){E.label=i[2],E.ops.push(o);break}i[2]&&E.ops.pop(),E.trys.pop();continue}o=n.call(r,E)}catch(g){o=[6,g],t=0}finally{s=i=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([_,h])}}},p=this&&this.__spreadArray||function(r,n,s){if(s||arguments.length===2)for(var t,i=0,l=n.length;i<l;i++)!t&&i in n||(t||(t=Array.prototype.slice.call(n,0,i)),t[i]=n[i]);return r.concat(t||Array.prototype.slice.call(n))};Object.defineProperty(f,"__esModule",{value:!0}),f.PeerConnectionRollbackController=void 0;var e=function(){function r(n){this.fakeSdpParams={direction:"sub",mids:[],medias:[]},this.pcCore=n}return r.prototype.setFakeSdpMids=function(n){this.fakeSdpParams.mids=n},r.prototype.setFakeSdpMedias=function(n,s){this.fakeSdpParams.medias=n,this.fakeSdpParams.direction=s},r.prototype.saveStreamManager=function(n){this.streamManager=n,this.streamManagerBackup=this.streamManager.doBackup()},r.prototype.rollback=function(n){return a(this,void 0,void 0,function(){var s;return d(this,function(t){switch(t.label){case 0:if(n?.trackListnerRollback&&(this.pcCore.removeTrackListener(),this.log("Sub Track Listener Removed")),n?.streamManagerRollback&&this.streamManagerBackup){this.pcCore.setStreamManager(this.streamManagerBackup);try{this.log("Stream Manager Restored",JSON.parse(JSON.stringify(this.streamManager)))}catch{}}if(n?.pcTransceiversRollback&&(this.fakeSdpParams.medias.forEach(function(i){var l;(l=i.trans)===null||l===void 0||l.receiver.track.stop()}),this.log("Sub Track(s) Stopped",this.fakeSdpParams.medias)),!n?.runSimulateSignal)return[3,4];this.log("SDP Simulating...",this.fakeSdpParams),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,this.pcCore.simulateOfferAnswer(this.fakeSdpParams)];case 2:return t.sent(),this.log("SDP Simulation Done"),[3,4];case 3:return s=t.sent(),this.log("SDP Simulation Failed",s),[3,4];case 4:return[2]}})})},r.prototype.log=function(){for(var n=[],s=0;s<arguments.length;s++)n[s]=arguments[s];window.RTS_DATACHANNEL_DEBUG&&console.log.apply(console,p(["[PC-Core-Rollback]"],n,!1))},r}();f.PeerConnectionRollbackController=e},628:function(S,f,a){var d=this&&this.__assign||function(){return d=Object.assign||function(s){for(var t,i=1,l=arguments.length;i<l;i++)for(var E in t=arguments[i])Object.prototype.hasOwnProperty.call(t,E)&&(s[E]=t[E]);return s},d.apply(this,arguments)},p=this&&this.__spreadArray||function(s,t,i){if(i||arguments.length===2)for(var l,E=0,b=t.length;E<b;E++)!l&&E in t||(l||(l=Array.prototype.slice.call(t,0,E)),l[E]=t[E]);return s.concat(l||Array.prototype.slice.call(t))};Object.defineProperty(f,"__esModule",{value:!0}),f.StreamManager=f.EStreamType=void 0;var e,r=a(887);(function(s){s.Subscribe="sub",s.Publish="pub"})(e=f.EStreamType||(f.EStreamType={}));var n=function(){function s(t){this.streamMap={},this.datachannelMap=new Map}return s.prototype.doBackup=function(){var t,i,l,E=new s;E.streamMap={};var b=function(o){var g=_.streamMap[o];if(g){var m=[],T=[],C=[];(t=g.streamList)===null||t===void 0||t.forEach(function(y){m.push(y)}),(i=g.videoInfoList)===null||i===void 0||i.forEach(function(y){var A={msid:y.msid,ssrc:y.ssrc,transceiver:y.transceiver,subDone:y.subDone,pubDone:y.pubDone,streamId:y.streamId,codec:y.codec,pt:y.pt,from:y.from,type:y.type};T.push(A)}),(l=g.audioInfoList)===null||l===void 0||l.forEach(function(y){y.msid,y.ssrc,y.transceiver,y.subDone,y.pubDone,y.streamId,y.codec,y.pt,y.from,y.type,C.push(y)});var D={type:g.type,streamList:m,videoInfoList:T,audioInfoList:C,originUrl:g.originUrl};E.streamMap[o]=D}},_=this;for(var h in this.streamMap)b(h);return E},s.prototype.init=function(t,i){i===void 0&&(i=e.Subscribe);var l=(0,r.pruneSubUrl)(t);t=(0,r.pruneSubUrl)(t,!0),this.has(t)||(this.streamMap[t]={type:i,videoInfoList:[],audioInfoList:[],streamList:[],originUrl:l})},s.prototype.remove=function(t){delete this.streamMap[(0,r.pruneSubUrl)(t,!0)]},s.prototype.update=function(t,i){var l=this.get(t);if(!l)throw new Error("No url found");if(i.aMsid){var E=l.audioInfoList.find(function(_){return _.msid===i.aMsid})||this.createMediaItem(i.aMsid,"audio");i.aTransceiver&&(E.transceiver=i.aTransceiver),i.stream&&(E.streamId=i.stream.id),this.updateMediaInfoList(E,l.audioInfoList)}if(i.vMsid){var b=l.videoInfoList.find(function(_){return _.msid===i.vMsid})||this.createMediaItem(i.vMsid,"video");i.vTransceiver&&(b.transceiver=i.vTransceiver),i.stream&&(b.streamId=i.stream.id),this.updateMediaInfoList(b,l.videoInfoList)}i.stream&&(l.streamList.some(function(_){return _.id===i.stream.id})||(l.streamList=p(p([],l.streamList,!0),[i.stream],!1)))},s.prototype.pruneStreamList=function(t){var i=this.get(t);i&&(i.streamList=i.streamList.filter(function(l){var E;return((E=l.mediaStream)===null||E===void 0?void 0:E.getTracks().length)>0}))},s.prototype.updateSdpInfo=function(t,i){var l,E=this.get(t);if(!E)throw new Error("No url found");if(i.aMsid?l=E.audioInfoList.find(function(b){return b.msid===i.aMsid}):i.vMsid&&(l=E.videoInfoList.find(function(b){return b.msid===i.vMsid})),!l)throw new Error("No target media found");l.ssrc=i.ssrc,l.codec=i.codec,l.pt=i.pt,l.from=i.from},s.prototype.get=function(t){return this.streamMap[(0,r.pruneSubUrl)(t,!0)]},s.prototype.has=function(t){return!!this.get(t)},s.prototype.getSize=function(){return this.getSubOrPubDoneMediaMapSize()+this.getDcMapSize()},s.prototype.getSubOrPubDoneMediaMapSize=function(){var t=this,i=0;return Object.keys(this.streamMap).forEach(function(l){var E=t.streamMap[l],b=!1;E.audioInfoList.forEach(function(_){b=b||E.type===e.Publish&&_.pubDone||E.type===e.Subscribe&&_.subDone}),E.videoInfoList.forEach(function(_){b=b||E.type===e.Publish&&_.pubDone||E.type===e.Subscribe&&_.subDone}),b&&i++}),i},s.prototype.getDcMapSize=function(){return this.datachannelMap.size},s.prototype.removeMsid=function(t,i){t=(0,r.pruneSubUrl)(t,!0);var l=this.get(t);l&&(i.vMsid&&(l.videoInfoList=l.videoInfoList.filter(function(E){return E.msid!==i.vMsid})),i.aMsid&&(l.audioInfoList=l.audioInfoList.filter(function(E){return E.msid!==i.aMsid})))},s.prototype.getMids=function(t,i){i===void 0&&(i={filterSubDone:!1}),t=(0,r.pruneSubUrl)(t,!0);var l=this.streamMap[t];return l?p(p([],l.audioInfoList.reduce(function(E,b){return b.transceiver&&(!i.filterSubDone||i.filterSubDone&&!b.subDone)?p(p([],E,!0),[String(b.transceiver.mid)],!1):E},[]),!0),l.videoInfoList.reduce(function(E,b){return b.transceiver&&(!i.filterSubDone||i.filterSubDone&&!b.subDone)?p(p([],E,!0),[String(b.transceiver.mid)],!1):E},[]),!0):[]},s.prototype.getAllTransceivers=function(t){if(!t)return[];t=(0,r.pruneSubUrl)(t,!0);var i=this.get(t);return i?p(p([],i.videoInfoList.map(function(l){return l.transceiver}),!0),i.audioInfoList.map(function(l){return l.transceiver}),!0):[]},s.prototype.getTransceiver=function(t,i){if(i===void 0&&(i={}),t){t=(0,r.pruneSubUrl)(t,!0);var l=i.vMsid,E=i.aMsid,b=this.get(t);if(b){var _;if(l)return(_=b.videoInfoList.find(function(h){return h.msid===l}))==null?void 0:_.transceiver;if(E)return(_=b.audioInfoList.find(function(h){return h.msid===E}))==null?void 0:_.transceiver}}},s.prototype.getStreamByMsid=function(t){var i,l,E=this.get(t.url);if(E){if(t.vMsid){var b=(i=E.videoInfoList.find(function(h){return h.msid===t.vMsid}))===null||i===void 0?void 0:i.streamId;return E.streamList.find(function(h){return h.id===b})}if(t.aMsid){var _=(l=E.audioInfoList.find(function(h){return h.msid===t.aMsid}))===null||l===void 0?void 0:l.streamId;return E.streamList.find(function(h){return h.id===_})}return E.streamList[0]}},s.prototype.hasTransceiver=function(t,i){return i===void 0&&(i={}),!!this.getTransceiver(t,i)},s.prototype.removeTransceiver=function(t,i){t=(0,r.pruneSubUrl)(t,!0);var l,E=this.get(t);E&&(i.vMsid&&(l=E.videoInfoList.find(function(b){return b.msid===i.vMsid}))&&(l.transceiver=void 0),i.aMsid&&(l=E.audioInfoList.find(function(b){return b.msid===i.aMsid}))&&(l.transceiver=void 0))},s.prototype.markAlreadySubPub=function(t,i){i===void 0&&(i={}),t=(0,r.pruneSubUrl)(t,!0);var l,E=this.streamMap[t];E&&(i.vMsid&&(l=E.videoInfoList.find(function(b){return b.msid===i.vMsid}))&&(l[i.isPub?"pubDone":"subDone"]=!i.reset),i.aMsid&&(l=E.audioInfoList.find(function(b){return b.msid===i.aMsid}))&&(l[i.isPub?"pubDone":"subDone"]=!i.reset))},s.prototype.isMsidSubPubDone=function(t,i){i===void 0&&(i={}),t=(0,r.pruneSubUrl)(t,!0);var l=this.streamMap[t];if(!l)return!1;if(i.vMsid){var E=l.videoInfoList.find(function(b){return b.msid===i.vMsid});return i.isPub?E?.pubDone:E?.subDone}return i.aMsid?(E=l.audioInfoList.find(function(b){return b.msid===i.aMsid}),i.isPub?E?.pubDone:E?.subDone):void 0},s.prototype.getAllMediaInfoList=function(t,i){var l=this.get(t);return l?p(p([],l.audioInfoList.map(function(E){var b,_,h,o,g=E.type,m=E.msid,T=E.ssrc,C=E.pt,D=E.codec,y=E.from,A=E.transceiver,w={type:g,msid:m,ssrc:T,pt:C,codec:D,from:y,trackId:l.type===e.Subscribe?(_=(b=A?.receiver)===null||b===void 0?void 0:b.track)===null||_===void 0?void 0:_.id:(o=(h=A?.sender)===null||h===void 0?void 0:h.track)===null||o===void 0?void 0:o.id};return i?d(d({},w),{transceiver:A}):w}),!0),l.videoInfoList.map(function(E){var b,_,h,o,g=E.type,m=E.msid,T=E.ssrc,C=E.pt,D=E.codec,y=E.from,A=E.transceiver,w={type:g,msid:m,ssrc:T,pt:C,codec:D,from:y,trackId:l.type===e.Subscribe?(_=(b=A?.receiver)===null||b===void 0?void 0:b.track)===null||_===void 0?void 0:_.id:(o=(h=A?.sender)===null||h===void 0?void 0:h.track)===null||o===void 0?void 0:o.id};return i?d(d({},w),{transceiver:A}):w}),!0):[]},s.prototype.getOriginUrl=function(t){var i=(0,r.pruneSubUrl)(t,!0),l=this.get(i);return l?l.originUrl:t},s.prototype.getAllTrackPairList=function(t){var i,l,E,b,_=[];for(var h in this.streamMap){var o=this.streamMap[h];if(o.type===t)for(var g=Math.max(o.audioInfoList.length,o.videoInfoList.length),m=0;m<g;m++){var T={url:h,originUrl:o.originUrl};m<o.audioInfoList.length&&(T.aTransceiver=t===e.Subscribe?(i=o.audioInfoList[m].transceiver)===null||i===void 0?void 0:i.receiver:(l=o.audioInfoList[m].transceiver)===null||l===void 0?void 0:l.sender,T.aMsid=o.audioInfoList[m].msid),m<o.videoInfoList.length&&(T.vTransceiver=t===e.Subscribe?(E=o.videoInfoList[m].transceiver)===null||E===void 0?void 0:E.receiver:(b=o.videoInfoList[m].transceiver)===null||b===void 0?void 0:b.sender,T.vMsid=o.videoInfoList[m].msid),_.push(T)}}return _},s.prototype.getAllStreamListWithMsids=function(){var t,i=[];for(var l in this.streamMap){for(var E=this.streamMap[l],b=Math.max(E.audioInfoList.length,E.videoInfoList.length,E.streamList.length),_={url:l,msids:[],type:E.type,latestUrl:E.latestUrl||E.originUrl,streams:[]},h=0;h<b;h++){if(h<E.audioInfoList.length&&E.audioInfoList[h].msid){var o=E.audioInfoList[h];o.msid&&(E.type===e.Publish&&o.pubDone||E.type===e.Subscribe&&o.subDone)&&_.msids.push({name:o.msid||"",type:o.type||"audio",streamId:o.streamId})}if(h<E.videoInfoList.length&&E.videoInfoList[h].msid){var g=E.videoInfoList[h];g.msid&&(E.type===e.Publish&&g.pubDone||E.type===e.Subscribe&&g.subDone)&&_.msids.push({name:g.msid||"",type:g.type||"video",streamId:g.streamId})}h<E.streamList.length&&E.streamList[h]&&((t=_.streams)===null||t===void 0||t.push(E.streamList[h]))}_.msids.length&&i.push(_)}return i},s.prototype.getSender=function(t,i,l){var E,b,_=void 0,h=this.getAllMediaInfoList(t,!0);return l?h.forEach(function(o){var g,m,T,C=(m=(g=o.transceiver)===null||g===void 0?void 0:g.sender)===null||m===void 0?void 0:m.track;C?.kind===i&&o.msid===l&&(_=(T=o.transceiver)===null||T===void 0?void 0:T.sender)}):_=(b=(E=h?.find(function(o){var g,m,T;return((T=(m=(g=o.transceiver)===null||g===void 0?void 0:g.sender)===null||m===void 0?void 0:m.track)===null||T===void 0?void 0:T.kind)===i}))===null||E===void 0?void 0:E.transceiver)===null||b===void 0?void 0:b.sender,_},s.prototype.getReceiver=function(t,i,l){var E,b,_=void 0,h=this.getAllMediaInfoList(t,!0);return l?h.forEach(function(o){var g,m,T,C=(m=(g=o.transceiver)===null||g===void 0?void 0:g.receiver)===null||m===void 0?void 0:m.track;C?.kind===i&&o.msid===l&&(_=(T=o.transceiver)===null||T===void 0?void 0:T.receiver)}):_=(b=(E=h?.find(function(o){var g,m,T;return((T=(m=(g=o.transceiver)===null||g===void 0?void 0:g.receiver)===null||m===void 0?void 0:m.track)===null||T===void 0?void 0:T.kind)===i}))===null||E===void 0?void 0:E.transceiver)===null||b===void 0?void 0:b.receiver,_},s.prototype.dispose=function(){this.streamMap={}},s.prototype.updateMediaInfoList=function(t,i){var l=i.findIndex(function(E){return E.msid===t.msid});l!==-1?i.splice(l,1,t):i.push(t)},s.prototype.findMediaItemByMsid=function(t,i){return i.find(function(l){return l.msid===t})},s.prototype.createMediaItem=function(t,i){return{msid:t,ssrc:void 0,transceiver:void 0,subDone:!1,pubDone:!1,type:i,streamId:void 0}},s.prototype.addOrUpdateDatachannelItem=function(t){var i=this.datachannelMap.get(t.url);i?t.msids.forEach(function(l){i.msids.find(function(E){if(E.id===l.id&&E.name===l.name)return!0})?console.log("RTS [STREAM MANAGER]: duplicate msid for datachannel",t):i.msids.push(l)}):this.datachannelMap.set(t.url,t)},s.prototype.deleteDatachannelItem=function(t){this.datachannelMap.delete(t.url)},s.prototype.getAllDatachannelList=function(){var t=[];return this.datachannelMap.forEach(function(i){t.push(d(d({},i),{latestUrl:i.latestUrl||i.originUrl}))}),t},s.prototype.getDatachannelByMsid=function(t){var i;if(t.url){var l=this.datachannelMap.get((0,r.pruneSubUrl)(t.url,!0));if(l)return t.msid?(i=l.msids.find(function(E){return E.name===t.msid}))===null||i===void 0?void 0:i.datachannel:l.msids[0].datachannel}else console.warn("[getDatachannelByMsid] config.url is required.")},s.prototype.getPubOrSubDoneMediaUrlByIndex=function(t){var i=0,l=function(h){var o=E.streamMap[h],g=!1;if(o.audioInfoList.forEach(function(m){g=g||o.type===e.Publish&&m.pubDone||o.type===e.Subscribe&&m.subDone}),o.videoInfoList.forEach(function(m){g=g||o.type===e.Publish&&m.pubDone||o.type===e.Subscribe&&m.subDone}),g){if(i===t)return{value:h};i++}},E=this;for(var b in this.streamMap){var _=l(b);if(typeof _=="object")return _.value}},s.prototype.getDcUrlByIndex=function(t){var i=void 0;return this.datachannelMap.forEach(function(l){t===0&&(i={url:l.originUrl})}),i},s.prototype.updateLatestUrl=function(t){var i=this.get(t);return!!i&&(i.latestUrl=t,!0)},s}();f.StreamManager=n}},v={};function c(S){var f=v[S];if(f!==void 0)return f.exports;var a=v[S]={exports:{}};return x[S].call(a.exports,a,a.exports,c),a.exports}var u={};return(()=>{var S=u;Object.defineProperty(S,"__esModule",{value:!0}),S.DataChannelCore=S.EDatachannelStatus=S.PeerConnectionCore=void 0;var f=c(776);Object.defineProperty(S,"PeerConnectionCore",{enumerable:!0,get:function(){return f.PeerConnectionCore}}),Object.defineProperty(S,"EDatachannelStatus",{enumerable:!0,get:function(){return f.EDatachannelStatus}});var a=c(651);Object.defineProperty(S,"DataChannelCore",{enumerable:!0,get:function(){return a.DataChannelCore}})})(),u})(),L.exports=R()},2505:(L,R,x)=>{L.exports=x(8015)},5592:(L,R,x)=>{var v=x(9516),c=x(7522),u=x(3948),S=x(9106),f=x(9615),a=x(2012),d=x(4202),p=x(7763);L.exports=function(e){return new Promise(function(r,n){var s=e.data,t=e.headers,i=e.responseType;v.isFormData(s)&&delete t["Content-Type"];var l=new XMLHttpRequest;if(e.auth){var E=e.auth.username||"",b=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";t.Authorization="Basic "+btoa(E+":"+b)}var _=f(e.baseURL,e.url);function h(){if(l){var g="getAllResponseHeaders"in l?a(l.getAllResponseHeaders()):null,m={data:i&&i!=="text"&&i!=="json"?l.response:l.responseText,status:l.status,statusText:l.statusText,headers:g,config:e,request:l};c(r,n,m),l=null}}if(l.open(e.method.toUpperCase(),S(_,e.params,e.paramsSerializer),!0),l.timeout=e.timeout,"onloadend"in l?l.onloadend=h:l.onreadystatechange=function(){l&&l.readyState===4&&(l.status!==0||l.responseURL&&l.responseURL.indexOf("file:")===0)&&setTimeout(h)},l.onabort=function(){l&&(n(p("Request aborted",e,"ECONNABORTED",l)),l=null)},l.onerror=function(){n(p("Network Error",e,null,l)),l=null},l.ontimeout=function(){var g="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(g=e.timeoutErrorMessage),n(p(g,e,e.transitional&&e.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",l)),l=null},v.isStandardBrowserEnv()){var o=(e.withCredentials||d(_))&&e.xsrfCookieName?u.read(e.xsrfCookieName):void 0;o&&(t[e.xsrfHeaderName]=o)}"setRequestHeader"in l&&v.forEach(t,function(g,m){s===void 0&&m.toLowerCase()==="content-type"?delete t[m]:l.setRequestHeader(m,g)}),v.isUndefined(e.withCredentials)||(l.withCredentials=!!e.withCredentials),i&&i!=="json"&&(l.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&l.addEventListener("progress",e.onDownloadProgress),typeof e.onUploadProgress=="function"&&l.upload&&l.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then(function(g){l&&(l.abort(),n(g),l=null)}),s||(s=null),l.send(s)})}},8015:(L,R,x)=>{var v=x(9516),c=x(9012),u=x(5155),S=x(5343);function f(d){var p=new u(d),e=c(u.prototype.request,p);return v.extend(e,u.prototype,p),v.extend(e,p),e}var a=f(x(6987));a.Axios=u,a.create=function(d){return f(S(a.defaults,d))},a.Cancel=x(1928),a.CancelToken=x(3191),a.isCancel=x(3864),a.all=function(d){return Promise.all(d)},a.spread=x(7980),a.isAxiosError=x(5019),L.exports=a,L.exports.default=a},1928:L=>{function R(x){this.message=x}R.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},R.prototype.__CANCEL__=!0,L.exports=R},3191:(L,R,x)=>{var v=x(1928);function c(u){if(typeof u!="function")throw new TypeError("executor must be a function.");var S;this.promise=new Promise(function(a){S=a});var f=this;u(function(a){f.reason||(f.reason=new v(a),S(f.reason))})}c.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},c.source=function(){var u;return{token:new c(function(S){u=S}),cancel:u}},L.exports=c},3864:L=>{L.exports=function(R){return!(!R||!R.__CANCEL__)}},5155:(L,R,x)=>{var v=x(9516),c=x(9106),u=x(3471),S=x(4490),f=x(5343),a=x(4841),d=a.validators;function p(e){this.defaults=e,this.interceptors={request:new u,response:new u}}p.prototype.request=function(e){typeof e=="string"?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=f(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var r=e.transitional;r!==void 0&&a.assertOptions(r,{silentJSONParsing:d.transitional(d.boolean,"1.0.0"),forcedJSONParsing:d.transitional(d.boolean,"1.0.0"),clarifyTimeoutError:d.transitional(d.boolean,"1.0.0")},!1);var n=[],s=!0;this.interceptors.request.forEach(function(h){typeof h.runWhen=="function"&&h.runWhen(e)===!1||(s=s&&h.synchronous,n.unshift(h.fulfilled,h.rejected))});var t,i=[];if(this.interceptors.response.forEach(function(h){i.push(h.fulfilled,h.rejected)}),!s){var l=[S,void 0];for(Array.prototype.unshift.apply(l,n),l=l.concat(i),t=Promise.resolve(e);l.length;)t=t.then(l.shift(),l.shift());return t}for(var E=e;n.length;){var b=n.shift(),_=n.shift();try{E=b(E)}catch(h){_(h);break}}try{t=S(E)}catch(h){return Promise.reject(h)}for(;i.length;)t=t.then(i.shift(),i.shift());return t},p.prototype.getUri=function(e){return e=f(this.defaults,e),c(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},v.forEach(["delete","get","head","options"],function(e){p.prototype[e]=function(r,n){return this.request(f(n||{},{method:e,url:r,data:(n||{}).data}))}}),v.forEach(["post","put","patch"],function(e){p.prototype[e]=function(r,n,s){return this.request(f(s||{},{method:e,url:r,data:n}))}}),L.exports=p},3471:(L,R,x)=>{var v=x(9516);function c(){this.handlers=[]}c.prototype.use=function(u,S,f){return this.handlers.push({fulfilled:u,rejected:S,synchronous:!!f&&f.synchronous,runWhen:f?f.runWhen:null}),this.handlers.length-1},c.prototype.eject=function(u){this.handlers[u]&&(this.handlers[u]=null)},c.prototype.forEach=function(u){v.forEach(this.handlers,function(S){S!==null&&u(S)})},L.exports=c},9615:(L,R,x)=>{var v=x(9137),c=x(4680);L.exports=function(u,S){return u&&!v(S)?c(u,S):S}},7763:(L,R,x)=>{var v=x(5449);L.exports=function(c,u,S,f,a){var d=new Error(c);return v(d,u,S,f,a)}},4490:(L,R,x)=>{var v=x(9516),c=x(2881),u=x(3864),S=x(6987);function f(a){a.cancelToken&&a.cancelToken.throwIfRequested()}L.exports=function(a){return f(a),a.headers=a.headers||{},a.data=c.call(a,a.data,a.headers,a.transformRequest),a.headers=v.merge(a.headers.common||{},a.headers[a.method]||{},a.headers),v.forEach(["delete","get","head","post","put","patch","common"],function(d){delete a.headers[d]}),(a.adapter||S.adapter)(a).then(function(d){return f(a),d.data=c.call(a,d.data,d.headers,a.transformResponse),d},function(d){return u(d)||(f(a),d&&d.response&&(d.response.data=c.call(a,d.response.data,d.response.headers,a.transformResponse))),Promise.reject(d)})}},5449:L=>{L.exports=function(R,x,v,c,u){return R.config=x,v&&(R.code=v),R.request=c,R.response=u,R.isAxiosError=!0,R.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},R}},5343:(L,R,x)=>{var v=x(9516);L.exports=function(c,u){u=u||{};var S={},f=["url","method","data"],a=["headers","auth","proxy","params"],d=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],p=["validateStatus"];function e(t,i){return v.isPlainObject(t)&&v.isPlainObject(i)?v.merge(t,i):v.isPlainObject(i)?v.merge({},i):v.isArray(i)?i.slice():i}function r(t){v.isUndefined(u[t])?v.isUndefined(c[t])||(S[t]=e(void 0,c[t])):S[t]=e(c[t],u[t])}v.forEach(f,function(t){v.isUndefined(u[t])||(S[t]=e(void 0,u[t]))}),v.forEach(a,r),v.forEach(d,function(t){v.isUndefined(u[t])?v.isUndefined(c[t])||(S[t]=e(void 0,c[t])):S[t]=e(void 0,u[t])}),v.forEach(p,function(t){t in u?S[t]=e(c[t],u[t]):t in c&&(S[t]=e(void 0,c[t]))});var n=f.concat(a).concat(d).concat(p),s=Object.keys(c).concat(Object.keys(u)).filter(function(t){return n.indexOf(t)===-1});return v.forEach(s,r),S}},7522:(L,R,x)=>{var v=x(7763);L.exports=function(c,u,S){var f=S.config.validateStatus;S.status&&f&&!f(S.status)?u(v("Request failed with status code "+S.status,S.config,null,S.request,S)):c(S)}},2881:(L,R,x)=>{var v=x(9516),c=x(6987);L.exports=function(u,S,f){var a=this||c;return v.forEach(f,function(d){u=d.call(a,u,S)}),u}},6987:(L,R,x)=>{var v=x(9516),c=x(7018),u=x(5449),S={"Content-Type":"application/x-www-form-urlencoded"};function f(p,e){!v.isUndefined(p)&&v.isUndefined(p["Content-Type"])&&(p["Content-Type"]=e)}var a,d={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:((typeof XMLHttpRequest<"u"||typeof process<"u"&&Object.prototype.toString.call(process)==="[object process]")&&(a=x(5592)),a),transformRequest:[function(p,e){return c(e,"Accept"),c(e,"Content-Type"),v.isFormData(p)||v.isArrayBuffer(p)||v.isBuffer(p)||v.isStream(p)||v.isFile(p)||v.isBlob(p)?p:v.isArrayBufferView(p)?p.buffer:v.isURLSearchParams(p)?(f(e,"application/x-www-form-urlencoded;charset=utf-8"),p.toString()):v.isObject(p)||e&&e["Content-Type"]==="application/json"?(f(e,"application/json"),function(r,n,s){if(v.isString(r))try{return(n||JSON.parse)(r),v.trim(r)}catch(t){if(t.name!=="SyntaxError")throw t}return(0,JSON.stringify)(r)}(p)):p}],transformResponse:[function(p){var e=this.transitional,r=e&&e.silentJSONParsing,n=e&&e.forcedJSONParsing,s=!r&&this.responseType==="json";if(s||n&&v.isString(p)&&p.length)try{return JSON.parse(p)}catch(t){if(s)throw t.name==="SyntaxError"?u(t,this,"E_JSON_PARSE"):t}return p}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(p){return p>=200&&p<300}};d.headers={common:{Accept:"application/json, text/plain, */*"}},v.forEach(["delete","get","head"],function(p){d.headers[p]={}}),v.forEach(["post","put","patch"],function(p){d.headers[p]=v.merge(S)}),L.exports=d},9012:L=>{L.exports=function(R,x){return function(){for(var v=new Array(arguments.length),c=0;c<v.length;c++)v[c]=arguments[c];return R.apply(x,v)}}},9106:(L,R,x)=>{var v=x(9516);function c(u){return encodeURIComponent(u).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}L.exports=function(u,S,f){if(!S)return u;var a;if(f)a=f(S);else if(v.isURLSearchParams(S))a=S.toString();else{var d=[];v.forEach(S,function(e,r){e!=null&&(v.isArray(e)?r+="[]":e=[e],v.forEach(e,function(n){v.isDate(n)?n=n.toISOString():v.isObject(n)&&(n=JSON.stringify(n)),d.push(c(r)+"="+c(n))}))}),a=d.join("&")}if(a){var p=u.indexOf("#");p!==-1&&(u=u.slice(0,p)),u+=(u.indexOf("?")===-1?"?":"&")+a}return u}},4680:L=>{L.exports=function(R,x){return x?R.replace(/\/+$/,"")+"/"+x.replace(/^\/+/,""):R}},3948:(L,R,x)=>{var v=x(9516);L.exports=v.isStandardBrowserEnv()?{write:function(c,u,S,f,a,d){var p=[];p.push(c+"="+encodeURIComponent(u)),v.isNumber(S)&&p.push("expires="+new Date(S).toGMTString()),v.isString(f)&&p.push("path="+f),v.isString(a)&&p.push("domain="+a),d===!0&&p.push("secure"),document.cookie=p.join("; ")},read:function(c){var u=document.cookie.match(new RegExp("(^|;\\s*)("+c+")=([^;]*)"));return u?decodeURIComponent(u[3]):null},remove:function(c){this.write(c,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},9137:L=>{L.exports=function(R){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(R)}},5019:L=>{L.exports=function(R){return typeof R=="object"&&R.isAxiosError===!0}},4202:(L,R,x)=>{var v=x(9516);L.exports=v.isStandardBrowserEnv()?function(){var c,u=/(msie|trident)/i.test(navigator.userAgent),S=document.createElement("a");function f(a){var d=a;return u&&(S.setAttribute("href",d),d=S.href),S.setAttribute("href",d),{href:S.href,protocol:S.protocol?S.protocol.replace(/:$/,""):"",host:S.host,search:S.search?S.search.replace(/^\?/,""):"",hash:S.hash?S.hash.replace(/^#/,""):"",hostname:S.hostname,port:S.port,pathname:S.pathname.charAt(0)==="/"?S.pathname:"/"+S.pathname}}return c=f(window.location.href),function(a){var d=v.isString(a)?f(a):a;return d.protocol===c.protocol&&d.host===c.host}}():function(){return!0}},7018:(L,R,x)=>{var v=x(9516);L.exports=function(c,u){v.forEach(c,function(S,f){f!==u&&f.toUpperCase()===u.toUpperCase()&&(c[u]=S,delete c[f])})}},2012:(L,R,x)=>{var v=x(9516),c=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];L.exports=function(u){var S,f,a,d={};return u&&v.forEach(u.split(`
|
|
78
|
-
`),function(p){if(a=p.indexOf(":"),S=v.trim(p.substr(0,a)).toLowerCase(),f=v.trim(p.substr(a+1)),S){if(d[S]&&c.indexOf(S)>=0)return;d[S]=S==="set-cookie"?(d[S]?d[S]:[]).concat([f]):d[S]?d[S]+", "+f:f}}),d}},7980:L=>{L.exports=function(R){return function(x){return R.apply(null,x)}}},4841:(L,R,x)=>{var v=x(4198),c={};["object","boolean","number","function","string","symbol"].forEach(function(a,d){c[a]=function(p){return typeof p===a||"a"+(d<1?"n ":" ")+a}});var u={},S=v.version.split(".");function f(a,d){for(var p=d?d.split("."):S,e=a.split("."),r=0;r<3;r++){if(p[r]>e[r])return!0;if(p[r]<e[r])return!1}return!1}c.transitional=function(a,d,p){var e=d&&f(d);function r(n,s){return"[Axios v"+v.version+"] Transitional option '"+n+"'"+s+(p?". "+p:"")}return function(n,s,t){if(a===!1)throw new Error(r(s," has been removed in "+d));return e&&!u[s]&&(u[s]=!0,console.warn(r(s," has been deprecated since v"+d+" and will be removed in the near future"))),!a||a(n,s,t)}},L.exports={isOlderVersion:f,assertOptions:function(a,d,p){if(typeof a!="object")throw new TypeError("options must be an object");for(var e=Object.keys(a),r=e.length;r-- >0;){var n=e[r],s=d[n];if(s){var t=a[n],i=t===void 0||s(t,n,a);if(i!==!0)throw new TypeError("option "+n+" must be "+i)}else if(p!==!0)throw Error("Unknown option "+n)}},validators:c}},9516:(L,R,x)=>{var v=x(9012),c=Object.prototype.toString;function u(e){return c.call(e)==="[object Array]"}function S(e){return e===void 0}function f(e){return e!==null&&typeof e=="object"}function a(e){if(c.call(e)!=="[object Object]")return!1;var r=Object.getPrototypeOf(e);return r===null||r===Object.prototype}function d(e){return c.call(e)==="[object Function]"}function p(e,r){if(e!=null)if(typeof e!="object"&&(e=[e]),u(e))for(var n=0,s=e.length;n<s;n++)r.call(null,e[n],n,e);else for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&r.call(null,e[t],t,e)}L.exports={isArray:u,isArrayBuffer:function(e){return c.call(e)==="[object ArrayBuffer]"},isBuffer:function(e){return e!==null&&!S(e)&&e.constructor!==null&&!S(e.constructor)&&typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e)},isFormData:function(e){return typeof FormData<"u"&&e instanceof FormData},isArrayBufferView:function(e){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return typeof e=="string"},isNumber:function(e){return typeof e=="number"},isObject:f,isPlainObject:a,isUndefined:S,isDate:function(e){return c.call(e)==="[object Date]"},isFile:function(e){return c.call(e)==="[object File]"},isBlob:function(e){return c.call(e)==="[object Blob]"},isFunction:d,isStream:function(e){return f(e)&&d(e.pipe)},isURLSearchParams:function(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return(typeof navigator>"u"||navigator.product!=="ReactNative"&&navigator.product!=="NativeScript"&&navigator.product!=="NS")&&typeof window<"u"&&typeof document<"u"},forEach:p,merge:function e(){var r={};function n(i,l){a(r[l])&&a(i)?r[l]=e(r[l],i):a(i)?r[l]=e({},i):u(i)?r[l]=i.slice():r[l]=i}for(var s=0,t=arguments.length;s<t;s++)p(arguments[s],n);return r},extend:function(e,r,n){return p(r,function(s,t){e[t]=n&&typeof s=="function"?v(s,n):s}),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return e.charCodeAt(0)===65279&&(e=e.slice(1)),e}}},3412:L=>{/*! media-device - ver 1.3.0-beta.0 created:2024/3/20 10:32:34 */L.exports=(()=>{var R={304:(v,c,u)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.BrowserDeviceManager=void 0;var S=u(101),f=u(853),a=u(62),d=u(913),p=u(331),e=u(1),r=u(935),n=u(603),s=function(){function t(){this.systemUtil=new S.SystemUtil,this.deviceManager=this.createDeviceManager()}return t.prototype.getCameraList=function(){return this.deviceManager.getCameraList()},t.prototype.getMicList=function(){return this.deviceManager.getMicList()},t.prototype.getSpeakerList=function(){return this.deviceManager.getSpeakerList()},t.prototype.getAudioTrack=function(i){return this.deviceManager.getAudioTrack(i)},t.prototype.getVideoTrack=function(i){return this.deviceManager.getVideoTrack(i)},t.prototype.getScreenTrack=function(i){return this.deviceManager.getScreenTrack(i)},t.prototype.getAudioStream=function(i){return this.deviceManager.getAudioStream(i)},t.prototype.getVideoStream=function(i){return this.deviceManager.getVideoStream(i)},t.prototype.getScreenStream=function(i){return this.deviceManager.getScreenStream(i)},t.prototype.checkSupportScreenShare=function(){return this.deviceManager.checkSupportScreenShare()},t.prototype.createDeviceManager=function(){return this.systemUtil.isWindows?new r.WindowsDeviceManager:this.systemUtil.isAndroid?new f.AndroidDeviceManager:this.systemUtil.isIos?new d.IosDeviceManager:this.systemUtil.isMacOS?new e.MacDeviceManager:this.systemUtil.isLinux?new p.LinuxDeviceManager:new a.BaseDeviceManager},t.isDeviceManagerError=n.DeviceError.isDeviceManagerError,t}();c.BrowserDeviceManager=s},603:(v,c,u)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.DeviceError=c.DeviceErrorDescription=c.DeviceErrorCode=void 0;var S=u(610);(function(a){a[a.ERROR_DEVICE_UNKNOWNERROR=1e4]="ERROR_DEVICE_UNKNOWNERROR",a[a.ERROR_DEVICE_AUDIODEVICE_NOTFOUND=10001]="ERROR_DEVICE_AUDIODEVICE_NOTFOUND",a[a.ERROR_DEVICE_VIDEODEVICE_NOTFOUND=10002]="ERROR_DEVICE_VIDEODEVICE_NOTFOUND",a[a.ERROR_DEVICE_AUDIODEVICE_NOTALLOWED=10003]="ERROR_DEVICE_AUDIODEVICE_NOTALLOWED",a[a.ERROR_DEVICE_VIDEODEVICE_NOTALLOWED=10004]="ERROR_DEVICE_VIDEODEVICE_NOTALLOWED",a[a.ERROR_DEVICE_AUDIODEVICE_NOTREADABLE=10005]="ERROR_DEVICE_AUDIODEVICE_NOTREADABLE",a[a.ERROR_DEVICE_VIDEODEVICE_NOTREADABLE=10006]="ERROR_DEVICE_VIDEODEVICE_NOTREADABLE",a[a.ERROR_DEIVCE_CONSTRAINEDERROR=10007]="ERROR_DEIVCE_CONSTRAINEDERROR",a[a.ERROR_SCREENSHARE_UNKNOWNERRO=10010]="ERROR_SCREENSHARE_UNKNOWNERRO",a[a.ERROR_SCREENSHARE_NOTALLOWED=10011]="ERROR_SCREENSHARE_NOTALLOWED",a[a.ERROR_SCREENSHARE_ENDED=10012]="ERROR_SCREENSHARE_ENDED",a[a.ERROR_SCREENSHARE_NOPERMISSION=10013]="ERROR_SCREENSHARE_NOPERMISSION",a[a.ERROR_SCREENSHARE_INVALIDACCESS=10014]="ERROR_SCREENSHARE_INVALIDACCESS",a[a.ERROR_SCREENSHARE_NOTSUPPORT=10018]="ERROR_SCREENSHARE_NOTSUPPORT",a[a.ERROR_DEVICE_NOTSUPPORT=10019]="ERROR_DEVICE_NOTSUPPORT"})(c.DeviceErrorCode||(c.DeviceErrorCode={})),function(a){a.ERRORMESSAGE_DEVICENOTFOUND="Requested device not found",a.ERRORMESSAGE_DEVICENOTALLOWED="Permission denied",a.ERRORMESSAGE_MACCHROME_DEVICENOTREADABLE="Permission denied by system",a.ERRORMESSAGE_MACSAFARI_DEVICENOTALLOWED="The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.",a.ERRORMESSAGE_MOBILEDEVICE_NOTALLOWED="video device not allowed",a.ERRORMESSAGE_AUDIODEVICENOTREADABLE="Could not start audio source",a.ERRORMESSAGE_VIDEODEVICENOTREADABLE="Could not start video source",a.ERRORNAME_DEVICENOTFOUND="NotFoundError",a.ERRORNAME_DEVICENOTALLOWED="NotAllowedError",a.ERRORNAME_DEVICENOTREADABLE="NotReadableError",a.ERRORNAME_DEVICEOVERCONSTRAINED="OverconstrainedError",a.ERRORNAME_INVALID_ACCESS="InvalidAccessError"}(c.DeviceErrorDescription||(c.DeviceErrorDescription={}));var f=function(){function a(d,p){this.linkUtil=new S.LinkUtil,this.code=d,this.reason=p,this.relatedLink=this.linkUtil.getRelatedLink(d)}return a.isDeviceManagerError=function(d){return!!(d&&typeof d=="object"&&"code"in d&&"reason"in d)},a}();c.DeviceError=f},873:(v,c)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.FacingMode=c.DeviceType=c.MobileCameraType=void 0,function(u){u[u.USER=0]="USER",u[u.ENV=1]="ENV"}(c.MobileCameraType||(c.MobileCameraType={})),function(u){u.Camera="videoinput",u.Mic="audioinput",u.Screen="screen",u.Speaker="audiooutput"}(c.DeviceType||(c.DeviceType={})),function(u){u.USER="user",u.ENVIRONMENT="environment"}(c.FacingMode||(c.FacingMode={}))},853:function(v,c,u){var S,f=this&&this.__extends||(S=function(d,p){return(S=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])})(d,p)},function(d,p){function e(){this.constructor=d}S(d,p),d.prototype=p===null?Object.create(p):(e.prototype=p.prototype,new e)});Object.defineProperty(c,"__esModule",{value:!0}),c.AndroidDeviceManager=void 0;var a=function(d){function p(){return d.call(this)||this}return f(p,d),p}(u(583).MobileDeviceManager);c.AndroidDeviceManager=a},62:function(v,c,u){var S=this&&this.__assign||function(){return(S=Object.assign||function(p){for(var e,r=1,n=arguments.length;r<n;r++)for(var s in e=arguments[r])Object.prototype.hasOwnProperty.call(e,s)&&(p[s]=e[s]);return p}).apply(this,arguments)};Object.defineProperty(c,"__esModule",{value:!0}),c.BaseDeviceManager=void 0;var f=u(603),a=u(873),d=function(){function p(){}return p.prototype.checkSupportScreenShare=function(){return!!(navigator&&navigator.mediaDevices&&navigator.mediaDevices.getDisplayMedia&&navigator.mediaDevices.getDisplayMedia)},p.prototype.getCameraList=function(){var e=this;return new Promise(function(r,n){e.checkSupport()?e.getDeviceRight(a.DeviceType.Camera).then(function(){e.getDeviceList(a.DeviceType.Camera).then(function(s){r(s)}).catch(function(s){n(e.parseError(a.DeviceType.Camera,s))})}).catch(function(s){n(e.parseError(a.DeviceType.Camera,s))}):n(new f.DeviceError(f.DeviceErrorCode.ERROR_DEVICE_NOTSUPPORT,"not support navigator.mediaDevices"))})},p.prototype.getMicList=function(){var e=this;return new Promise(function(r,n){e.checkSupport()?e.getDeviceRight(a.DeviceType.Mic).then(function(){e.getDeviceList(a.DeviceType.Mic).then(function(s){r(s)}).catch(function(s){n(e.parseError(a.DeviceType.Mic,s))})}).catch(function(s){n(e.parseError(a.DeviceType.Mic,s))}):n(new f.DeviceError(f.DeviceErrorCode.ERROR_DEVICE_NOTSUPPORT,"not support navigator.mediaDevices"))})},p.prototype.getSpeakerList=function(){var e=this;return new Promise(function(r,n){e.checkSupport()?e.getDeviceRight(a.DeviceType.Speaker).then(function(){e.getDeviceList(a.DeviceType.Speaker).then(function(s){r(s)}).catch(function(s){n(e.parseError(a.DeviceType.Speaker,s))})}).catch(function(s){n(e.parseError(a.DeviceType.Speaker,s))}):n(new f.DeviceError(f.DeviceErrorCode.ERROR_DEVICE_NOTSUPPORT,"not support navigator.mediaDevices"))})},p.prototype.getAudioTrack=function(e){return this.getAudioStream(e).then(function(r){return r.getAudioTracks()[0]})},p.prototype.getAudioStream=function(e){var r=this;return new Promise(function(n,s){if(r.checkSupport()){var t=r.createAudioConstraints(e);navigator.mediaDevices.getUserMedia(t).then(function(i){n(i)}).catch(function(i){s(r.parseError(a.DeviceType.Mic,i))})}else s(new f.DeviceError(f.DeviceErrorCode.ERROR_DEVICE_NOTSUPPORT,"not support navigator.mediaDevices"))})},p.prototype.getVideoTrack=function(e){return this.getVideoStream(e).then(function(r){return r.getVideoTracks()[0]})},p.prototype.getVideoStream=function(e){var r=this;return new Promise(function(n,s){if(r.checkSupport()){var t=r.createVideoConstraints(e);navigator.mediaDevices.getUserMedia(t).then(function(i){n(i)}).catch(function(i){s(r.parseError(a.DeviceType.Camera,i))})}else s(new f.DeviceError(f.DeviceErrorCode.ERROR_DEVICE_NOTSUPPORT,"not support navigator.mediaDevices"))})},p.prototype.getScreenTrack=function(e){return this.getScreenStream(e).then(function(r){return r.getTracks()})},p.prototype.getScreenStream=function(e){var r=this;return new Promise(function(n,s){r.checkSupportScreenShare()?navigator.mediaDevices.getDisplayMedia(e).then(function(t){n(t)}).catch(function(t){s(r.parseError(a.DeviceType.Screen,t))}):s(new f.DeviceError(f.DeviceErrorCode.ERROR_SCREENSHARE_NOTSUPPORT,"browser not support screenshare"))})},p.prototype.checkSupport=function(){return!!(navigator&&navigator.mediaDevices&&navigator.mediaDevices.enumerateDevices&&navigator.mediaDevices.getUserMedia)},p.prototype.getDeviceList=function(e){return new Promise(function(r,n){navigator.mediaDevices.enumerateDevices().then(function(s){var t=[];s.forEach(function(i){i.kind===e&&t.push(i)}),r(t)}).catch(function(s){n(s)})})},p.prototype.getDeviceRight=function(e){return new Promise(function(r,n){var s;a.DeviceType.Camera===e?s={video:!0}:a.DeviceType.Mic!==e&&a.DeviceType.Speaker!==e||(s={audio:!0}),navigator.mediaDevices.getUserMedia(s).then(function(t){t.getTracks().forEach(function(i){i.stop()}),r(void 0)}).catch(function(t){r(void 0)})})},p.prototype.parseError=function(e,r){var n=null;return a.DeviceType.Mic===e?n=this.parseAudioError(r):a.DeviceType.Camera===e?n=this.parseVideoError(r):a.DeviceType.Screen===e&&(n=this.parseScreenError(r)),n===null?new f.DeviceError(f.DeviceErrorCode.ERROR_DEVICE_UNKNOWNERROR,""):n},p.prototype.parseAudioError=function(e){return e.message===f.DeviceErrorDescription.ERRORMESSAGE_DEVICENOTFOUND||e.name===f.DeviceErrorDescription.ERRORNAME_DEVICENOTFOUND?new f.DeviceError(f.DeviceErrorCode.ERROR_DEVICE_AUDIODEVICE_NOTFOUND,"audio device not found"):e.message===f.DeviceErrorDescription.ERRORMESSAGE_DEVICENOTALLOWED||e.message===f.DeviceErrorDescription.ERRORMESSAGE_MACSAFARI_DEVICENOTALLOWED?new f.DeviceError(f.DeviceErrorCode.ERROR_DEVICE_AUDIODEVICE_NOTALLOWED,"audio device not allowed"):e.message===f.DeviceErrorDescription.ERRORMESSAGE_MACCHROME_DEVICENOTREADABLE||e.message===f.DeviceErrorDescription.ERRORMESSAGE_AUDIODEVICENOTREADABLE||e.message===f.DeviceErrorDescription.ERRORNAME_DEVICENOTREADABLE?new f.DeviceError(f.DeviceErrorCode.ERROR_DEVICE_AUDIODEVICE_NOTREADABLE,"audio device not readable"):null},p.prototype.parseVideoError=function(e){return e.message===f.DeviceErrorDescription.ERRORMESSAGE_DEVICENOTFOUND||e.name===f.DeviceErrorDescription.ERRORNAME_DEVICENOTFOUND?new f.DeviceError(f.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTFOUND,"video device not found"):e.message===f.DeviceErrorDescription.ERRORMESSAGE_DEVICENOTALLOWED||e.message===f.DeviceErrorDescription.ERRORMESSAGE_MOBILEDEVICE_NOTALLOWED||e.message===f.DeviceErrorDescription.ERRORMESSAGE_MACSAFARI_DEVICENOTALLOWED?new f.DeviceError(f.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTALLOWED,"video device not allowed"):e.message===f.DeviceErrorDescription.ERRORMESSAGE_MACCHROME_DEVICENOTREADABLE||e.message===f.DeviceErrorDescription.ERRORMESSAGE_VIDEODEVICENOTREADABLE||e.name===f.DeviceErrorDescription.ERRORNAME_DEVICENOTREADABLE?new f.DeviceError(f.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTREADABLE,"video device not readable"):null},p.prototype.parseScreenError=function(e){return e.name===f.DeviceErrorDescription.ERRORNAME_DEVICENOTALLOWED?e.message===f.DeviceErrorDescription.ERRORMESSAGE_DEVICENOTALLOWED?new f.DeviceError(f.DeviceErrorCode.ERROR_SCREENSHARE_NOTALLOWED,e.message):new f.DeviceError(f.DeviceErrorCode.ERROR_SCREENSHARE_NOPERMISSION,e.message):e.name===f.DeviceErrorDescription.ERRORNAME_INVALID_ACCESS?new f.DeviceError(f.DeviceErrorCode.ERROR_SCREENSHARE_INVALIDACCESS,e.message):null},p.prototype.createVideoConstraints=function(e){return e.deviceId||e.width||e.height||e.frameRate?{video:{deviceId:{exact:e.deviceId},width:e.width,height:e.height,frameRate:e.frameRate}}:{video:!0}},p.prototype.createAudioConstraints=function(e){var r={audio:e},n=S({},e);return n.deviceId||delete n.deviceId,Object.keys(n).length===0&&(r={audio:!0}),r},p}();c.BaseDeviceManager=d},913:function(v,c,u){var S,f=this&&this.__extends||(S=function(d,p){return(S=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])})(d,p)},function(d,p){function e(){this.constructor=d}S(d,p),d.prototype=p===null?Object.create(p):(e.prototype=p.prototype,new e)});Object.defineProperty(c,"__esModule",{value:!0}),c.IosDeviceManager=void 0;var a=function(d){function p(){return d.call(this)||this}return f(p,d),p}(u(583).MobileDeviceManager);c.IosDeviceManager=a},331:function(v,c,u){var S,f=this&&this.__extends||(S=function(d,p){return(S=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])})(d,p)},function(d,p){function e(){this.constructor=d}S(d,p),d.prototype=p===null?Object.create(p):(e.prototype=p.prototype,new e)});Object.defineProperty(c,"__esModule",{value:!0}),c.LinuxDeviceManager=void 0;var a=function(d){function p(){return d.call(this)||this}return f(p,d),p}(u(62).BaseDeviceManager);c.LinuxDeviceManager=a},1:function(v,c,u){var S,f=this&&this.__extends||(S=function(d,p){return(S=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])})(d,p)},function(d,p){function e(){this.constructor=d}S(d,p),d.prototype=p===null?Object.create(p):(e.prototype=p.prototype,new e)});Object.defineProperty(c,"__esModule",{value:!0}),c.MacDeviceManager=void 0;var a=function(d){function p(){return d.call(this)||this}return f(p,d),p}(u(62).BaseDeviceManager);c.MacDeviceManager=a},583:function(v,c,u){var S,f=this&&this.__extends||(S=function(p,e){return(S=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(r[s]=n[s])})(p,e)},function(p,e){function r(){this.constructor=p}S(p,e),p.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(c,"__esModule",{value:!0}),c.MobileDeviceManager=void 0;var a=u(603),d=function(p){function e(){return p.call(this)||this}return f(e,p),e.prototype.checkSupportScreenShare=function(){return!1},e.prototype.getScreenTrack=function(r){return new Promise(function(n,s){s(new a.DeviceError(a.DeviceErrorCode.ERROR_SCREENSHARE_NOTSUPPORT,"mobile not support screenshare"))})},e.prototype.getScreenStream=function(r){return new Promise(function(n,s){s(new a.DeviceError(a.DeviceErrorCode.ERROR_SCREENSHARE_NOTSUPPORT,"mobile not support screenshare"))})},e.prototype.createVideoConstraints=function(r){return r.deviceId||r.facingMode||r.width||r.height||r.aspectRatio?{video:{deviceId:r.deviceId,facingMode:r.facingMode,width:r.width,height:r.height,aspectRatio:r.aspectRatio}}:{video:!0}},e}(u(62).BaseDeviceManager);c.MobileDeviceManager=d},935:function(v,c,u){var S,f=this&&this.__extends||(S=function(d,p){return(S=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])})(d,p)},function(d,p){function e(){this.constructor=d}S(d,p),d.prototype=p===null?Object.create(p):(e.prototype=p.prototype,new e)});Object.defineProperty(c,"__esModule",{value:!0}),c.WindowsDeviceManager=void 0;var a=function(d){function p(){return d.call(this)||this}return f(p,d),p}(u(62).BaseDeviceManager);c.WindowsDeviceManager=a},607:function(v,c,u){var S=this&&this.__createBinding||(Object.create?function(d,p,e,r){r===void 0&&(r=e),Object.defineProperty(d,r,{enumerable:!0,get:function(){return p[e]}})}:function(d,p,e,r){r===void 0&&(r=e),d[r]=p[e]}),f=this&&this.__exportStar||function(d,p){for(var e in d)e==="default"||Object.prototype.hasOwnProperty.call(p,e)||S(p,d,e)};Object.defineProperty(c,"__esModule",{value:!0}),c.BrowserDeviceManager=void 0;var a=u(304);Object.defineProperty(c,"BrowserDeviceManager",{enumerable:!0,get:function(){return a.BrowserDeviceManager}}),f(u(873),c),window&&(window.BrowserDeviceManager=a.BrowserDeviceManager)},610:(v,c,u)=>{Object.defineProperty(c,"__esModule",{value:!0}),c.LinkUtil=void 0;var S,f=u(603),a=u(261),d=u(54);(function(s){s[s.Windows=0]="Windows",s[s.MacOS=1]="MacOS",s[s.Other=2]="Other"})(S||(S={}));var p="ms-settings:",e="x-apple.systempreferences:com.apple.preference.security?",r={SYS_MIC:[p+"privacy-microphone",e+"Privacy_Microphone"],SYS_CAMERA:[p+"privacy-webcam",e+"Privacy_Camera"],SYS_SCREENSHARE:["",e+"Privacy_ScreenCapture"]},n=function(){function s(){a||console.error("SystemUtil is not found"),this.systemType=this.getSystemType()}return s.prototype.getRelatedLink=function(t){var i="",l=this.systemType;switch(t){case f.DeviceErrorCode.ERROR_DEVICE_AUDIODEVICE_NOTFOUND:case f.DeviceErrorCode.ERROR_DEVICE_AUDIODEVICE_NOTREADABLE:i=r.SYS_MIC[l];break;case f.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTFOUND:case f.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTREADABLE:i=r.SYS_CAMERA[l];break;case f.DeviceErrorCode.ERROR_SCREENSHARE_UNKNOWNERRO:case f.DeviceErrorCode.ERROR_SCREENSHARE_NOPERMISSION:i=r.SYS_SCREENSHARE[l];break;case f.DeviceErrorCode.ERROR_DEVICE_AUDIODEVICE_NOTALLOWED:case f.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTALLOWED:d.isChrome?i=this.getChromeResetLink():d.isEdge&&(i=this.getEdgeResetLink());break;default:i=""}return i},s.prototype.getSystemType=function(){return a.isWindows?S.Windows:a.isMacOS?S.MacOS:S.Other},s.prototype.getChromeResetLink=function(){return"chrome://settings/content/siteDetails?site="+encodeURIComponent(window.location.origin)},s.prototype.getEdgeResetLink=function(){return"edge://settings/content/siteDetails?site="+encodeURIComponent(window.location.origin)},s}();c.LinkUtil=n},101:(v,c)=>{var u;Object.defineProperty(c,"__esModule",{value:!0}),c.SystemUtil=void 0,function(f){f[f.Unknown=0]="Unknown",f[f.MacOS=1]="MacOS",f[f.Windows=2]="Windows",f[f.Android=3]="Android",f[f.Iphone=4]="Iphone",f[f.Ipad=5]="Ipad",f[f.Linux=6]="Linux"}(u||(u={}));var S=function(){function f(){this.systemType=u.Unknown,this.getSystemInfo()}return Object.defineProperty(f.prototype,"isIos",{get:function(){return this.systemType===u.Ipad||this.systemType===u.Iphone},enumerable:!1,configurable:!0}),Object.defineProperty(f.prototype,"isAndroid",{get:function(){return this.systemType===u.Android},enumerable:!1,configurable:!0}),Object.defineProperty(f.prototype,"isMacOS",{get:function(){return this.systemType===u.MacOS},enumerable:!1,configurable:!0}),Object.defineProperty(f.prototype,"isWindows",{get:function(){return this.systemType===u.Windows},enumerable:!1,configurable:!0}),Object.defineProperty(f.prototype,"isLinux",{get:function(){return this.systemType===u.Linux},enumerable:!1,configurable:!0}),f.prototype.getSystemInfo=function(){if(navigator&&navigator.userAgent){var a=navigator.userAgent.toLocaleLowerCase();a.indexOf("ipad")>-1?this.systemType=u.Ipad:a.indexOf("iphone")>-1?this.systemType=u.Iphone:a.indexOf("android")>-1?this.systemType=u.Android:a.indexOf("win")>-1?this.systemType=u.Windows:a.indexOf("mac")>-1?this.systemType=u.MacOS:a.indexOf("linux")>-1?this.systemType=u.Linux:a.indexOf("")>-1&&(this.systemType=u.Unknown)}},f}();c.SystemUtil=S},54:v=>{v.exports=window.BrowserUtil},261:v=>{v.exports=window.SystemUtil}},x={};return function v(c){if(x[c])return x[c].exports;var u=x[c]={exports:{}};return R[c].call(u.exports,u,u.exports,v),u.exports}(607)})()},6677:(L,R,x)=>{var v=x(7963);function c(d,p,e,r,n){var s=v.writeRtpDescription(d.kind,p);if(s+=v.writeIceParameters(d.iceGatherer.getLocalParameters()),s+=v.writeDtlsParameters(d.dtlsTransport.getLocalParameters(),e==="offer"?"actpass":n||"active"),s+="a=mid:"+d.mid+`\r
|
|
79
|
-
`,
|
|
80
|
-
`:
|
|
81
|
-
`:
|
|
82
|
-
`:
|
|
83
|
-
`,
|
|
84
|
-
`;
|
|
85
|
-
`)}return
|
|
86
|
-
`,
|
|
87
|
-
`),
|
|
88
|
-
`:"a="+
|
|
89
|
-
`,l._localDescription.sdp=v.getDescription(l._localDescription.sdp)+T.join("");var C=l.transceivers.every(function(D){return D.iceGatherer&&D.iceGatherer.state==="completed"});l.iceGatheringState!=="gathering"&&(l.iceGatheringState="gathering",l._emitGatheringStateChange()),g||l._dispatchEvent("icecandidate",h),C&&(l._dispatchEvent("icecandidate",new Event("icecandidate")),l.iceGatheringState="complete",l._emitGatheringStateChange())}},d.setTimeout(function(){b.forEach(function(_){E.onlocalcandidate(_)})},0)}},n.prototype._createIceAndDtlsTransports=function(){var t=this,i=new d.RTCIceTransport(null);i.onicestatechange=function(){t._updateIceConnectionState(),t._updateConnectionState()};var l=new d.RTCDtlsTransport(i);return l.ondtlsstatechange=function(){t._updateConnectionState()},l.onerror=function(){Object.defineProperty(l,"state",{value:"failed",writable:!0}),t._updateConnectionState()},{iceTransport:i,dtlsTransport:l}},n.prototype._disposeIceAndDtlsTransports=function(t){var i=this.transceivers[t].iceGatherer;i&&(delete i.onlocalcandidate,delete this.transceivers[t].iceGatherer);var l=this.transceivers[t].iceTransport;l&&(delete l.onicestatechange,delete this.transceivers[t].iceTransport);var E=this.transceivers[t].dtlsTransport;E&&(delete E.ondtlsstatechange,delete E.onerror,delete this.transceivers[t].dtlsTransport)},n.prototype._transceive=function(t,i,l){var E=u(t.localCapabilities,t.remoteCapabilities);i&&t.rtpSender&&(E.encodings=t.sendEncodingParameters,E.rtcp={cname:v.localCName,compound:t.rtcpParameters.compound},t.recvEncodingParameters.length&&(E.rtcp.ssrc=t.recvEncodingParameters[0].ssrc),t.rtpSender.send(E)),l&&t.rtpReceiver&&E.codecs.length>0&&(t.kind==="video"&&t.recvEncodingParameters&&p<15019&&t.recvEncodingParameters.forEach(function(b){delete b.rtx}),t.recvEncodingParameters.length?E.encodings=t.recvEncodingParameters:E.encodings=[{}],E.rtcp={compound:t.rtcpParameters.compound},t.rtcpParameters.cname&&(E.rtcp.cname=t.rtcpParameters.cname),t.sendEncodingParameters.length&&(E.rtcp.ssrc=t.sendEncodingParameters[0].ssrc),t.rtpReceiver.receive(E))},n.prototype.setLocalDescription=function(t){var i,l,E=this;if(["offer","answer"].indexOf(t.type)===-1)return Promise.reject(a("TypeError",'Unsupported type "'+t.type+'"'));if(!S("setLocalDescription",t.type,E.signalingState)||E._isClosed)return Promise.reject(a("InvalidStateError","Can not set local "+t.type+" in state "+E.signalingState));if(t.type==="offer")i=v.splitSections(t.sdp),l=i.shift(),i.forEach(function(_,h){var o=v.parseRtpParameters(_);E.transceivers[h].localCapabilities=o}),E.transceivers.forEach(function(_,h){E._gather(_.mid,h)});else if(t.type==="answer"){i=v.splitSections(E._remoteDescription.sdp),l=i.shift();var b=v.matchPrefix(l,"a=ice-lite").length>0;i.forEach(function(_,h){var o=E.transceivers[h],g=o.iceGatherer,m=o.iceTransport,T=o.dtlsTransport,C=o.localCapabilities,D=o.remoteCapabilities;if(!(v.isRejected(_)&&v.matchPrefix(_,"a=bundle-only").length===0)&&!o.rejected){var y=v.getIceParameters(_,l),A=v.getDtlsParameters(_,l);b&&(A.role="server"),E.usingBundle&&h!==0||(E._gather(o.mid,h),m.state==="new"&&m.start(g,y,b?"controlling":"controlled"),T.state==="new"&&T.start(A));var w=u(C,D);E._transceive(o,w.codecs.length>0,!1)}})}return E._localDescription={type:t.type,sdp:t.sdp},t.type==="offer"?E._updateSignalingState("have-local-offer"):E._updateSignalingState("stable"),Promise.resolve()},n.prototype.setRemoteDescription=function(t){var i=this;if(["offer","answer"].indexOf(t.type)===-1)return Promise.reject(a("TypeError",'Unsupported type "'+t.type+'"'));if(!S("setRemoteDescription",t.type,i.signalingState)||i._isClosed)return Promise.reject(a("InvalidStateError","Can not set remote "+t.type+" in state "+i.signalingState));var l={};i.remoteStreams.forEach(function(m){l[m.id]=m});var E=[],b=v.splitSections(t.sdp),_=b.shift(),h=v.matchPrefix(_,"a=ice-lite").length>0,o=v.matchPrefix(_,"a=group:BUNDLE ").length>0;i.usingBundle=o;var g=v.matchPrefix(_,"a=ice-options:")[0];return i.canTrickleIceCandidates=!!g&&g.substr(14).split(" ").indexOf("trickle")>=0,b.forEach(function(m,T){var C=v.splitLines(m),D=v.getKind(m),y=v.isRejected(m)&&v.matchPrefix(m,"a=bundle-only").length===0,A=C[0].substr(2).split(" ")[2],w=v.getDirection(m,_),j=v.parseMsid(m),I=v.getMid(m)||v.generateIdentifier();if(y||D==="application"&&(A==="DTLS/SCTP"||A==="UDP/DTLS/SCTP"))i.transceivers[T]={mid:I,kind:D,protocol:A,rejected:!0};else{var H,F,U,B,k,V,G,q,z;!y&&i.transceivers[T]&&i.transceivers[T].rejected&&(i.transceivers[T]=i._createTransceiver(D,!0));var $,re,ee=v.parseRtpParameters(m);y||($=v.getIceParameters(m,_),(re=v.getDtlsParameters(m,_)).role="client"),G=v.parseRtpEncodingParameters(m);var ie=v.parseRtcpParameters(m),se=v.matchPrefix(m,"a=end-of-candidates",_).length>0,ce=v.matchPrefix(m,"a=candidate:").map(function(pe){return v.parseCandidate(pe)}).filter(function(pe){return pe.component===1});if((t.type==="offer"||t.type==="answer")&&!y&&o&&T>0&&i.transceivers[T]&&(i._disposeIceAndDtlsTransports(T),i.transceivers[T].iceGatherer=i.transceivers[0].iceGatherer,i.transceivers[T].iceTransport=i.transceivers[0].iceTransport,i.transceivers[T].dtlsTransport=i.transceivers[0].dtlsTransport,i.transceivers[T].rtpSender&&i.transceivers[T].rtpSender.setTransport(i.transceivers[0].dtlsTransport),i.transceivers[T].rtpReceiver&&i.transceivers[T].rtpReceiver.setTransport(i.transceivers[0].dtlsTransport)),t.type!=="offer"||y)t.type==="answer"&&!y&&(F=(H=i.transceivers[T]).iceGatherer,U=H.iceTransport,B=H.dtlsTransport,k=H.rtpReceiver,V=H.sendEncodingParameters,q=H.localCapabilities,i.transceivers[T].recvEncodingParameters=G,i.transceivers[T].remoteCapabilities=ee,i.transceivers[T].rtcpParameters=ie,ce.length&&U.state==="new"&&(!h&&!se||o&&T!==0?ce.forEach(function(pe){f(H.iceTransport,pe)}):U.setRemoteCandidates(ce)),o&&T!==0||(U.state==="new"&&U.start(F,$,"controlling"),B.state==="new"&&B.start(re)),!u(H.localCapabilities,H.remoteCapabilities).codecs.filter(function(pe){return pe.name.toLowerCase()==="rtx"}).length&&H.sendEncodingParameters[0].rtx&&delete H.sendEncodingParameters[0].rtx,i._transceive(H,w==="sendrecv"||w==="recvonly",w==="sendrecv"||w==="sendonly"),!k||w!=="sendrecv"&&w!=="sendonly"?delete H.rtpReceiver:(z=k.track,j?(l[j.stream]||(l[j.stream]=new d.MediaStream),e(z,l[j.stream]),E.push([z,k,l[j.stream]])):(l.default||(l.default=new d.MediaStream),e(z,l.default),E.push([z,k,l.default]))));else{(H=i.transceivers[T]||i._createTransceiver(D)).mid=I,H.iceGatherer||(H.iceGatherer=i._createIceGatherer(T,o)),ce.length&&H.iceTransport.state==="new"&&(!se||o&&T!==0?ce.forEach(function(pe){f(H.iceTransport,pe)}):H.iceTransport.setRemoteCandidates(ce)),q=d.RTCRtpReceiver.getCapabilities(D),p<15019&&(q.codecs=q.codecs.filter(function(pe){return pe.name!=="rtx"})),V=H.sendEncodingParameters||[{ssrc:1001*(2*T+2)}];var ue,de=!1;w==="sendrecv"||w==="sendonly"?(de=!H.rtpReceiver,k=H.rtpReceiver||new d.RTCRtpReceiver(H.dtlsTransport,D),de&&(z=k.track,j&&j.stream==="-"||(j?(l[j.stream]||(l[j.stream]=new d.MediaStream,Object.defineProperty(l[j.stream],"id",{get:function(){return j.stream}})),Object.defineProperty(z,"id",{get:function(){return j.track}}),ue=l[j.stream]):(l.default||(l.default=new d.MediaStream),ue=l.default)),ue&&(e(z,ue),H.associatedRemoteMediaStreams.push(ue)),E.push([z,k,ue]))):H.rtpReceiver&&H.rtpReceiver.track&&(H.associatedRemoteMediaStreams.forEach(function(pe){var Ee=pe.getTracks().find(function(he){return he.id===H.rtpReceiver.track.id});Ee&&function(he,fe){fe.removeTrack(he),fe.dispatchEvent(new d.MediaStreamTrackEvent("removetrack",{track:he}))}(Ee,pe)}),H.associatedRemoteMediaStreams=[]),H.localCapabilities=q,H.remoteCapabilities=ee,H.rtpReceiver=k,H.rtcpParameters=ie,H.sendEncodingParameters=V,H.recvEncodingParameters=G,i._transceive(i.transceivers[T],!1,de)}}}),i._dtlsRole===void 0&&(i._dtlsRole=t.type==="offer"?"active":"passive"),i._remoteDescription={type:t.type,sdp:t.sdp},t.type==="offer"?i._updateSignalingState("have-remote-offer"):i._updateSignalingState("stable"),Object.keys(l).forEach(function(m){var T=l[m];if(T.getTracks().length){if(i.remoteStreams.indexOf(T)===-1){i.remoteStreams.push(T);var C=new Event("addstream");C.stream=T,d.setTimeout(function(){i._dispatchEvent("addstream",C)})}E.forEach(function(D){var y=D[0],A=D[1];T.id===D[2].id&&r(i,y,A,[T])})}}),E.forEach(function(m){m[2]||r(i,m[0],m[1],[])}),d.setTimeout(function(){i&&i.transceivers&&i.transceivers.forEach(function(m){m.iceTransport&&m.iceTransport.state==="new"&&m.iceTransport.getRemoteCandidates().length>0&&(console.warn("Timeout for addRemoteCandidate. Consider sending an end-of-candidates notification"),m.iceTransport.addRemoteCandidate({}))})},4e3),Promise.resolve()},n.prototype.close=function(){this.transceivers.forEach(function(t){t.iceTransport&&t.iceTransport.stop(),t.dtlsTransport&&t.dtlsTransport.stop(),t.rtpSender&&t.rtpSender.stop(),t.rtpReceiver&&t.rtpReceiver.stop()}),this._isClosed=!0,this._updateSignalingState("closed")},n.prototype._updateSignalingState=function(t){this.signalingState=t;var i=new Event("signalingstatechange");this._dispatchEvent("signalingstatechange",i)},n.prototype._maybeFireNegotiationNeeded=function(){var t=this;this.signalingState==="stable"&&this.needNegotiation!==!0&&(this.needNegotiation=!0,d.setTimeout(function(){if(t.needNegotiation){t.needNegotiation=!1;var i=new Event("negotiationneeded");t._dispatchEvent("negotiationneeded",i)}},0))},n.prototype._updateIceConnectionState=function(){var t,i={new:0,closed:0,checking:0,connected:0,completed:0,disconnected:0,failed:0};if(this.transceivers.forEach(function(E){E.iceTransport&&!E.rejected&&i[E.iceTransport.state]++}),t="new",i.failed>0?t="failed":i.checking>0?t="checking":i.disconnected>0?t="disconnected":i.new>0?t="new":i.connected>0?t="connected":i.completed>0&&(t="completed"),t!==this.iceConnectionState){this.iceConnectionState=t;var l=new Event("iceconnectionstatechange");this._dispatchEvent("iceconnectionstatechange",l)}},n.prototype._updateConnectionState=function(){var t,i={new:0,closed:0,connecting:0,connected:0,completed:0,disconnected:0,failed:0};if(this.transceivers.forEach(function(E){E.iceTransport&&E.dtlsTransport&&!E.rejected&&(i[E.iceTransport.state]++,i[E.dtlsTransport.state]++)}),i.connected+=i.completed,t="new",i.failed>0?t="failed":i.connecting>0?t="connecting":i.disconnected>0?t="disconnected":i.new>0?t="new":i.connected>0&&(t="connected"),t!==this.connectionState){this.connectionState=t;var l=new Event("connectionstatechange");this._dispatchEvent("connectionstatechange",l)}},n.prototype.createOffer=function(){var t=this;if(t._isClosed)return Promise.reject(a("InvalidStateError","Can not call createOffer after close"));var i=t.transceivers.filter(function(h){return h.kind==="audio"}).length,l=t.transceivers.filter(function(h){return h.kind==="video"}).length,E=arguments[0];if(E){if(E.mandatory||E.optional)throw new TypeError("Legacy mandatory/optional constraints not supported.");E.offerToReceiveAudio!==void 0&&(i=E.offerToReceiveAudio===!0?1:E.offerToReceiveAudio===!1?0:E.offerToReceiveAudio),E.offerToReceiveVideo!==void 0&&(l=E.offerToReceiveVideo===!0?1:E.offerToReceiveVideo===!1?0:E.offerToReceiveVideo)}for(t.transceivers.forEach(function(h){h.kind==="audio"?--i<0&&(h.wantReceive=!1):h.kind==="video"&&--l<0&&(h.wantReceive=!1)});i>0||l>0;)i>0&&(t._createTransceiver("audio"),i--),l>0&&(t._createTransceiver("video"),l--);var b=v.writeSessionBoilerplate(t._sdpSessionId,t._sdpSessionVersion++);t.transceivers.forEach(function(h,o){var g=h.track,m=h.kind,T=h.mid||v.generateIdentifier();h.mid=T,h.iceGatherer||(h.iceGatherer=t._createIceGatherer(o,t.usingBundle));var C=d.RTCRtpSender.getCapabilities(m);p<15019&&(C.codecs=C.codecs.filter(function(y){return y.name!=="rtx"})),C.codecs.forEach(function(y){y.name==="H264"&&y.parameters["level-asymmetry-allowed"]===void 0&&(y.parameters["level-asymmetry-allowed"]="1"),h.remoteCapabilities&&h.remoteCapabilities.codecs&&h.remoteCapabilities.codecs.forEach(function(A){y.name.toLowerCase()===A.name.toLowerCase()&&y.clockRate===A.clockRate&&(y.preferredPayloadType=A.payloadType)})}),C.headerExtensions.forEach(function(y){(h.remoteCapabilities&&h.remoteCapabilities.headerExtensions||[]).forEach(function(A){y.uri===A.uri&&(y.id=A.id)})});var D=h.sendEncodingParameters||[{ssrc:1001*(2*o+1)}];g&&p>=15019&&m==="video"&&!D[0].rtx&&(D[0].rtx={ssrc:D[0].ssrc+1}),h.wantReceive&&(h.rtpReceiver=new d.RTCRtpReceiver(h.dtlsTransport,m)),h.localCapabilities=C,h.sendEncodingParameters=D}),t._config.bundlePolicy!=="max-compat"&&(b+="a=group:BUNDLE "+t.transceivers.map(function(h){return h.mid}).join(" ")+`\r
|
|
90
|
-
`),
|
|
91
|
-
`,t.transceivers.forEach(function(
|
|
92
|
-
`,!
|
|
93
|
-
`}),
|
|
94
|
-
`))});var
|
|
95
|
-
`),
|
|
96
|
-
`;var
|
|
97
|
-
`:
|
|
98
|
-
`:
|
|
74
|
+
a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time`),E=`
|
|
75
|
+
a=ssrc:`.concat(S,` cname:defaultcname
|
|
76
|
+
a=ssrc:`).concat(S," msid:").concat(x,`
|
|
77
|
+
a=ssrc:`).concat(S,` mslabel:rts
|
|
78
|
+
a=ssrc:`).concat(S," label:audio"),i.direction==="sub"&&(o+=E),o+=t)}),o}},237:(y,v,s)=>{Object.defineProperty(v,"__esModule",{value:!0}),v.UrlData=void 0;var c=s(887),a=function(){function e(r){var i=(0,c.parseUrlSubParams)(r.url);this.data={url:r.url,subAudio:i.subAudio,subVideo:i.subVideo},typeof r.subAudio=="boolean"&&(this.data.subAudio=r.subAudio),typeof r.subVideo=="boolean"&&(this.data.subVideo=r.subVideo)}return Object.defineProperty(e.prototype,"subVideo",{get:function(){return this.data.subVideo},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"subAudio",{get:function(){return this.data.subAudio},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"url",{get:function(){return(0,c.pruneSubUrl)(this.data.url)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"originalUrl",{get:function(){return this.data.url},enumerable:!1,configurable:!0}),e}();v.UrlData=a},123:function(y,v,s){var c,a=this&&this.__extends||(c=function(u,h){return c=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(S,x){S.__proto__=x}||function(S,x){for(var E in x)Object.prototype.hasOwnProperty.call(x,E)&&(S[E]=x[E])},c(u,h)},function(u,h){if(typeof h!="function"&&h!==null)throw new TypeError("Class extends value "+String(h)+" is not a constructor or null");function S(){this.constructor=u}c(u,h),u.prototype=h===null?Object.create(h):(S.prototype=h.prototype,new S)}),e=this&&this.__spreadArray||function(u,h,S){if(S||arguments.length===2)for(var x,E=0,p=h.length;E<p;E++)!x&&E in h||(x||(x=Array.prototype.slice.call(h,0,E)),x[E]=h[E]);return u.concat(x||Array.prototype.slice.call(h))},r=this&&this.__importDefault||function(u){return u&&u.__esModule?u:{default:u}};Object.defineProperty(v,"__esModule",{value:!0});var i=r(s(885)),o=s(973),t=[o.EDatachannelSignalResCode.NGX_RTC_STREAM_NO_FOUND,o.EDatachannelSignalResCode.NGX_RTC_DATACHANNEL_HEBT_MSID_NOT_FOUND],n=function(u){function h(S,x){var E=u.call(this)||this;return E.datachannel=S,E.streamManager=x,E}return a(h,u),h.prototype.process=function(S){var x=this,E=this.parseFormat(S);if(E){var p=this.checkRecode(E),b=p.valid,l=p.error,A=p.reason;if(!b)return E.recode===3?void this.emit("datachannelNotEnabled"):void(l&&this.emit("pcReconnect",{recode:E.recode,reMsg:A}));this.emit("hebtReceived",E),this.checkStreams(E).forEach(function(R){var C={resCode:R.resCode,resMsg:R.resMsg,url:R.url,msids:R.msids,streams:R.streams,type:R.type,latestUrl:R.latestUrl};R.isReconnectable?x.emit("streamReconnect",C):x.emit("streamError",C)})}},h.prototype.parseFormat=function(S){try{return JSON.parse(S)}catch{console.log("Heartbeat parse failed."," Response Data: ",S)}},h.prototype.checkRecode=function(S){var x={valid:!1,error:!1,reason:""};return S.type!==o.EMessageType.HEBT?(x.reason="not heartbeat signal, ignore",x):S.recode!==0?(x.reason=S.msg,x.error=!0,x):(x.valid=!0,x)},h.prototype.checkStreams=function(S){var x=this,E=[];return S.streams&&S.streams.length&&e(e([],this.streamManager.getAllStreamListWithMsids(),!0),this.streamManager.getAllDatachannelList(),!0).forEach(function(p){var b,l=-1;if(S.streams.find(function(g,D){if(g.url===p.url)return l=D,!0})&&l!==-1){var A=S.streams[l];if(A.method===o.EMessageType.HEBT&&A.res_code===200){A.traceid&&x.emit("traceIdUpdate",{url:A.url,traceId:A.traceid});var R=[];p.msids.forEach(function(g){A.msid.find(function(D){return D.name===g.name})||R.push(g)});var C=(b=p.streams)===null||b===void 0?void 0:b.filter(function(g){return!!R.find(function(D){return D.streamId===g.id})});R.length&&E.push({url:p.url,msids:R,streams:C,isReconnectable:!0,resMsg:"RTS heartbeat msid mismatch",resCode:404,type:p.type,latestUrl:p.latestUrl})}else E.push({url:p.url,msids:p.msids,streams:p.streams,isReconnectable:x.isReconnectableErrorCode(A.res_code),resMsg:A.res_msg,resCode:A.res_code,type:p.type,latestUrl:p.latestUrl})}}),E},h.prototype.isReconnectableErrorCode=function(S){return t.includes(S)},h}(i.default);v.default=n},619:function(y,v,s){var c=this&&this.__assign||function(){return c=Object.assign||function(S){for(var x,E=1,p=arguments.length;E<p;E++)for(var b in x=arguments[E])Object.prototype.hasOwnProperty.call(x,b)&&(S[b]=x[b]);return S},c.apply(this,arguments)},a=this&&this.__awaiter||function(S,x,E,p){return new(E||(E=Promise))(function(b,l){function A(g){try{C(p.next(g))}catch(D){l(D)}}function R(g){try{C(p.throw(g))}catch(D){l(D)}}function C(g){var D;g.done?b(g.value):(D=g.value,D instanceof E?D:new E(function(O){O(D)})).then(A,R)}C((p=p.apply(S,x||[])).next())})},e=this&&this.__generator||function(S,x){var E,p,b,l,A={label:0,sent:function(){if(1&b[0])throw b[1];return b[1]},trys:[],ops:[]};return l={next:R(0),throw:R(1),return:R(2)},typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function R(C){return function(g){return function(D){if(E)throw new TypeError("Generator is already executing.");for(;l&&(l=0,D[0]&&(A=0)),A;)try{if(E=1,p&&(b=2&D[0]?p.return:D[0]?p.throw||((b=p.return)&&b.call(p),0):p.next)&&!(b=b.call(p,D[1])).done)return b;switch(p=0,b&&(D=[2&D[0],b.value]),D[0]){case 0:case 1:b=D;break;case 4:return A.label++,{value:D[1],done:!1};case 5:A.label++,p=D[1],D=[0];continue;case 7:D=A.ops.pop(),A.trys.pop();continue;default:if(!((b=(b=A.trys).length>0&&b[b.length-1])||D[0]!==6&&D[0]!==2)){A=0;continue}if(D[0]===3&&(!b||D[1]>b[0]&&D[1]<b[3])){A.label=D[1];break}if(D[0]===6&&A.label<b[1]){A.label=b[1],b=D;break}if(b&&A.label<b[2]){A.label=b[2],A.ops.push(D);break}b[2]&&A.ops.pop(),A.trys.pop();continue}D=x.call(S,A)}catch(O){D=[6,O],p=0}finally{E=b=0}if(5&D[0])throw D[1];return{value:D[0]?D[1]:void 0,done:!0}}([C,g])}}},r=this&&this.__spreadArray||function(S,x,E){if(E||arguments.length===2)for(var p,b=0,l=x.length;b<l;b++)!p&&b in x||(p||(p=Array.prototype.slice.call(x,0,b)),p[b]=x[b]);return S.concat(p||Array.prototype.slice.call(x))};Object.defineProperty(v,"__esModule",{value:!0}),v.Signal=void 0;var i,o,t,n=s(651),u=s(887);(function(S){S.Sub="sub",S.Pub="pub",S.Hebt="hebt"})(i||(i={})),function(S){S.Add="add",S.Active="active",S.Stop="stop",S.Delete="delete",S.Hebt="hebt"}(o||(o={})),function(S){S.Audio="audio",S.Video="video",S.Data="data"}(t||(t={}));var h=function(){function S(x){this.latestMsgId=0,this.latestSubAddMsgId=0,this.pc=x.pc,this.datachannel=new n.DataChannelCore({pc:this.pc,onDatachannelEvent:x.onDatachannelEvent,delayOpen:x.delayOpen})}return S.prototype.getDatachannelCore=function(){return this.datachannel},S.prototype.subscribeAdd=function(x,E,p){var b;return a(this,void 0,void 0,function(){var l;return e(this,function(A){switch(A.label){case 0:return l=c(c({},this.baseParams({type:i.Sub,method:o.Add})),{streams:x.map(function(R,C){var g=R.urlData,D=[];return g.subAudio&&!p.isMsidSubPubDone(g.url,{aMsid:R.aMsid[0]})&&D.push({type:t.Audio,name:R.aMsid[0]}),g.subVideo&&!p.isMsidSubPubDone(g.url,{vMsid:R.vMsid[0]})&&D.push({type:t.Video,name:R.vMsid[0]}),{method:o.Add,url:g.url,msid:D,sdp:E[C],ttl:300}})}),[4,(b=this.datachannel)===null||b===void 0?void 0:b.sendData(l)];case 1:return[2,A.sent()]}})})},S.prototype.subscribeActive=function(x){var E;return a(this,void 0,void 0,function(){var p;return e(this,function(b){switch(b.label){case 0:return p=c(c({},this.baseParams({type:i.Sub,method:o.Active})),{streams:x.map(function(l){var A=l.urlData;return{method:o.Active,url:A.url}})}),[4,(E=this.datachannel)===null||E===void 0?void 0:E.sendData(p)];case 1:return b.sent(),[2]}})})},S.prototype.subscribeDelete=function(x){var E;return a(this,void 0,void 0,function(){var p;return e(this,function(b){switch(b.label){case 0:return p=c(c({},this.baseParams()),{streams:x.map(function(l){var A=l.url,R=l.aMsid,C=l.vMsid,g=[];return R?.length&&(g=r(r([],g,!0),R.map(function(D){return{name:D}}),!0)),C?.length&&(g=r(r([],g,!0),C.map(function(D){return{name:D}}),!0)),{method:o.Delete,url:(0,u.pruneSubUrl)(A),msid:g}})}),[4,(E=this.datachannel)===null||E===void 0?void 0:E.sendData(p)];case 1:return[2,b.sent()]}})})},S.prototype.subscribeStop=function(x){var E;return a(this,void 0,void 0,function(){var p;return e(this,function(b){switch(b.label){case 0:return p=c(c({},this.baseParams()),{streams:x.map(function(l){var A=l.urlData;return{method:o.Stop,url:A.url}})}),[4,(E=this.datachannel)===null||E===void 0?void 0:E.sendData(p)];case 1:return[2,b.sent()]}})})},S.prototype.subscribeAddDatachannel=function(x){var E;return a(this,void 0,void 0,function(){var p;return e(this,function(b){switch(b.label){case 0:return p=c(c({},this.baseParams({type:i.Sub,method:o.Add})),{streams:x.map(function(l){var A=l.url,R=l.msid;return{method:o.Add,url:A,msid:[{type:t.Data,name:R}]}})}),[4,(E=this.datachannel)===null||E===void 0?void 0:E.sendData(p)];case 1:return[2,b.sent()]}})})},S.prototype.subscribeActiveDatachannel=function(x){var E;return a(this,void 0,void 0,function(){var p;return e(this,function(b){switch(b.label){case 0:return p=c(c({},this.baseParams({type:i.Sub,method:o.Active})),{streams:x.map(function(l){var A=l.url,R=l.datachannelId,C=l.msid;return{method:o.Active,url:A,msid:[{type:t.Data,name:C,channel:R}]}})}),[4,(E=this.datachannel)===null||E===void 0?void 0:E.sendData(p)];case 1:return[2,b.sent()]}})})},S.prototype.subscribeStopDatachannel=function(x){var E;return a(this,void 0,void 0,function(){var p;return e(this,function(b){switch(b.label){case 0:return p=c(c({},this.baseParams()),{streams:x.map(function(l){var A=l.url;return{method:o.Stop,url:A}})}),[4,(E=this.datachannel)===null||E===void 0?void 0:E.sendData(p)];case 1:return[2,b.sent()]}})})},S.prototype.publishAdd=function(x,E,p,b){var l;return a(this,void 0,void 0,function(){var A;return e(this,function(R){return A=c(c({},this.baseParams({type:i.Pub})),{streams:x.map(function(C,g){var D=p[g],O=b[g],U=[];return D.length&&U.push({type:"video",name:D[0].trim()}),O.length&&U.push({type:"audio",name:O[0].trim()}),{method:o.Add,url:C,msid:U,sdp:E[g]}})}),[2,(l=this.datachannel)===null||l===void 0?void 0:l.sendData(A)]})})},S.prototype.publishDelete=function(x){var E;return a(this,void 0,void 0,function(){var p;return e(this,function(b){return p=c(c({},this.baseParams({type:i.Pub})),{streams:x.map(function(l){var A=l.url,R=l.aMsid,C=l.vMsid,g=[];return R?.length&&(g=r(r([],g,!0),R.map(function(D){return{name:D}}),!0)),C?.length&&(g=r(r([],g,!0),C.map(function(D){return{name:D}}),!0)),{method:o.Delete,url:(0,u.pruneSubUrl)(A),msid:g}})}),[2,(E=this.datachannel)===null||E===void 0?void 0:E.sendData(p)]})})},S.prototype.publishStop=function(x){var E;return a(this,void 0,void 0,function(){var p;return e(this,function(b){return p=c(c({},this.baseParams({type:i.Pub})),{streams:x.map(function(l){return{method:o.Stop,url:l}})}),[2,(E=this.datachannel)===null||E===void 0?void 0:E.sendData(p)]})})},S.prototype.publishAddDatachannel=function(x){var E;return a(this,void 0,void 0,function(){var p;return e(this,function(b){switch(b.label){case 0:return p=c(c({},this.baseParams({type:i.Pub,method:o.Add})),{streams:x.map(function(l){var A=l.url,R=l.datachannelId,C=l.msid;return{method:o.Add,url:A,msid:[{type:t.Data,name:C,channel:R}]}})}),[4,(E=this.datachannel)===null||E===void 0?void 0:E.sendData(p)];case 1:return[2,b.sent()]}})})},S.prototype.publishStopDatachannel=function(x){var E;return a(this,void 0,void 0,function(){var p;return e(this,function(b){switch(b.label){case 0:return p=c(c({},this.baseParams({type:i.Pub})),{streams:x.map(function(l){var A=l.url;return{method:o.Stop,url:A}})}),[4,(E=this.datachannel)===null||E===void 0?void 0:E.sendData(p)];case 1:return[2,b.sent()]}})})},S.prototype.sendHeartbeat=function(x){x&&!x.map&&(x=void 0);var E=c(c({},this.baseParams({type:i.Hebt})),{streams:x?.map(function(p){var b=p.url;return{method:o.Hebt,url:b}})});if(x||delete E.streams,this.datachannel.sendAsync(E))return E},S.prototype.sendFalseHeartbeat=function(x){var E=c(c({},this.baseParams({type:i.Hebt})),{streams:x?.map(function(p){return{method:"fake",url:p.url}})});if(x||delete E.streams,this.datachannel.sendAsync(E))return E},S.prototype.dispose=function(){this.datachannel.dispose()},S.prototype.baseParams=function(x){x===void 0&&(x={type:i.Sub});var E=0;return x.type===i.Sub&&x.method===o.Add?(E=++this.latestMsgId,this.latestSubAddMsgId=this.latestMsgId):E=x.type===i.Sub&&x.method===o.Active?this.latestSubAddMsgId:++this.latestMsgId,{msg_id:E,version:2,type:x.type}},S}();v.Signal=h},125:function(y,v,s){var c,a=this&&this.__extends||(c=function(u,h){return c=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(S,x){S.__proto__=x}||function(S,x){for(var E in x)Object.prototype.hasOwnProperty.call(x,E)&&(S[E]=x[E])},c(u,h)},function(u,h){if(typeof h!="function"&&h!==null)throw new TypeError("Class extends value "+String(h)+" is not a constructor or null");function S(){this.constructor=u}c(u,h),u.prototype=h===null?Object.create(h):(S.prototype=h.prototype,new S)}),e=this&&this.__importDefault||function(u){return u&&u.__esModule?u:{default:u}};Object.defineProperty(v,"__esModule",{value:!0}),v.NotifyProcessor=void 0;var r,i=s(973),o=e(s(885)),t=s(390);(function(u){u[u.NGX_RTC_H5_DELIVERY_INTERNAL_EXCEPTION=1]="NGX_RTC_H5_DELIVERY_INTERNAL_EXCEPTION",u[u.NGX_RTC_H5_ACCESS_IP_MIGRATION=2]="NGX_RTC_H5_ACCESS_IP_MIGRATION",u[u.NGX_RTC_H5_ACCESS_SUB_STREAMINFO=3]="NGX_RTC_H5_ACCESS_SUB_STREAMINFO"})(r||(r={}));var n=function(u){function h(){var S=u.call(this)||this;return S.logger=new t.Logger({displayName:"NotifyProcessor",switchName:"RTS_NOTIFY_DEBUG"}),S}return a(h,u),h.prototype.processIpMigration=function(S){var x,E,p=this.parseFormat(S);if(p&&this.checkRelated(p)){this.logger.log("\u3010processIpMigration\u3011parsedData",p),this.emit("message",{message:p});var b=this.parseIP(p.notify_msg);!((x=b.pull)===null||x===void 0)&&x.length||!((E=b.push)===null||E===void 0)&&E.length?(console.warn("\u3010processIpMigration\u3011\u9700\u8981\u91CD\u8FDE",b),this.emit("pcReconnect",{ips:b})):this.logger.log("\u3010processIpMigration\u3011No valid ip found: ",p.notify_msg)}},h.prototype.processSubStreamInfo=function(S){var x=this.parseFormat(S);if(this.logger.log("\u3010processSubStreamInfo\u3011parsedData",x),x&&this.checkRelated(x,r.NGX_RTC_H5_ACCESS_SUB_STREAMINFO))return x},h.prototype.processInternalException=function(S){var x=this.parseFormat(S);if(x&&this.checkRelated(x,r.NGX_RTC_H5_DELIVERY_INTERNAL_EXCEPTION)){this.emit("message",{message:x}),this.logger.log("\u3010processInternalException\u3011parsedData",x);var E=Number(x.res_code);E&&![200,204,205,207,221,403,404,405,429,504,616,409,601].includes(E)?(console.warn("\u3010processInternalException\u3011\u9700\u8981\u91CD\u8FDE",E),this.emit("pcReconnect",{})):this.logger.log("\u3010processInternalException\u3011Error code should not retry ",E)}},h.prototype.parseFormat=function(S){try{return JSON.parse(S)}catch{console.warn("Notify parse failed."," Response Data: ",S)}},h.prototype.checkRelated=function(S,x){return x===void 0&&(x=r.NGX_RTC_H5_ACCESS_IP_MIGRATION),S.type===i.EMessageType.NOTI&&S.notify_type===x},h.prototype.parseIP=function(S){S===void 0&&(S=""),this.logger.log("Paring IP string: ".concat(S));var x=S.split(";"),E=/^(?:\d{1,3}\.){3}\d{1,3}$/,p=/^\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(%.+)?\s*$/,b=/^(push|pull)_ips:(.*)$/,l={};return x.forEach(function(A){var R=b.exec(A);if(R){var C=R[1],g=R[2].split(",").filter(function(D){return E.test(D)||p.test(D)});l[C]=g}}),this.logger.log("Parsed IP:",l),l},h}(o.default);v.NotifyProcessor=n},132:function(y,v){var s=this&&this.__awaiter||function(r,i,o,t){return new(o||(o=Promise))(function(n,u){function h(E){try{x(t.next(E))}catch(p){u(p)}}function S(E){try{x(t.throw(E))}catch(p){u(p)}}function x(E){var p;E.done?n(E.value):(p=E.value,p instanceof o?p:new o(function(b){b(p)})).then(h,S)}x((t=t.apply(r,i||[])).next())})},c=this&&this.__generator||function(r,i){var o,t,n,u,h={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return u={next:S(0),throw:S(1),return:S(2)},typeof Symbol=="function"&&(u[Symbol.iterator]=function(){return this}),u;function S(x){return function(E){return function(p){if(o)throw new TypeError("Generator is already executing.");for(;u&&(u=0,p[0]&&(h=0)),h;)try{if(o=1,t&&(n=2&p[0]?t.return:p[0]?t.throw||((n=t.return)&&n.call(t),0):t.next)&&!(n=n.call(t,p[1])).done)return n;switch(t=0,n&&(p=[2&p[0],n.value]),p[0]){case 0:case 1:n=p;break;case 4:return h.label++,{value:p[1],done:!1};case 5:h.label++,t=p[1],p=[0];continue;case 7:p=h.ops.pop(),h.trys.pop();continue;default:if(!((n=(n=h.trys).length>0&&n[n.length-1])||p[0]!==6&&p[0]!==2)){h=0;continue}if(p[0]===3&&(!n||p[1]>n[0]&&p[1]<n[3])){h.label=p[1];break}if(p[0]===6&&h.label<n[1]){h.label=n[1],n=p;break}if(n&&h.label<n[2]){h.label=n[2],h.ops.push(p);break}n[2]&&h.ops.pop(),h.trys.pop();continue}p=i.call(r,h)}catch(b){p=[6,b],t=0}finally{o=n=0}if(5&p[0])throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}([x,E])}}},a=this&&this.__spreadArray||function(r,i,o){if(o||arguments.length===2)for(var t,n=0,u=i.length;n<u;n++)!t&&n in i||(t||(t=Array.prototype.slice.call(i,0,n)),t[n]=i[n]);return r.concat(t||Array.prototype.slice.call(i))};Object.defineProperty(v,"__esModule",{value:!0}),v.PeerConnectionRollbackController=void 0;var e=function(){function r(i){this.fakeSdpParams={direction:"sub",mids:[],medias:[]},this.pcCore=i}return r.prototype.setFakeSdpMids=function(i){this.fakeSdpParams.mids=i},r.prototype.setFakeSdpMedias=function(i,o){this.fakeSdpParams.medias=i,this.fakeSdpParams.direction=o},r.prototype.saveStreamManager=function(i){var o;this.streamManager=i,(o=this.streamManager)===null||o===void 0||o.backup()},r.prototype.rollback=function(i){return s(this,void 0,void 0,function(){var o;return c(this,function(t){switch(t.label){case 0:if(i?.trackListnerRollback&&(this.pcCore.removeTrackListener(),this.log("Sub Track Listener Removed")),i?.streamManagerRollback&&this.streamManager){this.streamManager.restore();try{this.log("Stream Manager Restored",JSON.parse(JSON.stringify(this.streamManager)))}catch{}}if(i?.pcTransceiversRollback&&(this.fakeSdpParams.medias.forEach(function(n){var u;(u=n.trans)===null||u===void 0||u.receiver.track.stop()}),this.log("Sub Track(s) Stopped",this.fakeSdpParams.medias)),!i?.runSimulateSignal)return[3,4];this.log("SDP Simulating...",this.fakeSdpParams),t.label=1;case 1:return t.trys.push([1,3,,4]),[4,this.pcCore.simulateOfferAnswer(this.fakeSdpParams)];case 2:return t.sent(),this.log("SDP Simulation Done"),[3,4];case 3:return o=t.sent(),this.log("SDP Simulation Failed",o),[3,4];case 4:return[2]}})})},r.prototype.log=function(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];window.RTS_DATACHANNEL_DEBUG&&console.log.apply(console,a(["[PC-Core-Rollback]"],i,!1))},r}();v.PeerConnectionRollbackController=e},628:function(y,v,s){var c=this&&this.__assign||function(){return c=Object.assign||function(o){for(var t,n=1,u=arguments.length;n<u;n++)for(var h in t=arguments[n])Object.prototype.hasOwnProperty.call(t,h)&&(o[h]=t[h]);return o},c.apply(this,arguments)},a=this&&this.__spreadArray||function(o,t,n){if(n||arguments.length===2)for(var u,h=0,S=t.length;h<S;h++)!u&&h in t||(u||(u=Array.prototype.slice.call(t,0,h)),u[h]=t[h]);return o.concat(u||Array.prototype.slice.call(t))};Object.defineProperty(v,"__esModule",{value:!0}),v.StreamManager=v.EStreamType=void 0;var e,r=s(887);(function(o){o.Subscribe="sub",o.Publish="pub"})(e=v.EStreamType||(v.EStreamType={}));var i=function(){function o(t){this.streamMap={},this.streamMapBackup={},this.datachannelMap=new Map}return o.prototype.backup=function(){var t=this,n={};Object.keys(this.streamMap).forEach(function(u){var h=t.streamMap[u];n[u]=c(c({},t.streamMap[u]),{videoInfoList:a([],h.videoInfoList,!0),audioInfoList:a([],h.audioInfoList,!0),streamList:a([],h.streamList,!0)})}),this.streamMapBackup=n},o.prototype.restore=function(){this.streamMap=c({},this.streamMapBackup)},o.prototype.init=function(t,n){n===void 0&&(n=e.Subscribe);var u=(0,r.pruneSubUrl)(t);t=(0,r.pruneSubUrl)(t,!0),this.has(t)||(this.streamMap[t]={type:n,videoInfoList:[],audioInfoList:[],streamList:[],originUrl:u})},o.prototype.remove=function(t){delete this.streamMap[(0,r.pruneSubUrl)(t,!0)]},o.prototype.update=function(t,n){var u=this.get(t);if(!u)throw new Error("No url found");if(n.aMsid){var h=u.audioInfoList.find(function(x){return x.msid===n.aMsid})||this.createMediaItem(n.aMsid,"audio");n.aTransceiver&&(h.transceiver=n.aTransceiver),n.stream&&(h.streamId=n.stream.id),this.updateMediaInfoList(h,u.audioInfoList)}if(n.vMsid){var S=u.videoInfoList.find(function(x){return x.msid===n.vMsid})||this.createMediaItem(n.vMsid,"video");n.vTransceiver&&(S.transceiver=n.vTransceiver),n.cumuDelay&&(S.cumuDelay=n.cumuDelay),n.stream&&(S.streamId=n.stream.id),this.updateMediaInfoList(S,u.videoInfoList)}n.stream&&(u.streamList.some(function(x){return x.id===n.stream.id})||(u.streamList=a(a([],u.streamList,!0),[n.stream],!1)))},o.prototype.pruneStreamList=function(t){var n=this.get(t);n&&(n.streamList=n.streamList.filter(function(u){var h;return((h=u.mediaStream)===null||h===void 0?void 0:h.getTracks().length)>0}))},o.prototype.updateSdpInfo=function(t,n){var u,h=this.get(t);if(!h)throw new Error("No url found");if(n.aMsid?u=h.audioInfoList.find(function(S){return S.msid===n.aMsid}):n.vMsid&&(u=h.videoInfoList.find(function(S){return S.msid===n.vMsid})),!u)throw new Error("No target media found");u.ssrc=n.ssrc,u.codec=n.codec,u.pt=n.pt,u.from=n.from},o.prototype.get=function(t){return this.streamMap[(0,r.pruneSubUrl)(t,!0)]},o.prototype.has=function(t){return!!this.get(t)},o.prototype.getSize=function(){return this.getSubOrPubDoneMediaMapSize()+this.getDcMapSize()},o.prototype.getSubOrPubDoneMediaMapSize=function(){var t=this,n=0;return Object.keys(this.streamMap).forEach(function(u){var h=t.streamMap[u],S=!1;h.audioInfoList.forEach(function(x){S=S||h.type===e.Publish&&x.pubDone||h.type===e.Subscribe&&x.subDone}),h.videoInfoList.forEach(function(x){S=S||h.type===e.Publish&&x.pubDone||h.type===e.Subscribe&&x.subDone}),S&&n++}),n},o.prototype.getDcMapSize=function(){return this.datachannelMap.size},o.prototype.removeMsid=function(t,n){t=(0,r.pruneSubUrl)(t,!0);var u=this.get(t);u&&(n.vMsid&&(u.videoInfoList=u.videoInfoList.filter(function(h){return h.msid!==n.vMsid})),n.aMsid&&(u.audioInfoList=u.audioInfoList.filter(function(h){return h.msid!==n.aMsid})))},o.prototype.getMids=function(t,n){n===void 0&&(n={filterSubDone:!1}),t=(0,r.pruneSubUrl)(t,!0);var u=this.streamMap[t];return u?a(a([],u.audioInfoList.reduce(function(h,S){return S.transceiver&&(!n.filterSubDone||n.filterSubDone&&!S.subDone)?a(a([],h,!0),[String(S.transceiver.mid)],!1):h},[]),!0),u.videoInfoList.reduce(function(h,S){return S.transceiver&&(!n.filterSubDone||n.filterSubDone&&!S.subDone)?a(a([],h,!0),[String(S.transceiver.mid)],!1):h},[]),!0):[]},o.prototype.getAllTransceivers=function(t){if(!t)return[];t=(0,r.pruneSubUrl)(t,!0);var n=this.get(t);return n?a(a([],n.videoInfoList.map(function(u){return u.transceiver}),!0),n.audioInfoList.map(function(u){return u.transceiver}),!0):[]},o.prototype.getTransceiver=function(t,n){if(n===void 0&&(n={}),t){t=(0,r.pruneSubUrl)(t,!0);var u=n.vMsid,h=n.aMsid,S=this.get(t);if(S){var x;if(u)return(x=S.videoInfoList.find(function(E){return E.msid===u}))==null?void 0:x.transceiver;if(h)return(x=S.audioInfoList.find(function(E){return E.msid===h}))==null?void 0:x.transceiver}}},o.prototype.getStreamByMsid=function(t){var n,u,h=this.get(t.url);if(h){if(t.vMsid){var S=(n=h.videoInfoList.find(function(E){return E.msid===t.vMsid}))===null||n===void 0?void 0:n.streamId;return h.streamList.find(function(E){return E.id===S})}if(t.aMsid){var x=(u=h.audioInfoList.find(function(E){return E.msid===t.aMsid}))===null||u===void 0?void 0:u.streamId;return h.streamList.find(function(E){return E.id===x})}return h.streamList[0]}},o.prototype.hasTransceiver=function(t,n){return n===void 0&&(n={}),!!this.getTransceiver(t,n)},o.prototype.removeTransceiver=function(t,n){t=(0,r.pruneSubUrl)(t,!0);var u,h=this.get(t);h&&(n.vMsid&&(u=h.videoInfoList.find(function(S){return S.msid===n.vMsid}))&&(u.transceiver=void 0),n.aMsid&&(u=h.audioInfoList.find(function(S){return S.msid===n.aMsid}))&&(u.transceiver=void 0))},o.prototype.markAlreadySubPub=function(t,n){n===void 0&&(n={}),t=(0,r.pruneSubUrl)(t,!0);var u,h=this.streamMap[t];h&&(n.vMsid&&(u=h.videoInfoList.find(function(S){return S.msid===n.vMsid}))&&(u[n.isPub?"pubDone":"subDone"]=!n.reset),n.aMsid&&(u=h.audioInfoList.find(function(S){return S.msid===n.aMsid}))&&(u[n.isPub?"pubDone":"subDone"]=!n.reset))},o.prototype.isMsidSubPubDone=function(t,n){n===void 0&&(n={}),t=(0,r.pruneSubUrl)(t,!0);var u=this.streamMap[t];if(!u)return!1;if(n.vMsid){var h=u.videoInfoList.find(function(S){return S.msid===n.vMsid});return n.isPub?h?.pubDone:h?.subDone}return n.aMsid?(h=u.audioInfoList.find(function(S){return S.msid===n.aMsid}),n.isPub?h?.pubDone:h?.subDone):void 0},o.prototype.getAllMediaInfoList=function(t,n){var u=this.get(t);return u?a(a([],u.audioInfoList.map(function(h){var S,x,E,p,b=h.type,l=h.msid,A=h.ssrc,R=h.pt,C=h.codec,g=h.from,D=h.transceiver,O={type:b,msid:l,ssrc:A,pt:R,codec:C,from:g,trackId:u.type===e.Subscribe?(x=(S=D?.receiver)===null||S===void 0?void 0:S.track)===null||x===void 0?void 0:x.id:(p=(E=D?.sender)===null||E===void 0?void 0:E.track)===null||p===void 0?void 0:p.id};return n?c(c({},O),{transceiver:D}):O}),!0),u.videoInfoList.map(function(h){var S,x,E,p,b=h.type,l=h.msid,A=h.ssrc,R=h.pt,C=h.codec,g=h.from,D=h.transceiver,O={type:b,msid:l,ssrc:A,pt:R,codec:C,from:g,trackId:u.type===e.Subscribe?(x=(S=D?.receiver)===null||S===void 0?void 0:S.track)===null||x===void 0?void 0:x.id:(p=(E=D?.sender)===null||E===void 0?void 0:E.track)===null||p===void 0?void 0:p.id};return n?c(c({},O),{transceiver:D}):O}),!0):[]},o.prototype.getOriginUrl=function(t){var n=(0,r.pruneSubUrl)(t,!0),u=this.get(n);return u?u.originUrl:t},o.prototype.getAllTrackPairList=function(t){var n,u,h,S,x=[];for(var E in this.streamMap){var p=this.streamMap[E];if(p.type===t)for(var b=Math.max(p.audioInfoList.length,p.videoInfoList.length),l=0;l<b;l++){var A={url:E,originUrl:p.originUrl};l<p.audioInfoList.length&&(A.aTransceiver=t===e.Subscribe?(n=p.audioInfoList[l].transceiver)===null||n===void 0?void 0:n.receiver:(u=p.audioInfoList[l].transceiver)===null||u===void 0?void 0:u.sender,A.aMsid=p.audioInfoList[l].msid),l<p.videoInfoList.length&&(A.vTransceiver=t===e.Subscribe?(h=p.videoInfoList[l].transceiver)===null||h===void 0?void 0:h.receiver:(S=p.videoInfoList[l].transceiver)===null||S===void 0?void 0:S.sender,A.vMsid=p.videoInfoList[l].msid,A.cumuDelay=p.videoInfoList[l].cumuDelay),x.push(A)}}return x},o.prototype.getAllStreamListWithMsids=function(){var t,n=[];for(var u in this.streamMap){for(var h=this.streamMap[u],S=Math.max(h.audioInfoList.length,h.videoInfoList.length,h.streamList.length),x={url:u,msids:[],type:h.type,latestUrl:h.latestUrl||h.originUrl,streams:[]},E=0;E<S;E++){if(E<h.audioInfoList.length&&h.audioInfoList[E].msid){var p=h.audioInfoList[E];p.msid&&(h.type===e.Publish&&p.pubDone||h.type===e.Subscribe&&p.subDone)&&x.msids.push({name:p.msid||"",type:p.type||"audio",streamId:p.streamId})}if(E<h.videoInfoList.length&&h.videoInfoList[E].msid){var b=h.videoInfoList[E];b.msid&&(h.type===e.Publish&&b.pubDone||h.type===e.Subscribe&&b.subDone)&&x.msids.push({name:b.msid||"",type:b.type||"video",streamId:b.streamId})}E<h.streamList.length&&h.streamList[E]&&((t=x.streams)===null||t===void 0||t.push(h.streamList[E]))}x.msids.length&&n.push(x)}return n},o.prototype.getSender=function(t,n,u){var h,S,x=void 0,E=this.getAllMediaInfoList(t,!0);return u?E.forEach(function(p){var b,l,A,R=(l=(b=p.transceiver)===null||b===void 0?void 0:b.sender)===null||l===void 0?void 0:l.track;R?.kind===n&&p.msid===u&&(x=(A=p.transceiver)===null||A===void 0?void 0:A.sender)}):x=(S=(h=E?.find(function(p){var b,l,A;return((A=(l=(b=p.transceiver)===null||b===void 0?void 0:b.sender)===null||l===void 0?void 0:l.track)===null||A===void 0?void 0:A.kind)===n}))===null||h===void 0?void 0:h.transceiver)===null||S===void 0?void 0:S.sender,x},o.prototype.getReceiver=function(t,n,u){var h,S,x=void 0,E=this.getAllMediaInfoList(t,!0);return u?E.forEach(function(p){var b,l,A,R=(l=(b=p.transceiver)===null||b===void 0?void 0:b.receiver)===null||l===void 0?void 0:l.track;R?.kind===n&&p.msid===u&&(x=(A=p.transceiver)===null||A===void 0?void 0:A.receiver)}):x=(S=(h=E?.find(function(p){var b,l,A;return((A=(l=(b=p.transceiver)===null||b===void 0?void 0:b.receiver)===null||l===void 0?void 0:l.track)===null||A===void 0?void 0:A.kind)===n}))===null||h===void 0?void 0:h.transceiver)===null||S===void 0?void 0:S.receiver,x},o.prototype.dispose=function(){this.streamMap={}},o.prototype.updateMediaInfoList=function(t,n){var u=n.findIndex(function(h){return h.msid===t.msid});u!==-1?n.splice(u,1,t):n.push(t)},o.prototype.findMediaItemByMsid=function(t,n){return n.find(function(u){return u.msid===t})},o.prototype.createMediaItem=function(t,n){return{msid:t,ssrc:void 0,transceiver:void 0,subDone:!1,pubDone:!1,type:n,streamId:void 0}},o.prototype.addOrUpdateDatachannelItem=function(t){var n=this.datachannelMap.get(t.url);n?t.msids.forEach(function(u){n.msids.find(function(h){if(h.id===u.id&&h.name===u.name)return!0})?console.log("RTS [STREAM MANAGER]: duplicate msid for datachannel",t):n.msids.push(u)}):this.datachannelMap.set(t.url,t)},o.prototype.deleteDatachannelItem=function(t){this.datachannelMap.delete(t.url)},o.prototype.getAllDatachannelList=function(){var t=[];return this.datachannelMap.forEach(function(n){t.push(c(c({},n),{latestUrl:n.latestUrl||n.originUrl}))}),t},o.prototype.getDatachannelByMsid=function(t){var n;if(t.url){var u=this.datachannelMap.get((0,r.pruneSubUrl)(t.url,!0));if(u)return t.msid?(n=u.msids.find(function(h){return h.name===t.msid}))===null||n===void 0?void 0:n.datachannel:u.msids[0].datachannel}else console.warn("[getDatachannelByMsid] config.url is required.")},o.prototype.getPubOrSubDoneMediaUrlByIndex=function(t){var n=0,u=function(E){var p=h.streamMap[E],b=!1;if(p.audioInfoList.forEach(function(l){b=b||p.type===e.Publish&&l.pubDone||p.type===e.Subscribe&&l.subDone}),p.videoInfoList.forEach(function(l){b=b||p.type===e.Publish&&l.pubDone||p.type===e.Subscribe&&l.subDone}),b){if(n===t)return{value:E};n++}},h=this;for(var S in this.streamMap){var x=u(S);if(typeof x=="object")return x.value}},o.prototype.getDcUrlByIndex=function(t){var n=void 0;return this.datachannelMap.forEach(function(u){t===0&&(n={url:u.originUrl})}),n},o.prototype.updateLatestUrl=function(t){var n=this.get(t);return!!n&&(n.latestUrl=t,!0)},o}();v.StreamManager=i}},m={};function d(y){var v=m[y];if(v!==void 0)return v.exports;var s=m[y]={exports:{}};return _[y].call(s.exports,s,s.exports,d),s.exports}var f={};return(()=>{var y=f;Object.defineProperty(y,"__esModule",{value:!0}),y.DataChannelCore=y.EDatachannelStatus=y.PeerConnectionCore=void 0;var v=d(776);Object.defineProperty(y,"PeerConnectionCore",{enumerable:!0,get:function(){return v.PeerConnectionCore}}),Object.defineProperty(y,"EDatachannelStatus",{enumerable:!0,get:function(){return v.EDatachannelStatus}});var s=d(651);Object.defineProperty(y,"DataChannelCore",{enumerable:!0,get:function(){return s.DataChannelCore}})})(),f})(),j.exports=T()},2505:(j,T,_)=>{j.exports=_(8015)},5592:(j,T,_)=>{var m=_(9516),d=_(7522),f=_(3948),y=_(9106),v=_(9615),s=_(2012),c=_(4202),a=_(7763);j.exports=function(e){return new Promise(function(r,i){var o=e.data,t=e.headers,n=e.responseType;m.isFormData(o)&&delete t["Content-Type"];var u=new XMLHttpRequest;if(e.auth){var h=e.auth.username||"",S=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";t.Authorization="Basic "+btoa(h+":"+S)}var x=v(e.baseURL,e.url);function E(){if(u){var b="getAllResponseHeaders"in u?s(u.getAllResponseHeaders()):null,l={data:n&&n!=="text"&&n!=="json"?u.response:u.responseText,status:u.status,statusText:u.statusText,headers:b,config:e,request:u};d(r,i,l),u=null}}if(u.open(e.method.toUpperCase(),y(x,e.params,e.paramsSerializer),!0),u.timeout=e.timeout,"onloadend"in u?u.onloadend=E:u.onreadystatechange=function(){u&&u.readyState===4&&(u.status!==0||u.responseURL&&u.responseURL.indexOf("file:")===0)&&setTimeout(E)},u.onabort=function(){u&&(i(a("Request aborted",e,"ECONNABORTED",u)),u=null)},u.onerror=function(){i(a("Network Error",e,null,u)),u=null},u.ontimeout=function(){var b="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(b=e.timeoutErrorMessage),i(a(b,e,e.transitional&&e.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",u)),u=null},m.isStandardBrowserEnv()){var p=(e.withCredentials||c(x))&&e.xsrfCookieName?f.read(e.xsrfCookieName):void 0;p&&(t[e.xsrfHeaderName]=p)}"setRequestHeader"in u&&m.forEach(t,function(b,l){o===void 0&&l.toLowerCase()==="content-type"?delete t[l]:u.setRequestHeader(l,b)}),m.isUndefined(e.withCredentials)||(u.withCredentials=!!e.withCredentials),n&&n!=="json"&&(u.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&u.addEventListener("progress",e.onDownloadProgress),typeof e.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then(function(b){u&&(u.abort(),i(b),u=null)}),o||(o=null),u.send(o)})}},8015:(j,T,_)=>{var m=_(9516),d=_(9012),f=_(5155),y=_(5343);function v(c){var a=new f(c),e=d(f.prototype.request,a);return m.extend(e,f.prototype,a),m.extend(e,a),e}var s=v(_(6987));s.Axios=f,s.create=function(c){return v(y(s.defaults,c))},s.Cancel=_(1928),s.CancelToken=_(3191),s.isCancel=_(3864),s.all=function(c){return Promise.all(c)},s.spread=_(7980),s.isAxiosError=_(5019),j.exports=s,j.exports.default=s},1928:j=>{function T(_){this.message=_}T.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},T.prototype.__CANCEL__=!0,j.exports=T},3191:(j,T,_)=>{var m=_(1928);function d(f){if(typeof f!="function")throw new TypeError("executor must be a function.");var y;this.promise=new Promise(function(s){y=s});var v=this;f(function(s){v.reason||(v.reason=new m(s),y(v.reason))})}d.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},d.source=function(){var f;return{token:new d(function(y){f=y}),cancel:f}},j.exports=d},3864:j=>{j.exports=function(T){return!(!T||!T.__CANCEL__)}},5155:(j,T,_)=>{var m=_(9516),d=_(9106),f=_(3471),y=_(4490),v=_(5343),s=_(4841),c=s.validators;function a(e){this.defaults=e,this.interceptors={request:new f,response:new f}}a.prototype.request=function(e){typeof e=="string"?(e=arguments[1]||{}).url=arguments[0]:e=e||{},(e=v(this.defaults,e)).method?e.method=e.method.toLowerCase():this.defaults.method?e.method=this.defaults.method.toLowerCase():e.method="get";var r=e.transitional;r!==void 0&&s.assertOptions(r,{silentJSONParsing:c.transitional(c.boolean,"1.0.0"),forcedJSONParsing:c.transitional(c.boolean,"1.0.0"),clarifyTimeoutError:c.transitional(c.boolean,"1.0.0")},!1);var i=[],o=!0;this.interceptors.request.forEach(function(E){typeof E.runWhen=="function"&&E.runWhen(e)===!1||(o=o&&E.synchronous,i.unshift(E.fulfilled,E.rejected))});var t,n=[];if(this.interceptors.response.forEach(function(E){n.push(E.fulfilled,E.rejected)}),!o){var u=[y,void 0];for(Array.prototype.unshift.apply(u,i),u=u.concat(n),t=Promise.resolve(e);u.length;)t=t.then(u.shift(),u.shift());return t}for(var h=e;i.length;){var S=i.shift(),x=i.shift();try{h=S(h)}catch(E){x(E);break}}try{t=y(h)}catch(E){return Promise.reject(E)}for(;n.length;)t=t.then(n.shift(),n.shift());return t},a.prototype.getUri=function(e){return e=v(this.defaults,e),d(e.url,e.params,e.paramsSerializer).replace(/^\?/,"")},m.forEach(["delete","get","head","options"],function(e){a.prototype[e]=function(r,i){return this.request(v(i||{},{method:e,url:r,data:(i||{}).data}))}}),m.forEach(["post","put","patch"],function(e){a.prototype[e]=function(r,i,o){return this.request(v(o||{},{method:e,url:r,data:i}))}}),j.exports=a},3471:(j,T,_)=>{var m=_(9516);function d(){this.handlers=[]}d.prototype.use=function(f,y,v){return this.handlers.push({fulfilled:f,rejected:y,synchronous:!!v&&v.synchronous,runWhen:v?v.runWhen:null}),this.handlers.length-1},d.prototype.eject=function(f){this.handlers[f]&&(this.handlers[f]=null)},d.prototype.forEach=function(f){m.forEach(this.handlers,function(y){y!==null&&f(y)})},j.exports=d},9615:(j,T,_)=>{var m=_(9137),d=_(4680);j.exports=function(f,y){return f&&!m(y)?d(f,y):y}},7763:(j,T,_)=>{var m=_(5449);j.exports=function(d,f,y,v,s){var c=new Error(d);return m(c,f,y,v,s)}},4490:(j,T,_)=>{var m=_(9516),d=_(2881),f=_(3864),y=_(6987);function v(s){s.cancelToken&&s.cancelToken.throwIfRequested()}j.exports=function(s){return v(s),s.headers=s.headers||{},s.data=d.call(s,s.data,s.headers,s.transformRequest),s.headers=m.merge(s.headers.common||{},s.headers[s.method]||{},s.headers),m.forEach(["delete","get","head","post","put","patch","common"],function(c){delete s.headers[c]}),(s.adapter||y.adapter)(s).then(function(c){return v(s),c.data=d.call(s,c.data,c.headers,s.transformResponse),c},function(c){return f(c)||(v(s),c&&c.response&&(c.response.data=d.call(s,c.response.data,c.response.headers,s.transformResponse))),Promise.reject(c)})}},5449:j=>{j.exports=function(T,_,m,d,f){return T.config=_,m&&(T.code=m),T.request=d,T.response=f,T.isAxiosError=!0,T.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},T}},5343:(j,T,_)=>{var m=_(9516);j.exports=function(d,f){f=f||{};var y={},v=["url","method","data"],s=["headers","auth","proxy","params"],c=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],a=["validateStatus"];function e(t,n){return m.isPlainObject(t)&&m.isPlainObject(n)?m.merge(t,n):m.isPlainObject(n)?m.merge({},n):m.isArray(n)?n.slice():n}function r(t){m.isUndefined(f[t])?m.isUndefined(d[t])||(y[t]=e(void 0,d[t])):y[t]=e(d[t],f[t])}m.forEach(v,function(t){m.isUndefined(f[t])||(y[t]=e(void 0,f[t]))}),m.forEach(s,r),m.forEach(c,function(t){m.isUndefined(f[t])?m.isUndefined(d[t])||(y[t]=e(void 0,d[t])):y[t]=e(void 0,f[t])}),m.forEach(a,function(t){t in f?y[t]=e(d[t],f[t]):t in d&&(y[t]=e(void 0,d[t]))});var i=v.concat(s).concat(c).concat(a),o=Object.keys(d).concat(Object.keys(f)).filter(function(t){return i.indexOf(t)===-1});return m.forEach(o,r),y}},7522:(j,T,_)=>{var m=_(7763);j.exports=function(d,f,y){var v=y.config.validateStatus;y.status&&v&&!v(y.status)?f(m("Request failed with status code "+y.status,y.config,null,y.request,y)):d(y)}},2881:(j,T,_)=>{var m=_(9516),d=_(6987);j.exports=function(f,y,v){var s=this||d;return m.forEach(v,function(c){f=c.call(s,f,y)}),f}},6987:(j,T,_)=>{var m=_(9516),d=_(7018),f=_(5449),y={"Content-Type":"application/x-www-form-urlencoded"};function v(a,e){!m.isUndefined(a)&&m.isUndefined(a["Content-Type"])&&(a["Content-Type"]=e)}var s,c={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:((typeof XMLHttpRequest<"u"||typeof process<"u"&&Object.prototype.toString.call(process)==="[object process]")&&(s=_(5592)),s),transformRequest:[function(a,e){return d(e,"Accept"),d(e,"Content-Type"),m.isFormData(a)||m.isArrayBuffer(a)||m.isBuffer(a)||m.isStream(a)||m.isFile(a)||m.isBlob(a)?a:m.isArrayBufferView(a)?a.buffer:m.isURLSearchParams(a)?(v(e,"application/x-www-form-urlencoded;charset=utf-8"),a.toString()):m.isObject(a)||e&&e["Content-Type"]==="application/json"?(v(e,"application/json"),function(r,i,o){if(m.isString(r))try{return(i||JSON.parse)(r),m.trim(r)}catch(t){if(t.name!=="SyntaxError")throw t}return(0,JSON.stringify)(r)}(a)):a}],transformResponse:[function(a){var e=this.transitional,r=e&&e.silentJSONParsing,i=e&&e.forcedJSONParsing,o=!r&&this.responseType==="json";if(o||i&&m.isString(a)&&a.length)try{return JSON.parse(a)}catch(t){if(o)throw t.name==="SyntaxError"?f(t,this,"E_JSON_PARSE"):t}return a}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(a){return a>=200&&a<300}};c.headers={common:{Accept:"application/json, text/plain, */*"}},m.forEach(["delete","get","head"],function(a){c.headers[a]={}}),m.forEach(["post","put","patch"],function(a){c.headers[a]=m.merge(y)}),j.exports=c},9012:j=>{j.exports=function(T,_){return function(){for(var m=new Array(arguments.length),d=0;d<m.length;d++)m[d]=arguments[d];return T.apply(_,m)}}},9106:(j,T,_)=>{var m=_(9516);function d(f){return encodeURIComponent(f).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}j.exports=function(f,y,v){if(!y)return f;var s;if(v)s=v(y);else if(m.isURLSearchParams(y))s=y.toString();else{var c=[];m.forEach(y,function(e,r){e!=null&&(m.isArray(e)?r+="[]":e=[e],m.forEach(e,function(i){m.isDate(i)?i=i.toISOString():m.isObject(i)&&(i=JSON.stringify(i)),c.push(d(r)+"="+d(i))}))}),s=c.join("&")}if(s){var a=f.indexOf("#");a!==-1&&(f=f.slice(0,a)),f+=(f.indexOf("?")===-1?"?":"&")+s}return f}},4680:j=>{j.exports=function(T,_){return _?T.replace(/\/+$/,"")+"/"+_.replace(/^\/+/,""):T}},3948:(j,T,_)=>{var m=_(9516);j.exports=m.isStandardBrowserEnv()?{write:function(d,f,y,v,s,c){var a=[];a.push(d+"="+encodeURIComponent(f)),m.isNumber(y)&&a.push("expires="+new Date(y).toGMTString()),m.isString(v)&&a.push("path="+v),m.isString(s)&&a.push("domain="+s),c===!0&&a.push("secure"),document.cookie=a.join("; ")},read:function(d){var f=document.cookie.match(new RegExp("(^|;\\s*)("+d+")=([^;]*)"));return f?decodeURIComponent(f[3]):null},remove:function(d){this.write(d,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},9137:j=>{j.exports=function(T){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(T)}},5019:j=>{j.exports=function(T){return typeof T=="object"&&T.isAxiosError===!0}},4202:(j,T,_)=>{var m=_(9516);j.exports=m.isStandardBrowserEnv()?function(){var d,f=/(msie|trident)/i.test(navigator.userAgent),y=document.createElement("a");function v(s){var c=s;return f&&(y.setAttribute("href",c),c=y.href),y.setAttribute("href",c),{href:y.href,protocol:y.protocol?y.protocol.replace(/:$/,""):"",host:y.host,search:y.search?y.search.replace(/^\?/,""):"",hash:y.hash?y.hash.replace(/^#/,""):"",hostname:y.hostname,port:y.port,pathname:y.pathname.charAt(0)==="/"?y.pathname:"/"+y.pathname}}return d=v(window.location.href),function(s){var c=m.isString(s)?v(s):s;return c.protocol===d.protocol&&c.host===d.host}}():function(){return!0}},7018:(j,T,_)=>{var m=_(9516);j.exports=function(d,f){m.forEach(d,function(y,v){v!==f&&v.toUpperCase()===f.toUpperCase()&&(d[f]=y,delete d[v])})}},2012:(j,T,_)=>{var m=_(9516),d=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];j.exports=function(f){var y,v,s,c={};return f&&m.forEach(f.split(`
|
|
79
|
+
`),function(a){if(s=a.indexOf(":"),y=m.trim(a.substr(0,s)).toLowerCase(),v=m.trim(a.substr(s+1)),y){if(c[y]&&d.indexOf(y)>=0)return;c[y]=y==="set-cookie"?(c[y]?c[y]:[]).concat([v]):c[y]?c[y]+", "+v:v}}),c}},7980:j=>{j.exports=function(T){return function(_){return T.apply(null,_)}}},4841:(j,T,_)=>{var m=_(4198),d={};["object","boolean","number","function","string","symbol"].forEach(function(s,c){d[s]=function(a){return typeof a===s||"a"+(c<1?"n ":" ")+s}});var f={},y=m.version.split(".");function v(s,c){for(var a=c?c.split("."):y,e=s.split("."),r=0;r<3;r++){if(a[r]>e[r])return!0;if(a[r]<e[r])return!1}return!1}d.transitional=function(s,c,a){var e=c&&v(c);function r(i,o){return"[Axios v"+m.version+"] Transitional option '"+i+"'"+o+(a?". "+a:"")}return function(i,o,t){if(s===!1)throw new Error(r(o," has been removed in "+c));return e&&!f[o]&&(f[o]=!0,console.warn(r(o," has been deprecated since v"+c+" and will be removed in the near future"))),!s||s(i,o,t)}},j.exports={isOlderVersion:v,assertOptions:function(s,c,a){if(typeof s!="object")throw new TypeError("options must be an object");for(var e=Object.keys(s),r=e.length;r-- >0;){var i=e[r],o=c[i];if(o){var t=s[i],n=t===void 0||o(t,i,s);if(n!==!0)throw new TypeError("option "+i+" must be "+n)}else if(a!==!0)throw Error("Unknown option "+i)}},validators:d}},9516:(j,T,_)=>{var m=_(9012),d=Object.prototype.toString;function f(e){return d.call(e)==="[object Array]"}function y(e){return e===void 0}function v(e){return e!==null&&typeof e=="object"}function s(e){if(d.call(e)!=="[object Object]")return!1;var r=Object.getPrototypeOf(e);return r===null||r===Object.prototype}function c(e){return d.call(e)==="[object Function]"}function a(e,r){if(e!=null)if(typeof e!="object"&&(e=[e]),f(e))for(var i=0,o=e.length;i<o;i++)r.call(null,e[i],i,e);else for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&r.call(null,e[t],t,e)}j.exports={isArray:f,isArrayBuffer:function(e){return d.call(e)==="[object ArrayBuffer]"},isBuffer:function(e){return e!==null&&!y(e)&&e.constructor!==null&&!y(e.constructor)&&typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e)},isFormData:function(e){return typeof FormData<"u"&&e instanceof FormData},isArrayBufferView:function(e){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer},isString:function(e){return typeof e=="string"},isNumber:function(e){return typeof e=="number"},isObject:v,isPlainObject:s,isUndefined:y,isDate:function(e){return d.call(e)==="[object Date]"},isFile:function(e){return d.call(e)==="[object File]"},isBlob:function(e){return d.call(e)==="[object Blob]"},isFunction:c,isStream:function(e){return v(e)&&c(e.pipe)},isURLSearchParams:function(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams},isStandardBrowserEnv:function(){return(typeof navigator>"u"||navigator.product!=="ReactNative"&&navigator.product!=="NativeScript"&&navigator.product!=="NS")&&typeof window<"u"&&typeof document<"u"},forEach:a,merge:function e(){var r={};function i(n,u){s(r[u])&&s(n)?r[u]=e(r[u],n):s(n)?r[u]=e({},n):f(n)?r[u]=n.slice():r[u]=n}for(var o=0,t=arguments.length;o<t;o++)a(arguments[o],i);return r},extend:function(e,r,i){return a(r,function(o,t){e[t]=i&&typeof o=="function"?m(o,i):o}),e},trim:function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")},stripBOM:function(e){return e.charCodeAt(0)===65279&&(e=e.slice(1)),e}}},3412:j=>{/*! media-device - ver 1.4.0 created:2025/7/3 19:29:03 */j.exports=(()=>{var T={304:(m,d,f)=>{Object.defineProperty(d,"__esModule",{value:!0}),d.BrowserDeviceManager=void 0;var y=f(101),v=f(853),s=f(62),c=f(913),a=f(331),e=f(1),r=f(935),i=f(603),o=function(){function t(){this.systemUtil=new y.SystemUtil,this.deviceManager=this.createDeviceManager()}return t.prototype.getCameraList=function(){return this.deviceManager.getCameraList()},t.prototype.getMicList=function(){return this.deviceManager.getMicList()},t.prototype.getSpeakerList=function(){return this.deviceManager.getSpeakerList()},t.prototype.getAudioTrack=function(n){return this.deviceManager.getAudioTrack(n)},t.prototype.getVideoTrack=function(n){return this.deviceManager.getVideoTrack(n)},t.prototype.getAudioVideoTracks=function(n){return this.deviceManager.getAudioVideoTracks(n)},t.prototype.getScreenTrack=function(n){return this.deviceManager.getScreenTrack(n)},t.prototype.getAudioStream=function(n){return this.deviceManager.getAudioStream(n)},t.prototype.getVideoStream=function(n){return this.deviceManager.getVideoStream(n)},t.prototype.getScreenStream=function(n){return this.deviceManager.getScreenStream(n)},t.prototype.checkSupportScreenShare=function(){return this.deviceManager.checkSupportScreenShare()},t.prototype.createDeviceManager=function(){return this.systemUtil.isWindows?new r.WindowsDeviceManager:this.systemUtil.isAndroid?new v.AndroidDeviceManager:this.systemUtil.isIos?new c.IosDeviceManager:this.systemUtil.isMacOS?new e.MacDeviceManager:this.systemUtil.isLinux?new a.LinuxDeviceManager:new s.BaseDeviceManager},t.isDeviceManagerError=i.DeviceError.isDeviceManagerError,t}();d.BrowserDeviceManager=o},603:(m,d,f)=>{Object.defineProperty(d,"__esModule",{value:!0}),d.DeviceError=d.DeviceErrorDescription=d.DeviceErrorCode=void 0;var y=f(610);(function(s){s[s.ERROR_DEVICE_UNKNOWNERROR=1e4]="ERROR_DEVICE_UNKNOWNERROR",s[s.ERROR_DEVICE_AUDIODEVICE_NOTFOUND=10001]="ERROR_DEVICE_AUDIODEVICE_NOTFOUND",s[s.ERROR_DEVICE_VIDEODEVICE_NOTFOUND=10002]="ERROR_DEVICE_VIDEODEVICE_NOTFOUND",s[s.ERROR_DEVICE_NOTFOUND=10020]="ERROR_DEVICE_NOTFOUND",s[s.ERROR_DEVICE_AUDIODEVICE_NOTALLOWED=10003]="ERROR_DEVICE_AUDIODEVICE_NOTALLOWED",s[s.ERROR_DEVICE_VIDEODEVICE_NOTALLOWED=10004]="ERROR_DEVICE_VIDEODEVICE_NOTALLOWED",s[s.ERROR_DEVICE_NOTALLOWED=10021]="ERROR_DEVICE_NOTALLOWED",s[s.ERROR_DEVICE_AUDIODEVICE_NOTREADABLE=10005]="ERROR_DEVICE_AUDIODEVICE_NOTREADABLE",s[s.ERROR_DEVICE_VIDEODEVICE_NOTREADABLE=10006]="ERROR_DEVICE_VIDEODEVICE_NOTREADABLE",s[s.ERROR_DEVICE_NOTREADABLE=10022]="ERROR_DEVICE_NOTREADABLE",s[s.ERROR_DEIVCE_CONSTRAINEDERROR=10007]="ERROR_DEIVCE_CONSTRAINEDERROR",s[s.ERROR_SCREENSHARE_UNKNOWNERRO=10010]="ERROR_SCREENSHARE_UNKNOWNERRO",s[s.ERROR_SCREENSHARE_NOTALLOWED=10011]="ERROR_SCREENSHARE_NOTALLOWED",s[s.ERROR_SCREENSHARE_ENDED=10012]="ERROR_SCREENSHARE_ENDED",s[s.ERROR_SCREENSHARE_NOPERMISSION=10013]="ERROR_SCREENSHARE_NOPERMISSION",s[s.ERROR_SCREENSHARE_INVALIDACCESS=10014]="ERROR_SCREENSHARE_INVALIDACCESS",s[s.ERROR_SCREENSHARE_NOTSUPPORT=10018]="ERROR_SCREENSHARE_NOTSUPPORT",s[s.ERROR_DEVICE_NOTSUPPORT=10019]="ERROR_DEVICE_NOTSUPPORT"})(d.DeviceErrorCode||(d.DeviceErrorCode={})),function(s){s.ERRORMESSAGE_DEVICENOTFOUND="Requested device not found",s.ERRORMESSAGE_DEVICENOTALLOWED="Permission denied",s.ERRORMESSAGE_MACCHROME_DEVICENOTREADABLE="Permission denied by system",s.ERRORMESSAGE_MACSAFARI_DEVICENOTALLOWED="The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.",s.ERRORMESSAGE_MOBILEDEVICE_NOTALLOWED="video device not allowed",s.ERRORMESSAGE_AUDIODEVICENOTREADABLE="Could not start audio source",s.ERRORMESSAGE_VIDEODEVICENOTREADABLE="Could not start video source",s.ERRORNAME_DEVICENOTFOUND="NotFoundError",s.ERRORNAME_DEVICENOTALLOWED="NotAllowedError",s.ERRORNAME_DEVICENOTREADABLE="NotReadableError",s.ERRORNAME_DEVICEOVERCONSTRAINED="OverconstrainedError",s.ERRORNAME_INVALID_ACCESS="InvalidAccessError"}(d.DeviceErrorDescription||(d.DeviceErrorDescription={}));var v=function(){function s(c,a){this.linkUtil=new y.LinkUtil,this.code=c,this.reason=a,this.relatedLink=this.linkUtil.getRelatedLink(c)}return s.isDeviceManagerError=function(c){return!!(c&&typeof c=="object"&&"code"in c&&"reason"in c)},s}();d.DeviceError=v},873:(m,d)=>{Object.defineProperty(d,"__esModule",{value:!0}),d.DeviceType=d.MobileCameraType=void 0,function(f){f[f.USER=0]="USER",f[f.ENV=1]="ENV"}(d.MobileCameraType||(d.MobileCameraType={})),function(f){f.Camera="videoinput",f.Mic="audioinput",f.Mixed="audiovideoinput",f.Screen="screen",f.Speaker="audiooutput"}(d.DeviceType||(d.DeviceType={}))},853:function(m,d,f){var y,v=this&&this.__extends||(y=function(c,a){return(y=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i])})(c,a)},function(c,a){function e(){this.constructor=c}y(c,a),c.prototype=a===null?Object.create(a):(e.prototype=a.prototype,new e)});Object.defineProperty(d,"__esModule",{value:!0}),d.AndroidDeviceManager=void 0;var s=function(c){function a(){return c.call(this)||this}return v(a,c),a}(f(583).MobileDeviceManager);d.AndroidDeviceManager=s},62:(m,d,f)=>{Object.defineProperty(d,"__esModule",{value:!0}),d.BaseDeviceManager=void 0;var y=f(603),v=f(873),s=function(){function c(){}return c.prototype.checkSupportScreenShare=function(){return!!(navigator&&navigator.mediaDevices&&navigator.mediaDevices.getDisplayMedia&&navigator.mediaDevices.getDisplayMedia)},c.prototype.getCameraList=function(){var a=this;return new Promise(function(e,r){a.checkSupport()?a.getDeviceRight(v.DeviceType.Camera).then(function(){a.getDeviceList(v.DeviceType.Camera).then(function(i){e(i)}).catch(function(i){r(a.parseError(v.DeviceType.Camera,i))})}).catch(function(i){r(a.parseError(v.DeviceType.Camera,i))}):r(new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_NOTSUPPORT,"not support navigator.mediaDevices"))})},c.prototype.getMicList=function(){var a=this;return new Promise(function(e,r){a.checkSupport()?a.getDeviceRight(v.DeviceType.Mic).then(function(){a.getDeviceList(v.DeviceType.Mic).then(function(i){e(i)}).catch(function(i){r(a.parseError(v.DeviceType.Mic,i))})}).catch(function(i){r(a.parseError(v.DeviceType.Mic,i))}):r(new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_NOTSUPPORT,"not support navigator.mediaDevices"))})},c.prototype.getSpeakerList=function(){var a=this;return new Promise(function(e,r){a.checkSupport()?a.getDeviceRight(v.DeviceType.Speaker).then(function(){a.getDeviceList(v.DeviceType.Speaker).then(function(i){e(i)}).catch(function(i){r(a.parseError(v.DeviceType.Speaker,i))})}).catch(function(i){r(a.parseError(v.DeviceType.Speaker,i))}):r(new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_NOTSUPPORT,"not support navigator.mediaDevices"))})},c.prototype.getAudioTrack=function(a){return this.getAudioStream(a).then(function(e){return e.getAudioTracks()[0]})},c.prototype.getAudioStream=function(a){var e=this;return new Promise(function(r,i){if(e.checkSupport()){var o=e.createAudioConstraints(a);navigator.mediaDevices.getUserMedia(o).then(function(t){r(t)}).catch(function(t){i(e.parseError(v.DeviceType.Mic,t))})}else i(new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_NOTSUPPORT,"not support navigator.mediaDevices"))})},c.prototype.getVideoTrack=function(a){return this.getVideoStream(a).then(function(e){return e.getVideoTracks()[0]})},c.prototype.getVideoStream=function(a){var e=this;return new Promise(function(r,i){if(e.checkSupport()){var o=e.createVideoConstraints(a);navigator.mediaDevices.getUserMedia(o).then(function(t){r(t)}).catch(function(t){i(e.parseError(v.DeviceType.Camera,t))})}else i(new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_NOTSUPPORT,"not support navigator.mediaDevices"))})},c.prototype.getAudioVideoTracks=function(a){return this.getMixedStream(a).then(function(e){return e.getTracks()})},c.prototype.getMixedStream=function(a){var e=this;return new Promise(function(r,i){if(e.checkSupport()){var o=e.createMixedConstraints(a);navigator.mediaDevices.getUserMedia(o).then(function(t){r(t)}).catch(function(t){i(e.parseError(v.DeviceType.Mixed,t))})}else i(new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_NOTSUPPORT,"not support navigator.mediaDevices"))})},c.prototype.getScreenTrack=function(a){return this.getScreenStream(a).then(function(e){return e.getTracks()})},c.prototype.getScreenStream=function(a){var e=this;return new Promise(function(r,i){e.checkSupportScreenShare()?navigator.mediaDevices.getDisplayMedia(a).then(function(o){r(o)}).catch(function(o){i(e.parseError(v.DeviceType.Screen,o))}):i(new y.DeviceError(y.DeviceErrorCode.ERROR_SCREENSHARE_NOTSUPPORT,"browser not support screenshare"))})},c.prototype.checkSupport=function(){return!!(navigator&&navigator.mediaDevices&&navigator.mediaDevices.enumerateDevices&&navigator.mediaDevices.getUserMedia)},c.prototype.getDeviceList=function(a){return new Promise(function(e,r){navigator.mediaDevices.enumerateDevices().then(function(i){var o=[];i.forEach(function(t){t.kind===a&&o.push(t)}),e(o)}).catch(function(i){r(i)})})},c.prototype.getDeviceRight=function(a){return new Promise(function(e,r){var i;v.DeviceType.Camera===a?i={video:!0}:v.DeviceType.Mic!==a&&v.DeviceType.Speaker!==a||(i={audio:!0}),navigator.mediaDevices.getUserMedia(i).then(function(o){o.getTracks().forEach(function(t){t.stop()}),e(void 0)}).catch(function(o){e(void 0)})})},c.prototype.parseError=function(a,e){var r=null;return v.DeviceType.Mic===a?r=this.parseAudioError(e):v.DeviceType.Camera===a?r=this.parseVideoError(e):v.DeviceType.Mixed===a?r=this.parseMixedError(e):v.DeviceType.Screen===a&&(r=this.parseScreenError(e)),r===null?new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_UNKNOWNERROR,""):r},c.prototype.parseAudioError=function(a){return a.message===y.DeviceErrorDescription.ERRORMESSAGE_DEVICENOTFOUND||a.name===y.DeviceErrorDescription.ERRORNAME_DEVICENOTFOUND?new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_AUDIODEVICE_NOTFOUND,"audio device not found"):a.message===y.DeviceErrorDescription.ERRORMESSAGE_DEVICENOTALLOWED||a.message===y.DeviceErrorDescription.ERRORMESSAGE_MACSAFARI_DEVICENOTALLOWED?new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_AUDIODEVICE_NOTALLOWED,"audio device not allowed"):a.message===y.DeviceErrorDescription.ERRORMESSAGE_MACCHROME_DEVICENOTREADABLE||a.message===y.DeviceErrorDescription.ERRORMESSAGE_AUDIODEVICENOTREADABLE||a.message===y.DeviceErrorDescription.ERRORNAME_DEVICENOTREADABLE?new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_AUDIODEVICE_NOTREADABLE,"audio device not readable"):null},c.prototype.parseVideoError=function(a){return a.message===y.DeviceErrorDescription.ERRORMESSAGE_DEVICENOTFOUND||a.name===y.DeviceErrorDescription.ERRORNAME_DEVICENOTFOUND?new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTFOUND,"video device not found"):a.message===y.DeviceErrorDescription.ERRORMESSAGE_DEVICENOTALLOWED||a.message===y.DeviceErrorDescription.ERRORMESSAGE_MOBILEDEVICE_NOTALLOWED||a.message===y.DeviceErrorDescription.ERRORMESSAGE_MACSAFARI_DEVICENOTALLOWED?new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTALLOWED,"video device not allowed"):a.message===y.DeviceErrorDescription.ERRORMESSAGE_MACCHROME_DEVICENOTREADABLE||a.message===y.DeviceErrorDescription.ERRORMESSAGE_VIDEODEVICENOTREADABLE||a.name===y.DeviceErrorDescription.ERRORNAME_DEVICENOTREADABLE?new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTREADABLE,"video device not readable"):null},c.prototype.parseMixedError=function(a){return a.message===y.DeviceErrorDescription.ERRORMESSAGE_DEVICENOTFOUND||a.name===y.DeviceErrorDescription.ERRORNAME_DEVICENOTFOUND?new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_NOTFOUND,"audio or video device not found"):a.message===y.DeviceErrorDescription.ERRORMESSAGE_DEVICENOTALLOWED||a.message===y.DeviceErrorDescription.ERRORMESSAGE_MACSAFARI_DEVICENOTALLOWED?new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_NOTALLOWED,"audio or video device not allowed"):a.message===y.DeviceErrorDescription.ERRORMESSAGE_MOBILEDEVICE_NOTALLOWED?new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTALLOWED,"video device not allowed"):a.message===y.DeviceErrorDescription.ERRORMESSAGE_MACCHROME_DEVICENOTREADABLE||a.name===y.DeviceErrorDescription.ERRORNAME_DEVICENOTREADABLE?new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_NOTREADABLE,"audio or video device not readable"):a.message===y.DeviceErrorDescription.ERRORMESSAGE_AUDIODEVICENOTREADABLE?new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_AUDIODEVICE_NOTREADABLE,"audio device not readable"):a.message===y.DeviceErrorDescription.ERRORMESSAGE_VIDEODEVICENOTREADABLE?new y.DeviceError(y.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTREADABLE,"video device not readable"):null},c.prototype.parseScreenError=function(a){return a.name===y.DeviceErrorDescription.ERRORNAME_DEVICENOTALLOWED?a.message===y.DeviceErrorDescription.ERRORMESSAGE_DEVICENOTALLOWED?new y.DeviceError(y.DeviceErrorCode.ERROR_SCREENSHARE_NOTALLOWED,a.message):new y.DeviceError(y.DeviceErrorCode.ERROR_SCREENSHARE_NOPERMISSION,a.message):a.name===y.DeviceErrorDescription.ERRORNAME_INVALID_ACCESS?new y.DeviceError(y.DeviceErrorCode.ERROR_SCREENSHARE_INVALIDACCESS,a.message):null},c.prototype.createVideoConstraints=function(a){var e={video:a};return Object.keys(a).length===0&&(e={video:!0}),e},c.prototype.createAudioConstraints=function(a){var e={audio:a};return Object.keys(a).length===0&&(e={audio:!0}),e},c.prototype.createMixedConstraints=function(a){return a},c}();d.BaseDeviceManager=s},913:function(m,d,f){var y,v=this&&this.__extends||(y=function(c,a){return(y=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i])})(c,a)},function(c,a){function e(){this.constructor=c}y(c,a),c.prototype=a===null?Object.create(a):(e.prototype=a.prototype,new e)});Object.defineProperty(d,"__esModule",{value:!0}),d.IosDeviceManager=void 0;var s=function(c){function a(){return c.call(this)||this}return v(a,c),a}(f(583).MobileDeviceManager);d.IosDeviceManager=s},331:function(m,d,f){var y,v=this&&this.__extends||(y=function(c,a){return(y=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i])})(c,a)},function(c,a){function e(){this.constructor=c}y(c,a),c.prototype=a===null?Object.create(a):(e.prototype=a.prototype,new e)});Object.defineProperty(d,"__esModule",{value:!0}),d.LinuxDeviceManager=void 0;var s=function(c){function a(){return c.call(this)||this}return v(a,c),a}(f(62).BaseDeviceManager);d.LinuxDeviceManager=s},1:function(m,d,f){var y,v=this&&this.__extends||(y=function(c,a){return(y=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i])})(c,a)},function(c,a){function e(){this.constructor=c}y(c,a),c.prototype=a===null?Object.create(a):(e.prototype=a.prototype,new e)});Object.defineProperty(d,"__esModule",{value:!0}),d.MacDeviceManager=void 0;var s=function(c){function a(){return c.call(this)||this}return v(a,c),a}(f(62).BaseDeviceManager);d.MacDeviceManager=s},583:function(m,d,f){var y,v=this&&this.__extends||(y=function(a,e){return(y=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(r[o]=i[o])})(a,e)},function(a,e){function r(){this.constructor=a}y(a,e),a.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(d,"__esModule",{value:!0}),d.MobileDeviceManager=void 0;var s=f(603),c=function(a){function e(){return a.call(this)||this}return v(e,a),e.prototype.checkSupportScreenShare=function(){return!1},e.prototype.getScreenTrack=function(r){return new Promise(function(i,o){o(new s.DeviceError(s.DeviceErrorCode.ERROR_SCREENSHARE_NOTSUPPORT,"mobile not support screenshare"))})},e.prototype.getScreenStream=function(r){return new Promise(function(i,o){o(new s.DeviceError(s.DeviceErrorCode.ERROR_SCREENSHARE_NOTSUPPORT,"mobile not support screenshare"))})},e}(f(62).BaseDeviceManager);d.MobileDeviceManager=c},935:function(m,d,f){var y,v=this&&this.__extends||(y=function(c,a){return(y=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i])})(c,a)},function(c,a){function e(){this.constructor=c}y(c,a),c.prototype=a===null?Object.create(a):(e.prototype=a.prototype,new e)});Object.defineProperty(d,"__esModule",{value:!0}),d.WindowsDeviceManager=void 0;var s=function(c){function a(){return c.call(this)||this}return v(a,c),a}(f(62).BaseDeviceManager);d.WindowsDeviceManager=s},607:function(m,d,f){var y=this&&this.__createBinding||(Object.create?function(c,a,e,r){r===void 0&&(r=e),Object.defineProperty(c,r,{enumerable:!0,get:function(){return a[e]}})}:function(c,a,e,r){r===void 0&&(r=e),c[r]=a[e]}),v=this&&this.__exportStar||function(c,a){for(var e in c)e==="default"||Object.prototype.hasOwnProperty.call(a,e)||y(a,c,e)};Object.defineProperty(d,"__esModule",{value:!0}),d.BrowserDeviceManager=void 0;var s=f(304);Object.defineProperty(d,"BrowserDeviceManager",{enumerable:!0,get:function(){return s.BrowserDeviceManager}}),v(f(873),d),window&&(window.BrowserDeviceManager=s.BrowserDeviceManager)},610:(m,d,f)=>{Object.defineProperty(d,"__esModule",{value:!0}),d.LinkUtil=void 0;var y,v=f(603),s=f(261),c=f(54);(function(o){o[o.Windows=0]="Windows",o[o.MacOS=1]="MacOS",o[o.Other=2]="Other"})(y||(y={}));var a="ms-settings:",e="x-apple.systempreferences:com.apple.preference.security?",r={SYS_MIC:[a+"privacy-microphone",e+"Privacy_Microphone"],SYS_CAMERA:[a+"privacy-webcam",e+"Privacy_Camera"],SYS_SCREENSHARE:["",e+"Privacy_ScreenCapture"]},i=function(){function o(){s||console.error("SystemUtil is not found"),this.systemType=this.getSystemType()}return o.prototype.getRelatedLink=function(t){var n="",u=this.systemType;switch(t){case v.DeviceErrorCode.ERROR_DEVICE_AUDIODEVICE_NOTFOUND:case v.DeviceErrorCode.ERROR_DEVICE_AUDIODEVICE_NOTREADABLE:n=r.SYS_MIC[u];break;case v.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTFOUND:case v.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTREADABLE:n=r.SYS_CAMERA[u];break;case v.DeviceErrorCode.ERROR_SCREENSHARE_UNKNOWNERRO:case v.DeviceErrorCode.ERROR_SCREENSHARE_NOPERMISSION:n=r.SYS_SCREENSHARE[u];break;case v.DeviceErrorCode.ERROR_DEVICE_AUDIODEVICE_NOTALLOWED:case v.DeviceErrorCode.ERROR_DEVICE_VIDEODEVICE_NOTALLOWED:case v.DeviceErrorCode.ERROR_DEVICE_NOTALLOWED:c.isChrome?n=this.getChromeResetLink():c.isEdge&&(n=this.getEdgeResetLink());break;default:n=""}return n},o.prototype.getSystemType=function(){return s.isWindows?y.Windows:s.isMacOS?y.MacOS:y.Other},o.prototype.getChromeResetLink=function(){return"chrome://settings/content/siteDetails?site="+encodeURIComponent(window.location.origin)},o.prototype.getEdgeResetLink=function(){return"edge://settings/content/siteDetails?site="+encodeURIComponent(window.location.origin)},o}();d.LinkUtil=i},101:(m,d)=>{var f;Object.defineProperty(d,"__esModule",{value:!0}),d.SystemUtil=void 0,function(v){v[v.Unknown=0]="Unknown",v[v.MacOS=1]="MacOS",v[v.Windows=2]="Windows",v[v.Android=3]="Android",v[v.Iphone=4]="Iphone",v[v.Ipad=5]="Ipad",v[v.Linux=6]="Linux"}(f||(f={}));var y=function(){function v(){this.systemType=f.Unknown,this.getSystemInfo()}return Object.defineProperty(v.prototype,"isIos",{get:function(){return this.systemType===f.Ipad||this.systemType===f.Iphone},enumerable:!1,configurable:!0}),Object.defineProperty(v.prototype,"isAndroid",{get:function(){return this.systemType===f.Android},enumerable:!1,configurable:!0}),Object.defineProperty(v.prototype,"isMacOS",{get:function(){return this.systemType===f.MacOS},enumerable:!1,configurable:!0}),Object.defineProperty(v.prototype,"isWindows",{get:function(){return this.systemType===f.Windows},enumerable:!1,configurable:!0}),Object.defineProperty(v.prototype,"isLinux",{get:function(){return this.systemType===f.Linux},enumerable:!1,configurable:!0}),v.prototype.getSystemInfo=function(){if(navigator&&navigator.userAgent){var s=navigator.userAgent.toLocaleLowerCase();s.indexOf("ipad")>-1?this.systemType=f.Ipad:s.indexOf("iphone")>-1?this.systemType=f.Iphone:s.indexOf("android")>-1?this.systemType=f.Android:s.indexOf("win")>-1?this.systemType=f.Windows:s.indexOf("mac")>-1?this.systemType=f.MacOS:s.indexOf("linux")>-1?this.systemType=f.Linux:s.indexOf("")>-1&&(this.systemType=f.Unknown)}},v}();d.SystemUtil=y},54:m=>{m.exports=window.BrowserUtil},261:m=>{m.exports=window.SystemUtil}},_={};return function m(d){if(_[d])return _[d].exports;var f=_[d]={exports:{}};return T[d].call(f.exports,f,f.exports,m),f.exports}(607)})()},6677:(j,T,_)=>{var m=_(7963);function d(c,a,e,r,i){var o=m.writeRtpDescription(c.kind,a);if(o+=m.writeIceParameters(c.iceGatherer.getLocalParameters()),o+=m.writeDtlsParameters(c.dtlsTransport.getLocalParameters(),e==="offer"?"actpass":i||"active"),o+="a=mid:"+c.mid+`\r
|
|
80
|
+
`,c.rtpSender&&c.rtpReceiver?o+=`a=sendrecv\r
|
|
81
|
+
`:c.rtpSender?o+=`a=sendonly\r
|
|
82
|
+
`:c.rtpReceiver?o+=`a=recvonly\r
|
|
83
|
+
`:o+=`a=inactive\r
|
|
84
|
+
`,c.rtpSender){var t=c.rtpSender._initialTrackId||c.rtpSender.track.id;c.rtpSender._initialTrackId=t;var n="msid:"+(r?r.id:"-")+" "+t+`\r
|
|
85
|
+
`;o+="a="+n,o+="a=ssrc:"+c.sendEncodingParameters[0].ssrc+" "+n,c.sendEncodingParameters[0].rtx&&(o+="a=ssrc:"+c.sendEncodingParameters[0].rtx.ssrc+" "+n,o+="a=ssrc-group:FID "+c.sendEncodingParameters[0].ssrc+" "+c.sendEncodingParameters[0].rtx.ssrc+`\r
|
|
86
|
+
`)}return o+="a=ssrc:"+c.sendEncodingParameters[0].ssrc+" cname:"+m.localCName+`\r
|
|
87
|
+
`,c.rtpSender&&c.sendEncodingParameters[0].rtx&&(o+="a=ssrc:"+c.sendEncodingParameters[0].rtx.ssrc+" cname:"+m.localCName+`\r
|
|
88
|
+
`),o}function f(c,a){var e={codecs:[],headerExtensions:[],fecMechanisms:[]},r=function(o,t){o=parseInt(o,10);for(var n=0;n<t.length;n++)if(t[n].payloadType===o||t[n].preferredPayloadType===o)return t[n]},i=function(o,t,n,u){var h=r(o.parameters.apt,n),S=r(t.parameters.apt,u);return h&&S&&h.name.toLowerCase()===S.name.toLowerCase()};return c.codecs.forEach(function(o){for(var t=0;t<a.codecs.length;t++){var n=a.codecs[t];if(o.name.toLowerCase()===n.name.toLowerCase()&&o.clockRate===n.clockRate){if(o.name.toLowerCase()==="rtx"&&o.parameters&&n.parameters.apt&&!i(o,n,c.codecs,a.codecs))continue;(n=JSON.parse(JSON.stringify(n))).numChannels=Math.min(o.numChannels,n.numChannels),e.codecs.push(n),n.rtcpFeedback=n.rtcpFeedback.filter(function(u){for(var h=0;h<o.rtcpFeedback.length;h++)if(o.rtcpFeedback[h].type===u.type&&o.rtcpFeedback[h].parameter===u.parameter)return!0;return!1});break}}}),c.headerExtensions.forEach(function(o){for(var t=0;t<a.headerExtensions.length;t++){var n=a.headerExtensions[t];if(o.uri===n.uri){e.headerExtensions.push(n);break}}}),e}function y(c,a,e){return{offer:{setLocalDescription:["stable","have-local-offer"],setRemoteDescription:["stable","have-remote-offer"]},answer:{setLocalDescription:["have-remote-offer","have-local-pranswer"],setRemoteDescription:["have-local-offer","have-remote-pranswer"]}}[a][c].indexOf(e)!==-1}function v(c,a){var e=c.getRemoteCandidates().find(function(r){return a.foundation===r.foundation&&a.ip===r.ip&&a.port===r.port&&a.priority===r.priority&&a.protocol===r.protocol&&a.type===r.type});return e||c.addRemoteCandidate(a),!e}function s(c,a){var e=new Error(a);return e.name=c,e.code={NotSupportedError:9,InvalidStateError:11,InvalidAccessError:15,TypeError:void 0,OperationError:void 0}[c],e}j.exports=function(c,a){function e(t,n){n.addTrack(t),n.dispatchEvent(new c.MediaStreamTrackEvent("addtrack",{track:t}))}function r(t,n,u,h){var S=new Event("track");S.track=n,S.receiver=u,S.transceiver={receiver:u},S.streams=h,c.setTimeout(function(){t._dispatchEvent("track",S)})}var i=function(t){var n=this,u=document.createDocumentFragment();if(["addEventListener","removeEventListener","dispatchEvent"].forEach(function(S){n[S]=u[S].bind(u)}),this.canTrickleIceCandidates=null,this.needNegotiation=!1,this.localStreams=[],this.remoteStreams=[],this._localDescription=null,this._remoteDescription=null,this.signalingState="stable",this.iceConnectionState="new",this.connectionState="new",this.iceGatheringState="new",t=JSON.parse(JSON.stringify(t||{})),this.usingBundle=t.bundlePolicy==="max-bundle",t.rtcpMuxPolicy==="negotiate")throw s("NotSupportedError","rtcpMuxPolicy 'negotiate' is not supported");switch(t.rtcpMuxPolicy||(t.rtcpMuxPolicy="require"),t.iceTransportPolicy){case"all":case"relay":break;default:t.iceTransportPolicy="all"}switch(t.bundlePolicy){case"balanced":case"max-compat":case"max-bundle":break;default:t.bundlePolicy="balanced"}if(t.iceServers=function(S,x){var E=!1;return(S=JSON.parse(JSON.stringify(S))).filter(function(p){if(p&&(p.urls||p.url)){var b=p.urls||p.url;p.url&&!p.urls&&console.warn("RTCIceServer.url is deprecated! Use urls instead.");var l=typeof b=="string";return l&&(b=[b]),b=b.filter(function(A){return A.indexOf("turn:")!==0||A.indexOf("transport=udp")===-1||A.indexOf("turn:[")!==-1||E?A.indexOf("stun:")===0&&x>=14393&&A.indexOf("?transport=udp")===-1:(E=!0,!0)}),delete p.url,p.urls=l?b[0]:b,!!b.length}})}(t.iceServers||[],a),this._iceGatherers=[],t.iceCandidatePoolSize)for(var h=t.iceCandidatePoolSize;h>0;h--)this._iceGatherers.push(new c.RTCIceGatherer({iceServers:t.iceServers,gatherPolicy:t.iceTransportPolicy}));else t.iceCandidatePoolSize=0;this._config=t,this.transceivers=[],this._sdpSessionId=m.generateSessionId(),this._sdpSessionVersion=0,this._dtlsRole=void 0,this._isClosed=!1};Object.defineProperty(i.prototype,"localDescription",{configurable:!0,get:function(){return this._localDescription}}),Object.defineProperty(i.prototype,"remoteDescription",{configurable:!0,get:function(){return this._remoteDescription}}),i.prototype.onicecandidate=null,i.prototype.onaddstream=null,i.prototype.ontrack=null,i.prototype.onremovestream=null,i.prototype.onsignalingstatechange=null,i.prototype.oniceconnectionstatechange=null,i.prototype.onconnectionstatechange=null,i.prototype.onicegatheringstatechange=null,i.prototype.onnegotiationneeded=null,i.prototype.ondatachannel=null,i.prototype._dispatchEvent=function(t,n){this._isClosed||(this.dispatchEvent(n),typeof this["on"+t]=="function"&&this["on"+t](n))},i.prototype._emitGatheringStateChange=function(){var t=new Event("icegatheringstatechange");this._dispatchEvent("icegatheringstatechange",t)},i.prototype.getConfiguration=function(){return this._config},i.prototype.getLocalStreams=function(){return this.localStreams},i.prototype.getRemoteStreams=function(){return this.remoteStreams},i.prototype._createTransceiver=function(t,n){var u=this.transceivers.length>0,h={track:null,iceGatherer:null,iceTransport:null,dtlsTransport:null,localCapabilities:null,remoteCapabilities:null,rtpSender:null,rtpReceiver:null,kind:t,mid:null,sendEncodingParameters:null,recvEncodingParameters:null,stream:null,associatedRemoteMediaStreams:[],wantReceive:!0};if(this.usingBundle&&u)h.iceTransport=this.transceivers[0].iceTransport,h.dtlsTransport=this.transceivers[0].dtlsTransport;else{var S=this._createIceAndDtlsTransports();h.iceTransport=S.iceTransport,h.dtlsTransport=S.dtlsTransport}return n||this.transceivers.push(h),h},i.prototype.addTrack=function(t,n){if(this._isClosed)throw s("InvalidStateError","Attempted to call addTrack on a closed peerconnection.");var u;if(this.transceivers.find(function(S){return S.track===t}))throw s("InvalidAccessError","Track already exists.");for(var h=0;h<this.transceivers.length;h++)this.transceivers[h].track||this.transceivers[h].kind!==t.kind||(u=this.transceivers[h]);return u||(u=this._createTransceiver(t.kind)),this._maybeFireNegotiationNeeded(),this.localStreams.indexOf(n)===-1&&this.localStreams.push(n),u.track=t,u.stream=n,u.rtpSender=new c.RTCRtpSender(t,u.dtlsTransport),u.rtpSender},i.prototype.addStream=function(t){var n=this;if(a>=15025)t.getTracks().forEach(function(h){n.addTrack(h,t)});else{var u=t.clone();t.getTracks().forEach(function(h,S){var x=u.getTracks()[S];h.addEventListener("enabled",function(E){x.enabled=E.enabled})}),u.getTracks().forEach(function(h){n.addTrack(h,u)})}},i.prototype.removeTrack=function(t){if(this._isClosed)throw s("InvalidStateError","Attempted to call removeTrack on a closed peerconnection.");if(!(t instanceof c.RTCRtpSender))throw new TypeError("Argument 1 of RTCPeerConnection.removeTrack does not implement interface RTCRtpSender.");var n=this.transceivers.find(function(h){return h.rtpSender===t});if(!n)throw s("InvalidAccessError","Sender was not created by this connection.");var u=n.stream;n.rtpSender.stop(),n.rtpSender=null,n.track=null,n.stream=null,this.transceivers.map(function(h){return h.stream}).indexOf(u)===-1&&this.localStreams.indexOf(u)>-1&&this.localStreams.splice(this.localStreams.indexOf(u),1),this._maybeFireNegotiationNeeded()},i.prototype.removeStream=function(t){var n=this;t.getTracks().forEach(function(u){var h=n.getSenders().find(function(S){return S.track===u});h&&n.removeTrack(h)})},i.prototype.getSenders=function(){return this.transceivers.filter(function(t){return!!t.rtpSender}).map(function(t){return t.rtpSender})},i.prototype.getReceivers=function(){return this.transceivers.filter(function(t){return!!t.rtpReceiver}).map(function(t){return t.rtpReceiver})},i.prototype._createIceGatherer=function(t,n){var u=this;if(n&&t>0)return this.transceivers[0].iceGatherer;if(this._iceGatherers.length)return this._iceGatherers.shift();var h=new c.RTCIceGatherer({iceServers:this._config.iceServers,gatherPolicy:this._config.iceTransportPolicy});return Object.defineProperty(h,"state",{value:"new",writable:!0}),this.transceivers[t].bufferedCandidateEvents=[],this.transceivers[t].bufferCandidates=function(S){var x=!S.candidate||Object.keys(S.candidate).length===0;h.state=x?"completed":"gathering",u.transceivers[t].bufferedCandidateEvents!==null&&u.transceivers[t].bufferedCandidateEvents.push(S)},h.addEventListener("localcandidate",this.transceivers[t].bufferCandidates),h},i.prototype._gather=function(t,n){var u=this,h=this.transceivers[n].iceGatherer;if(!h.onlocalcandidate){var S=this.transceivers[n].bufferedCandidateEvents;this.transceivers[n].bufferedCandidateEvents=null,h.removeEventListener("localcandidate",this.transceivers[n].bufferCandidates),h.onlocalcandidate=function(x){if(!(u.usingBundle&&n>0)){var E=new Event("icecandidate");E.candidate={sdpMid:t,sdpMLineIndex:n};var p=x.candidate,b=!p||Object.keys(p).length===0;if(b)h.state!=="new"&&h.state!=="gathering"||(h.state="completed");else{h.state==="new"&&(h.state="gathering"),p.component=1,p.ufrag=h.getLocalParameters().usernameFragment;var l=m.writeCandidate(p);E.candidate=Object.assign(E.candidate,m.parseCandidate(l)),E.candidate.candidate=l,E.candidate.toJSON=function(){return{candidate:E.candidate.candidate,sdpMid:E.candidate.sdpMid,sdpMLineIndex:E.candidate.sdpMLineIndex,usernameFragment:E.candidate.usernameFragment}}}var A=m.getMediaSections(u._localDescription.sdp);A[E.candidate.sdpMLineIndex]+=b?`a=end-of-candidates\r
|
|
89
|
+
`:"a="+E.candidate.candidate+`\r
|
|
90
|
+
`,u._localDescription.sdp=m.getDescription(u._localDescription.sdp)+A.join("");var R=u.transceivers.every(function(C){return C.iceGatherer&&C.iceGatherer.state==="completed"});u.iceGatheringState!=="gathering"&&(u.iceGatheringState="gathering",u._emitGatheringStateChange()),b||u._dispatchEvent("icecandidate",E),R&&(u._dispatchEvent("icecandidate",new Event("icecandidate")),u.iceGatheringState="complete",u._emitGatheringStateChange())}},c.setTimeout(function(){S.forEach(function(x){h.onlocalcandidate(x)})},0)}},i.prototype._createIceAndDtlsTransports=function(){var t=this,n=new c.RTCIceTransport(null);n.onicestatechange=function(){t._updateIceConnectionState(),t._updateConnectionState()};var u=new c.RTCDtlsTransport(n);return u.ondtlsstatechange=function(){t._updateConnectionState()},u.onerror=function(){Object.defineProperty(u,"state",{value:"failed",writable:!0}),t._updateConnectionState()},{iceTransport:n,dtlsTransport:u}},i.prototype._disposeIceAndDtlsTransports=function(t){var n=this.transceivers[t].iceGatherer;n&&(delete n.onlocalcandidate,delete this.transceivers[t].iceGatherer);var u=this.transceivers[t].iceTransport;u&&(delete u.onicestatechange,delete this.transceivers[t].iceTransport);var h=this.transceivers[t].dtlsTransport;h&&(delete h.ondtlsstatechange,delete h.onerror,delete this.transceivers[t].dtlsTransport)},i.prototype._transceive=function(t,n,u){var h=f(t.localCapabilities,t.remoteCapabilities);n&&t.rtpSender&&(h.encodings=t.sendEncodingParameters,h.rtcp={cname:m.localCName,compound:t.rtcpParameters.compound},t.recvEncodingParameters.length&&(h.rtcp.ssrc=t.recvEncodingParameters[0].ssrc),t.rtpSender.send(h)),u&&t.rtpReceiver&&h.codecs.length>0&&(t.kind==="video"&&t.recvEncodingParameters&&a<15019&&t.recvEncodingParameters.forEach(function(S){delete S.rtx}),t.recvEncodingParameters.length?h.encodings=t.recvEncodingParameters:h.encodings=[{}],h.rtcp={compound:t.rtcpParameters.compound},t.rtcpParameters.cname&&(h.rtcp.cname=t.rtcpParameters.cname),t.sendEncodingParameters.length&&(h.rtcp.ssrc=t.sendEncodingParameters[0].ssrc),t.rtpReceiver.receive(h))},i.prototype.setLocalDescription=function(t){var n,u,h=this;if(["offer","answer"].indexOf(t.type)===-1)return Promise.reject(s("TypeError",'Unsupported type "'+t.type+'"'));if(!y("setLocalDescription",t.type,h.signalingState)||h._isClosed)return Promise.reject(s("InvalidStateError","Can not set local "+t.type+" in state "+h.signalingState));if(t.type==="offer")n=m.splitSections(t.sdp),u=n.shift(),n.forEach(function(x,E){var p=m.parseRtpParameters(x);h.transceivers[E].localCapabilities=p}),h.transceivers.forEach(function(x,E){h._gather(x.mid,E)});else if(t.type==="answer"){n=m.splitSections(h._remoteDescription.sdp),u=n.shift();var S=m.matchPrefix(u,"a=ice-lite").length>0;n.forEach(function(x,E){var p=h.transceivers[E],b=p.iceGatherer,l=p.iceTransport,A=p.dtlsTransport,R=p.localCapabilities,C=p.remoteCapabilities;if(!(m.isRejected(x)&&m.matchPrefix(x,"a=bundle-only").length===0)&&!p.rejected){var g=m.getIceParameters(x,u),D=m.getDtlsParameters(x,u);S&&(D.role="server"),h.usingBundle&&E!==0||(h._gather(p.mid,E),l.state==="new"&&l.start(b,g,S?"controlling":"controlled"),A.state==="new"&&A.start(D));var O=f(R,C);h._transceive(p,O.codecs.length>0,!1)}})}return h._localDescription={type:t.type,sdp:t.sdp},t.type==="offer"?h._updateSignalingState("have-local-offer"):h._updateSignalingState("stable"),Promise.resolve()},i.prototype.setRemoteDescription=function(t){var n=this;if(["offer","answer"].indexOf(t.type)===-1)return Promise.reject(s("TypeError",'Unsupported type "'+t.type+'"'));if(!y("setRemoteDescription",t.type,n.signalingState)||n._isClosed)return Promise.reject(s("InvalidStateError","Can not set remote "+t.type+" in state "+n.signalingState));var u={};n.remoteStreams.forEach(function(l){u[l.id]=l});var h=[],S=m.splitSections(t.sdp),x=S.shift(),E=m.matchPrefix(x,"a=ice-lite").length>0,p=m.matchPrefix(x,"a=group:BUNDLE ").length>0;n.usingBundle=p;var b=m.matchPrefix(x,"a=ice-options:")[0];return n.canTrickleIceCandidates=!!b&&b.substr(14).split(" ").indexOf("trickle")>=0,S.forEach(function(l,A){var R=m.splitLines(l),C=m.getKind(l),g=m.isRejected(l)&&m.matchPrefix(l,"a=bundle-only").length===0,D=R[0].substr(2).split(" ")[2],O=m.getDirection(l,x),U=m.parseMsid(l),k=m.getMid(l)||m.generateIdentifier();if(g||C==="application"&&(D==="DTLS/SCTP"||D==="UDP/DTLS/SCTP"))n.transceivers[A]={mid:k,kind:C,protocol:D,rejected:!0};else{var w,N,H,F,P,B,W,z,G;!g&&n.transceivers[A]&&n.transceivers[A].rejected&&(n.transceivers[A]=n._createTransceiver(C,!0));var J,re,te=m.parseRtpParameters(l);g||(J=m.getIceParameters(l,x),(re=m.getDtlsParameters(l,x)).role="client"),W=m.parseRtpEncodingParameters(l);var ie=m.parseRtcpParameters(l),ce=m.matchPrefix(l,"a=end-of-candidates",x).length>0,se=m.matchPrefix(l,"a=candidate:").map(function(de){return m.parseCandidate(de)}).filter(function(de){return de.component===1});if((t.type==="offer"||t.type==="answer")&&!g&&p&&A>0&&n.transceivers[A]&&(n._disposeIceAndDtlsTransports(A),n.transceivers[A].iceGatherer=n.transceivers[0].iceGatherer,n.transceivers[A].iceTransport=n.transceivers[0].iceTransport,n.transceivers[A].dtlsTransport=n.transceivers[0].dtlsTransport,n.transceivers[A].rtpSender&&n.transceivers[A].rtpSender.setTransport(n.transceivers[0].dtlsTransport),n.transceivers[A].rtpReceiver&&n.transceivers[A].rtpReceiver.setTransport(n.transceivers[0].dtlsTransport)),t.type!=="offer"||g)t.type==="answer"&&!g&&(N=(w=n.transceivers[A]).iceGatherer,H=w.iceTransport,F=w.dtlsTransport,P=w.rtpReceiver,B=w.sendEncodingParameters,z=w.localCapabilities,n.transceivers[A].recvEncodingParameters=W,n.transceivers[A].remoteCapabilities=te,n.transceivers[A].rtcpParameters=ie,se.length&&H.state==="new"&&(!E&&!ce||p&&A!==0?se.forEach(function(de){v(w.iceTransport,de)}):H.setRemoteCandidates(se)),p&&A!==0||(H.state==="new"&&H.start(N,J,"controlling"),F.state==="new"&&F.start(re)),!f(w.localCapabilities,w.remoteCapabilities).codecs.filter(function(de){return de.name.toLowerCase()==="rtx"}).length&&w.sendEncodingParameters[0].rtx&&delete w.sendEncodingParameters[0].rtx,n._transceive(w,O==="sendrecv"||O==="recvonly",O==="sendrecv"||O==="sendonly"),!P||O!=="sendrecv"&&O!=="sendonly"?delete w.rtpReceiver:(G=P.track,U?(u[U.stream]||(u[U.stream]=new c.MediaStream),e(G,u[U.stream]),h.push([G,P,u[U.stream]])):(u.default||(u.default=new c.MediaStream),e(G,u.default),h.push([G,P,u.default]))));else{(w=n.transceivers[A]||n._createTransceiver(C)).mid=k,w.iceGatherer||(w.iceGatherer=n._createIceGatherer(A,p)),se.length&&w.iceTransport.state==="new"&&(!ce||p&&A!==0?se.forEach(function(de){v(w.iceTransport,de)}):w.iceTransport.setRemoteCandidates(se)),z=c.RTCRtpReceiver.getCapabilities(C),a<15019&&(z.codecs=z.codecs.filter(function(de){return de.name!=="rtx"})),B=w.sendEncodingParameters||[{ssrc:1001*(2*A+2)}];var ue,pe=!1;O==="sendrecv"||O==="sendonly"?(pe=!w.rtpReceiver,P=w.rtpReceiver||new c.RTCRtpReceiver(w.dtlsTransport,C),pe&&(G=P.track,U&&U.stream==="-"||(U?(u[U.stream]||(u[U.stream]=new c.MediaStream,Object.defineProperty(u[U.stream],"id",{get:function(){return U.stream}})),Object.defineProperty(G,"id",{get:function(){return U.track}}),ue=u[U.stream]):(u.default||(u.default=new c.MediaStream),ue=u.default)),ue&&(e(G,ue),w.associatedRemoteMediaStreams.push(ue)),h.push([G,P,ue]))):w.rtpReceiver&&w.rtpReceiver.track&&(w.associatedRemoteMediaStreams.forEach(function(de){var ve=de.getTracks().find(function(Ee){return Ee.id===w.rtpReceiver.track.id});ve&&function(Ee,fe){fe.removeTrack(Ee),fe.dispatchEvent(new c.MediaStreamTrackEvent("removetrack",{track:Ee}))}(ve,de)}),w.associatedRemoteMediaStreams=[]),w.localCapabilities=z,w.remoteCapabilities=te,w.rtpReceiver=P,w.rtcpParameters=ie,w.sendEncodingParameters=B,w.recvEncodingParameters=W,n._transceive(n.transceivers[A],!1,pe)}}}),n._dtlsRole===void 0&&(n._dtlsRole=t.type==="offer"?"active":"passive"),n._remoteDescription={type:t.type,sdp:t.sdp},t.type==="offer"?n._updateSignalingState("have-remote-offer"):n._updateSignalingState("stable"),Object.keys(u).forEach(function(l){var A=u[l];if(A.getTracks().length){if(n.remoteStreams.indexOf(A)===-1){n.remoteStreams.push(A);var R=new Event("addstream");R.stream=A,c.setTimeout(function(){n._dispatchEvent("addstream",R)})}h.forEach(function(C){var g=C[0],D=C[1];A.id===C[2].id&&r(n,g,D,[A])})}}),h.forEach(function(l){l[2]||r(n,l[0],l[1],[])}),c.setTimeout(function(){n&&n.transceivers&&n.transceivers.forEach(function(l){l.iceTransport&&l.iceTransport.state==="new"&&l.iceTransport.getRemoteCandidates().length>0&&(console.warn("Timeout for addRemoteCandidate. Consider sending an end-of-candidates notification"),l.iceTransport.addRemoteCandidate({}))})},4e3),Promise.resolve()},i.prototype.close=function(){this.transceivers.forEach(function(t){t.iceTransport&&t.iceTransport.stop(),t.dtlsTransport&&t.dtlsTransport.stop(),t.rtpSender&&t.rtpSender.stop(),t.rtpReceiver&&t.rtpReceiver.stop()}),this._isClosed=!0,this._updateSignalingState("closed")},i.prototype._updateSignalingState=function(t){this.signalingState=t;var n=new Event("signalingstatechange");this._dispatchEvent("signalingstatechange",n)},i.prototype._maybeFireNegotiationNeeded=function(){var t=this;this.signalingState==="stable"&&this.needNegotiation!==!0&&(this.needNegotiation=!0,c.setTimeout(function(){if(t.needNegotiation){t.needNegotiation=!1;var n=new Event("negotiationneeded");t._dispatchEvent("negotiationneeded",n)}},0))},i.prototype._updateIceConnectionState=function(){var t,n={new:0,closed:0,checking:0,connected:0,completed:0,disconnected:0,failed:0};if(this.transceivers.forEach(function(h){h.iceTransport&&!h.rejected&&n[h.iceTransport.state]++}),t="new",n.failed>0?t="failed":n.checking>0?t="checking":n.disconnected>0?t="disconnected":n.new>0?t="new":n.connected>0?t="connected":n.completed>0&&(t="completed"),t!==this.iceConnectionState){this.iceConnectionState=t;var u=new Event("iceconnectionstatechange");this._dispatchEvent("iceconnectionstatechange",u)}},i.prototype._updateConnectionState=function(){var t,n={new:0,closed:0,connecting:0,connected:0,completed:0,disconnected:0,failed:0};if(this.transceivers.forEach(function(h){h.iceTransport&&h.dtlsTransport&&!h.rejected&&(n[h.iceTransport.state]++,n[h.dtlsTransport.state]++)}),n.connected+=n.completed,t="new",n.failed>0?t="failed":n.connecting>0?t="connecting":n.disconnected>0?t="disconnected":n.new>0?t="new":n.connected>0&&(t="connected"),t!==this.connectionState){this.connectionState=t;var u=new Event("connectionstatechange");this._dispatchEvent("connectionstatechange",u)}},i.prototype.createOffer=function(){var t=this;if(t._isClosed)return Promise.reject(s("InvalidStateError","Can not call createOffer after close"));var n=t.transceivers.filter(function(E){return E.kind==="audio"}).length,u=t.transceivers.filter(function(E){return E.kind==="video"}).length,h=arguments[0];if(h){if(h.mandatory||h.optional)throw new TypeError("Legacy mandatory/optional constraints not supported.");h.offerToReceiveAudio!==void 0&&(n=h.offerToReceiveAudio===!0?1:h.offerToReceiveAudio===!1?0:h.offerToReceiveAudio),h.offerToReceiveVideo!==void 0&&(u=h.offerToReceiveVideo===!0?1:h.offerToReceiveVideo===!1?0:h.offerToReceiveVideo)}for(t.transceivers.forEach(function(E){E.kind==="audio"?--n<0&&(E.wantReceive=!1):E.kind==="video"&&--u<0&&(E.wantReceive=!1)});n>0||u>0;)n>0&&(t._createTransceiver("audio"),n--),u>0&&(t._createTransceiver("video"),u--);var S=m.writeSessionBoilerplate(t._sdpSessionId,t._sdpSessionVersion++);t.transceivers.forEach(function(E,p){var b=E.track,l=E.kind,A=E.mid||m.generateIdentifier();E.mid=A,E.iceGatherer||(E.iceGatherer=t._createIceGatherer(p,t.usingBundle));var R=c.RTCRtpSender.getCapabilities(l);a<15019&&(R.codecs=R.codecs.filter(function(g){return g.name!=="rtx"})),R.codecs.forEach(function(g){g.name==="H264"&&g.parameters["level-asymmetry-allowed"]===void 0&&(g.parameters["level-asymmetry-allowed"]="1"),E.remoteCapabilities&&E.remoteCapabilities.codecs&&E.remoteCapabilities.codecs.forEach(function(D){g.name.toLowerCase()===D.name.toLowerCase()&&g.clockRate===D.clockRate&&(g.preferredPayloadType=D.payloadType)})}),R.headerExtensions.forEach(function(g){(E.remoteCapabilities&&E.remoteCapabilities.headerExtensions||[]).forEach(function(D){g.uri===D.uri&&(g.id=D.id)})});var C=E.sendEncodingParameters||[{ssrc:1001*(2*p+1)}];b&&a>=15019&&l==="video"&&!C[0].rtx&&(C[0].rtx={ssrc:C[0].ssrc+1}),E.wantReceive&&(E.rtpReceiver=new c.RTCRtpReceiver(E.dtlsTransport,l)),E.localCapabilities=R,E.sendEncodingParameters=C}),t._config.bundlePolicy!=="max-compat"&&(S+="a=group:BUNDLE "+t.transceivers.map(function(E){return E.mid}).join(" ")+`\r
|
|
91
|
+
`),S+=`a=ice-options:trickle\r
|
|
92
|
+
`,t.transceivers.forEach(function(E,p){S+=d(E,E.localCapabilities,"offer",E.stream,t._dtlsRole),S+=`a=rtcp-rsize\r
|
|
93
|
+
`,!E.iceGatherer||t.iceGatheringState==="new"||p!==0&&t.usingBundle||(E.iceGatherer.getLocalCandidates().forEach(function(b){b.component=1,S+="a="+m.writeCandidate(b)+`\r
|
|
94
|
+
`}),E.iceGatherer.state==="completed"&&(S+=`a=end-of-candidates\r
|
|
95
|
+
`))});var x=new c.RTCSessionDescription({type:"offer",sdp:S});return Promise.resolve(x)},i.prototype.createAnswer=function(){var t=this;if(t._isClosed)return Promise.reject(s("InvalidStateError","Can not call createAnswer after close"));if(t.signalingState!=="have-remote-offer"&&t.signalingState!=="have-local-pranswer")return Promise.reject(s("InvalidStateError","Can not call createAnswer in signalingState "+t.signalingState));var n=m.writeSessionBoilerplate(t._sdpSessionId,t._sdpSessionVersion++);t.usingBundle&&(n+="a=group:BUNDLE "+t.transceivers.map(function(S){return S.mid}).join(" ")+`\r
|
|
96
|
+
`),n+=`a=ice-options:trickle\r
|
|
97
|
+
`;var u=m.getMediaSections(t._remoteDescription.sdp).length;t.transceivers.forEach(function(S,x){if(!(x+1>u)){if(S.rejected)return S.kind==="application"?S.protocol==="DTLS/SCTP"?n+=`m=application 0 DTLS/SCTP 5000\r
|
|
98
|
+
`:n+="m=application 0 "+S.protocol+` webrtc-datachannel\r
|
|
99
|
+
`:S.kind==="audio"?n+=`m=audio 0 UDP/TLS/RTP/SAVPF 0\r
|
|
99
100
|
a=rtpmap:0 PCMU/8000\r
|
|
100
|
-
`:
|
|
101
|
+
`:S.kind==="video"&&(n+=`m=video 0 UDP/TLS/RTP/SAVPF 120\r
|
|
101
102
|
a=rtpmap:120 VP8/90000\r
|
|
102
|
-
`),void(
|
|
103
|
+
`),void(n+=`c=IN IP4 0.0.0.0\r
|
|
103
104
|
a=inactive\r
|
|
104
|
-
a=mid:`+
|
|
105
|
-
`);var
|
|
106
|
-
`)}});var
|
|
107
|
-
`,
|
|
108
|
-
`,
|
|
109
|
-
`).map(function(
|
|
110
|
-
m=`).map(function(
|
|
111
|
-
`})},
|
|
112
|
-
`},
|
|
113
|
-
`},
|
|
114
|
-
`}return
|
|
115
|
-
`}),
|
|
116
|
-
`;return
|
|
117
|
-
`}),
|
|
118
|
-
`},
|
|
119
|
-
a=ice-pwd:`+
|
|
120
|
-
`},
|
|
121
|
-
`,
|
|
122
|
-
`,
|
|
123
|
-
`,
|
|
124
|
-
`),
|
|
125
|
-
`,
|
|
105
|
+
a=mid:`+S.mid+`\r
|
|
106
|
+
`);var E;S.stream&&(S.kind==="audio"?E=S.stream.getAudioTracks()[0]:S.kind==="video"&&(E=S.stream.getVideoTracks()[0]),E&&a>=15019&&S.kind==="video"&&!S.sendEncodingParameters[0].rtx&&(S.sendEncodingParameters[0].rtx={ssrc:S.sendEncodingParameters[0].ssrc+1}));var p=f(S.localCapabilities,S.remoteCapabilities);!p.codecs.filter(function(b){return b.name.toLowerCase()==="rtx"}).length&&S.sendEncodingParameters[0].rtx&&delete S.sendEncodingParameters[0].rtx,n+=d(S,p,"answer",S.stream,t._dtlsRole),S.rtcpParameters&&S.rtcpParameters.reducedSize&&(n+=`a=rtcp-rsize\r
|
|
107
|
+
`)}});var h=new c.RTCSessionDescription({type:"answer",sdp:n});return Promise.resolve(h)},i.prototype.addIceCandidate=function(t){var n,u=this;return t&&t.sdpMLineIndex===void 0&&!t.sdpMid?Promise.reject(new TypeError("sdpMLineIndex or sdpMid required")):new Promise(function(h,S){if(!u._remoteDescription)return S(s("InvalidStateError","Can not add ICE candidate without a remote description"));if(t&&t.candidate!==""){var x=t.sdpMLineIndex;if(t.sdpMid){for(var E=0;E<u.transceivers.length;E++)if(u.transceivers[E].mid===t.sdpMid){x=E;break}}var p=u.transceivers[x];if(!p)return S(s("OperationError","Can not add ICE candidate"));if(p.rejected)return h();var b=Object.keys(t.candidate).length>0?m.parseCandidate(t.candidate):{};if(b.protocol==="tcp"&&(b.port===0||b.port===9)||b.component&&b.component!==1)return h();if((x===0||x>0&&p.iceTransport!==u.transceivers[0].iceTransport)&&!v(p.iceTransport,b))return S(s("OperationError","Can not add ICE candidate"));var l=t.candidate.trim();l.indexOf("a=")===0&&(l=l.substr(2)),(n=m.getMediaSections(u._remoteDescription.sdp))[x]+="a="+(b.type?l:"end-of-candidates")+`\r
|
|
108
|
+
`,u._remoteDescription.sdp=m.getDescription(u._remoteDescription.sdp)+n.join("")}else for(var A=0;A<u.transceivers.length&&(u.transceivers[A].rejected||(u.transceivers[A].iceTransport.addRemoteCandidate({}),(n=m.getMediaSections(u._remoteDescription.sdp))[A]+=`a=end-of-candidates\r
|
|
109
|
+
`,u._remoteDescription.sdp=m.getDescription(u._remoteDescription.sdp)+n.join(""),!u.usingBundle));A++);h()})},i.prototype.getStats=function(t){if(t&&t instanceof c.MediaStreamTrack){var n=null;if(this.transceivers.forEach(function(h){h.rtpSender&&h.rtpSender.track===t?n=h.rtpSender:h.rtpReceiver&&h.rtpReceiver.track===t&&(n=h.rtpReceiver)}),!n)throw s("InvalidAccessError","Invalid selector.");return n.getStats()}var u=[];return this.transceivers.forEach(function(h){["rtpSender","rtpReceiver","iceGatherer","iceTransport","dtlsTransport"].forEach(function(S){h[S]&&u.push(h[S].getStats())})}),Promise.all(u).then(function(h){var S=new Map;return h.forEach(function(x){x.forEach(function(E){S.set(E.id,E)})}),S})},["RTCRtpSender","RTCRtpReceiver","RTCIceGatherer","RTCIceTransport","RTCDtlsTransport"].forEach(function(t){var n=c[t];if(n&&n.prototype&&n.prototype.getStats){var u=n.prototype.getStats;n.prototype.getStats=function(){return u.apply(this).then(function(h){var S=new Map;return Object.keys(h).forEach(function(x){var E;h[x].type={inboundrtp:"inbound-rtp",outboundrtp:"outbound-rtp",candidatepair:"candidate-pair",localcandidate:"local-candidate",remotecandidate:"remote-candidate"}[(E=h[x]).type]||E.type,S.set(x,h[x])}),S})}}});var o=["createOffer","createAnswer"];return o.forEach(function(t){var n=i.prototype[t];i.prototype[t]=function(){var u=arguments;return typeof u[0]=="function"||typeof u[1]=="function"?n.apply(this,[arguments[2]]).then(function(h){typeof u[0]=="function"&&u[0].apply(null,[h])},function(h){typeof u[1]=="function"&&u[1].apply(null,[h])}):n.apply(this,arguments)}}),(o=["setLocalDescription","setRemoteDescription","addIceCandidate"]).forEach(function(t){var n=i.prototype[t];i.prototype[t]=function(){var u=arguments;return typeof u[1]=="function"||typeof u[2]=="function"?n.apply(this,arguments).then(function(){typeof u[1]=="function"&&u[1].apply(null)},function(h){typeof u[2]=="function"&&u[2].apply(null,[h])}):n.apply(this,arguments)}}),["getStats"].forEach(function(t){var n=i.prototype[t];i.prototype[t]=function(){var u=arguments;return typeof u[1]=="function"?n.apply(this,arguments).then(function(){typeof u[1]=="function"&&u[1].apply(null)}):n.apply(this,arguments)}}),i}},7963:j=>{var T={generateIdentifier:function(){return Math.random().toString(36).substr(2,10)}};T.localCName=T.generateIdentifier(),T.splitLines=function(_){return _.trim().split(`
|
|
110
|
+
`).map(function(m){return m.trim()})},T.splitSections=function(_){return _.split(`
|
|
111
|
+
m=`).map(function(m,d){return(d>0?"m="+m:m).trim()+`\r
|
|
112
|
+
`})},T.getDescription=function(_){var m=T.splitSections(_);return m&&m[0]},T.getMediaSections=function(_){var m=T.splitSections(_);return m.shift(),m},T.matchPrefix=function(_,m){return T.splitLines(_).filter(function(d){return d.indexOf(m)===0})},T.parseCandidate=function(_){for(var m,d={foundation:(m=_.indexOf("a=candidate:")===0?_.substring(12).split(" "):_.substring(10).split(" "))[0],component:parseInt(m[1],10),protocol:m[2].toLowerCase(),priority:parseInt(m[3],10),ip:m[4],address:m[4],port:parseInt(m[5],10),type:m[7]},f=8;f<m.length;f+=2)switch(m[f]){case"raddr":d.relatedAddress=m[f+1];break;case"rport":d.relatedPort=parseInt(m[f+1],10);break;case"tcptype":d.tcpType=m[f+1];break;case"ufrag":d.ufrag=m[f+1],d.usernameFragment=m[f+1];break;default:d[m[f]]=m[f+1]}return d},T.writeCandidate=function(_){var m=[];m.push(_.foundation),m.push(_.component),m.push(_.protocol.toUpperCase()),m.push(_.priority),m.push(_.address||_.ip),m.push(_.port);var d=_.type;return m.push("typ"),m.push(d),d!=="host"&&_.relatedAddress&&_.relatedPort&&(m.push("raddr"),m.push(_.relatedAddress),m.push("rport"),m.push(_.relatedPort)),_.tcpType&&_.protocol.toLowerCase()==="tcp"&&(m.push("tcptype"),m.push(_.tcpType)),(_.usernameFragment||_.ufrag)&&(m.push("ufrag"),m.push(_.usernameFragment||_.ufrag)),"candidate:"+m.join(" ")},T.parseIceOptions=function(_){return _.substr(14).split(" ")},T.parseRtpMap=function(_){var m=_.substr(9).split(" "),d={payloadType:parseInt(m.shift(),10)};return m=m[0].split("/"),d.name=m[0],d.clockRate=parseInt(m[1],10),d.channels=m.length===3?parseInt(m[2],10):1,d.numChannels=d.channels,d},T.writeRtpMap=function(_){var m=_.payloadType;_.preferredPayloadType!==void 0&&(m=_.preferredPayloadType);var d=_.channels||_.numChannels||1;return"a=rtpmap:"+m+" "+_.name+"/"+_.clockRate+(d!==1?"/"+d:"")+`\r
|
|
113
|
+
`},T.parseExtmap=function(_){var m=_.substr(9).split(" ");return{id:parseInt(m[0],10),direction:m[0].indexOf("/")>0?m[0].split("/")[1]:"sendrecv",uri:m[1]}},T.writeExtmap=function(_){return"a=extmap:"+(_.id||_.preferredId)+(_.direction&&_.direction!=="sendrecv"?"/"+_.direction:"")+" "+_.uri+`\r
|
|
114
|
+
`},T.parseFmtp=function(_){for(var m,d={},f=_.substr(_.indexOf(" ")+1).split(";"),y=0;y<f.length;y++)d[(m=f[y].trim().split("="))[0].trim()]=m[1];return d},T.writeFmtp=function(_){var m="",d=_.payloadType;if(_.preferredPayloadType!==void 0&&(d=_.preferredPayloadType),_.parameters&&Object.keys(_.parameters).length){var f=[];Object.keys(_.parameters).forEach(function(y){_.parameters[y]?f.push(y+"="+_.parameters[y]):f.push(y)}),m+="a=fmtp:"+d+" "+f.join(";")+`\r
|
|
115
|
+
`}return m},T.parseRtcpFb=function(_){var m=_.substr(_.indexOf(" ")+1).split(" ");return{type:m.shift(),parameter:m.join(" ")}},T.writeRtcpFb=function(_){var m="",d=_.payloadType;return _.preferredPayloadType!==void 0&&(d=_.preferredPayloadType),_.rtcpFeedback&&_.rtcpFeedback.length&&_.rtcpFeedback.forEach(function(f){m+="a=rtcp-fb:"+d+" "+f.type+(f.parameter&&f.parameter.length?" "+f.parameter:"")+`\r
|
|
116
|
+
`}),m},T.parseSsrcMedia=function(_){var m=_.indexOf(" "),d={ssrc:parseInt(_.substr(7,m-7),10)},f=_.indexOf(":",m);return f>-1?(d.attribute=_.substr(m+1,f-m-1),d.value=_.substr(f+1)):d.attribute=_.substr(m+1),d},T.parseSsrcGroup=function(_){var m=_.substr(13).split(" ");return{semantics:m.shift(),ssrcs:m.map(function(d){return parseInt(d,10)})}},T.getMid=function(_){var m=T.matchPrefix(_,"a=mid:")[0];if(m)return m.substr(6)},T.parseFingerprint=function(_){var m=_.substr(14).split(" ");return{algorithm:m[0].toLowerCase(),value:m[1]}},T.getDtlsParameters=function(_,m){return{role:"auto",fingerprints:T.matchPrefix(_+m,"a=fingerprint:").map(T.parseFingerprint)}},T.writeDtlsParameters=function(_,m){var d="a=setup:"+m+`\r
|
|
117
|
+
`;return _.fingerprints.forEach(function(f){d+="a=fingerprint:"+f.algorithm+" "+f.value+`\r
|
|
118
|
+
`}),d},T.parseCryptoLine=function(_){var m=_.substr(9).split(" ");return{tag:parseInt(m[0],10),cryptoSuite:m[1],keyParams:m[2],sessionParams:m.slice(3)}},T.writeCryptoLine=function(_){return"a=crypto:"+_.tag+" "+_.cryptoSuite+" "+(typeof _.keyParams=="object"?T.writeCryptoKeyParams(_.keyParams):_.keyParams)+(_.sessionParams?" "+_.sessionParams.join(" "):"")+`\r
|
|
119
|
+
`},T.parseCryptoKeyParams=function(_){if(_.indexOf("inline:")!==0)return null;var m=_.substr(7).split("|");return{keyMethod:"inline",keySalt:m[0],lifeTime:m[1],mkiValue:m[2]?m[2].split(":")[0]:void 0,mkiLength:m[2]?m[2].split(":")[1]:void 0}},T.writeCryptoKeyParams=function(_){return _.keyMethod+":"+_.keySalt+(_.lifeTime?"|"+_.lifeTime:"")+(_.mkiValue&&_.mkiLength?"|"+_.mkiValue+":"+_.mkiLength:"")},T.getCryptoParameters=function(_,m){return T.matchPrefix(_+m,"a=crypto:").map(T.parseCryptoLine)},T.getIceParameters=function(_,m){var d=T.matchPrefix(_+m,"a=ice-ufrag:")[0],f=T.matchPrefix(_+m,"a=ice-pwd:")[0];return d&&f?{usernameFragment:d.substr(12),password:f.substr(10)}:null},T.writeIceParameters=function(_){return"a=ice-ufrag:"+_.usernameFragment+`\r
|
|
120
|
+
a=ice-pwd:`+_.password+`\r
|
|
121
|
+
`},T.parseRtpParameters=function(_){for(var m={codecs:[],headerExtensions:[],fecMechanisms:[],rtcp:[]},d=T.splitLines(_)[0].split(" "),f=3;f<d.length;f++){var y=d[f],v=T.matchPrefix(_,"a=rtpmap:"+y+" ")[0];if(v){var s=T.parseRtpMap(v),c=T.matchPrefix(_,"a=fmtp:"+y+" ");switch(s.parameters=c.length?T.parseFmtp(c[0]):{},s.rtcpFeedback=T.matchPrefix(_,"a=rtcp-fb:"+y+" ").map(T.parseRtcpFb),m.codecs.push(s),s.name.toUpperCase()){case"RED":case"ULPFEC":m.fecMechanisms.push(s.name.toUpperCase())}}}return T.matchPrefix(_,"a=extmap:").forEach(function(a){m.headerExtensions.push(T.parseExtmap(a))}),m},T.writeRtpDescription=function(_,m){var d="";d+="m="+_+" ",d+=m.codecs.length>0?"9":"0",d+=" UDP/TLS/RTP/SAVPF ",d+=m.codecs.map(function(y){return y.preferredPayloadType!==void 0?y.preferredPayloadType:y.payloadType}).join(" ")+`\r
|
|
122
|
+
`,d+=`c=IN IP4 0.0.0.0\r
|
|
123
|
+
`,d+=`a=rtcp:9 IN IP4 0.0.0.0\r
|
|
124
|
+
`,m.codecs.forEach(function(y){d+=T.writeRtpMap(y),d+=T.writeFmtp(y),d+=T.writeRtcpFb(y)});var f=0;return m.codecs.forEach(function(y){y.maxptime>f&&(f=y.maxptime)}),f>0&&(d+="a=maxptime:"+f+`\r
|
|
125
|
+
`),d+=`a=rtcp-mux\r
|
|
126
|
+
`,m.headerExtensions&&m.headerExtensions.forEach(function(y){d+=T.writeExtmap(y)}),d},T.parseRtpEncodingParameters=function(_){var m,d=[],f=T.parseRtpParameters(_),y=f.fecMechanisms.indexOf("RED")!==-1,v=f.fecMechanisms.indexOf("ULPFEC")!==-1,s=T.matchPrefix(_,"a=ssrc:").map(function(r){return T.parseSsrcMedia(r)}).filter(function(r){return r.attribute==="cname"}),c=s.length>0&&s[0].ssrc,a=T.matchPrefix(_,"a=ssrc-group:FID").map(function(r){return r.substr(17).split(" ").map(function(i){return parseInt(i,10)})});a.length>0&&a[0].length>1&&a[0][0]===c&&(m=a[0][1]),f.codecs.forEach(function(r){if(r.name.toUpperCase()==="RTX"&&r.parameters.apt){var i={ssrc:c,codecPayloadType:parseInt(r.parameters.apt,10)};c&&m&&(i.rtx={ssrc:m}),d.push(i),y&&((i=JSON.parse(JSON.stringify(i))).fec={ssrc:c,mechanism:v?"red+ulpfec":"red"},d.push(i))}}),d.length===0&&c&&d.push({ssrc:c});var e=T.matchPrefix(_,"b=");return e.length&&(e=e[0].indexOf("b=TIAS:")===0?parseInt(e[0].substr(7),10):e[0].indexOf("b=AS:")===0?1e3*parseInt(e[0].substr(5),10)*.95-16e3:void 0,d.forEach(function(r){r.maxBitrate=e})),d},T.parseRtcpParameters=function(_){var m={},d=T.matchPrefix(_,"a=ssrc:").map(function(v){return T.parseSsrcMedia(v)}).filter(function(v){return v.attribute==="cname"})[0];d&&(m.cname=d.value,m.ssrc=d.ssrc);var f=T.matchPrefix(_,"a=rtcp-rsize");m.reducedSize=f.length>0,m.compound=f.length===0;var y=T.matchPrefix(_,"a=rtcp-mux");return m.mux=y.length>0,m},T.parseMsid=function(_){var m,d=T.matchPrefix(_,"a=msid:");if(d.length===1)return{stream:(m=d[0].substr(7).split(" "))[0],track:m[1]};var f=T.matchPrefix(_,"a=ssrc:").map(function(y){return T.parseSsrcMedia(y)}).filter(function(y){return y.attribute==="msid"});return f.length>0?{stream:(m=f[0].value.split(" "))[0],track:m[1]}:void 0},T.parseSctpDescription=function(_){var m,d=T.parseMLine(_),f=T.matchPrefix(_,"a=max-message-size:");f.length>0&&(m=parseInt(f[0].substr(19),10)),isNaN(m)&&(m=65536);var y=T.matchPrefix(_,"a=sctp-port:");if(y.length>0)return{port:parseInt(y[0].substr(12),10),protocol:d.fmt,maxMessageSize:m};if(T.matchPrefix(_,"a=sctpmap:").length>0){var v=T.matchPrefix(_,"a=sctpmap:")[0].substr(10).split(" ");return{port:parseInt(v[0],10),protocol:v[1],maxMessageSize:m}}},T.writeSctpDescription=function(_,m){var d=[];return d=_.protocol!=="DTLS/SCTP"?["m="+_.kind+" 9 "+_.protocol+" "+m.protocol+`\r
|
|
126
127
|
`,`c=IN IP4 0.0.0.0\r
|
|
127
|
-
`,"a=sctp-port:"+
|
|
128
|
-
`]:["m="+
|
|
128
|
+
`,"a=sctp-port:"+m.port+`\r
|
|
129
|
+
`]:["m="+_.kind+" 9 "+_.protocol+" "+m.port+`\r
|
|
129
130
|
`,`c=IN IP4 0.0.0.0\r
|
|
130
|
-
`,"a=sctpmap:"+
|
|
131
|
-
`],
|
|
132
|
-
`),
|
|
133
|
-
o=`+(
|
|
131
|
+
`,"a=sctpmap:"+m.port+" "+m.protocol+` 65535\r
|
|
132
|
+
`],m.maxMessageSize!==void 0&&d.push("a=max-message-size:"+m.maxMessageSize+`\r
|
|
133
|
+
`),d.join("")},T.generateSessionId=function(){return Math.random().toString().substr(2,21)},T.writeSessionBoilerplate=function(_,m,d){var f=m!==void 0?m:2;return`v=0\r
|
|
134
|
+
o=`+(d||"thisisadapterortc")+" "+(_||T.generateSessionId())+" "+f+` IN IP4 127.0.0.1\r
|
|
134
135
|
s=-\r
|
|
135
136
|
t=0 0\r
|
|
136
|
-
`},
|
|
137
|
-
`,
|
|
138
|
-
`:
|
|
139
|
-
`:
|
|
140
|
-
`:
|
|
141
|
-
`:
|
|
142
|
-
`,
|
|
143
|
-
`;
|
|
144
|
-
`)}return
|
|
145
|
-
`,
|
|
146
|
-
`),S},R.getDirection=function(x,v){for(var c=R.splitLines(x),u=0;u<c.length;u++)switch(c[u]){case"a=sendrecv":case"a=sendonly":case"a=recvonly":case"a=inactive":return c[u].substr(2)}return v?R.getDirection(v):"sendrecv"},R.getKind=function(x){return R.splitLines(x)[0].split(" ")[0].substr(2)},R.isRejected=function(x){return x.split(" ",2)[1]==="0"},R.parseMLine=function(x){var v=R.splitLines(x)[0].substr(2).split(" ");return{kind:v[0],port:parseInt(v[1],10),protocol:v[2],fmt:v.slice(3).join(" ")}},R.parseOLine=function(x){var v=R.matchPrefix(x,"o=")[0].substr(2).split(" ");return{username:v[0],sessionId:v[1],sessionVersion:parseInt(v[2],10),netType:v[3],addressType:v[4],address:v[5]}},R.isValidSDP=function(x){if(typeof x!="string"||x.length===0)return!1;for(var v=R.splitLines(x),c=0;c<v.length;c++)if(v[c].length<2||v[c].charAt(1)!=="=")return!1;return!0},L.exports=R},4845:function(L,R,x){var v=this&&this.__assign||function(){return v=Object.assign||function(t){for(var i,l=1,E=arguments.length;l<E;l++)for(var b in i=arguments[l])Object.prototype.hasOwnProperty.call(i,b)&&(t[b]=i[b]);return t},v.apply(this,arguments)},c=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(R,"__esModule",{value:!0}),R.AliRTS=void 0;var u=x(2550),S=x(9428),f=x(3412),a=x(7668),d=x(233),p=c(x(2818)),e=x(5259),r=x(7989),n=x(6420),s=function(){function t(){}return t.createClient=function(i){var l=i||{};return l.customReporter||(l.customReporter=t.customReporter),l.trackLog===void 0&&(l.trackLog=t.trackLog),new a.RtsClient(l)},t.getMicList=function(){var i=this;return new Promise(function(l,E){i.deviceManager.getMicList().then(function(b){l(b)}).catch(function(b){E(b)})})},t.getCameraList=function(){var i=this;return new Promise(function(l,E){i.deviceManager.getCameraList().then(function(b){l(b)}).catch(function(b){E(b)})})},t.getSpeakerList=function(){var i=this;return new Promise(function(l,E){i.deviceManager.getSpeakerList().then(function(b){l(b)}).catch(function(b){E(b)})})},t.createStream=function(i){return new Promise(function(l,E){var b=new u.LocalStream,_=new p.default({customReporter:t.customReporter,trackLog:t.trackLog});b.init(i).then(function(){l(b),_.reportStreamCreated(i,{videoTrack:!!b.videoTrack,audioTrack:!!b.audioTrack,screenAudio:!!b.screenAudioTrack,surface:b.screenSurfaceType})}).catch(function(h){var o=v(v({},h),{relatedLink:h.extraInfo});delete o.extraInfo,E(o),_.reportErrorInfo(S.ErrorCode.ERROR_INIT_LOCAL_FAIL,h.message,h.traceId,{config:i,originErr:h})})})},t.deviceManager=new f.BrowserDeviceManager,t.BrowserUtil=d.BrowserUtil,t.SystenUtil=d.SystemUtil,t.SupportUtil=r.SupportUtil,t.Clock=n.Clock,t.VideoProfileMap=e.VideoProfileMap,t.ScreenProfileMap=e.ScreenProfileMap,t.AudioProfileMap=e.AudioProfileMap,t.ErrorCode=S.ErrorCode,t.customReporter=function(){},t.trackLog=!0,t}();R.AliRTS=s},7028:(L,R)=>{Object.defineProperty(R,"__esModule",{value:!0}),R.default={version:"2.12.5",protocol_version:2,sdk_version:"0.0.1"}},9428:(L,R)=>{var x,v;Object.defineProperty(R,"__esModule",{value:!0}),R.PUB_RECONNECT_ERROR_LIST=R.RECONNECT_ERROR_EXCLUDE_LIST=R.SUB_RECONNECT_ERROR_LIST=R.DeviceErrorCode=R.ErrorCode=void 0,function(c){c[c.ERROR_DEVICE_UNKNOWNERROR=1e4]="ERROR_DEVICE_UNKNOWNERROR",c[c.ERROR_DEVICE_AUDIODEVICE_NOTFOUND=10001]="ERROR_DEVICE_AUDIODEVICE_NOTFOUND",c[c.ERROR_DEVICE_VIDEODEVICE_NOTFOUND=10002]="ERROR_DEVICE_VIDEODEVICE_NOTFOUND",c[c.ERROR_DEVICE_AUDIODEVICE_NOTALLOWED=10003]="ERROR_DEVICE_AUDIODEVICE_NOTALLOWED",c[c.ERROR_DEVICE_VIDEODEVICE_NOTALLOWED=10004]="ERROR_DEVICE_VIDEODEVICE_NOTALLOWED",c[c.ERROR_DEVICE_AUDIODEVICE_NOTREADABLE=10005]="ERROR_DEVICE_AUDIODEVICE_NOTREADABLE",c[c.ERROR_DEVICE_VIDEODEVICE_NOTREADABLE=10006]="ERROR_DEVICE_VIDEODEVICE_NOTREADABLE",c[c.ERROR_DEIVCE_CONSTRAINEDERROR=10007]="ERROR_DEIVCE_CONSTRAINEDERROR",c[c.ERROR_SCREENSHARE_UNKNOWNERRO=10010]="ERROR_SCREENSHARE_UNKNOWNERRO",c[c.ERROR_SCREENSHARE_NOTALLOWED=10011]="ERROR_SCREENSHARE_NOTALLOWED",c[c.ERROR_SCREENSHARE_ENDED=10012]="ERROR_SCREENSHARE_ENDED",c[c.ERROR_SCREENSHARE_NOPERMISSION=10013]="ERROR_SCREENSHARE_NOPERMISSION",c[c.ERROR_SCREENSHARE_INVALIDACCESS=10014]="ERROR_SCREENSHARE_INVALIDACCESS",c[c.ERROR_SCREENSHARE_NOTSUPPORT=10018]="ERROR_SCREENSHARE_NOTSUPPORT",c[c.ERROR_DEVICE_NOTSUPPORT=10019]="ERROR_DEVICE_NOTSUPPORT",c[c.ERROR_SIGNAL_ERROR=10101]="ERROR_SIGNAL_ERROR",c[c.ERROR_PLAY_FAILED=10102]="ERROR_PLAY_FAILED",c[c.ERROR_NOTSUPPORT_WEBRTC=10110]="ERROR_NOTSUPPORT_WEBRTC",c[c.ERROR_BROWSER_NOTSUPPORT=10111]="ERROR_BROWSER_NOTSUPPORT",c[c.ERROR_BROWSER_VERSIONLOW=10112]="ERROR_BROWSER_VERSIONLOW",c[c.ERROR_NOTSUPPORT_H264=10113]="ERROR_NOTSUPPORT_H264",c[c.ERROR_CREATEOFFER=10114]="ERROR_CREATEOFFER",c[c.ERROR_NO_DATACHANNEL=10115]="ERROR_NO_DATACHANNEL",c[c.ERROR_INIT_LOCAL_FAIL=10116]="ERROR_INIT_LOCAL_FAIL",c[c.ERROR_HEMLELEMENT_NOTMATCH=10125]="ERROR_HEMLELEMENT_NOTMATCH",c[c.ERROR_AUTOPLAY_ERROR=10201]="ERROR_AUTOPLAY_ERROR",c[c.ERROR_PLAY_URL=10202]="ERROR_PLAY_URL",c[c.ERROR_SUBSCRIBE_NOTHING=10203]="ERROR_SUBSCRIBE_NOTHING",c[c.ERROR_HTMLELEMENT_ERROR=10204]="ERROR_HTMLELEMENT_ERROR",c[c.ERROR_HTTPREQUEST_ERROR=10205]="ERROR_HTTPREQUEST_ERROR",c[c.ERROR_ANSWER_ERROR=10206]="ERROR_ANSWER_ERROR",c[c.ERROR_INBOUND_TIMEOUT=10207]="ERROR_INBOUND_TIMEOUT",c[c.ERROR_STREAM_ENDED=10208]="ERROR_STREAM_ENDED",c[c.ERROR_PC_DISCONNECTED=10209]="ERROR_PC_DISCONNECTED",c[c.ERROR_TRANSPORT_CLOSED=10210]="ERROR_TRANSPORT_CLOSED",c[c.ERROR_SIGNAL_URL=10211]="ERROR_SIGNAL_URL",c[c.ERROR_IP_MIGRATE=10212]="ERROR_IP_MIGRATE",c[c.ERROR_PUBLISH_URL=10300]="ERROR_PUBLISH_URL",c[c.ERROR_PUBLISH_NOAUDIO=10301]="ERROR_PUBLISH_NOAUDIO",c[c.ERROR_PUBLISH_NOSTREAM=10302]="ERROR_PUBLISH_NOSTREAM",c[c.ERROR_DATACHANNEL_PARAM=10500]="ERROR_DATACHANNEL_PARAM",c[c.ERROR_DATACHANNEL_OPEN=10501]="ERROR_DATACHANNEL_OPEN",c[c.ERROR_MEDIASTREAMTRACK_TYPE_ERROR=11e3]="ERROR_MEDIASTREAMTRACK_TYPE_ERROR",c[c.ERROR_MEDIASTREAMTRACK_KIND_ERROR=11001]="ERROR_MEDIASTREAMTRACK_KIND_ERROR",c[c.ERROR_MEDIASTREAMTRACK_AUDIO_NONE=11002]="ERROR_MEDIASTREAMTRACK_AUDIO_NONE",c[c.ERROR_CUSTOMSTREAM_NONE=11003]="ERROR_CUSTOMSTREAM_NONE",c[c.ERROR_CUSTOMSTREAM_INVALID=11004]="ERROR_CUSTOMSTREAM_INVALID",c[c.ERROR_CUSTOMSTREAM_TRACK_NONE=11005]="ERROR_CUSTOMSTREAM_TRACK_NONE",c[c.ERROR_PREERCONNECTION_UNKNOWN=12e3]="ERROR_PREERCONNECTION_UNKNOWN",c[c.ERROR_SUBADD_NO_RESULT=13e3]="ERROR_SUBADD_NO_RESULT",c[c.ERROR_PUBADD_NO_RESULT=13001]="ERROR_PUBADD_NO_RESULT",c[c.ERROR_SINGLE_PC_STREAM_ERROR=13100]="ERROR_SINGLE_PC_STREAM_ERROR",c[c.ERROR_SINGLE_PC_STREAM_RECONNECT_FAILED=13101]="ERROR_SINGLE_PC_STREAM_RECONNECT_FAILED",c[c.ERROR_SINGLE_PC_FULL_RECONNECT=13102]="ERROR_SINGLE_PC_FULL_RECONNECT",c[c.ERROR_SINGLE_PC_FULL_RECONNECT_HTTP_FAILED=13103]="ERROR_SINGLE_PC_FULL_RECONNECT_HTTP_FAILED"}(x||(R.ErrorCode=x={})),function(c){c[c.ERROR_DEVICE_UNKNOWNERROR=1e4]="ERROR_DEVICE_UNKNOWNERROR",c[c.ERROR_DEVICE_AUDIODEVICE_NOTFOUND=10001]="ERROR_DEVICE_AUDIODEVICE_NOTFOUND",c[c.ERROR_DEVICE_VIDEODEVICE_NOTFOUND=10002]="ERROR_DEVICE_VIDEODEVICE_NOTFOUND",c[c.ERROR_DEVICE_AUDIODEVICE_NOTALLOWED=10003]="ERROR_DEVICE_AUDIODEVICE_NOTALLOWED",c[c.ERROR_DEVICE_VIDEODEVICE_NOTALLOWED=10004]="ERROR_DEVICE_VIDEODEVICE_NOTALLOWED",c[c.ERROR_DEVICE_AUDIODEVICE_NOTREADABLE=10005]="ERROR_DEVICE_AUDIODEVICE_NOTREADABLE",c[c.ERROR_DEVICE_VIDEODEVICE_NOTREADABLE=10006]="ERROR_DEVICE_VIDEODEVICE_NOTREADABLE",c[c.ERROR_SCREENSHARE_NOTSUPPORT=10010]="ERROR_SCREENSHARE_NOTSUPPORT",c[c.ERROR_SCREENSHARE_NOTALLOWED=10011]="ERROR_SCREENSHARE_NOTALLOWED",c[c.ERROR_SCREENSHARE_ENDED=10012]="ERROR_SCREENSHARE_ENDED",c[c.ERROR_SCREENSHARE_NOPERMISSION=10013]="ERROR_SCREENSHARE_NOPERMISSION",c[c.ERROR_SCREENSHARE_SAFARI_INVALIDACCESS=10014]="ERROR_SCREENSHARE_SAFARI_INVALIDACCESS",c[c.ERROR_SCREENSHARE_UNKNOWNERRO=10019]="ERROR_SCREENSHARE_UNKNOWNERRO",c[c.ERROR_DEVICE_NOTSUPPORT=2e4]="ERROR_DEVICE_NOTSUPPORT"}(v||(R.DeviceErrorCode=v={})),R.SUB_RECONNECT_ERROR_LIST=[x.ERROR_INBOUND_TIMEOUT,x.ERROR_STREAM_ENDED,x.ERROR_PC_DISCONNECTED],R.RECONNECT_ERROR_EXCLUDE_LIST=[x.ERROR_AUTOPLAY_ERROR,x.ERROR_PLAY_URL,x.ERROR_SUBSCRIBE_NOTHING,x.ERROR_HTMLELEMENT_ERROR,x.ERROR_HEMLELEMENT_NOTMATCH,x.ERROR_PUBLISH_URL,x.ERROR_PUBLISH_NOAUDIO,x.ERROR_PUBLISH_NOSTREAM],R.PUB_RECONNECT_ERROR_LIST=[x.ERROR_PC_DISCONNECTED,x.ERROR_TRANSPORT_CLOSED]},5044:(L,R,x)=>{Object.defineProperty(R,"__esModule",{value:!0}),R.RtsError=void 0;var v=x(9428),c=function(){function u(S,f,a,d){this.errorCode=S,this.errorCodeName=v.ErrorCode[S],this.message=f,this.traceId=a,d&&(this.extraInfo=d)}return u.prototype.renameCode=function(S){this.errorCode=S,this.errorCodeName=v.ErrorCode[S]},u}();R.RtsError=c},6091:(L,R)=>{Object.defineProperty(R,"__esModule",{value:!0}),R.PlayEvent=R.PlayType=void 0,R.PlayType={PLAY_CANPLAY:"canplay",PLAY_WAITING:"waiting",PLAY_PLAYING:"playing",PLAY_MEDIA:"media",PLAY_ENDED:"ended",PLAY_TIMEOUT:"timeout"};var x=function(v){this.event=v};R.PlayEvent=x},5917:(L,R)=>{var x,v,c,u;Object.defineProperty(R,"__esModule",{value:!0}),R.DEFAULT_RETRY_DATACHANNEL_TIMEOUT=R.DEFAULT_HEARTBEAT_TIMEOUT=R.DEFAULT_RETRY_PUBLISH_INTERVAL=R.DEFAULT_RETRY_SUBSCRIBE_INTERVAL=R.DEFAULT_RETRY_PUBLISH_LIMIT=R.DEFAULT_RETRY_SUBSCRIBE_LIMIT=R.EWorkerAction=R.EWorkerSource=R.EConnectStatus=R.TrackType=void 0,function(S){S.AUDIO="audio",S.VIDEO="video"}(x||(R.TrackType=x={})),function(S){S[S.CONNECT_STATUS_DISCONNECTED=0]="CONNECT_STATUS_DISCONNECTED",S[S.CONNECT_STATUS_CONNECTING=1]="CONNECT_STATUS_CONNECTING",S[S.CONNECT_STATUS_CONNECTED=2]="CONNECT_STATUS_CONNECTED",S[S.CONNECT_STATUS_RECONNECTING=3]="CONNECT_STATUS_RECONNECTING"}(v||(R.EConnectStatus=v={})),function(S){S.Sender="sender",S.Receiver="receiver"}(c||(R.EWorkerSource=c={})),function(S){S.Setup="setup",S.InserSEI="insertSEI"}(u||(R.EWorkerAction=u={})),R.DEFAULT_RETRY_SUBSCRIBE_LIMIT=5,R.DEFAULT_RETRY_PUBLISH_LIMIT=5,R.DEFAULT_RETRY_SUBSCRIBE_INTERVAL=2e3,R.DEFAULT_RETRY_PUBLISH_INTERVAL=2e3,R.DEFAULT_HEARTBEAT_TIMEOUT=8,R.DEFAULT_RETRY_DATACHANNEL_TIMEOUT=8e3},6600:function(L,R,x){var v,c=this&&this.__extends||(v=function(_,h){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,g){o.__proto__=g}||function(o,g){for(var m in g)Object.prototype.hasOwnProperty.call(g,m)&&(o[m]=g[m])},v(_,h)},function(_,h){if(typeof h!="function"&&h!==null)throw new TypeError("Class extends value "+String(h)+" is not a constructor or null");function o(){this.constructor=_}v(_,h),_.prototype=h===null?Object.create(h):(o.prototype=h.prototype,new o)}),u=this&&this.__assign||function(){return u=Object.assign||function(_){for(var h,o=1,g=arguments.length;o<g;o++)for(var m in h=arguments[o])Object.prototype.hasOwnProperty.call(h,m)&&(_[m]=h[m]);return _},u.apply(this,arguments)},S=this&&this.__awaiter||function(_,h,o,g){return new(o||(o=Promise))(function(m,T){function C(A){try{y(g.next(A))}catch(w){T(w)}}function D(A){try{y(g.throw(A))}catch(w){T(w)}}function y(A){var w;A.done?m(A.value):(w=A.value,w instanceof o?w:new o(function(j){j(w)})).then(C,D)}y((g=g.apply(_,h||[])).next())})},f=this&&this.__generator||function(_,h){var o,g,m,T,C={label:0,sent:function(){if(1&m[0])throw m[1];return m[1]},trys:[],ops:[]};return T={next:D(0),throw:D(1),return:D(2)},typeof Symbol=="function"&&(T[Symbol.iterator]=function(){return this}),T;function D(y){return function(A){return function(w){if(o)throw new TypeError("Generator is already executing.");for(;T&&(T=0,w[0]&&(C=0)),C;)try{if(o=1,g&&(m=2&w[0]?g.return:w[0]?g.throw||((m=g.return)&&m.call(g),0):g.next)&&!(m=m.call(g,w[1])).done)return m;switch(g=0,m&&(w=[2&w[0],m.value]),w[0]){case 0:case 1:m=w;break;case 4:return C.label++,{value:w[1],done:!1};case 5:C.label++,g=w[1],w=[0];continue;case 7:w=C.ops.pop(),C.trys.pop();continue;default:if(m=C.trys,!((m=m.length>0&&m[m.length-1])||w[0]!==6&&w[0]!==2)){C=0;continue}if(w[0]===3&&(!m||w[1]>m[0]&&w[1]<m[3])){C.label=w[1];break}if(w[0]===6&&C.label<m[1]){C.label=m[1],m=w;break}if(m&&C.label<m[2]){C.label=m[2],C.ops.push(w);break}m[2]&&C.ops.pop(),C.trys.pop();continue}w=h.call(_,C)}catch(j){w=[6,j],g=0}finally{o=m=0}if(5&w[0])throw w[1];return{value:w[0]?w[1]:void 0,done:!0}}([y,A])}}},a=this&&this.__importDefault||function(_){return _&&_.__esModule?_:{default:_}};Object.defineProperty(R,"__esModule",{value:!0}),R.CommonController=void 0;var d=x(771),p=x(5917),e=a(x(102)),r=x(9594),n=x(5044),s=x(9428),t=x(6091),i=x(5788),l=x(280),E=function(_){function h(o){var g=_.call(this)||this;return g.datachannelList=new b,g.receiverCodecPreferences={},g.senderCodecPreferences={},g.canAutoAssignDcId=!0,g.reporter=o,g.signalChannel=new i.SignalChannel({reporter:o}),g.proxySignalChannelEvents(),g}return c(h,_),h.prototype.setPeerconnection=function(o){var g=this;o!==this.peerconnection&&(this.peerconnection&&this.peerconnection.removeAllListeners(),this.peerconnection=o,this.signalChannel.isOpen||(this.waitForOpenPms=new Promise(function(m,T){g.peerconnection.on("datachannelStatusChange",function(C){var D;g.emit("datachannelStatusChange",C),C.status===l.EDatachannelStatus.DATACHANNEL_STATUS_OPEN&&(g.signalChannel.setPeerConnection(o),g.canAutoAssignDcId=typeof((D=g.signalChannel.datachannelCore)===null||D===void 0?void 0:D.id)=="number",m())})})),this.peerconnection.on("innerSubscribeDeleteTracks",function(m){g.handleWorkerSubDelete(m)}),this.peerconnection.on("encodedFrame",function(m){var T;g.emit("encodedFrame",m),m.kind==="video"&&(0,r.parseSei)((T=m.frame)===null||T===void 0?void 0:T.data).forEach(function(C){g.emit("receivedSEI",{url:m.url,vMsid:m.vMsid,sei:C})})}),this.peerconnection.on("message",function(m){var T;(T=g.reporter)===null||T===void 0||T.reportNotifyMessage(m)}),this.peerconnection.on("hebtReceived",function(m){g.emit("heartbeat",m)}),this.peerconnection.on("streamError",function(m){g.emit("onError",new n.RtsError(s.ErrorCode.ERROR_SINGLE_PC_STREAM_ERROR,m.resMsg,"",u({},m)))}),this.peerconnection.on("streamReconnect",function(m){g.emit("reconnect",{type:m.type,reason:new n.RtsError(s.ErrorCode.ERROR_SINGLE_PC_STREAM_ERROR,m.resMsg,"",u({},m)),retryTimes:1,extraInfo:u({},m)}),g.singleStreamReconnect(m).then(function(){g.emit("reconnectFinish",{type:m.type,latestUrl:m.latestUrl,msids:m.msids})}).catch(function(T){g.emit("onError",new n.RtsError(s.ErrorCode.ERROR_SINGLE_PC_STREAM_RECONNECT_FAILED,"single stream reconnect failed","",{originError:T}))})}),this.peerconnection.on("traceIdUpdate",function(m){g.emit("traceId",m)}),this.peerconnection.on("pcReconnect",function(m){g.emit("reconnect",{type:"pc",reason:new n.RtsError(s.ErrorCode.ERROR_SINGLE_PC_FULL_RECONNECT,m.reMsg,"",u({},m)),retryTimes:1,extraInfo:u({},m)})}),(this.receiverCodecPreferences.video||this.receiverCodecPreferences.audio)&&this.peerconnection.setReceiverCodecPreferences(this.receiverCodecPreferences),(this.senderCodecPreferences.video||this.senderCodecPreferences.audio)&&this.peerconnection.setSenderCodecPreferences(this.senderCodecPreferences))},Object.defineProperty(h.prototype,"peerCore",{get:function(){var o;return(o=this.peerconnection)===null||o===void 0?void 0:o.getPeerCore()},enumerable:!1,configurable:!0}),Object.defineProperty(h.prototype,"streamManager",{get:function(){var o;return(o=this.peerCore)===null||o===void 0?void 0:o.getStreamManager()},enumerable:!1,configurable:!0}),h.prototype.subscribeAdd=function(o,g){return S(this,void 0,void 0,function(){var m,T,C,D,y,A,w,j,I=this;return f(this,function(H){switch(H.label){case 0:if(o.forEach(function(F){var U;(U=I.reporter)===null||U===void 0||U.reportSubscribeStart(F.url,"",F.vMsid,F.aMsid,!0)}),!this.peerconnection)throw this.makeRtsError("subscribeAdd");this.peerconnection.isReused=!0,m=new Date().getTime(),H.label=1;case 1:return H.trys.push([1,3,,4]),[4,this.peerconnection.subAdd(o,g)];case 2:if(!(T=H.sent()).streamList)throw new n.RtsError(s.ErrorCode.ERROR_SUBADD_NO_RESULT,"subAdd streamList not found","",{api:"subscribeAdd",configList:o,response:T});return[3,4];case 3:throw C=H.sent(),D=C,(j=this.reporter)===null||j===void 0||j.reportErrorInfo(D.errorCode,D.message,D.traceId,D.extraInfo),D;case 4:return y=T.deleteRspTime-m,A=T.subAddRspTime-T.deleteRspTime,w=T.activeRspTime-T.subAddRspTime,T.streamList.forEach(function(F,U){var B,k,V,G;(B=I.reporter)===null||B===void 0||B.reportSubscribeOk({vurl:F.url||void 0,isSubAdd:!0});var q,z=o[U]||{},$=z.targetStream,re=z.vMsid,ee=z.aMsid,ie=F.stream;if($)return $.mergeStream(ie),(k=I.streamManager)===null||k===void 0||k.update(F.url,{stream:$,vMsid:re?.[0],aMsid:ee?.[0]}),void(F.stream=$);var se=(V=I.streamManager)===null||V===void 0?void 0:V.getStreamByMsid({url:F.url,vMsid:re?.[0],aMsid:ee?.[0]});if(se)se.mergeStream(ie),q=se;else{(q=new d.RemoteStream).updateMediaStream(ie),(G=I.streamManager)===null||G===void 0||G.update(F.url,{stream:q,vMsid:re?.[0],aMsid:ee?.[0]}),q.on("onCanPlay",function(){var ue,de,pe=new Date().getTime();(ue=I.reporter)===null||ue===void 0||ue.reportFirstFrameTime(F.url,F.traceId,-1,-1,pe-m,0,-1,{},y,A,w,re,ee,!0),(de=I.peerconnection)===null||de===void 0||de.playStart()});var ce=new t.PlayEvent(t.PlayType.PLAY_CANPLAY);ce.data={url:F.url,vMsid:re?.[0]||"vMsid unknown",aMsid:ee?.[0]||"aMsid unknown"},I.emit("onPlayEvent",ce)}F.stream=q}),[2,T.streamList]}})})},h.prototype.subscribeActive=function(o){return S(this,void 0,void 0,function(){var g;return f(this,function(m){if(!this.peerconnection)throw this.makeRtsError("subscribeActive");return[2,(g=this.peerconnection)===null||g===void 0?void 0:g.subActive(o)]})})},h.prototype.subscribeStop=function(o){return S(this,void 0,void 0,function(){var g,m,T,C,D;return f(this,function(y){switch(y.label){case 0:if(!this.peerconnection)throw this.makeRtsError("subscribeStop");y.label=1;case 1:return y.trys.push([1,3,,4]),[4,this.peerconnection.subStop(o)];case 2:return g=y.sent(),this.peerconnection.getSubMonitor().updateTranceiversController(),m=this.peerconnection.getWorkerManager(),o.forEach(function(A){m.removeByUrl({url:A.url,source:p.EWorkerSource.Receiver})}),[3,4];case 3:throw T=y.sent(),C=T,(D=this.reporter)===null||D===void 0||D.reportErrorInfo(C.errorCode,C.message,C.traceId,C.extraInfo),T;case 4:return[2,g]}})})},h.prototype.subscribeDeleteTracks=function(o){return S(this,void 0,void 0,function(){var g,m,T,C;return f(this,function(D){switch(D.label){case 0:if(!this.peerconnection)throw this.makeRtsError("subscribeDeleteTracks");D.label=1;case 1:return D.trys.push([1,3,,4]),[4,this.peerconnection.subDeleteTracks(o)];case 2:if(!(g=D.sent()))throw this.makeRtsError("subscribeDeleteTracks");return this.peerconnection.getSubMonitor().updateTranceiversController(),this.handleWorkerSubDelete(o),[3,4];case 3:throw m=D.sent(),T=m,(C=this.reporter)===null||C===void 0||C.reportErrorInfo(T.errorCode,T.message,T.traceId,T.extraInfo),m;case 4:return[2,g]}})})},h.prototype.handleWorkerSubDelete=function(o){if(this.peerconnection){var g=this.peerconnection.getWorkerManager();o.forEach(function(m){var T,C;!((T=m.vMsid)===null||T===void 0)&&T.length&&g.removeByMsid({url:m.url,source:p.EWorkerSource.Receiver,kind:"video",msid:m.vMsid[0]}),!((C=m.aMsid)===null||C===void 0)&&C.length&&g.removeByMsid({url:m.url,source:p.EWorkerSource.Receiver,kind:"audio",msid:m.aMsid[0]})})}},h.prototype.publishAdd=function(o){return S(this,void 0,void 0,function(){var g,m,T,C,D,y,A,w,j,I,H,F=this;return f(this,function(U){switch(U.label){case 0:if(o.forEach(function(B){var k;(k=F.reporter)===null||k===void 0||k.reportStartPublish(B.url,"",!0)}),g=new Date().getTime(),!this.peerconnection)throw this.makeRtsError("publishAdd");U.label=1;case 1:return U.trys.push([1,3,,4]),[4,(w=this.peerconnection)===null||w===void 0?void 0:w.pubAdd(o)];case 2:if(!(m=U.sent()))throw new n.RtsError(s.ErrorCode.ERROR_PUBADD_NO_RESULT,"pubAdd streamList not found","",{api:"publishAdd",publishInfoList:o});return[3,4];case 3:throw T=U.sent(),C=T,(j=this.reporter)===null||j===void 0||j.reportErrorInfo(C.errorCode,C.message,C.traceId,C.extraInfo),C;case 4:return this.peerconnection.isReused=!0,D=new Date().getTime(),y=D-g,m.forEach(function(B){var k;(k=F.reporter)===null||k===void 0||k.reportPublishOk(B.url||"","",-1,-1,-1,B.traceId||"",y,!0)}),(A=(I=this.peerconnection)===null||I===void 0?void 0:I.getPc())&&(o.forEach(function(B){F.peerconnection&&B.stream.setEncodeParam(A)}),this.peerCore&&((H=this.peerconnection)===null||H===void 0||H.getPubMonitor().startHeartbeat(A,this.peerCore)),A.getSenders().forEach(function(B){var k;B.track&&((k=F.peerconnection)===null||k===void 0||k.handleEncodedInsertableStreams({sender:B}))})),[2,m]}})})},h.prototype.publishDeleteTracks=function(o){return S(this,void 0,void 0,function(){var g,m,T,C,D;return f(this,function(y){switch(y.label){case 0:if(!this.peerconnection)throw this.makeRtsError("publishDeleteTracks");y.label=1;case 1:return y.trys.push([1,3,,4]),[4,this.peerconnection.pubDeleteTracks(o)];case 2:if(!(g=y.sent()))throw this.makeRtsError("publishDeleteTracks");return this.peerconnection.getPubMonitor().updateSenders(),m=this.peerconnection.getWorkerManager(),o.forEach(function(A){var w,j;!((w=A.vMsid)===null||w===void 0)&&w.length&&m.removeByMsid({url:A.url,source:p.EWorkerSource.Sender,kind:"video",msid:A.vMsid[0]}),!((j=A.aMsid)===null||j===void 0)&&j.length&&m.removeByMsid({url:A.url,source:p.EWorkerSource.Sender,kind:"audio",msid:A.aMsid[0]})}),[3,4];case 3:throw T=y.sent(),C=T,(D=this.reporter)===null||D===void 0||D.reportErrorInfo(C.errorCode,C.message,C.traceId,C.extraInfo),T;case 4:return[2,g]}})})},h.prototype.publishReplaceTracks=function(o){return S(this,void 0,void 0,function(){var g,m,T,C;return f(this,function(D){switch(D.label){case 0:if(!this.peerconnection)throw this.makeRtsError("publishReplaceTracks");D.label=1;case 1:return D.trys.push([1,3,,4]),[4,this.peerconnection.pubReplaceTracks(o)];case 2:if(!(g=D.sent()))throw this.makeRtsError("publishReplaceTracks");return this.peerconnection.getPubMonitor().updateSenders(),[3,4];case 3:throw m=D.sent(),T=m,(C=this.reporter)===null||C===void 0||C.reportErrorInfo(T.errorCode,T.message,T.traceId,T.extraInfo),m;case 4:return[2,g]}})})},h.prototype.publishStop=function(o){return S(this,void 0,void 0,function(){var g,m,T,C,D,y=this;return f(this,function(A){switch(A.label){case 0:if(o.forEach(function(w){var j;(j=y.reporter)===null||j===void 0||j.reportStopPublish(w.url,!0)}),!this.peerconnection)throw this.makeRtsError("publishStop");A.label=1;case 1:return A.trys.push([1,3,,4]),[4,this.peerconnection.pubStop(o)];case 2:return g=A.sent(),this.peerconnection.getPubMonitor().updateSenders(),m=this.peerconnection.getWorkerManager(),o.forEach(function(w){m.removeByUrl({url:w.url,source:p.EWorkerSource.Sender})}),[3,4];case 3:throw T=A.sent(),C=T,(D=this.reporter)===null||D===void 0||D.reportErrorInfo(C.errorCode,C.message,C.traceId,C.extraInfo),T;case 4:return[2,g]}})})},h.prototype.handleAddDatachannel=function(o){return S(this,void 0,void 0,function(){var g,m,T,C,D,y,A,w,j,I,H,F,U=this;return f(this,function(B){switch(B.label){case 0:if(!o.url||!o.signalUrl||!o.msid)throw m=new n.RtsError(s.ErrorCode.ERROR_DATACHANNEL_PARAM,"url, signalUrl, msid is required by subscribe(publish)AddDatachannel",""),(A=this.reporter)===null||A===void 0||A.reportErrorInfo(m.errorCode,m.message,m.traceId,m.extraInfo),m;return g=o.type==="sub",this.waitForOpenPms?[4,this.waitForOpenPms]:[3,2];case 1:B.sent(),this.waitForOpenPms=void 0,B.label=2;case 2:if(this.signalChannel.isOpen)return[3,4];if(console.warn("Creating a new signal channel"),!o.signalUrl)throw m=new n.RtsError(s.ErrorCode.ERROR_SIGNAL_URL,"signal url is required",""),(w=this.reporter)===null||w===void 0||w.reportErrorInfo(m.errorCode,m.message,m.traceId,m.extraInfo),m;return[4,this.initSignalChannel(o)];case 3:B.sent(),this.setPeerconnection(this.signalChannel.getPeerConnection()),this.canAutoAssignDcId=typeof((j=this.signalChannel.datachannelCore)===null||j===void 0?void 0:j.id)=="number",B.label=4;case 4:if(T=performance.now(),C={url:o.url,label:o.label,surl:o.signalUrl,msid:o.msid},g?(I=this.reporter)===null||I===void 0||I.reportDatachannelSubAdd(C):(H=this.reporter)===null||H===void 0||H.reportDatachannelPubAdd(C),!(D=(F=this.peerconnection)===null||F===void 0?void 0:F.getPc()))throw new Error("No avaliable peerconnection");return y=new l.DataChannelCore({pc:D,label:o.label,datachannelList:this.datachannelList.list,assignId:!this.canAutoAssignDcId}),this.datachannelList.update(y),[2,new Promise(function(k,V){return S(U,void 0,void 0,function(){var G,q,z,$,re,ee,ie,se,ce,ue,de,pe,Ee,he,fe,me,ge=this;return f(this,function(_e){switch(_e.label){case 0:G="",q=!1,z=!1,y.on("statusChange",function(Re){var Te;(Te=ge.reporter)===null||Te===void 0||Te.reportDatachannelStatusChange({state:l.EDatachannelStatus[Re],url:o.url,label:y.label,id:y.id,msid:o.msid}),Re===l.EDatachannelStatus.DATACHANNEL_STATUS_OPEN&&(q=!0,z&&k({datachannel:y,traceId:G}))}),y.on("dispose",function(){var Re;(Re=ge.reporter)===null||Re===void 0||Re.reportDatachannelDispose({url:o.url,label:y.label,id:y.id,msid:o.msid})}),_e.label=1;case 1:return _e.trys.push([1,6,,7]),$=[{url:o.url,msid:o.msid,datachannelId:y.id,label:o.label,datachannel:y}],g?[4,(ue=this.peerCore)===null||ue===void 0?void 0:ue.subscribeAddDatachannel($)]:[3,3];case 2:return ee=_e.sent(),[3,5];case 3:return[4,(de=this.peerCore)===null||de===void 0?void 0:de.publishAddDatachannel($)];case 4:ee=_e.sent(),_e.label=5;case 5:return G=(Ee=(pe=(re=ee)==null?void 0:re.streams)===null||pe===void 0?void 0:pe[0])===null||Ee===void 0?void 0:Ee.traceid,[3,7];case 6:return ie=_e.sent(),se=ie,(he=this.reporter)===null||he===void 0||he.reportErrorInfo(se.errorCode,se.message||"datachannel ".concat(g?"sub":"pub"," add error"),se.traceId,se.extraInfo),[2,V(ie)];case 7:return ce={url:o.url,drct:Math.floor(performance.now()-T),tcid:G,label:y.label,id:y.id,msid:o.msid},g?(fe=this.reporter)===null||fe===void 0||fe.reportDatachannelSubAddOk(ce):(me=this.reporter)===null||me===void 0||me.reportDatachannelPubAddOk(ce),z=!0,q&&k({datachannel:y,traceId:G}),[2]}})})})]}})})},h.prototype.handleStopDatachannel=function(o){return S(this,void 0,void 0,function(){var g,m,T,C,D,y,A,w,j,I,H,F;return f(this,function(U){switch(U.label){case 0:if(!o.url||!o.datachannel)throw g=new n.RtsError(s.ErrorCode.ERROR_DATACHANNEL_PARAM,"url, datachannel is required by subscribe(publish)StopDatachannel",""),(D=this.reporter)===null||D===void 0||D.reportErrorInfo(g.errorCode,g.message,g.traceId,g.extraInfo),g;if(!this.signalChannel.isOpen)throw g=new n.RtsError(s.ErrorCode.ERROR_NO_DATACHANNEL,"Signal channel is closed",""),(y=this.reporter)===null||y===void 0||y.reportErrorInfo(g.errorCode,g.message,g.traceId,g.extraInfo),g;m=o.type==="sub",T=[{url:o.url}],C={url:o.url,label:o.datachannel.label,id:o.datachannel.id},m?(A=this.reporter)===null||A===void 0||A.reportDatachannelSubStop(C):(w=this.reporter)===null||w===void 0||w.reportDatachannelPubStop(C),U.label=1;case 1:return U.trys.push([1,6,,7]),m?[4,(j=this.peerCore)===null||j===void 0?void 0:j.subscribeStopDatachannel(T)]:[3,3];case 2:return U.sent(),[3,5];case 3:return[4,(I=this.peerCore)===null||I===void 0?void 0:I.publishStopDatachannel(T)];case 4:U.sent(),U.label=5;case 5:return[3,7];case 6:throw U.sent();case 7:return m?(H=this.reporter)===null||H===void 0||H.reportDatachannelSubStopOk(C):(F=this.reporter)===null||F===void 0||F.reportDatachannelPubStopOk(C),o.datachannel.dispose(),[2]}})})},h.prototype.subscribeAddDatachannel=function(o){return S(this,void 0,void 0,function(){return f(this,function(g){return[2,this.handleAddDatachannel(u(u({},o),{type:"sub"}))]})})},h.prototype.publishAddDatachannel=function(o){return S(this,void 0,void 0,function(){return f(this,function(g){return[2,this.handleAddDatachannel(u(u({},o),{type:"pub"}))]})})},h.prototype.subscribeStopDatachannel=function(o){return S(this,void 0,void 0,function(){return f(this,function(g){return[2,this.handleStopDatachannel(u(u({},o),{type:"sub"}))]})})},h.prototype.publishStopDatachannel=function(o){return S(this,void 0,void 0,function(){return f(this,function(g){return[2,this.handleStopDatachannel(u(u({},o),{type:"pub"}))]})})},h.prototype.getSubscribeVideoStats=function(o,g){return this.getSubscribeMediaStats(o,"video",g)},h.prototype.getSubscribeAudioStats=function(o,g){return this.getSubscribeMediaStats(o,"audio",g)},h.prototype.getPublishVideoStats=function(o,g){return this.getPublishMediaStats(o,"video",g)},h.prototype.getPublishAudioStats=function(o,g){return this.getPublishMediaStats(o,"audio",g)},h.prototype.sendSEI=function(o){var g,m;if(!((g=this.peerconnection)===null||g===void 0)&&g.isReused)return(m=this.peerconnection)===null||m===void 0?void 0:m.sendSEI(o)},h.prototype.setReceiverCodecPreferences=function(o){this.receiverCodecPreferences=u({},o)},h.prototype.setSenderCodecPreferences=function(o){this.senderCodecPreferences=u({},o)},h.prototype.getSubscribeMediaStats=function(o,g,m){var T=this;return new Promise(function(C){return S(T,void 0,void 0,function(){var D,y,A,w;return f(this,function(j){switch(j.label){case 0:return this.streamManager?(D=void 0,y=this.streamManager.getAllMediaInfoList(o,!0),m?y.forEach(function(I){var H,F,U,B=(F=(H=I.transceiver)===null||H===void 0?void 0:H.receiver)===null||F===void 0?void 0:F.track;B?.kind===g&&I.msid===m&&(D=(U=I.transceiver)===null||U===void 0?void 0:U.receiver)}):D=(w=(A=y?.find(function(I){var H,F,U;return((U=(F=(H=I.transceiver)===null||H===void 0?void 0:H.receiver)===null||F===void 0?void 0:F.track)===null||U===void 0?void 0:U.kind)===g}))===null||A===void 0?void 0:A.transceiver)===null||w===void 0?void 0:w.receiver,D?[4,D.getStats()]:[2,C({})]):[2,C({})];case 1:return j.sent().forEach(function(I){I.type==="inbound-rtp"&&C(I)}),[2]}})})})},h.prototype.getPublishMediaStats=function(o,g,m){var T=this;return new Promise(function(C){return S(T,void 0,void 0,function(){var D,y,A,w;return f(this,function(j){switch(j.label){case 0:return this.streamManager?(D=void 0,y=this.streamManager.getAllMediaInfoList(o,!0),m?y.forEach(function(I){var H,F,U,B=(F=(H=I.transceiver)===null||H===void 0?void 0:H.sender)===null||F===void 0?void 0:F.track;B?.kind===g&&I.msid===m&&(D=(U=I.transceiver)===null||U===void 0?void 0:U.sender)}):D=(w=(A=y?.find(function(I){var H,F,U;return((U=(F=(H=I.transceiver)===null||H===void 0?void 0:H.sender)===null||F===void 0?void 0:F.track)===null||U===void 0?void 0:U.kind)===g}))===null||A===void 0?void 0:A.transceiver)===null||w===void 0?void 0:w.sender,D?[4,D.getStats()]:[2,C({})]):[2,C({})];case 1:return j.sent().forEach(function(I){I.type==="outbound-rtp"&&C(I)}),[2]}})})})},h.prototype.proxySignalChannelEvents=function(){var o=this;this.signalChannel.on("connectStatusChange",function(g){o.emit("connectStatusChange",g)}),this.signalChannel.on("onError",function(g){o.emit("onError",g)})},h.prototype.initSignalChannel=function(o){return this.signalChannel.createDatachannel(o)},h.prototype.makeRtsError=function(o){var g,m=new n.RtsError(s.ErrorCode.ERROR_NO_DATACHANNEL,"No avaliable datachannel, you should subscribe/publish first.","",{api:o});return(g=this.reporter)===null||g===void 0||g.reportErrorInfo(m.errorCode,m.message,m.traceId,m.extraInfo),m},h.prototype.singleStreamReconnect=function(o){var g=this;return new Promise(function(m,T){var C,D,y=o.type,A=void 0,w=void 0;switch(y){case"sub":(C=o.streams)===null||C===void 0||C.forEach(function(I){var H=[],F=[],U=!0,B=!0;o.msids.forEach(function(k){k.streamId===I.id&&(k.type==="video"?F.push(k.name):k.type==="audio"&&H.push(k.name))}),H.length||(U=!1),F.length||(B=!1),g.subscribeAdd([{url:o.latestUrl,subAudio:U,subVideo:B,vMsid:F,aMsid:H,targetStream:I}],!0).then(function(){m()}).catch(function(k){T(k)})});break;case"pub":(D=o.streams)===null||D===void 0||D.forEach(function(I){var H=[],F=[];o.msids.forEach(function(U){U.streamId===I.id&&(U.type==="video"?F.push(U.name):U.type==="audio"&&H.push(U.name))}),g.publishAdd([{url:o.latestUrl,vMsid:F,aMsid:H,stream:I}]).then(function(){m()}).catch(function(U){T(U)})});break;case"pub-data":if(o.msids.forEach(function(I){A=I.name,w=I.label}),A&&w){var j=o.latestUrl;g.publishAddDatachannel({url:j,signalUrl:j,msid:A,label:w}).then(function(){m()}).catch(function(I){T(I)})}break;case"sub-data":o.msids.forEach(function(I){A=I.name,w=I.label}),A&&w&&(j=o.latestUrl,g.subscribeAddDatachannel({url:j,signalUrl:j,msid:A,label:w}).then(function(){m()}).catch(function(I){T(I)}));break;default:console.warn("RTS PC STREAM RECONNECT: Unknown signal")}})},h.prototype.updateAuth=function(o){var g;return!!(!((g=this.streamManager)===null||g===void 0)&&g.updateLatestUrl(o))},h}(e.default);R.CommonController=E;var b=function(){function _(){this._list=[]}return Object.defineProperty(_.prototype,"list",{get:function(){return this._list},enumerable:!1,configurable:!0}),_.prototype.update=function(h){var o=this._list.findIndex(function(g){return g.id===h.id});o!==-1?this._list.splice(o,1,h):this._list.push(h)},_}()},9796:function(L,R,x){var v,c=this&&this.__extends||(v=function(b,_){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(h,o){h.__proto__=o}||function(h,o){for(var g in o)Object.prototype.hasOwnProperty.call(o,g)&&(h[g]=o[g])},v(b,_)},function(b,_){if(typeof _!="function"&&_!==null)throw new TypeError("Class extends value "+String(_)+" is not a constructor or null");function h(){this.constructor=b}v(b,_),b.prototype=_===null?Object.create(_):(h.prototype=_.prototype,new h)}),u=this&&this.__assign||function(){return u=Object.assign||function(b){for(var _,h=1,o=arguments.length;h<o;h++)for(var g in _=arguments[h])Object.prototype.hasOwnProperty.call(_,g)&&(b[g]=_[g]);return b},u.apply(this,arguments)},S=this&&this.__awaiter||function(b,_,h,o){return new(h||(h=Promise))(function(g,m){function T(y){try{D(o.next(y))}catch(A){m(A)}}function C(y){try{D(o.throw(y))}catch(A){m(A)}}function D(y){var A;y.done?g(y.value):(A=y.value,A instanceof h?A:new h(function(w){w(A)})).then(T,C)}D((o=o.apply(b,_||[])).next())})},f=this&&this.__generator||function(b,_){var h,o,g,m,T={label:0,sent:function(){if(1&g[0])throw g[1];return g[1]},trys:[],ops:[]};return m={next:C(0),throw:C(1),return:C(2)},typeof Symbol=="function"&&(m[Symbol.iterator]=function(){return this}),m;function C(D){return function(y){return function(A){if(h)throw new TypeError("Generator is already executing.");for(;m&&(m=0,A[0]&&(T=0)),T;)try{if(h=1,o&&(g=2&A[0]?o.return:A[0]?o.throw||((g=o.return)&&g.call(o),0):o.next)&&!(g=g.call(o,A[1])).done)return g;switch(o=0,g&&(A=[2&A[0],g.value]),A[0]){case 0:case 1:g=A;break;case 4:return T.label++,{value:A[1],done:!1};case 5:T.label++,o=A[1],A=[0];continue;case 7:A=T.ops.pop(),T.trys.pop();continue;default:if(g=T.trys,!((g=g.length>0&&g[g.length-1])||A[0]!==6&&A[0]!==2)){T=0;continue}if(A[0]===3&&(!g||A[1]>g[0]&&A[1]<g[3])){T.label=A[1];break}if(A[0]===6&&T.label<g[1]){T.label=g[1],g=A;break}if(g&&T.label<g[2]){T.label=g[2],T.ops.push(A);break}g[2]&&T.ops.pop(),T.trys.pop();continue}A=_.call(b,T)}catch(w){A=[6,w],o=0}finally{h=g=0}if(5&A[0])throw A[1];return{value:A[0]?A[1]:void 0,done:!0}}([D,y])}}},a=this&&this.__importDefault||function(b){return b&&b.__esModule?b:{default:b}};Object.defineProperty(R,"__esModule",{value:!0}),R.Publisher=void 0;var d=x(5917),p=x(4865),e=a(x(7028)),r=x(9428),n=x(5044),s=x(7989),t=a(x(102)),i=a(x(8219)),l=x(2718),E=function(b){function _(h){var o=b.call(this)||this;return o.publishStartTimeStamp=0,o.pubReconnectTimes=0,o.isConnecting=!1,o.reconnectTimerHandle=null,o.reportMonitorTimes=0,o.reportSubFlag=!1,o.reporter=h,o.peerconnection=new p.RtsPeerconnection,o.peerconnection.on("connectStatusChange",function(g){g.status!==d.EConnectStatus.CONNECT_STATUS_DISCONNECTED&&g.status!==d.EConnectStatus.CONNECT_STATUS_RECONNECTING||!o.hasRetries()?o.emit("connectStatusChange",g):o.emit("onError",new n.RtsError(r.ErrorCode.ERROR_PC_DISCONNECTED,"PC disconnected",""))}),o.peerconnection.on("onMonitorEvent",function(g){var m=g.eventList;g.type==="pub"?(o.reportMonitorTimes++,o.reportMonitorTimes%4==0&&(m.forEach(function(T){o.reporter.reportPushStats(T)}),o.reportSubFlag=!0,o.reportMonitorTimes=0)):g.type==="sub"&&o.reportSubFlag&&(o.handleSubMonitorEvent(m),o.reportSubFlag=!1)}),o.peerconnection.on("onTransportStateEvent",function(g){var m;o.peerconnection.isReused||((m=o.peerconnection.getPc())===null||m===void 0?void 0:m.connectionState)!=="closed"&&g.state==="closed"&&o.hasRetries()&&o.emit("onError",new n.RtsError(r.ErrorCode.ERROR_TRANSPORT_CLOSED,"Transport has been closed. ".concat(g.kind,"|").concat(g.type,"|").concat(g.url),"",{protocol:g.protocol}))}),o.peerconnection.on("pcReconnect",function(g){var m,T;g.ips?(m="Migrate with ips: ".concat(JSON.stringify(g.ips)),T=r.ErrorCode.ERROR_IP_MIGRATE):(m="PC disconnected",T=r.ErrorCode.ERROR_PC_DISCONNECTED),o.emit("onError",new n.RtsError(T,m,"",{pcErrorInfo:g}))}),o.signalingUrl="",o.publishUrl="",o.publishConfig={},o}return c(_,b),_.prototype.publish=function(h,o,g){var m=this;return new Promise(function(T,C){if(m.unpublish(),m.localStream=o,m.publishUrl=h,m.publishConfig=g||{},m.checkPublishUrl())if(o)if(o.audioTrack===null)C(new n.RtsError(r.ErrorCode.ERROR_PUBLISH_NOAUDIO,"publish need audiotrack",""));else{var D=g?.signalUrl;m.signalingUrl=D||m.signalingUrl,m.publishStartTimeStamp=new Date().getTime(),o.setReporter(m.reporter),m.peerconnection.createOffer(o.hasAudio,o.hasVideo||o.hasScreen,o,u(u({},g),{publishUrl:h})).then(function(y){var A=y.desp,w=y.publishTrackInfoList;m.publishTrackInfoList=w;var j=new Date().getTime();m.reporter.reportStartPublish(m.publishUrl,m.signalingUrl),m.excuteSignal(A).then(function(I){var H=new Date().getTime();m.peerconnection.recvAnswer(I.data,{answerSdpHook:g?.answerSdpHook,tcpOnly:g?.tcpOnly}).then(function(){m.reporter.reportPublishOk(m.publishUrl,m.signalingUrl,j-m.publishStartTimeStamp,H-j,new Date().getTime()-H,I.data.trace_id),T(I.data.trace_id),m.pubReconnectTimes=0,m.peerconnection.pushStart()}).catch(function(F){F.traceid=I.data?I.data.trace_id:"";var U=new n.RtsError(F.errorCode||r.ErrorCode.ERROR_ANSWER_ERROR,F.message||"set answer error",F.traceid,{sdp:F.sdp});C(U)})}).catch(function(I){var H=new n.RtsError(I.errorCode||r.ErrorCode.ERROR_HTTPREQUEST_ERROR,I.message||"","",{response:I.response,sdp:I.sdp});C(H)})}).catch(function(y){var A=new n.RtsError(y.errorCode||r.ErrorCode.ERROR_CREATEOFFER,y.message||"","");C(A)})}else C(new n.RtsError(r.ErrorCode.ERROR_PUBLISH_NOSTREAM,"publish stream not found",""));else C(new n.RtsError(r.ErrorCode.ERROR_PUBLISH_URL,"url need artc://",""))})},_.prototype.unpublish=function(){this.peerconnection.dispose(),this.reporter.reportStopPublish(),this.signalingUrl="",this.publishUrl="",this.publishTrackInfoList=null},_.prototype.getTrackInfoList=function(){return this.publishTrackInfoList||[]},_.prototype.getPeerConnection=function(){return this.peerconnection},_.prototype.replaceTrack=function(h,o){return this.peerconnection.replaceTrack(this.publishUrl,h,o)},_.prototype.excuteSignal=function(h){var o=this,g={type:h.type,sdp:h.sdp};return this.isSingleMsid()&&(g.sdp=g.sdp.replace(/msid\:-? /g,"msid:")),new Promise(function(m,T){i.default.post(o.signalingUrl,{version:e.default.protocol_version,sdk_version:e.default.sdk_version,mode:"rtc",push_stream:o.publishUrl,jsep:g}).then(function(C){C&&C.status===200?m(C):T({message:C?"response status:"+C.status:"response is null",sdp:g.sdp})}).catch(function(C){return S(o,void 0,void 0,function(){var D,y;return f(this,function(A){switch(A.label){case 0:if(![400,500].includes((y=C.response)===null||y===void 0?void 0:y.status))return[3,4];C.sdp=h.sdp,A.label=1;case 1:return A.trys.push([1,3,,4]),[4,new s.SupportUtil().isSupport({isReceiveVideo:!0})];case 2:return A.sent(),[3,4];case 3:return D=A.sent(),C.errorCode=D?.errorCode,C.message=D?.message,this.pubReconnectTimes=1/0,[3,4];case 4:return T(C),[2]}})})})})},_.prototype.checkPublishUrl=function(){if(!this.publishUrl||this.publishUrl.indexOf("artc://")!==0)return!1;var h=window.location.protocol,o=(["http:","https:"].indexOf(h)>-1?h:"https:")+"//";return this.signalingUrl=this.publishUrl.replace("artc://",o),!0},_.prototype.isSingleMsid=function(){if(!this.publishConfig)return!1;var h=this.publishConfig,o=h.vMsid,g=h.aMsid;return!(!o||!o[0]||o[0].indexOf(" ")!==-1)||!(!g||!g[0]||g[0].indexOf(" ")!==-1)},_.prototype.retryPublish=function(h,o){return S(this,void 0,void 0,function(){var g,m,T,C,D,y,A;return f(this,function(w){switch(w.label){case 0:if(h.extraInfo=u(u({},h.extraInfo),{retryTimes:this.pubReconnectTimes}),!this.hasRetries())return[2,!1];if(typeof(g=this.publishConfig).beforeRetry!="function")return[3,4];w.label=1;case 1:return w.trys.push([1,3,,4]),[4,g.beforeRetry({url:this.publishUrl,stream:this.localStream,vMsid:g.vMsid,aMsid:g.aMsid,useTcp:o})];case 2:return(m=w.sent())?(T=m.url,C=m.stream,D=m.vMsid,y=m.aMsid,C||(console.error("Stream is not returned by beforeRetry function."),this.pubReconnectTimes=1/0),this.reporter.reportReconnectParams("pub",T,D,y,m.useTcp,C?.id),this.publishUrl=T,this.localStream=C,this.publishConfig.vMsid=D,this.publishConfig.aMsid=y,typeof m.useTcp=="boolean"&&(o=m.useTcp),console.log(`Retry with:
|
|
147
|
-
[
|
|
148
|
-
[
|
|
149
|
-
[
|
|
150
|
-
[PROTOCOL] `).concat(o?"TCP":"UDP"))):(this.reporter.reportReconnectParams("pub"),this.pubReconnectTimes=1/0),[3,4];case 3:return A=w.sent(),console.error("Error in beforeRetry",A),[3,4];case 4:return this.hasRetries()&&this.localStream?(this.emit("connectStatusChange",{status:d.EConnectStatus.CONNECT_STATUS_RECONNECTING}),this.incrementReconnectTimes(),h.extraInfo.retryTimes=this.pubReconnectTimes,h.extraInfo.tcpOnly=!!o,this.publishWithReconnect(this.publishUrl,this.localStream,u(u({},this.publishConfig),{tcpOnly:!!o})).catch(function(j){}),[2,!0]):(h.extraInfo.retryTimes=this.pubReconnectTimes,[2,!1])}})})},_.prototype.publishWithReconnect=function(h,o,g,m,T){var C=this;return new Promise(function(D,y){D=m||D,y=T||y,C.isConnecting=!0,C.publish(h,o,g).then(function(A){C.isConnecting=!1,D(A)}).catch(function(A){var w;if(!C.isConnecting)return y(A);if(!r.RECONNECT_ERROR_EXCLUDE_LIST.includes(A.errorCode)&&C.hasRetries(!0)){var j=((w=C.publishConfig)===null||w===void 0?void 0:w.retryInterval)||d.DEFAULT_RETRY_PUBLISH_INTERVAL;C.reconnectTimerHandle=setTimeout(function(){A.extraInfo=u(u({},A.extraInfo),{retryTimes:C.pubReconnectTimes}),C.emit("reconnect",A),C.publishWithReconnect(h,o,g,D,y)},j)}else y(A),A.extraInfo=u(u({},A.extraInfo),{retryTimes:C.pubReconnectTimes}),C.isConnecting=!1,C.emit("onError",A)})})},_.prototype.sendSEI=function(h){var o;(o=this.peerconnection)===null||o===void 0||o.sendSEI(h)},_.prototype.hasRetries=function(h){var o,g,m=d.DEFAULT_RETRY_PUBLISH_LIMIT;typeof((o=this.publishConfig)===null||o===void 0?void 0:o.retryTimes)=="number"&&(m=Math.floor((g=this.publishConfig)===null||g===void 0?void 0:g.retryTimes));var T=this.pubReconnectTimes<m;return h&&T&&this.incrementReconnectTimes(),T},_.prototype.resetRepublishStatus=function(){this.pubReconnectTimes=0,this.isConnecting=!1,this.reporter.updateTid(),this.reconnectTimerHandle!==null&&(clearTimeout(this.reconnectTimerHandle),this.reconnectTimerHandle=null)},_.prototype.handleSubMonitorEvent=function(h){var o=this;h.forEach(function(g){var m={ct:0,tt:4e3,url:g.url},T=g.video,C=g.audio;if(T){var D=T.transportStats,y=T.inboundRtpStats,A=T.inboundRtpStatsPerSec,w=T.localCandidate,j=T.remoteCandidate;m=u(u({},m),{rtt:D?.rtt!==-1?1e3*(D?.rtt||0):-1,cand_re_prot:j.protocol,cand_lo_prot:w.protocol,cand_re_addr:"".concat(j.ip||j.address,":").concat(j.port),cand_lo_addr:"".concat(w.ip||w.address,":").concat(w.port),w:y?.frameWidth,h:y?.frameHeight,vbps:Math.floor(8*A.bytesReceivedPerSecond),fps:y?.framesPerSecond,dfps:Math.floor(A?.framesDecodedPerSecond),vjb:Math.floor((0,l.getJitterBufferDelayAvg)(y?.jitterBufferDelay,y?.jitterBufferEmittedCount)),vMsid:g.vMsid})}C&&(D=C.transportStats,y=C.inboundRtpStats,A=C.inboundRtpStatsPerSec,w=C.localCandidate,j=C.remoteCandidate,m=u(u({},m),{rtt:D?.rtt!==-1?1e3*(D?.rtt||0):-1,cand_re_prot:j.protocol,cand_lo_prot:w.protocol,cand_re_addr:"".concat(j.ip||j.address,":").concat(j.port),cand_lo_addr:"".concat(w.ip||w.address,":").concat(w.port),abps:Math.floor(8*A.bytesReceivedPerSecond),ajb:Math.floor((0,l.getJitterBufferDelayAvg)(y?.jitterBufferDelay,y.jitterBufferEmittedCount)),aMsid:g.aMsid})),o.reporter.reportPullStats(m)})},_.prototype.incrementReconnectTimes=function(){this.pubReconnectTimes++},_.prototype.getPublishConfig=function(){return this.publishConfig},_}(t.default);R.Publisher=E},5788:function(L,R,x){var v,c=this&&this.__extends||(v=function(i,l){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(E,b){E.__proto__=b}||function(E,b){for(var _ in b)Object.prototype.hasOwnProperty.call(b,_)&&(E[_]=b[_])},v(i,l)},function(i,l){if(typeof l!="function"&&l!==null)throw new TypeError("Class extends value "+String(l)+" is not a constructor or null");function E(){this.constructor=i}v(i,l),i.prototype=l===null?Object.create(l):(E.prototype=l.prototype,new E)}),u=this&&this.__awaiter||function(i,l,E,b){return new(E||(E=Promise))(function(_,h){function o(T){try{m(b.next(T))}catch(C){h(C)}}function g(T){try{m(b.throw(T))}catch(C){h(C)}}function m(T){var C;T.done?_(T.value):(C=T.value,C instanceof E?C:new E(function(D){D(C)})).then(o,g)}m((b=b.apply(i,l||[])).next())})},S=this&&this.__generator||function(i,l){var E,b,_,h,o={label:0,sent:function(){if(1&_[0])throw _[1];return _[1]},trys:[],ops:[]};return h={next:g(0),throw:g(1),return:g(2)},typeof Symbol=="function"&&(h[Symbol.iterator]=function(){return this}),h;function g(m){return function(T){return function(C){if(E)throw new TypeError("Generator is already executing.");for(;h&&(h=0,C[0]&&(o=0)),o;)try{if(E=1,b&&(_=2&C[0]?b.return:C[0]?b.throw||((_=b.return)&&_.call(b),0):b.next)&&!(_=_.call(b,C[1])).done)return _;switch(b=0,_&&(C=[2&C[0],_.value]),C[0]){case 0:case 1:_=C;break;case 4:return o.label++,{value:C[1],done:!1};case 5:o.label++,b=C[1],C=[0];continue;case 7:C=o.ops.pop(),o.trys.pop();continue;default:if(_=o.trys,!((_=_.length>0&&_[_.length-1])||C[0]!==6&&C[0]!==2)){o=0;continue}if(C[0]===3&&(!_||C[1]>_[0]&&C[1]<_[3])){o.label=C[1];break}if(C[0]===6&&o.label<_[1]){o.label=_[1],_=C;break}if(_&&o.label<_[2]){o.label=_[2],o.ops.push(C);break}_[2]&&o.ops.pop(),o.trys.pop();continue}C=l.call(i,o)}catch(D){C=[6,D],b=0}finally{E=_=0}if(5&C[0])throw C[1];return{value:C[0]?C[1]:void 0,done:!0}}([m,T])}}},f=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(R,"__esModule",{value:!0}),R.SignalChannel=void 0;var a=f(x(7028)),d=x(4865),p=f(x(102)),e=f(x(8219)),r=x(9428),n=x(5044),s=x(280),t=function(i){function l(E){var b=i.call(this)||this;return b.reporter=E.reporter,b}return c(l,i),Object.defineProperty(l.prototype,"isOpen",{get:function(){return this.readyState==="open"},enumerable:!1,configurable:!0}),Object.defineProperty(l.prototype,"readyState",{get:function(){var E,b;return((E=this.peerconnection)===null||E===void 0?void 0:E.isConnected)&&((b=this.datachannelCore)===null||b===void 0?void 0:b.readyState)},enumerable:!1,configurable:!0}),Object.defineProperty(l.prototype,"datachannelCore",{get:function(){var E,b,_;return(_=(b=(E=this.peerconnection)===null||E===void 0?void 0:E.getPeerCore())===null||b===void 0?void 0:b.getSignal())===null||_===void 0?void 0:_.getDatachannelCore()},enumerable:!1,configurable:!0}),l.prototype.getPeerConnection=function(){return this.peerconnection},l.prototype.setPeerConnection=function(E){this.peerconnection=E},l.prototype.createDatachannel=function(E){return u(this,void 0,void 0,function(){var b,_,h,o,g,m,T,C,D,y,A,w;return S(this,function(j){switch(j.label){case 0:if(b=E.signalUrl,!this.checkUrl(b))throw new n.RtsError(r.ErrorCode.ERROR_DATACHANNEL_PARAM,"url need artc://","");this.closeDatachannel(),this.createPC(),this.reporter.updateUrl(b),this.reporter.reportDatachannelHttpConnect(b),_=performance.now(),j.label=1;case 1:return j.trys.push([1,3,,4]),[4,(y=this.peerconnection)===null||y===void 0?void 0:y.createOffer(!1,!1,void 0,E)];case 2:return h=j.sent(),[3,4];case 3:return o=j.sent(),this.throwRtsError(new n.RtsError(o.errorCode||r.ErrorCode.ERROR_CREATEOFFER,o.message||"","")),[3,4];case 4:m="",j.label=5;case 5:return j.trys.push([5,7,,8]),[4,this.excuteSignal(h.desp)];case 6:return g=j.sent(),m=((A=g?.data)===null||A===void 0?void 0:A.trace_id)||"",this.reporter.reportDatachannelHttpConnectOk({url:b,hrct:Math.floor(performance.now()-_),tcid:m}),[3,8];case 7:return T=j.sent(),this.throwRtsError(new n.RtsError(T.errorCode||r.ErrorCode.ERROR_HTTPREQUEST_ERROR,T.message||"",m)),[3,8];case 8:return j.trys.push([8,10,,11]),[4,(w=this.peerconnection)===null||w===void 0?void 0:w.recvAnswer(g?.data,{answerSdpHook:E.answerSdpHook})];case 9:return j.sent(),[3,11];case 10:return C=j.sent(),this.throwRtsError(new n.RtsError(C.errorCode||r.ErrorCode.ERROR_ANSWER_ERROR,C.message||"set answer error",m)),[3,11];case 11:return j.trys.push([11,13,,14]),[4,this.waitForOpen()];case 12:return j.sent(),[3,14];case 13:return D=j.sent(),this.throwRtsError(new n.RtsError(r.ErrorCode.ERROR_DATACHANNEL_OPEN,"datachannel open failed: ".concat(D),m)),[3,14];case 14:return[2,m]}})})},l.prototype.waitForOpen=function(){var E,b=this;return new Promise(function(_,h){var o;E=window.setTimeout(function(){var m;(m=b.peerconnection)===null||m===void 0||m.off("datachannelStatusChange",g),E=void 0,h("timeout")},5e3);var g=function(m){E&&(clearTimeout(E),E=void 0),m.status===s.EDatachannelStatus.DATACHANNEL_STATUS_OPEN?_(!0):h("status is ".concat(m.status))};(o=b.peerconnection)===null||o===void 0||o.once("datachannelStatusChange",g)})},l.prototype.excuteSignal=function(E){return u(this,void 0,void 0,function(){var b;return S(this,function(_){switch(_.label){case 0:return[4,e.default.post(this.signalUrl,{version:a.default.protocol_version,sdk_version:a.default.sdk_version,mode:"live",jsep:E})];case 1:if(((b=_.sent())==null?void 0:b.status)!==200)throw new n.RtsError(r.ErrorCode.ERROR_SIGNAL_ERROR,b?"response status:"+b.status:"response is null","");return[2,b]}})})},l.prototype.closeDatachannel=function(){var E;(E=this.peerconnection)===null||E===void 0||E.dispose()},l.prototype.checkUrl=function(E){var b="artc://";if(E&&E.indexOf(b)===0){var _=window.location.protocol,h=(["http:","https:"].indexOf(_)>-1?_:"https:")+"//";return this.signalUrl=E.replace(b,h),!0}},l.prototype.throwRtsError=function(E){throw this.emit("onError",E),E},l.prototype.createPC=function(){var E=this;this.peerconnection=new d.RtsPeerconnection,this.peerconnection.on("connectStatusChange",function(b){E.emit("connectStatusChange",b)})},l}(p.default);R.SignalChannel=t},2550:function(L,R,x){var v,c=this&&this.__extends||(v=function(_,h){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,g){o.__proto__=g}||function(o,g){for(var m in g)Object.prototype.hasOwnProperty.call(g,m)&&(o[m]=g[m])},v(_,h)},function(_,h){if(typeof h!="function"&&h!==null)throw new TypeError("Class extends value "+String(h)+" is not a constructor or null");function o(){this.constructor=_}v(_,h),_.prototype=h===null?Object.create(h):(o.prototype=h.prototype,new o)}),u=this&&this.__assign||function(){return u=Object.assign||function(_){for(var h,o=1,g=arguments.length;o<g;o++)for(var m in h=arguments[o])Object.prototype.hasOwnProperty.call(h,m)&&(_[m]=h[m]);return _},u.apply(this,arguments)},S=this&&this.__awaiter||function(_,h,o,g){return new(o||(o=Promise))(function(m,T){function C(A){try{y(g.next(A))}catch(w){T(w)}}function D(A){try{y(g.throw(A))}catch(w){T(w)}}function y(A){var w;A.done?m(A.value):(w=A.value,w instanceof o?w:new o(function(j){j(w)})).then(C,D)}y((g=g.apply(_,h||[])).next())})},f=this&&this.__generator||function(_,h){var o,g,m,T,C={label:0,sent:function(){if(1&m[0])throw m[1];return m[1]},trys:[],ops:[]};return T={next:D(0),throw:D(1),return:D(2)},typeof Symbol=="function"&&(T[Symbol.iterator]=function(){return this}),T;function D(y){return function(A){return function(w){if(o)throw new TypeError("Generator is already executing.");for(;T&&(T=0,w[0]&&(C=0)),C;)try{if(o=1,g&&(m=2&w[0]?g.return:w[0]?g.throw||((m=g.return)&&m.call(g),0):g.next)&&!(m=m.call(g,w[1])).done)return m;switch(g=0,m&&(w=[2&w[0],m.value]),w[0]){case 0:case 1:m=w;break;case 4:return C.label++,{value:w[1],done:!1};case 5:C.label++,g=w[1],w=[0];continue;case 7:w=C.ops.pop(),C.trys.pop();continue;default:if(m=C.trys,!((m=m.length>0&&m[m.length-1])||w[0]!==6&&w[0]!==2)){C=0;continue}if(w[0]===3&&(!m||w[1]>m[0]&&w[1]<m[3])){C.label=w[1];break}if(w[0]===6&&C.label<m[1]){C.label=m[1],m=w;break}if(m&&C.label<m[2]){C.label=m[2],C.ops.push(w);break}m[2]&&C.ops.pop(),C.trys.pop();continue}w=h.call(_,C)}catch(j){w=[6,j],g=0}finally{o=m=0}if(5&w[0])throw w[1];return{value:w[0]?w[1]:void 0,done:!0}}([y,A])}}},a=this&&this.__rest||function(_,h){var o={};for(var g in _)Object.prototype.hasOwnProperty.call(_,g)&&h.indexOf(g)<0&&(o[g]=_[g]);if(_!=null&&typeof Object.getOwnPropertySymbols=="function"){var m=0;for(g=Object.getOwnPropertySymbols(_);m<g.length;m++)h.indexOf(g[m])<0&&Object.prototype.propertyIsEnumerable.call(_,g[m])&&(o[g[m]]=_[g[m]])}return o},d=this&&this.__importDefault||function(_){return _&&_.__esModule?_:{default:_}};Object.defineProperty(R,"__esModule",{value:!0}),R.LocalStream=void 0;var p=x(5805),e=x(3412),r=x(5044),n=x(9428),s=x(5259),t=x(233),i=d(x(335)),l=x(6295),E=x(2718),b=function(_){function h(){var o=_.call(this)||this;return o.screenSurfaceType="",o.VideoProfileMap=new Map(s.VideoProfileMap),o.ScreenProfileMap=new Map(s.ScreenProfileMap),o.AudioProfileMap=new Map(s.AudioProfileMap),o.deviceManager=new e.BrowserDeviceManager,o.mediastream=new MediaStream,o.hasVideo=!1,o.hasScreen=!1,o.videoProfile="360p_1",o.screenProfile="720p_1",o.audioProfile="standard",o.isCustomStream=!1,o.handleVideoTrackEnded=o.handleVideoTrackEnded.bind(o),o.handleAudioTrackEnded=o.handleAudioTrackEnded.bind(o),o}return c(h,_),Object.defineProperty(h.prototype,"mediaStream",{get:function(){return this.mediastream},enumerable:!1,configurable:!0}),Object.defineProperty(h.prototype,"audioTrack",{get:function(){return this.audiotrack},enumerable:!1,configurable:!0}),Object.defineProperty(h.prototype,"videoTrack",{get:function(){return this.videotrack},enumerable:!1,configurable:!0}),Object.defineProperty(h.prototype,"hasAudio",{get:function(){return!!this.audioTrack},enumerable:!1,configurable:!0}),h.prototype.getVideoProfile=function(){if(this.hasVideo)return this.videoProfile},h.prototype.getScreenProfile=function(){if(this.hasScreen)return this.screenProfile},h.prototype.getAudioProfile=function(){if(this.hasAudio)return this.audioProfile},h.prototype.init=function(o){return o.custom?this.createCustomStream(o.mediaStream):this.initWithRetry(o)},h.prototype.initWithRetry=function(o,g,m){var T=this;return new Promise(function(C,D){C=g||C,D=m||D;var y=[];y.push(T.initMicAudio(o)),o.video?y.push(T.initCameraVideo(o)):o.screen&&y.push(T.initScreenVideoAudio(o)),Promise.all(y).then(function(){T.tryMixMicAndScreenAudio(o),T.initTracks(o),o.skipProfile?C():T.tryToSetProfile(o).then(function(){C()}).catch(function(A){console.log(A),T.resetLocalStream(),T.initWithRetry(u(u({},o),{skipProfile:!0}),C,D)})}).catch(function(A){T.stopAllTracks(),D(A)})})},h.prototype.initMicAudio=function(o){var g=this;return new Promise(function(m,T){if(!o||!o.audio)return m();var C={};o.audio===!0?C.deviceId="":C=o.audio,g.deviceManager.getAudioTrack(C).then(function(D){g.micAudioTrack=D,g.audiotrack=D,m()}).catch(function(D){T(new r.RtsError(D.code,D.reason,"",D.relatedLink))})})},h.prototype.initCameraVideo=function(o){var g=this;return new Promise(function(m,T){if(!o||!o.video)return m();var C={};o.video===!0?C.deviceId="":C=o.video,g.deviceManager.getVideoTrack(C).then(function(D){g.videotrack=D,g.hasVideo=!0,m()}).catch(function(D){T(new r.RtsError(D.code,D.reason,"",D.relatedLink))})})},h.prototype.initScreenVideoAudio=function(o){var g=this;return new Promise(function(m,T){if(o.screen){var C=!0,D=!1,y={};if(typeof o.screen!="boolean"){var A=o.screen,w=A.video,j=A.audio;y=a(A,["video","audio"]),C=typeof w!="object"||w,typeof j!="boolean"&&typeof j!="object"||(D=j)}t.SystemUtil.isMacOS&&t.BrowserUtil.isSafari&&["16.1","16.2","16.3"].indexOf(t.BrowserUtil.browserVersion)>-1&&typeof C=="object"&&(typeof C.width=="number"&&(C.width={max:C.width}),typeof C.height=="number"&&(C.height={max:C.height})),g.deviceManager.getScreenStream(u({video:C,audio:D},y)).then(function(I){g.videotrack=I.getVideoTracks()[0],g.videotrack&&g.videotrack.getSettings&&(g.screenSurfaceType=g.videotrack.getSettings().displaySurface),g.hasScreen=!0;var H=I.getAudioTracks()[0];H&&(g.screenAudioTrack=H),m()}).catch(function(I){T(new r.RtsError(I.code,I.reason,"",I.relatedLink))})}})},h.prototype.tryMixMicAndScreenAudio=function(o){o.audio&&this.micAudioTrack&&this.hasScreenAudioConfig(o)&&this.screenAudioTrack?(this.audioMixer||(this.audioMixer=new i.default({useGainNode:!1,trackList:[]})),this.audioMixer.updateTrackList([this.screenAudioTrack,this.micAudioTrack]),this.audiotrack=this.audioMixer.getMixedAudioTrack()):o.audio&&this.micAudioTrack?this.audiotrack=this.micAudioTrack:this.hasScreenAudioConfig(o)&&this.screenAudioTrack&&(this.audiotrack=this.screenAudioTrack)},h.prototype.initTracks=function(o){this.hasAudioTrackReady(o)&&this.audiotrack&&this.mediastream.addTrack(this.audiotrack),this.hasVideoTrackReady(o)&&this.videotrack&&this.mediastream.addTrack(this.videotrack),this.addTrackListener()},h.prototype.tryToSetProfile=function(o){var g=this;return new Promise(function(m,T){return S(g,void 0,void 0,function(){var C;return f(this,function(D){switch(D.label){case 0:return D.trys.push([0,4,,5]),o.video?[4,this.setVideoProfile(this.videoProfile)]:[3,2];case 1:return D.sent(),[3,3];case 2:o.screen&&this.setScreenProfile(this.screenProfile).catch(function(y){console.log(y)}),D.label=3;case 3:return m(),[3,5];case 4:return C=D.sent(),T(new r.RtsError(n.ErrorCode.ERROR_DEIVCE_CONSTRAINEDERROR,"apply constraint failed","",{originErr:C,config:o})),[3,5];case 5:return[2]}})})})},h.prototype.stopAllTracks=function(){this.screenAudioTrack&&(this.screenAudioTrack.stop(),this.screenAudioTrack=void 0),this.micAudioTrack&&(this.micAudioTrack.stop(),this.micAudioTrack=void 0),this.audioTrack&&(this.audioTrack.stop(),this.audiotrack=void 0),this.videoTrack&&(this.videoTrack.stop(),this.videotrack=void 0)},h.prototype.resetLocalStream=function(){this.deviceManager=new e.BrowserDeviceManager,this.mediastream=new MediaStream,this.hasVideo=!1,this.hasScreen=!1,this.videoProfile="360p_1",this.screenProfile="720p_1",this.isCustomStream=!1,this.stopAllTracks(),this.audioMixer=void 0,this.screenSurfaceType=""},h.prototype.setEncodeParam=function(o,g){var m=this;this.pc=o;var T=!1,C=!1;g?g==="video"?T=!0:g==="audio"&&(C=!0):T=C=!0,o.getSenders().forEach(function(D){var y=D.track;!y||y.kind!=="video"&&y.kind!=="audio"||(y.kind==="video"&&T&&m.setVideoEncodeParams(D),y.kind==="audio"&&C&&m.setAudioEncodeParams(D))})},h.prototype.setVideoEncodeParams=function(o){var g,m,T;if(((g=o.track)===null||g===void 0?void 0:g.id)===((m=this.videoTrack)===null||m===void 0?void 0:m.id)&&(this.hasVideo?T=this.VideoProfileMap.get(this.videoProfile):this.hasScreen&&(T=this.ScreenProfileMap.get(this.screenProfile)),T&&o.setParameters&&o.getParameters)){var C=o.getParameters();C.degradationPreference="maintain-resolution",C.encodings.forEach(function(D){T?.maxBitrate&&(D.maxBitrate=1024*T.maxBitrate),T?.frameRate&&(D.maxFramerate=T.frameRate)}),o.setParameters(C)}},h.prototype.setAudioEncodeParams=function(o){var g,m;if(((g=o.track)===null||g===void 0?void 0:g.id)===((m=this.audioTrack)===null||m===void 0?void 0:m.id)){var T=this.AudioProfileMap.get(this.audioProfile);if(T&&o.setParameters&&o.getParameters){var C=o.getParameters();C.encodings.forEach(function(D){T.maxBitrate&&(D.maxBitrate=1024*T.maxBitrate)}),o.setParameters(C)}}},h.prototype.play=function(o,g){var m,T=this;if((m=this.reporter)===null||m===void 0||m.reportPlay(o?o.nodeName:String(o)),o&&(this.element=o,this.mediastream)){if(this.element.srcObject=this.mediastream,(t.SystemUtil.isIos&&t.SystemUtil.systemVersion.indexOf("15.1")===0&&(t.BrowserUtil.isSafari||t.BrowserUtil.isChrome||t.BrowserUtil.isMicroMessenger)||g?.canvasStream)&&this.hasVideo){if(this.canvasRenderer)return;this.canvasRenderer=new l.CanvasRenderer({video:this.element});var C=this;this.element.addEventListener("loadeddata",function D(){if(C.element&&(C.element.removeEventListener("loadeddata",D),C.canvasRenderer)){C.canvasRenderer.start();var y=C.canvasRenderer.mediaStream;y&&(C.mediastream=y,C.videotrack=y.getVideoTracks()[0])}}),this.element.addEventListener("resize",function(){var D;if(T){var y=T.element;y&&((D=T.canvasRenderer)===null||D===void 0||D.resize(y.videoWidth,y.videoHeight))}})}if(g&&g.autoplay===!1)return;this.element.play()}},h.prototype.setVideoProfile=function(o){var g=this;return new Promise(function(m,T){return S(g,void 0,void 0,function(){var C,D,y;return f(this,function(A){switch(A.label){case 0:if((y=this.reporter)===null||y===void 0||y.reportVideoProfile(o),!(C=this.VideoProfileMap.get(o)))return[3,5];if(this.isCustomStream||!this.hasVideo||!this.videotrack||!this.videotrack.applyConstraints)return[3,4];A.label=1;case 1:return A.trys.push([1,3,,4]),[4,this.videotrack.applyConstraints(C)];case 2:return A.sent(),[3,4];case 3:return D=A.sent(),[2,T(D)];case 4:return this.videoProfile=o,this.pc&&this.setEncodeParam(this.pc,"video"),m(this.videoProfile),[3,6];case 5:T("Profile not found"),A.label=6;case 6:return[2]}})})})},h.prototype.setScreenProfile=function(o){var g=this;return new Promise(function(m,T){return S(g,void 0,void 0,function(){var C,D,y;return f(this,function(A){switch(A.label){case 0:if((y=this.reporter)===null||y===void 0||y.reportScreenProfile(o),!(C=this.ScreenProfileMap.get(o)))return[3,5];if(!(this.hasScreen&&this.videotrack&&this.videotrack.applyConstraints))return[3,4];A.label=1;case 1:return A.trys.push([1,3,,4]),[4,this.videotrack.applyConstraints(C)];case 2:return A.sent(),[3,4];case 3:return D=A.sent(),[2,T(D)];case 4:return this.screenProfile=o,this.pc&&this.setEncodeParam(this.pc,"video"),m(this.screenProfile),[3,6];case 5:T("Profile not found"),A.label=6;case 6:return[2]}})})})},h.prototype.setAudioProfile=function(o){var g=this;return new Promise(function(m,T){return S(g,void 0,void 0,function(){var C,D,y;return f(this,function(A){switch(A.label){case 0:if((y=this.reporter)===null||y===void 0||y.reportAudioProfile(o),!(C=this.AudioProfileMap.get(o)))return[3,5];if(this.isCustomStream||!this.hasAudio||!this.audioTrack||!this.audioTrack.applyConstraints)return[3,4];A.label=1;case 1:return A.trys.push([1,3,,4]),[4,this.audioTrack.applyConstraints(C)];case 2:return A.sent(),[3,4];case 3:return D=A.sent(),[2,T(D)];case 4:return this.audioProfile=o,this.pc&&this.setEncodeParam(this.pc,"audio"),m(this.audioProfile),[3,6];case 5:T("Profile not found"),A.label=6;case 6:return[2]}})})})},h.prototype.enableAudio=function(){var o;return(o=this.reporter)===null||o===void 0||o.reportEnableAudio(),!!this.audiotrack&&(this.audiotrack.enabled=!0,!0)},h.prototype.disableAudio=function(){var o;return(o=this.reporter)===null||o===void 0||o.reportDisableAudio(),!!this.audiotrack&&(this.audiotrack.enabled=!1,!0)},h.prototype.enableVideo=function(){var o;return(o=this.reporter)===null||o===void 0||o.reportEnableVideo(),!!this.videotrack&&(this.videotrack.enabled=!0,!0)},h.prototype.disableVideo=function(){var o;return(o=this.reporter)===null||o===void 0||o.reportDisableVideo(),!!this.videotrack&&(this.videotrack.enabled=!1,!0)},h.prototype.stop=function(){var o;_.prototype.stop.call(this),this.hasVideo=!1,this.hasScreen=!1,this.isCustomStream=!1,this.canvasRenderer&&(this.canvasRenderer.stop(),this.canvasRenderer=void 0),this.audiotrack&&(this.audiotrack.stop(),this.audiotrack=void 0),this.videotrack&&(this.videotrack.stop(),this.videotrack=void 0),this.micAudioTrack&&(this.micAudioTrack.stop(),this.micAudioTrack=void 0),this.screenAudioTrack&&(this.screenAudioTrack.stop(),this.screenAudioTrack=void 0),(o=this.reporter)===null||o===void 0||o.reportStop(0)},h.prototype.mergeStream=function(o){var g=o.videoTrack,m=o.audioTrack;g&&(this.videoTrack&&(this.videoTrack.removeEventListener("ended",this.handleVideoTrackEnded),this.mediaStream.removeTrack(this.videoTrack)),this.mediaStream.addTrack(g),this.videotrack=g,this.listenVideoEnded(),this.hasVideo=o.hasVideo,this.hasScreen=o.hasScreen,this.isCustomStream=o.isCustomStream,this.hasVideo&&(this.videoProfile=o.videoProfile),this.hasScreen&&(this.screenProfile=o.screenProfile)),m&&(this.audioTrack&&(this.audioTrack.removeEventListener("ended",this.handleAudioTrackEnded),this.mediaStream.removeTrack(this.audioTrack)),this.mediaStream.addTrack(m),this.audiotrack=m,this.listenAudioEnded())},h.prototype.deleteTracks=function(o){o.audio&&this.audioTrack&&(this.mediaStream.removeTrack(this.audioTrack),this.audiotrack=void 0),o.video&&this.videoTrack&&(this.mediaStream.removeTrack(this.videoTrack),this.videotrack=void 0,this.hasScreen=!1,this.hasVideo=!1)},h.prototype.createCustomStream=function(o){var g=this;return new Promise(function(m,T){if(!o)return T(new r.RtsError(n.ErrorCode.ERROR_CUSTOMSTREAM_NONE,"MediaStream is required.",""));if(!(o instanceof MediaStream))return T(new r.RtsError(n.ErrorCode.ERROR_CUSTOMSTREAM_INVALID,"MediaStream is invalid.",""));if(o.getTracks().length===0)return T(new r.RtsError(n.ErrorCode.ERROR_CUSTOMSTREAM_TRACK_NONE,"MediaStream has no track.",""));var C=(0,E.getVideoTrack)(o),D=(0,E.getAudioTrack)(o);C&&(g.hasVideo=!0,g.videotrack=C,g.mediastream.addTrack(C)),D&&(g.audiotrack=D,g.mediastream.addTrack(D)),g.isCustomStream=!0,g.setVideoProfile(g.videoProfile),g.addTrackListener(),m()})},h.prototype.releaseMediaStream=function(){var o=this;this.mediastream.getTracks().forEach(function(g){g.stop(),o.mediastream.removeTrack(g)})},h.prototype.hasVideoTrackReady=function(o){return!(!o.video&&!o.screen||!this.videotrack)||!o.video&&!o.screen},h.prototype.hasScreenAudioConfig=function(o){return typeof o.screen=="object"&&o.screen.audio},h.prototype.hasAudioTrackReady=function(o){return!(o.audio&&(!this.hasMicAudioAndReady(o)&&!this.hasScreenAudioAndReady(o)||!this.audiotrack))},h.prototype.hasMicAudioAndReady=function(o){return o.audio&&this.micAudioTrack},h.prototype.hasScreenAudioAndReady=function(o){return this.hasScreenAudioConfig(o)&&this.screenAudioTrack},h.prototype.addTrackListener=function(){this.listenVideoEnded(),this.listenAudioEnded()},h.prototype.listenVideoEnded=function(){var o=this;this.videotrack&&this.videotrack.addEventListener("ended",this.handleVideoTrackEnded),this.micAudioTrack&&this.micAudioTrack.addEventListener("ended",function(){var g;o.emit("micAudioTrackEnded"),o.screenAudioTrack&&o.screenAudioTrack.readyState==="ended"&&((g=o.audioMixer)===null||g===void 0||g.destroy(),o.emit("audioTrackEnded"))}),this.screenAudioTrack&&this.screenAudioTrack.addEventListener("ended",function(){var g;o.emit("screenAudioTrackEnded"),o.micAudioTrack&&o.micAudioTrack.readyState==="ended"&&((g=o.audioMixer)===null||g===void 0||g.destroy(),o.emit("audioTrackEnded"))})},h.prototype.listenAudioEnded=function(){this.audiotrack&&this.audiotrack.addEventListener("ended",this.handleAudioTrackEnded)},h.prototype.handleVideoTrackEnded=function(){this.hasScreen=!1,this.hasVideo=!1,this.emit("videoTrackEnded")},h.prototype.handleAudioTrackEnded=function(){this.emit("audioTrackEnded")},h}(p.Stream);R.LocalStream=b},771:function(L,R,x){var v,c=this&&this.__extends||(v=function(p,e){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var s in n)Object.prototype.hasOwnProperty.call(n,s)&&(r[s]=n[s])},v(p,e)},function(p,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=p}v(p,e),p.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(R,"__esModule",{value:!0}),R.RemoteStream=void 0;var u=x(5805),S=x(233),f=x(5044),a=x(9428),d=function(p){function e(){var r=p.call(this)||this;return r.recvCanPlay=!1,r.autoplay=!0,r.onCanPlay=r.onCanPlay.bind(r),r}return c(e,p),Object.defineProperty(e.prototype,"muted",{get:function(){return!!this.element&&this.element.muted},set:function(r){this.element&&(this.element.muted=r)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"audioTrack",{get:function(){var r;return(r=this.mediastream)===null||r===void 0?void 0:r.getAudioTracks()[0]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"videoTrack",{get:function(){var r;return(r=this.mediastream)===null||r===void 0?void 0:r.getVideoTracks()[0]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hasVideo",{get:function(){return!!this.videoTrack},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hasAudio",{get:function(){return!!this.audioTrack},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"mediaStream",{get:function(){return this.mediastream},enumerable:!1,configurable:!0}),e.prototype.updateMediaStream=function(r){var n=this.mediastream||new MediaStream;r.getTracks().forEach(function(s){return n.addTrack(s)}),this.mediastream=n,this.element&&this.play(this.element)},e.prototype.getMediaStream=function(){return this.mediastream},e.prototype.mergeStream=function(r){if(this.mediaStream){var n=r.getVideoTracks()[0],s=r.getAudioTracks()[0];n&&(this.videoTrack&&this.mediaStream.removeTrack(this.videoTrack),this.mediaStream.addTrack(n),this.videotrack=n),s&&(this.audioTrack&&this.mediaStream.removeTrack(this.audioTrack),this.mediaStream.addTrack(s),this.audiotrack=s)}},e.prototype.play=function(r,n){if(this.autoplay=!!(!n||n.autoplay),r){if(!(r instanceof HTMLMediaElement))throw new f.RtsError(a.ErrorCode.ERROR_HTMLELEMENT_ERROR,"Param is not a HTMLMediaElement","",{element:r});this.recvCanPlay=!1,this.emit("mediaElementBinded"),this.element=r,this.element.addEventListener("canplay",this.onCanPlay);var s=this.mediaStream;this.element.addEventListener("playing",function t(){r.removeEventListener("playing",t),S.SystemUtil.isIos&&parseInt(S.SystemUtil.systemVersion)<=13&&!r.muted&&s?.getAudioTracks().length&&(r.pause(),r.play())}),this.element.nodeName==="VIDEO"&&(this.element.setAttribute("playsinline",""),S.BrowserUtil.isMicroMessenger&&(this.element.setAttribute("x5-video-player-type","h5-page"),this.element.setAttribute("x5-playsinline",""),S.SystemUtil.isAndroid||S.SystemUtil.isIos&&this.element.setAttribute("x-webkit-airplay","allow"))),this.autoplay&&S.BrowserUtil.isSafari&&this.element.setAttribute("autoplay",""),this.mediastream&&this.bindMediaStream(this.mediastream)}else this.release()},e.prototype.disableVideo=function(){var r=this.getMediaStream();r&&r.getVideoTracks().forEach(function(n){n.enabled&&(n.enabled=!1)})},e.prototype.enableVideo=function(){var r=this.getMediaStream();r&&r.getVideoTracks().forEach(function(n){n.enabled||(n.enabled=!0)})},e.prototype.disableAudio=function(){var r=this.getMediaStream();r&&r.getAudioTracks().forEach(function(n){n.enabled&&(n.enabled=!1)})},e.prototype.enableAudio=function(){var r=this.getMediaStream();r&&r.getAudioTracks().forEach(function(n){n.enabled||(n.enabled=!0)})},e.prototype.stop=function(){p.prototype.stop.call(this),this.release()},e.prototype.onCanPlay=function(){var r=this;if(!this.recvCanPlay&&(this.emit("onCanPlay"),this.recvCanPlay=!0,this.autoplay))if(this.element)if(S.BrowserUtil.isMicroMessenger){var n=window.top!==window.self,s=window.WeixinJSBridge||window.top.WeixinJSBridge;s?s.invoke("getNetworkType",{},function(){r.tryToPlay()}):(n?window.top.document:document).addEventListener("WeixinJSBridgeReady",function(){s.invoke("getNetworkType",{},function(){r.tryToPlay()})})}else this.tryToPlay();else this.tryToPlay()},e.prototype.release=function(){this.element&&(this.element.pause(),this.element.srcObject=null,this.element.load(),this.element.removeEventListener("canplay",this.onCanPlay)),this.recvCanPlay=!1,this.mediastream=void 0},e.prototype.bindMediaStream=function(r){this.element&&(this.element.nodeName==="AUDIO"&&r.getVideoTracks()[0]&&r.removeTrack(r.getVideoTracks()[0]),this.element.srcObject=r),this.mediastream=r},e.prototype.tryToPlay=function(){var r=this;if(this.element){var n=this.element.play();n!==void 0&&n.then(function(){}).catch(function(s){console.log("playPromise err",s),r.element&&r.element.srcObject&&r.emit("onAutoPlayError")})}},e}(u.Stream);R.RemoteStream=d},5805:function(L,R,x){var v,c=this&&this.__extends||(v=function(a,d){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(p,e){p.__proto__=e}||function(p,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(p[r]=e[r])},v(a,d)},function(a,d){if(typeof d!="function"&&d!==null)throw new TypeError("Class extends value "+String(d)+" is not a constructor or null");function p(){this.constructor=a}v(a,d),a.prototype=d===null?Object.create(d):(p.prototype=d.prototype,new p)}),u=this&&this.__importDefault||function(a){return a&&a.__esModule?a:{default:a}};Object.defineProperty(R,"__esModule",{value:!0}),R.Stream=void 0;var S=x(233),f=function(a){function d(){var p=a.call(this)||this;return p.traceid="",p.id=S.Guid.create(32),p}return c(d,a),Object.defineProperty(d.prototype,"traceId",{get:function(){return this.traceid},set:function(p){this.traceid=p},enumerable:!1,configurable:!0}),Object.defineProperty(d.prototype,"mediaElement",{get:function(){return this.element},enumerable:!1,configurable:!0}),d.prototype.setReporter=function(p){this.reporter=p},d.prototype.play=function(p){},d.prototype.stop=function(){this.traceid="",this.reporter=void 0},d}(u(x(102)).default);R.Stream=f},5676:function(L,R,x){var v,c=this&&this.__extends||(v=function(m,T){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(C,D){C.__proto__=D}||function(C,D){for(var y in D)Object.prototype.hasOwnProperty.call(D,y)&&(C[y]=D[y])},v(m,T)},function(m,T){if(typeof T!="function"&&T!==null)throw new TypeError("Class extends value "+String(T)+" is not a constructor or null");function C(){this.constructor=m}v(m,T),m.prototype=T===null?Object.create(T):(C.prototype=T.prototype,new C)}),u=this&&this.__assign||function(){return u=Object.assign||function(m){for(var T,C=1,D=arguments.length;C<D;C++)for(var y in T=arguments[C])Object.prototype.hasOwnProperty.call(T,y)&&(m[y]=T[y]);return m},u.apply(this,arguments)},S=this&&this.__awaiter||function(m,T,C,D){return new(C||(C=Promise))(function(y,A){function w(H){try{I(D.next(H))}catch(F){A(F)}}function j(H){try{I(D.throw(H))}catch(F){A(F)}}function I(H){var F;H.done?y(H.value):(F=H.value,F instanceof C?F:new C(function(U){U(F)})).then(w,j)}I((D=D.apply(m,T||[])).next())})},f=this&&this.__generator||function(m,T){var C,D,y,A,w={label:0,sent:function(){if(1&y[0])throw y[1];return y[1]},trys:[],ops:[]};return A={next:j(0),throw:j(1),return:j(2)},typeof Symbol=="function"&&(A[Symbol.iterator]=function(){return this}),A;function j(I){return function(H){return function(F){if(C)throw new TypeError("Generator is already executing.");for(;A&&(A=0,F[0]&&(w=0)),w;)try{if(C=1,D&&(y=2&F[0]?D.return:F[0]?D.throw||((y=D.return)&&y.call(D),0):D.next)&&!(y=y.call(D,F[1])).done)return y;switch(D=0,y&&(F=[2&F[0],y.value]),F[0]){case 0:case 1:y=F;break;case 4:return w.label++,{value:F[1],done:!1};case 5:w.label++,D=F[1],F=[0];continue;case 7:F=w.ops.pop(),w.trys.pop();continue;default:if(y=w.trys,!((y=y.length>0&&y[y.length-1])||F[0]!==6&&F[0]!==2)){w=0;continue}if(F[0]===3&&(!y||F[1]>y[0]&&F[1]<y[3])){w.label=F[1];break}if(F[0]===6&&w.label<y[1]){w.label=y[1],y=F;break}if(y&&w.label<y[2]){w.label=y[2],w.ops.push(F);break}y[2]&&w.ops.pop(),w.trys.pop();continue}F=T.call(m,w)}catch(U){F=[6,U],D=0}finally{C=y=0}if(5&F[0])throw F[1];return{value:F[0]?F[1]:void 0,done:!0}}([I,H])}}},a=this&&this.__importDefault||function(m){return m&&m.__esModule?m:{default:m}};Object.defineProperty(R,"__esModule",{value:!0}),R.Subscriber=void 0;var d,p=x(4865),e=x(5917),r=x(9428),n=a(x(8219)),s=a(x(102)),t=x(5044),i=x(7989),l=x(492),E=a(x(2818)),b=a(x(7028)),_=x(6091),h=x(771),o=x(2718);(function(m){m[m.Init=0]="Init",m[m.Requesting=1]="Requesting",m[m.Playing=2]="Playing",m[m.Waiting=3]="Waiting"})(d||(d={}));var g=function(m){function T(C,D){var y=m.call(this)||this;return y.monitorStatsHistory=[],y.playTimeIndex=0,y.playCatonIndex=0,y.reportPubFlag=!1,y.state=d.Init,y.subscribeAudio=!0,y.subscribeVideo=!0,y.signalingUrl="",y.pullStreamUrl="",y.noParsePullStreamUrl="",y.subReconnectTimes=0,y.isConnecting=!1,y.reconnectTimerHandle=null,y.reporter=C,y.playTimer=0,y.config=D||{playTimeOut:5e3},y.remoteStream=new h.RemoteStream,y.remoteStream.on("onAutoPlayError",function(){y.emit("onError",new t.RtsError(r.ErrorCode.ERROR_AUTOPLAY_ERROR,"auto play failed",""))}),y.remoteStream.on("onCanPlay",function(){return S(y,void 0,void 0,function(){var A,w,j,I,H,F,U,B,k,V,G;return f(this,function(q){switch(q.label){case 0:return A=new Date().getTime(),[4,this.peerconnection.sample()];case 1:return q.sent(),w=-1,j=[],I=-1,this.monitorStatsHistory&&this.monitorStatsHistory.length&&(H=this.monitorStatsHistory[this.monitorStatsHistory.length-1],this.monitorStatsHistory.forEach(function(z){var $=z.rtt;$&&$>0&&j.push($)}),w=Number((j.reduce(function(z,$){return z+$},0)/j.length).toFixed(3)),I=H.packetsLost,this.monitorStatsHistory=null),this.stopPlayTimer(),this.peerconnection.playStart(),this.subReconnectTimes=0,F=this._cnend||A,this.reporter.reportFirstFrameTime(this.noParsePullStreamUrl,this.remoteStream.traceId,this._cpend-this._cpstart,this._hrend-this._cpend,A-this._cpstart,0,F-this._hrend,{rttAvg:w,packetsLost:I},-1,-1,-1,(B=this.subscribeConfig)===null||B===void 0?void 0:B.vMsid,(k=this.subscribeConfig)===null||k===void 0?void 0:k.aMsid),(U=new _.PlayEvent(_.PlayType.PLAY_CANPLAY)).data={url:this.noParsePullStreamUrl,vMsid:(V=this.subscribeConfig)===null||V===void 0?void 0:V.vMsid,aMsid:(G=this.subscribeConfig)===null||G===void 0?void 0:G.aMsid},this.emit("onPlayEvent",U),[2]}})})}),y.peerconnection=new p.RtsPeerconnection,y.peerconnection.on("onConnected",function(){y._cnend=new Date().getTime()}),y.peerconnection.on("streamEnded",function(A){var w=new _.PlayEvent(_.PlayType.PLAY_ENDED);w.data=u({},A),y.emit("onPlayEvent",w),y.emit("onError",new t.RtsError(r.ErrorCode.ERROR_STREAM_ENDED,"Stream Receiver Transport is Closed",y.remoteStream.traceId))}),y.peerconnection.on("onTrackEvent",function(A){A.streams&&A.streams.length&&(y.remoteStream.updateMediaStream(A.streams[0]),y.onTrackFunction&&y.onTrackFunction())}),y.peerconnection.on("connectStatusChange",function(A){A.status!==e.EConnectStatus.CONNECT_STATUS_DISCONNECTED&&A.status!==e.EConnectStatus.CONNECT_STATUS_RECONNECTING||!y.hasRetries()?y.emit("connectStatusChange",A):y.emit("onError",new t.RtsError(r.ErrorCode.ERROR_PC_DISCONNECTED,"PC disconnected",y.remoteStream.traceId))}),y.peerconnection.on("pcReconnect",function(A){var w,j;A.ips?(w="Migrate with ips: ".concat(JSON.stringify(A.ips)),j=r.ErrorCode.ERROR_IP_MIGRATE):(w="PC disconnected",j=r.ErrorCode.ERROR_PC_DISCONNECTED),y.emit("onError",new t.RtsError(j,w,"",{pcErrorInfo:A}))}),y.mediaObserver=new l.MediaObserver({handler:function(A,w,j){var I,H=new _.PlayEvent(_.PlayType.PLAY_TIMEOUT),F={url:A};w&&(F.vMsid=w),j&&(F.aMsid=j),H.data=F,y.emit("onPlayEvent",H);var U=new t.RtsError(r.ErrorCode.ERROR_INBOUND_TIMEOUT,"Media data timeout after ".concat((I=y.mediaObserver)===null||I===void 0?void 0:I.actTimeout," ms."),y.remoteStream.traceId);y.emit("onError",U)}}),y.peerconnection.on("onMonitorEvent",function(A){var w=A.eventList;if(A.type!=="pub"){if(w.length){for(var j=void 0,I=0;I<w.length;I++)if(w[I].url===(0,o.pruneSubUrl)(y.noParsePullStreamUrl,!0)){j=w[I];break}if(j){y.lastMeidaEventData=j;var H=j.video,F=j.audio;H&&y.monitorStatsHistory?y.monitorStatsHistory.push({rtt:H.transportStats.rtt,packetsLost:H.inboundRtpStats.packetsLost}):F&&y.monitorStatsHistory&&y.monitorStatsHistory.push({rtt:F.transportStats.rtt,packetsLost:F.inboundRtpStats.packetsLost}),d.Requesting===y.state?j.video?j.video.inboundRtpStatsPerSec.framesDecodedPerSecond>5&&(y.state=d.Playing):j.audio&&j.audio.inboundRtpStatsPerSec.bytesReceivedPerSecond>0&&(y.state=d.Playing):y.state!==d.Playing&&y.state!==d.Waiting||(++y.playTimeIndex,j.video&&(j.video.inboundRtpStatsPerSec.framesDecodedPerSecond<=5?(++y.playCatonIndex,d.Waiting!==y.state&&(y.state=d.Waiting,y.emit("onPlayEvent",new _.PlayEvent(_.PlayType.PLAY_WAITING)))):d.Waiting===y.state&&(y.state=d.Playing,y.emit("onPlayEvent",new _.PlayEvent(_.PlayType.PLAY_PLAYING)))),E.default.HEARTHEAT_INTERVAL===y.playTimeIndex&&(y.reportPubFlag=!0,w.forEach(function(B){y.doReportPullStats(B)}),y.playTimeIndex=0,y.playCatonIndex=0))}var U=new _.PlayEvent(_.PlayType.PLAY_MEDIA);U.data=[],w.forEach(function(B){var k={};k.url=B.url;var V=y.calcStreamPullStats(B);if(B.audio&&(k.audio={bytesReceivedPerSecond:B.audio.inboundRtpStatsPerSec.bytesReceivedPerSecond,rtt:B.audio.transportStats.rtt,lossRate:V.aloss},k.aMsid=B.aMsid),B.video){var G=B.video,q=G.inboundRtpStats,z=G.inboundRtpStatsPerSec,$=G.transportStats;k.video={bytesReceivedPerSecond:z.bytesReceivedPerSecond,fps:q.framesPerSecond||z.framesDecodedPerSecond,framesDecodedPerSecond:z.framesDecodedPerSecond,rtt:$.rtt,width:q.frameWidth,height:q.frameHeight,lossRate:V.vloss},k.vMsid=B.vMsid}k.networkQuality=V.net_qual||0,U.data.push(k)}),U.data&&U.data.length&&(U.data.forEach(function(B){var k;(k=y.mediaObserver)===null||k===void 0||k.check({audio:B.audio,video:B.video},B.url,B.vMsid,B.aMsid)}),U.data.length===1&&(U.data[0].audio||U.data[0].video)&&(U.data=u({},U.data[0])),y.emit("onPlayEvent",U))}}else y.reportPubFlag&&(y.handlePubMonitorEvent(w),y.reportPubFlag=!1)}),y.playTimer=0,y._cpstart=0,y._cpend=0,y._hrend=0,y._cnend=0,y.subscribeConfig={},y}return c(T,m),T.prototype.getPeerConnection=function(){return this.peerconnection},T.prototype.subscribe=function(C,D,y){var A=this;return new Promise(function(w,j){return S(A,void 0,void 0,function(){var I,H,F=this;return f(this,function(U){switch(U.label){case 0:return this.monitorStatsHistory=[],this.unsubscribe(),this.subscribeConfig=D||{},this.state=d.Requesting,this.noParsePullStreamUrl=C,this.parseUrl(C),(H=this.mediaObserver)===null||H===void 0||H.updateConfig({timeout:D?.mediaTimeout}),I=D?.signalUrl,this.signalingUrl=I||this.signalingUrl,this.checkPullUrl()?[3,1]:(j(new t.RtsError(r.ErrorCode.ERROR_PLAY_URL,"url need artc://","")),[3,8]);case 1:return this.subscribeAudio||this.subscribeVideo?[3,2]:(j(new t.RtsError(r.ErrorCode.ERROR_SUBSCRIBE_NOTHING,"subscribe nothing","")),[3,8]);case 2:if(this._cpstart=new Date().getTime(),!this.subscribeVideo||D?.isH264Checked)return[3,7];U.label=3;case 3:return U.trys.push([3,5,,6]),[4,new i.SupportUtil().loadH264(3)];case 4:return U.sent(),[3,6];case 5:return U.sent(),[3,6];case 6:U.label=7;case 7:this.peerconnection.createOffer(this.subscribeAudio,this.subscribeVideo,void 0,{offerSdpHook:D?.offerSdpHook,answerSdpHook:D?.answerSdpHook,encodedInsertableStreams:D?.encodedInsertableStreams,disableStereo:D?.disableStereo,disableHeartbeat:D?.disableHeartbeat}).then(function(B){var k=B.desp;F._cpend=new Date().getTime(),F.reporter.reportSubscribeStart(F.noParsePullStreamUrl,F.signalingUrl,D?.vMsid,D?.aMsid),F.excuteSignal(k,{innerTcpOnly:!!y?.innerTcpOnly}).then(function(V){var G;F.remoteStream.traceId=V,w(F.remoteStream);try{(G=F.peerconnection.getPeerCore())===null||G===void 0||G.patchSubscribeStreamManagerRecord(F.noParsePullStreamUrl,u(u({},F.subscribeConfig),{stream:F.remoteStream}))}catch(q){console.log(q)}F.peerconnection.getSubMonitor().updateTranceiversController()}).catch(function(V){F._hrend=new Date().getTime();var G=new t.RtsError(V.errorCode?V.errorCode:r.ErrorCode.ERROR_HTTPREQUEST_ERROR,V.message,V?V.traceid:"",{response:V.response,sdp:V.sdp});j(G)})}).catch(function(B){F._cpend=new Date().getTime();var k=new t.RtsError(r.ErrorCode.ERROR_CREATEOFFER,B.message,"");j(k)}),U.label=8;case 8:return[2]}})})})},T.prototype.unsubscribe=function(){var C;this.lastMeidaEventData&&this.doReportPullStats(this.lastMeidaEventData),this.stopPlayTimer(),this.peerconnection.dispose(),this.remoteStream.stop(),this.subscribeVideo=!0,this.subscribeAudio=!0,this.subscribeConfig={},this.state=d.Init,this.signalingUrl="",this.pullStreamUrl="",this.noParsePullStreamUrl="",this.onTrackFunction=void 0,this.playTimer=0,this._cpstart=0,this._cpend=0,this._hrend=0,this._cnend=0,this.monitorStatsHistory=[],(C=this.mediaObserver)===null||C===void 0||C.reset()},T.prototype.startLiveStream=function(C,D,y){var A=this;return console.error("\u6B64API\u53EF\u80FD\u5B58\u5728\u7A33\u5B9A\u6027\u95EE\u9898\uFF0C\u5E76\u5C06\u5728\u672A\u6765\u7684\u7248\u672C\u79FB\u9664\u3002\u8BF7\u4F7F\u7528subscribe\u66FF\u4EE3\uFF0C\u8BE6\u7EC6\u7528\u6CD5\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863\u3002"),new Promise(function(w,j){A.unsubscribe(),A.state=d.Requesting,A.noParsePullStreamUrl=C,A.parseUrl(C);var I=y?.signalUrl;A.signalingUrl=I||A.signalingUrl,A.pullStreamUrl===""?j(new t.RtsError(r.ErrorCode.ERROR_PLAY_URL,"url need artc://","")):A.subscribeAudio||A.subscribeVideo?!D||D.nodeName!=="AUDIO"&&D.nodeName!=="VIDEO"?j(new t.RtsError(r.ErrorCode.ERROR_HTMLELEMENT_ERROR,"need htmlaudioelement or htmlvideoelement","")):(A.subscribeAudio&&A.subscribeVideo?D.nodeName!=="VIDEO"&&A.emit("onError",new t.RtsError(r.ErrorCode.ERROR_HEMLELEMENT_NOTMATCH,"need htmlvideoelement","")):A.subscribeAudio?D.nodeName!=="AUDIO"&&A.emit("onError",new t.RtsError(r.ErrorCode.ERROR_HEMLELEMENT_NOTMATCH,"need htmlaudioelement","")):D.nodeName!=="VIDEO"&&A.emit("onError",new t.RtsError(r.ErrorCode.ERROR_HEMLELEMENT_NOTMATCH,"need htmlvieoelement","")),A._cpstart=new Date().getTime(),A.reporter.updateTid(),A.peerconnection.createOffer(A.subscribeAudio,A.subscribeVideo).then(function(H){var F=H.desp;A._cpend=new Date().getTime(),A.excuteSignal(F).then(function(U){A.remoteStream.traceId=U,A._hrend=new Date().getTime(),A.remoteStream.play(D),w(U)}).catch(function(U){A._hrend=new Date().getTime(),A.reporter.reportFirstFrameTime(A.noParsePullStreamUrl,U?U.traceid:"",A._cpend-A._cpstart,A._hrend-A._cpend,-1,-1,A._cnend-A._hrend),j(new t.RtsError(U.errorCode?U.errorCode:r.ErrorCode.ERROR_HTTPREQUEST_ERROR,U.message,""))})}).catch(function(H){A._cpend=new Date().getTime(),A.reporter.reportFirstFrameTime(A.noParsePullStreamUrl,H?H.traceid:"",A._cpend-A._cpstart,-1,-1,-1,A._cnend-A._hrend),j(new t.RtsError(r.ErrorCode.ERROR_CREATEOFFER,H.message,""))})):j(new t.RtsError(r.ErrorCode.ERROR_SUBSCRIBE_NOTHING,"subscribe nothing",""))})},T.prototype.stopLiveStream=function(){this.unsubscribe()},T.prototype.muteLiveStream=function(C){return this.remoteStream.muted=C,!0},T.prototype.excuteSignal=function(C,D){var y=this;return new Promise(function(A,w){var j,I,H,F,U={url:y.pullStreamUrl,amsid:((j=y.subscribeConfig)===null||j===void 0?void 0:j.aMsid)||["rts audio"],vmsid:((I=y.subscribeConfig)===null||I===void 0?void 0:I.vMsid)||["rts video"]};y.subscribeAudio||delete U.amsid,y.subscribeVideo||delete U.vmsid,n.default.post(y.signalingUrl,{version:((H=y.subscribeConfig)===null||H===void 0?void 0:H.signalVersion)||b.default.protocol_version,sdk_version:b.default.sdk_version,mode:((F=y.subscribeConfig)===null||F===void 0?void 0:F.signalMode)||"live",pull_streams:[U],jsep:C}).then(function(B){var k,V,G,q,z;if(B&&B.status===200){y._hrend=new Date().getTime();var $=(k=B.data)===null||k===void 0?void 0:k.trace_id;y.reporter.reportSubscribeOk({vurl:y.noParsePullStreamUrl,surl:y.signalingUrl,traceId:$,hrct:y._hrend-y._cpend,rslt:(V=B.data)===null||V===void 0?void 0:V.code});var re=typeof((G=y.subscribeConfig)===null||G===void 0?void 0:G.tcpOnly)=="boolean"?y.subscribeConfig.tcpOnly:D?.innerTcpOnly;y.peerconnection.recvAnswer(B.data,{answerSdpHook:(q=y.subscribeConfig)===null||q===void 0?void 0:q.answerSdpHook,tcpOnly:re}).then(function(){A($)}).catch(function(ee){ee.traceid=B.data?B.data.trace_id:"",w({errorCode:r.ErrorCode.ERROR_ANSWER_ERROR,message:ee.message?ee.message:"set answer error",traceid:ee.traceid,sdp:ee.sdp})})}else w({message:B?"response status:"+B.status:"response is null",traceid:(z=B?.data)===null||z===void 0?void 0:z.trace_id,sdp:C.sdp})}).catch(function(B){return S(y,void 0,void 0,function(){var k,V;return f(this,function(G){switch(G.label){case 0:if(![400,500].includes((V=B.response)===null||V===void 0?void 0:V.status))return[3,4];B.sdp=C.sdp,G.label=1;case 1:return G.trys.push([1,3,,4]),[4,new i.SupportUtil().isSupport({isReceiveVideo:!0})];case 2:return G.sent(),[3,4];case 3:return k=G.sent(),B.errorCode=k?.errorCode,B.message=k?.message,this.subReconnectTimes=1/0,[3,4];case 4:return w(B),[2]}})})})})},T.prototype.checkPullUrl=function(){return!!this.noParsePullStreamUrl&&this.noParsePullStreamUrl.indexOf("artc://")===0},T.prototype.parseUrl=function(C){if(C===void 0&&(C=""),C?.indexOf("artc://")===0){var D=C.indexOf("@");if(D>-1){var y=C.substring(D+1,C.length);this.pullStreamUrl=C.substring(0,D);for(var A=y.split("&"),w=0;w<A.length;++w)A[w]==="subaudio=no"&&(this.subscribeAudio=!1),A[w]==="subvideo=no"&&(this.subscribeVideo=!1)}else this.pullStreamUrl=C;var j=window.location.protocol,I=(["http:","https:"].indexOf(j)>-1?j:"https:")+"//";this.signalingUrl=this.pullStreamUrl.replace("artc://",I)}},T.prototype.stopPlayTimer=function(){this.playTimer&&clearTimeout(this.playTimer),this.playTimer=0},T.prototype.calcStreamPullStats=function(C){var D={},y=C.video,A=C.audio;if(y){var w=y.transportStats,j=y.inboundRtpStats,I=y.inboundRtpStatsPerSec,H=y.localCandidate,F=y.remoteCandidate;D=u(u({},D),{rtt:w?.rtt!==-1?1e3*(w?.rtt||0):-1,cand_re_prot:F.protocol,cand_lo_prot:H.protocol,cand_re_addr:"".concat(F.ip||F.address,":").concat(F.port),cand_lo_addr:"".concat(H.ip||H.address,":").concat(H.port),w:j?.frameWidth,h:j?.frameHeight,vbps:Math.floor(8*I.bytesReceivedPerSecond),fps:j?.framesPerSecond,dfps:Math.floor(I?.framesDecodedPerSecond),vjb:Math.floor((0,o.getJitterBufferDelayAvg)(j?.jitterBufferDelay,j?.jitterBufferEmittedCount)),vMsid:C.vMsid,vloss:I.packetsLostRate})}return A&&(w=A.transportStats,j=A.inboundRtpStats,I=A.inboundRtpStatsPerSec,H=A.localCandidate,F=A.remoteCandidate,D=u(u({},D),{rtt:w?.rtt!==-1?1e3*(w?.rtt||0):-1,cand_re_prot:F.protocol,cand_lo_prot:H.protocol,cand_re_addr:"".concat(F.ip||F.address,":").concat(F.port),cand_lo_addr:"".concat(H.ip||H.address,":").concat(H.port),abps:Math.floor(8*I.bytesReceivedPerSecond),ajb:Math.floor((0,o.getJitterBufferDelayAvg)(j?.jitterBufferDelay,j.jitterBufferEmittedCount)),aMsid:C.aMsid,aloss:I.packetsLostRate})),D=u(u({},D),{net_qual:(0,o.evaluateNetworkCondition)(D.rtt,D.aloss,D.vloss,D.ajb,D.vjb)})},T.prototype.doReportPullStats=function(C){var D=this.calcStreamPullStats(C),y={ct:1e3*this.playCatonIndex,tt:1e3*this.playTimeIndex,url:C.url};y.tt&&(y=u(u({},y),D),this.reporter.reportPullStats(y),this.lastMeidaEventData=void 0)},T.prototype.retrySubscribe=function(C,D){return S(this,void 0,void 0,function(){var y,A,w,j,I,H,F;return f(this,function(U){switch(U.label){case 0:if(C.extraInfo=u(u({},C.extraInfo),{retryTimes:this.subReconnectTimes}),!this.hasRetries())return[2,!1];if(typeof((y=this.subscribeConfig)==null?void 0:y.beforeRetry)!="function")return[3,4];U.label=1;case 1:return U.trys.push([1,3,,4]),[4,y.beforeRetry({url:this.noParsePullStreamUrl,vMsid:y.vMsid,aMsid:y.aMsid,useTcp:D?.innerTcpOnly})];case 2:return(A=U.sent())?(w=A.url,j=A.vMsid,I=A.aMsid,H=A.useTcp,this.reporter.reportReconnectParams("sub",w,j,I,H),this.noParsePullStreamUrl=w,this.subscribeConfig.vMsid=j,this.subscribeConfig.aMsid=I,typeof H=="boolean"&&(D=u(u({},D),{innerTcpOnly:H})),console.log(`retry with:
|
|
151
|
-
[URL] `.concat(w,`
|
|
152
|
-
[
|
|
153
|
-
[PROTOCOL] `).concat(H?"TCP":"UDP"))):(this.reporter.reportReconnectParams("sub"),this.subReconnectTimes=1/0),[3,4];case 3:return F=U.sent(),console.error("Error in beforeRetry",F),[3,4];case 4:return this.hasRetries()?(this.emit("connectStatusChange",{status:e.EConnectStatus.CONNECT_STATUS_RECONNECTING}),this.incrementReconnectTimes(),C.extraInfo.retryTimes=this.subReconnectTimes,C.extraInfo.tcpOnly=D?.innerTcpOnly,this.subscribeWithReconnect(this.noParsePullStreamUrl,u({innerTcpOnly:D?.innerTcpOnly},this.subscribeConfig)).catch(function(B){}),[2,!0]):(C.extraInfo.retryTimes=this.subReconnectTimes,[2,!1])}})})},T.prototype.subscribeWithReconnect=function(C,D,y,A){var w=this;return new Promise(function(j,I){j=y||j,I=A||I,w.isConnecting=!0;var H=(D||{}).innerTcpOnly;D==null||delete D.innerTcpOnly,w.subscribe(C,D,{innerTcpOnly:H}).then(function(F){w.isConnecting=!1,j(F)}).catch(function(F){var U;if(!w.isConnecting)return I(F);if(!r.RECONNECT_ERROR_EXCLUDE_LIST.includes(F.errorCode)&&w.hasRetries(!0)){var B=((U=w.subscribeConfig)===null||U===void 0?void 0:U.retryInterval)||e.DEFAULT_RETRY_SUBSCRIBE_INTERVAL;w.reconnectTimerHandle=setTimeout(function(){F.extraInfo=u(u({},F.extraInfo),{retryTimes:w.subReconnectTimes}),w.emit("reconnect",F),w.subscribeWithReconnect(C,D,j,I)},B)}else I(F),F.extraInfo=u(u({},F.extraInfo),{retryTimes:w.subReconnectTimes}),w.isConnecting=!1,w.emit("onError",F)})})},T.prototype.hasRetries=function(C){var D,y,A=e.DEFAULT_RETRY_SUBSCRIBE_LIMIT;typeof((D=this.subscribeConfig)===null||D===void 0?void 0:D.retryTimes)=="number"&&(A=Math.floor((y=this.subscribeConfig)===null||y===void 0?void 0:y.retryTimes));var w=this.subReconnectTimes<A;return C&&w&&this.incrementReconnectTimes(),w},T.prototype.resetResubscribeStatus=function(){this.subReconnectTimes=0,this.isConnecting=!1,this.reporter.updateTid(),this.reconnectTimerHandle!==null&&(clearTimeout(this.reconnectTimerHandle),this.reconnectTimerHandle=null)},T.prototype.handlePubMonitorEvent=function(C){var D=this;C.forEach(function(y){D.reporter.reportPushStats(y)})},T.prototype.incrementReconnectTimes=function(){this.subReconnectTimes++},T.prototype.getSubscribeConfig=function(){return this.subscribeConfig},T}(s.default);R.Subscriber=g},6901:function(L,R,x){var v,c=this&&this.__extends||(v=function(f,a){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(d,p){d.__proto__=p}||function(d,p){for(var e in p)Object.prototype.hasOwnProperty.call(p,e)&&(d[e]=p[e])},v(f,a)},function(f,a){if(typeof a!="function"&&a!==null)throw new TypeError("Class extends value "+String(a)+" is not a constructor or null");function d(){this.constructor=f}v(f,a),f.prototype=a===null?Object.create(a):(d.prototype=a.prototype,new d)});Object.defineProperty(R,"__esModule",{value:!0}),R.AudioReceiverMonitorData=void 0;var u=x(1353),S=function(f){function a(){return f.call(this,u.ReceiverMonitorType.AUDIO)||this}return c(a,f),a}(u.ReceiverMonitorData);R.AudioReceiverMonitorData=S},1353:function(L,R,x){var v,c=this&&this.__extends||(v=function(e,r){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,s){n.__proto__=s}||function(n,s){for(var t in s)Object.prototype.hasOwnProperty.call(s,t)&&(n[t]=s[t])},v(e,r)},function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=e}v(e,r),e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}),u=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(R,"__esModule",{value:!0}),R.ReceiverMonitorData=R.ReceiverMonitorType=void 0;var S,f=x(233),a=u(x(102)),d=x(2688);(function(e){e.AUDIO="audio",e.VIDEO="video"})(S||(R.ReceiverMonitorType=S={}));var p=function(e){function r(n){var s=e.call(this)||this;return s.streamEnded=!1,s.currentTimeGap=0,s.lastTimeStamp=0,s.transportStats={},s.remoteCandidate={},s.localCandidate={},s.inboundRtpStreamStats={},s.inboundRtpStreamStatsDiff={},s.receiver=null,s.pc=null,s.canplay=!1,s.type=n,s}return c(r,e),Object.defineProperty(r.prototype,"rtpReceiver",{set:function(n){this.receiver=n},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"RTCPeerconnection",{set:function(n){this.pc=n},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isExist",{get:function(){return this.receiver!=null},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isPlaying",{get:function(){return this.canplay},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"isStreamEnded",{get:function(){return this.streamEnded},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"monitorData",{get:function(){var n=this.inboundRtpStreamStatsDiff||{},s=(this.inboundRtpStreamStats,this.currentTimeGap),t=0;return n.nackCount!==void 0&&n.packetsReceived!==void 0&&(t=Math.round(n.nackCount/(n.packetsReceived+n.nackCount)*1e3)/1e3),{inboundRtpStats:this.inboundRtpStreamStats,inboundRtpStatsPerSec:{bytesReceivedPerSecond:n.bytesReceived/s||0,framesDecodedPerSecond:n.framesDecoded/s||0,packetsLostRate:t>0?t:0},transportStats:this.transportStats,remoteCandidate:this.remoteCandidate,localCandidate:this.localCandidate}},enumerable:!1,configurable:!0}),r.prototype.getInfo=function(){var n=this;if(this.receiver&&this.receiver.transport&&this.receiver.transport.state==="closed"&&this.canplay&&(this.streamEnded=!0,this.emit("streamEnded"),this.canplay=!1),this.receiver&&"getStats"in this.receiver||this.pc&&"getStats"in this.pc)return new Promise(function(s,t){var i=null,l=!1;n.receiver&&"getStats"in n.receiver?i=n.receiver.getStats():n.pc&&"getStats"in n.pc&&(i=n.pc.getStats(),l=!0),i?.then(function(E){E.forEach(function(b){var _,h;if(b)switch(b.type){case d.RTCStatsType.CandidatePair:n.onCandidatePair(b);break;case d.RTCStatsType.InboundRtp:f.SystemUtil.isIos&&l?!((_=b.id)===null||_===void 0)&&_.toLowerCase().includes(n.type)&&n.onInBoundRtp(b):f.BrowserUtil.isFirefox?b.kind===n.type&&n.onInBoundRtp(b):n.onInBoundRtp(b);break;case d.RTCStatsType.RemoteCandidate:n.onRemoteCandidate(b);break;case d.RTCStatsType.LocalCandidate:n.onLocalCandidate(b);break;case d.RTCStatsType.Track:if(n.type!==S.VIDEO)break;f.SystemUtil.isIos&&l?(!((h=b.id)===null||h===void 0)&&h.toLowerCase().includes(n.type)||b.trackIdentifier.toLowerCase()===n.type)&&n.onTrack(b):n.onTrack(b)}}),s("")}).catch(function(E){t(E)})})},r.prototype.dispose=function(){this.reset()},r.prototype.onCandidatePair=function(n){(n.state==="succeeded"||n.bytesReceived)&&(this.transportStats={timestamp:Math.floor(n.timestamp),rtt:n.currentRoundTripTime||-1,bytesReceived:n.bytesReceived,bytesSent:n.bytesSent})},r.prototype.onInBoundRtp=function(n){this.currentTimeGap=(n.timestamp-this.lastTimeStamp)/1e3,this.lastTimeStamp=n.timestamp,this.inboundRtpStreamStatsDiff=this.calcDiff(n,this.inboundRtpStreamStats,["bytesReceived","framesDecoded","packetsReceived","nackCount"]),this.inboundRtpStreamStats=n,!this.canplay&&Number(n.bytesReceived)>0&&(this.canplay=!0,this.emit("canPlay"))},r.prototype.calcDiff=function(n,s,t){var i={};return t.forEach(function(l){i[l]=Number(n[l]||0)-Number(s[l]||0)}),i},r.prototype.onRemoteCandidate=function(n){this.remoteCandidate=n||{}},r.prototype.onLocalCandidate=function(n){this.localCandidate=n||{}},r.prototype.onTrack=function(n){n.frameWidth&&(this.inboundRtpStreamStats.frameWidth=n.frameWidth,this.inboundRtpStreamStats.frameHeight=n.frameHeight)},r.prototype.reset=function(){this.currentTimeGap=0,this.lastTimeStamp=0,this.transportStats={},this.remoteCandidate={},this.localCandidate={},this.inboundRtpStreamStats={},this.inboundRtpStreamStatsDiff={},this.receiver=null,this.canplay=!1,this.streamEnded=!1},r}(a.default);R.ReceiverMonitorData=p},5250:function(L,R,x){var v,c=this&&this.__extends||(v=function(f,a){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(d,p){d.__proto__=p}||function(d,p){for(var e in p)Object.prototype.hasOwnProperty.call(p,e)&&(d[e]=p[e])},v(f,a)},function(f,a){if(typeof a!="function"&&a!==null)throw new TypeError("Class extends value "+String(a)+" is not a constructor or null");function d(){this.constructor=f}v(f,a),f.prototype=a===null?Object.create(a):(d.prototype=a.prototype,new d)});Object.defineProperty(R,"__esModule",{value:!0}),R.VideoReceiverMonitorData=void 0;var u=x(1353),S=function(f){function a(){return f.call(this,u.ReceiverMonitorType.VIDEO)||this}return c(a,f),a}(u.ReceiverMonitorData);R.VideoReceiverMonitorData=S},2688:(L,R)=>{Object.defineProperty(R,"__esModule",{value:!0}),R.RTCStatsType=void 0;var x=function(){function v(){}return v.CandidatePair="candidate-pair",v.Certificate="certificate",v.Codec="codec",v.Csrc="csrc",v.DataCahnnel="data-channel",v.InboundRtp="inbound-rtp",v.LocalCandidate="local-candidate",v.OutboundRtp="outbound-rtp",v.PeerConnection="peer-connection",v.Receiver="receiver",v.RemoteCandidate="remote-candidate",v.RemoteInboundRtp="remote-inbound-rtp",v.RemoteOutboundRtp="remote-outbound-rtp",v.Sender="sender",v.Stream="stream",v.Track="track",v.Transport="transport",v.MediaSource="media-source",v}();R.RTCStatsType=x},5657:(L,R,x)=>{Object.defineProperty(R,"__esModule",{value:!0}),R.SenderMonitorData=void 0;var v=x(2688),c=function(){function u(){this._audiosender=null,this._videosender=null,this.timeStamp=0,this.curTimeStamp=0,this.audioBytesSent=0,this.curAudioBytesSent=0,this.videoBytesSent=0,this.curVideoBytesSent=0,this.audioRetransmittedBytesSent=0,this.curAudioRetransmittedBytesSent=0,this.videoRetransmiitedBytesSent=0,this.curVideoRetransmiitedBytesSent=0,this.framesSent=0,this.curFramesSent=0,this.framesEncoded=0,this.curFramesEncoded=0,this.rtt=0,this.localProtocol="",this.remoteProtocol="",this.localTransportAddr="",this.remoteTransportAddr="",this.frameHeight=0,this.frameWidth=0,this.efps=0,this.sfps=0,this.timeGap=0,this.abps=0,this.vbps=0,this.rt_abps=0,this.rt_vbps=0,this.stashedData={}}return Object.defineProperty(u.prototype,"videoSender",{set:function(S){this._videosender=S},enumerable:!1,configurable:!0}),Object.defineProperty(u.prototype,"audioSender",{set:function(S){this._audiosender=S},enumerable:!1,configurable:!0}),Object.defineProperty(u.prototype,"monitorData",{get:function(){return this.doCalc(),{tt:parseFloat(this.timeGap.toFixed(0)),rtt:this.rtt,cand_re_prot:this.remoteProtocol,cand_lo_prot:this.localProtocol,cand_re_addr:this.remoteTransportAddr,cand_lo_addr:this.localTransportAddr,w:this.frameWidth,h:this.frameHeight,efps:parseFloat(this.efps.toFixed(0)),fps:parseFloat(this.sfps.toFixed(0)),abps:parseFloat(this.abps.toFixed(0)),vbps:parseFloat(this.vbps.toFixed(0)),rt_abps:parseFloat(this.rt_abps.toFixed(0)),rt_vbps:parseFloat(this.rt_vbps.toFixed(0))}},enumerable:!1,configurable:!0}),u.prototype.doCalc=function(){this.timeStamp!==0&&(this.timeGap=this.curTimeStamp-this.timeStamp,this.timeGap>0&&(this.efps=1e3*(this.curFramesEncoded-this.framesEncoded)/this.timeGap,this.sfps=1e3*(this.curFramesSent-this.framesSent)/this.timeGap,this.abps=1e3*(this.curAudioBytesSent-this.audioBytesSent)/this.timeGap,this.vbps=1e3*(this.curVideoBytesSent-this.videoBytesSent)/this.timeGap,this.rt_abps=1e3*(this.curAudioRetransmittedBytesSent-this.audioRetransmittedBytesSent)/this.timeGap,this.rt_vbps=1e3*(this.curVideoRetransmiitedBytesSent-this.videoRetransmiitedBytesSent)/this.timeGap)),this.timeStamp=this.curTimeStamp,this.audioBytesSent=this.curAudioBytesSent,this.videoBytesSent=this.curVideoBytesSent,this.audioRetransmittedBytesSent=this.curAudioRetransmittedBytesSent,this.videoRetransmiitedBytesSent=this.curVideoRetransmiitedBytesSent,this.framesSent=this.curFramesSent,this.framesEncoded=this.curFramesEncoded},u.prototype.getInfo=function(){var S=this,f=new Promise(function(d,p){S._videosender&&S._videosender.getStats?S._videosender.getStats().then(function(e){e.forEach(function(r){if(r)switch(r.type){case v.RTCStatsType.CandidatePair:S.onCandidatePair(r);break;case v.RTCStatsType.OutboundRtp:S.onOutBoundRtp(r,"video");break;case v.RTCStatsType.RemoteCandidate:S.onRemoteCandidate(r);break;case v.RTCStatsType.LocalCandidate:S.onLocalCandidate(r)}}),d()}).catch(function(e){p(e)}):p("no video sender")}),a=new Promise(function(d,p){S._audiosender&&S._audiosender.getStats?S._audiosender.getStats().then(function(e){e.forEach(function(r){if(r)switch(r.type){case v.RTCStatsType.CandidatePair:S.onCandidatePair(r);break;case v.RTCStatsType.OutboundRtp:S.onOutBoundRtp(r,"audio");break;case v.RTCStatsType.RemoteCandidate:S.onRemoteCandidate(r);break;case v.RTCStatsType.LocalCandidate:S.onLocalCandidate(r)}}),d()}).catch(function(e){p(e)}):p("no audio sender")});return Promise.all([f,a])},u.prototype.onCandidatePair=function(S){this.curTimeStamp=S.timestamp,this.rtt=S.currentRoundTripTime},u.prototype.onOutBoundRtp=function(S,f){this.curTimeStamp=S.timestamp,f==="video"?(this.curVideoBytesSent=S.bytesSent,this.curVideoRetransmiitedBytesSent=S.retransmittedBytesSent,this.curFramesEncoded=S.framesEncoded,this.curFramesSent=S.framesSent,this.frameWidth=S.frameWidth,this.frameHeight=S.frameHeight):f==="audio"&&(this.curAudioBytesSent=S.bytesSent,this.curAudioRetransmittedBytesSent=S.retransmittedBytesSent)},u.prototype.onRemoteCandidate=function(S){this.curTimeStamp=S.timestamp,this.remoteProtocol=S.protocol,this.remoteTransportAddr=(S.ip||S.address)+(S.port?":"+S.port.toFixed(0):"")},u.prototype.onLocalCandidate=function(S){this.curTimeStamp=S.timestamp,this.localProtocol=S.protocol,this.localTransportAddr=(S.ip||S.address)+(S.port?":"+S.port.toFixed(0):"")},u}();R.SenderMonitorData=c},9752:function(L,R,x){var v,c=this&&this.__extends||(v=function(e,r){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,s){n.__proto__=s}||function(n,s){for(var t in s)Object.prototype.hasOwnProperty.call(s,t)&&(n[t]=s[t])},v(e,r)},function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=e}v(e,r),e.prototype=r===null?Object.create(r):(n.prototype=r.prototype,new n)}),u=this&&this.__assign||function(){return u=Object.assign||function(e){for(var r,n=1,s=arguments.length;n<s;n++)for(var t in r=arguments[n])Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t]);return e},u.apply(this,arguments)},S=this&&this.__spreadArray||function(e,r,n){if(n||arguments.length===2)for(var s,t=0,i=r.length;t<i;t++)!s&&t in r||(s||(s=Array.prototype.slice.call(r,0,t)),s[t]=r[t]);return e.concat(s||Array.prototype.slice.call(r))},f=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(R,"__esModule",{value:!0}),R.PubMonitor=void 0;var a=f(x(102)),d=x(5657),p=function(e){function r(){var n=e.call(this)||this;return n.heartbeatHandle=null,n.pc=null,n.pcCore=null,n.senderMonitorDataList=[],n}return c(r,e),r.prototype.startHeartbeat=function(n,s,t){var i=this;this.pc=n,this.pcCore=s,this.updateSenders(),this.stopHeartbeat(),this.heartbeatHandle=setInterval(function(){i.emitHeartBeat()},t||1e3)},r.prototype.stopHeartbeat=function(){this.heartbeatHandle!==null&&clearInterval(this.heartbeatHandle),this.heartbeatHandle=null},r.prototype.addTrackPair=function(n,s,t,i,l){var E=this;if(n){var b=new d.SenderMonitorData;if(s){b.videoSender=s;var _=s.transport;_&&(_.onstatechange=function(){var o,g,m,T;E.emit("onTransportStateEvent",{url:n,type:"pub",kind:"video",state:_.state,protocol:(T=(m=(g=(o=_.iceTransport)===null||o===void 0?void 0:o.getSelectedCandidatePair)===null||g===void 0?void 0:g.call(o))===null||m===void 0?void 0:m.local)===null||T===void 0?void 0:T.protocol})})}if(t){b.audioSender=t;var h=t.transport;h&&(h.onstatechange=function(){var o,g,m,T;E.emit("onTransportStateEvent",{url:n,type:"pub",kind:"audio",state:h.state,protocol:(T=(m=(g=(o=h.iceTransport)===null||o===void 0?void 0:o.getSelectedCandidatePair)===null||g===void 0?void 0:g.call(o))===null||m===void 0?void 0:m.local)===null||T===void 0?void 0:T.protocol})})}this.senderMonitorDataList.push({url:n,vMsid:i,aMsid:l,senderData:b})}},r.prototype.updateSenders=function(){var n,s=this,t=(n=this.pcCore)===null||n===void 0?void 0:n.getStreamManager().getAllTrackPairList("pub");this.senderMonitorDataList=[],t?.forEach(function(i){s.addTrackPair(i.url,i.vTransceiver,i.aTransceiver,i.vMsid,i.aMsid)})},r.prototype.emitHeartBeat=function(){var n=this;Promise.all(this.senderMonitorDataList.reduce(function(s,t){return S(S([],s,!0),[t.senderData.getInfo()],!1)},[])).then(function(){}).catch(function(s){}).finally(function(){var s=n.senderMonitorDataList.map(function(t){return u(u({},t.senderData.monitorData),{url:t.url,vMsid:t.vMsid,aMsid:t.aMsid})});n.emit("onMonitorEvent",{eventList:s,type:"pub"})})},r}(a.default);R.PubMonitor=p},4699:function(L,R,x){var v,c=this&&this.__extends||(v=function(s,t){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,l){i.__proto__=l}||function(i,l){for(var E in l)Object.prototype.hasOwnProperty.call(l,E)&&(i[E]=l[E])},v(s,t)},function(s,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function i(){this.constructor=s}v(s,t),s.prototype=t===null?Object.create(t):(i.prototype=t.prototype,new i)}),u=this&&this.__awaiter||function(s,t,i,l){return new(i||(i=Promise))(function(E,b){function _(g){try{o(l.next(g))}catch(m){b(m)}}function h(g){try{o(l.throw(g))}catch(m){b(m)}}function o(g){var m;g.done?E(g.value):(m=g.value,m instanceof i?m:new i(function(T){T(m)})).then(_,h)}o((l=l.apply(s,t||[])).next())})},S=this&&this.__generator||function(s,t){var i,l,E,b,_={label:0,sent:function(){if(1&E[0])throw E[1];return E[1]},trys:[],ops:[]};return b={next:h(0),throw:h(1),return:h(2)},typeof Symbol=="function"&&(b[Symbol.iterator]=function(){return this}),b;function h(o){return function(g){return function(m){if(i)throw new TypeError("Generator is already executing.");for(;b&&(b=0,m[0]&&(_=0)),_;)try{if(i=1,l&&(E=2&m[0]?l.return:m[0]?l.throw||((E=l.return)&&E.call(l),0):l.next)&&!(E=E.call(l,m[1])).done)return E;switch(l=0,E&&(m=[2&m[0],E.value]),m[0]){case 0:case 1:E=m;break;case 4:return _.label++,{value:m[1],done:!1};case 5:_.label++,l=m[1],m=[0];continue;case 7:m=_.ops.pop(),_.trys.pop();continue;default:if(E=_.trys,!((E=E.length>0&&E[E.length-1])||m[0]!==6&&m[0]!==2)){_=0;continue}if(m[0]===3&&(!E||m[1]>E[0]&&m[1]<E[3])){_.label=m[1];break}if(m[0]===6&&_.label<E[1]){_.label=E[1],E=m;break}if(E&&_.label<E[2]){_.label=E[2],_.ops.push(m);break}E[2]&&_.ops.pop(),_.trys.pop();continue}m=t.call(s,_)}catch(T){m=[6,T],l=0}finally{i=E=0}if(5&m[0])throw m[1];return{value:m[0]?m[1]:void 0,done:!0}}([o,g])}}},f=this&&this.__spreadArray||function(s,t,i){if(i||arguments.length===2)for(var l,E=0,b=t.length;E<b;E++)!l&&E in t||(l||(l=Array.prototype.slice.call(t,0,E)),l[E]=t[E]);return s.concat(l||Array.prototype.slice.call(t))},a=this&&this.__importDefault||function(s){return s&&s.__esModule?s:{default:s}};Object.defineProperty(R,"__esModule",{value:!0}),R.SubMonitor=void 0;var d=x(6901),p=x(5250),e=a(x(102)),r=function(){function s(){this.trackPairDataList=[]}return s.prototype.reset=function(){this.trackPairDataList=[]},s.prototype.addTrackPair=function(t,i,l,E,b,_){var h=new d.AudioReceiverMonitorData,o=new p.VideoReceiverMonitorData;E&&(o.rtpReceiver=E),b&&(h.rtpReceiver=b),_&&(o.RTCPeerconnection=_,h.RTCPeerconnection=_),this.trackPairDataList.push({url:t,vMsid:i,aMsid:l,audioReceiverMonitorData:h,videoReceiverMonitorData:o})},s}(),n=function(s){function t(){var i=s.call(this)||this;return i.canplay=!1,i.pc=null,i.pcCore=null,i.monitorTimerId=null,i.audioReceiverMonitorData=new d.AudioReceiverMonitorData,i.videoReceiverMonitorData=new p.VideoReceiverMonitorData,i.receiverMonitorController=new r,i}return c(t,s),t.prototype.start=function(i,l){this.pc=i,this.pcCore=l,this.updateTranceiversController(),this.startMonitorTimer(200)},t.prototype.updateTranceiversController=function(){var i=this;if(this.pc&&this.pcCore){var l=this.pcCore.getStreamManager().getAllTrackPairList("sub");this.receiverMonitorController.reset(),l.forEach(function(E){E.url&&i.receiverMonitorController.addTrackPair(E.url,E.vMsid,E.aMsid,E.vTransceiver,E.aTransceiver,i.pc)}),this.receiverMonitorController.trackPairDataList.forEach(function(E){i.initEvent(E)})}},t.prototype.resetTimer=function(i){this.updateTranceiversController(),this.stopMonitorTimer(),this.startMonitorTimer(i)},t.prototype.stop=function(){this.canplay=!1,this.stopMonitorTimer(),this.audioReceiverMonitorData.dispose(),this.videoReceiverMonitorData.dispose()},t.prototype.startMonitorTimer=function(i){var l=this;this.monitorTimerId||(this.monitorTimerId=window.setInterval(function(){l.onMonitorTimer()},i))},t.prototype.stopMonitorTimer=function(){this.monitorTimerId&&clearInterval(this.monitorTimerId),this.monitorTimerId=null},t.prototype.onMonitorTimer=function(){return u(this,void 0,void 0,function(){var i;return S(this,function(l){switch(l.label){case 0:return[4,this.updateMonitorData()];case 1:return l.sent(),i=[],this.receiverMonitorController.trackPairDataList.forEach(function(E){var b,_;if(E.url){var h={url:E.url};E.audioReceiverMonitorData.isExist&&(h.audio=(b=E.audioReceiverMonitorData)===null||b===void 0?void 0:b.monitorData,h.aMsid=E.aMsid),E.videoReceiverMonitorData.isExist&&(h.video=(_=E.videoReceiverMonitorData)===null||_===void 0?void 0:_.monitorData,h.vMsid=E.vMsid),i.push(h)}}),this.emit("onMonitorEvent",{eventList:i,type:"sub"}),[2]}})})},t.prototype.initEvent=function(i){var l=this,E={url:i.url||"url unknown",vMsid:i.vMsid||"vMsid unknown",aMsid:i.aMsid||"aMsid unknown"};i.audioReceiverMonitorData.isExist&&(i.audioReceiverMonitorData.on("streamEnded",function(){i.videoReceiverMonitorData&&!i.videoReceiverMonitorData.isStreamEnded||(l.emit("streamEnded",E),l.stopMonitorTimer())}),i.audioReceiverMonitorData.on("canPlay",function(){l.emitCanPlay()})),i.videoReceiverMonitorData.isExist&&(i.videoReceiverMonitorData.on("streamEnded",function(){i.audioReceiverMonitorData&&!i.audioReceiverMonitorData.isStreamEnded||(l.emit("streamEnded",E),l.stopMonitorTimer())}),i.videoReceiverMonitorData.on("canPlay",function(){l.emitCanPlay()}))},t.prototype.updateMonitorData=function(){return Promise.all(this.receiverMonitorController.trackPairDataList.reduce(function(i,l){var E,b;return f(f([],i,!0),[(E=l.audioReceiverMonitorData)===null||E===void 0?void 0:E.getInfo(),(b=l.videoReceiverMonitorData)===null||b===void 0?void 0:b.getInfo()],!1)},[]))},t.prototype.emitCanPlay=function(){this.canplay||(this.canplay=!0,this.emit("canPlay"))},t.prototype.copyMonitorData=function(){var i,l;!((l=(i=this.receiverMonitorController)===null||i===void 0?void 0:i.trackPairDataList)===null||l===void 0)&&l.length&&(this.audioReceiverMonitorData=this.receiverMonitorController.trackPairDataList[0].audioReceiverMonitorData,this.videoReceiverMonitorData=this.receiverMonitorController.trackPairDataList[0].videoReceiverMonitorData)},t.prototype.getTransportStats=function(){return u(this,void 0,void 0,function(){var i;return S(this,function(l){switch(l.label){case 0:return[4,this.updateMonitorData()];case 1:return l.sent(),this.copyMonitorData(),i={},this.videoReceiverMonitorData.isExist?i=this.videoReceiverMonitorData.monitorData.transportStats:this.audioReceiverMonitorData.isExist&&(i=this.audioReceiverMonitorData.monitorData.transportStats),[2,i]}})})},t.prototype.getRemoteVideoStats=function(){return u(this,void 0,void 0,function(){var i,l;return S(this,function(E){switch(E.label){case 0:return[4,this.updateMonitorData()];case 1:return E.sent(),this.copyMonitorData(),i={},this.videoReceiverMonitorData.isExist&&(l=this.videoReceiverMonitorData.monitorData.inboundRtpStats,i={timestamp:Math.floor(l.timestamp||0),framesDecodedPerSecond:l.framesPerSecond,framesDecoded:l.framesDecoded,frameWidth:l.frameWidth,frameHeight:l.frameHeight,bytesReceived:l.bytesReceived,jitter:l.jitter,jitterBufferDelayAvg:Number(l.jitterBufferDelay)/Number(l.jitterBufferEmittedCount),packetsLost:l.packetsLost,packetsReceived:l.packetsReceived}),[2,i]}})})},t.prototype.getRemoteAudioStats=function(){return u(this,void 0,void 0,function(){var i,l;return S(this,function(E){switch(E.label){case 0:return[4,this.updateMonitorData()];case 1:return E.sent(),this.copyMonitorData(),i={},this.audioReceiverMonitorData.isExist&&(l=this.audioReceiverMonitorData.monitorData.inboundRtpStats,i={timestamp:Math.floor(l.timestamp||0),bytesReceived:l.bytesReceived,jitter:l.jitter,jitterBufferDelayAvg:Number(l.jitterBufferDelay)/Number(l.jitterBufferEmittedCount),packetsLost:l.packetsLost,packetsReceived:l.packetsReceived}),[2,i]}})})},t}(e.default);R.SubMonitor=n},5259:(L,R)=>{Object.defineProperty(R,"__esModule",{value:!0}),R.AudioProfileMap=R.VideoProfileMap=R.ScreenProfileMap=void 0,R.ScreenProfileMap=new Map,R.ScreenProfileMap.set("480p_1",{width:640,height:480,frameRate:5,maxBitrate:300}),R.ScreenProfileMap.set("480p_2",{width:640,height:480,frameRate:30,maxBitrate:1e3}),R.ScreenProfileMap.set("720p_1",{width:1280,height:720,frameRate:5,maxBitrate:800}),R.ScreenProfileMap.set("720p_2",{width:1280,height:720,frameRate:30,maxBitrate:2e3}),R.ScreenProfileMap.set("1080p_1",{width:1920,height:1080,frameRate:5,maxBitrate:1e3}),R.ScreenProfileMap.set("1080p_2",{width:1920,height:1080,frameRate:30,maxBitrate:3e3}),R.VideoProfileMap=new Map,R.VideoProfileMap.set("120p_1",{width:160,height:120,frameRate:15,maxBitrate:65}),R.VideoProfileMap.set("120p_3",{width:120,height:120,frameRate:15,maxBitrate:50}),R.VideoProfileMap.set("180p_1",{width:320,height:180,frameRate:15,maxBitrate:140}),R.VideoProfileMap.set("180p_3",{width:180,height:180,frameRate:15,maxBitrate:100}),R.VideoProfileMap.set("180p_4",{width:240,height:180,frameRate:15,maxBitrate:120}),R.VideoProfileMap.set("240p_1",{width:320,height:240,frameRate:15,maxBitrate:200}),R.VideoProfileMap.set("240p_3",{width:240,height:240,frameRate:15,maxBitrate:140}),R.VideoProfileMap.set("240p_4",{width:424,height:240,frameRate:15,maxBitrate:220}),R.VideoProfileMap.set("360p_1",{width:640,height:360,frameRate:15,maxBitrate:400}),R.VideoProfileMap.set("360p_3",{width:360,height:360,frameRate:15,maxBitrate:260}),R.VideoProfileMap.set("360p_4",{width:640,height:360,frameRate:30,maxBitrate:600}),R.VideoProfileMap.set("360p_6",{width:360,height:360,frameRate:30,maxBitrate:400}),R.VideoProfileMap.set("360p_7",{width:480,height:360,frameRate:15,maxBitrate:320}),R.VideoProfileMap.set("360p_8",{width:480,height:360,frameRate:30,maxBitrate:490}),R.VideoProfileMap.set("360p_9",{width:640,height:360,frameRate:15,maxBitrate:800}),R.VideoProfileMap.set("360p_10",{width:640,height:360,frameRate:24,maxBitrate:800}),R.VideoProfileMap.set("360p_11",{width:640,height:360,frameRate:24,maxBitrate:1e3}),R.VideoProfileMap.set("480p_1",{width:640,height:480,frameRate:15,maxBitrate:500}),R.VideoProfileMap.set("480p_2",{width:640,height:480,frameRate:30,maxBitrate:1e3}),R.VideoProfileMap.set("480p_3",{width:480,height:480,frameRate:15,maxBitrate:400}),R.VideoProfileMap.set("480p_4",{width:640,height:480,frameRate:30,maxBitrate:750}),R.VideoProfileMap.set("480p_6",{width:480,height:480,frameRate:30,maxBitrate:600}),R.VideoProfileMap.set("480p_8",{width:848,height:480,frameRate:15,maxBitrate:610}),R.VideoProfileMap.set("480p_9",{width:848,height:480,frameRate:30,maxBitrate:930}),R.VideoProfileMap.set("480p_10",{width:640,height:480,frameRate:10,maxBitrate:400}),R.VideoProfileMap.set("720p_1",{width:1280,height:720,frameRate:15,maxBitrate:1130}),R.VideoProfileMap.set("720p_2",{width:1280,height:720,frameRate:30,maxBitrate:2e3}),R.VideoProfileMap.set("720p_3",{width:1280,height:720,frameRate:30,maxBitrate:1710}),R.VideoProfileMap.set("720p_5",{width:960,height:720,frameRate:15,maxBitrate:910}),R.VideoProfileMap.set("720p_6",{width:960,height:720,frameRate:30,maxBitrate:1380}),R.VideoProfileMap.set("1080p_1",{width:1920,height:1080,frameRate:15,maxBitrate:2080}),R.VideoProfileMap.set("1080p_2",{width:1920,height:1080,frameRate:30,maxBitrate:3e3}),R.VideoProfileMap.set("1080p_3",{width:1920,height:1080,frameRate:30,maxBitrate:3150}),R.VideoProfileMap.set("1080p_5",{width:1920,height:1080,frameRate:60,maxBitrate:4780}),R.VideoProfileMap.set("1440p_1",{width:2560,height:1440,frameRate:30,maxBitrate:4850}),R.VideoProfileMap.set("1440p_2",{width:2560,height:1440,frameRate:60,maxBitrate:7350}),R.VideoProfileMap.set("4K_1",{width:3840,height:2160,frameRate:30,maxBitrate:8910}),R.VideoProfileMap.set("4K_3",{width:3840,height:2160,frameRate:60,maxBitrate:13500}),R.AudioProfileMap=new Map,R.AudioProfileMap.set("standard",{sampleRate:48e3,channelCount:1,maxBitrate:64}),R.AudioProfileMap.set("high",{sampleRate:48e3,channelCount:1,maxBitrate:128}),R.AudioProfileMap.set("standard-stereo",{sampleRate:48e3,channelCount:2,maxBitrate:80}),R.AudioProfileMap.set("high-stereo",{sampleRate:48e3,channelCount:2,maxBitrate:192})},5553:(L,R)=>{Object.defineProperty(R,"__esModule",{value:!0}),R.Datachannel=void 0;var x=function(){function v(c){this.pc=c,this.messageId=1,this.dataChannel=this.pc.createDataChannel("GRTNDataChannel"),this.dataChannel.onopen=function(u){},this.dataChannel.onmessage=function(u){u.data},this.dataChannel.onclose=function(u){},this.dataChannel.onerror=function(u){}}return v.prototype.addTrack=function(c,u){return new Promise(function(S,f){})},v.prototype.removeTrack=function(c,u){return new Promise(function(S,f){})},v.prototype.createPublishPacket=function(){var c={type:"pub",version:1,msg_id:this.messageId,streams:[]};return++this.messageId,c},v}();R.Datachannel=x},2470:function(L,R,x){var v,c=this&&this.__extends||(v=function(n,s){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,i){t.__proto__=i}||function(t,i){for(var l in i)Object.prototype.hasOwnProperty.call(i,l)&&(t[l]=i[l])},v(n,s)},function(n,s){if(typeof s!="function"&&s!==null)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null");function t(){this.constructor=n}v(n,s),n.prototype=s===null?Object.create(s):(t.prototype=s.prototype,new t)}),u=this&&this.__assign||function(){return u=Object.assign||function(n){for(var s,t=1,i=arguments.length;t<i;t++)for(var l in s=arguments[t])Object.prototype.hasOwnProperty.call(s,l)&&(n[l]=s[l]);return n},u.apply(this,arguments)},S=this&&this.__importDefault||function(n){return n&&n.__esModule?n:{default:n}};Object.defineProperty(R,"__esModule",{value:!0}),R.PcRestorer=void 0;var f=S(x(102)),a=x(5917),d=x(280),p=x(9428),e=x(5044),r=function(n){function s(t){var i=n.call(this)||this;return i.restoring=!1,i.subscriber=t.subscriber,i.publisher=t.publisher,i.commonController=t.commonController,i}return c(s,n),s.prototype.isReconnecting=function(){return this.restoring},s.prototype.restore=function(t){var i=this;if(!this.restoring)return new Promise(function(l,E){i.restoring=!0;var b=i.restructureStreams();if(b&&b.length){i.subscriber.unsubscribe(),i.publisher.unpublish();var _=[],h=b[0],o={retryTimes:a.DEFAULT_RETRY_SUBSCRIBE_LIMIT,retryInterval:a.DEFAULT_RETRY_SUBSCRIBE_INTERVAL},g=h.url;switch(t&&(g=i.makeIpQuery(g,t,h.type)),h.type){case"sub":i.commonController.setPeerconnection(i.subscriber.getPeerConnection()),i.subscriber.incrementReconnectTimes(),o.retryTimes=i.subscriber.getSubscribeConfig().retryTimes||a.DEFAULT_RETRY_SUBSCRIBE_LIMIT,o.retryInterval=i.subscriber.getSubscribeConfig().retryInterval||a.DEFAULT_RETRY_SUBSCRIBE_INTERVAL,_.push(i.subscriber.subscribeWithReconnect(g,u(u({},i.subscriber.getSubscribeConfig()),{vMsid:h.vMsid,aMsid:h.aMsid})));break;case"pub":h.targetStream&&(i.commonController.setPeerconnection(i.publisher.getPeerConnection()),i.publisher.incrementReconnectTimes(),o.retryTimes=i.publisher.getPublishConfig().retryTimes||a.DEFAULT_RETRY_PUBLISH_LIMIT,o.retryInterval=i.publisher.getPublishConfig().retryInterval||a.DEFAULT_RETRY_PUBLISH_INTERVAL,_.push(i.publisher.publishWithReconnect(g,h.targetStream,u(u({},i.publisher.getPublishConfig()),{vMsid:h.vMsid,aMsid:h.aMsid}))));break;case"sub-data":h.msid&&h.label&&_.push(i.commonController.subscribeAddDatachannel({signalUrl:g,url:g,label:h.label,msid:h.msid}));break;case"pub-data":h.msid&&h.label&&_.push(i.commonController.publishAddDatachannel({signalUrl:h.url,url:h.url,label:h.label,msid:h.msid}));break;default:console.log("RTS [PC RESTORER] unknown http reconnect type",h.type)}var m=new Promise(function(C,D){var y=setTimeout(function(){var A=new e.RtsError(p.ErrorCode.ERROR_DATACHANNEL_OPEN,"reconnect pc datachannel open timeout","",{});D(A)},o.retryTimes*o.retryInterval+a.DEFAULT_RETRY_DATACHANNEL_TIMEOUT);i.commonController.on("datachannelStatusChange",function(A){A.status===d.EDatachannelStatus.DATACHANNEL_STATUS_OPEN&&(clearTimeout(y),C())})});_.push(m);var T=[];Promise.all(_).then(function(C){for(var D=1;D<b.length;D++){var y=b[D];if(y)switch(y.type){case"sub":T.push(i.commonController.subscribeAdd([{url:y.url,vMsid:y.vMsid,aMsid:y.aMsid,targetStream:y.targetStream,subAudio:!(!y.aMsid||!y.aMsid.length),subVideo:!(!y.vMsid||!y.vMsid.length)}],!0).catch(function(A){i.emit("onError",i.makeSingleStreamReconnectError(A))}));break;case"pub":T.push(i.commonController.publishAdd([{url:y.url,stream:y.targetStream,vMsid:y.vMsid,aMsid:y.aMsid}]).catch(function(A){i.emit("onError",i.makeSingleStreamReconnectError(A))}));break;case"sub-data":y.label&&y.msid&&T.push(i.commonController.subscribeAddDatachannel({signalUrl:y.url,url:y.url,label:y.label,msid:y.msid}).catch(function(A){i.emit("onError",i.makeSingleStreamReconnectError(A))}));break;case"pub-data":y.label&&y.msid&&T.push(i.commonController.publishAddDatachannel({signalUrl:y.url,url:y.url,label:y.label,msid:y.msid}).catch(function(A){i.emit("onError",i.makeSingleStreamReconnectError(A))}));break;default:console.log("RTS [PC RESTORER] unknown pc reconnect type")}}Promise.allSettled(T).then(function(){l()})}).catch(function(C){E(C)}).finally(function(){i.restoring=!1})}i.restoring=!1})},s.prototype.restructureStreams=function(){var t,i=(t=this.commonController.peerCore)===null||t===void 0?void 0:t.getStreamManager(),l=i?.getAllStreamListWithMsids(),E=i?.getAllDatachannelList(),b=[];return l?.forEach(function(_){var h;(h=_.streams)===null||h===void 0||h.forEach(function(o){var g=[],m=[],T=_.type,C=_.latestUrl,D=o;_.msids.forEach(function(y){y.streamId===o.id&&(y.type==="video"?m.push(y.name):y.type==="audio"&&g.push(y.name))}),b.push({aMsid:g,vMsid:m,type:T,url:C,targetStream:D})})}),E?.forEach(function(_){_.msids.forEach(function(h){if(h.name&&h.label){var o=h.name,g=h.label,m=_.type,T=_.latestUrl;b.push({msid:o,type:m,label:g,url:T})}})}),b},s.prototype.makeSingleStreamReconnectError=function(t){return new e.RtsError(p.ErrorCode.ERROR_SINGLE_PC_STREAM_RECONNECT_FAILED,"single stream reconnect failed","",{originError:t})},s.prototype.makeIpQuery=function(t,i,l){var E,b,_,h="ali_prefer_media_server",o="ip_migration",g=t,m="";if(l.indexOf("sub")===0&&(!((b=i.pull)===null||b===void 0)&&b.length)?m=i.pull[0]:l.indexOf("pub")===0&&(!((_=i.push)===null||_===void 0)&&_.length)&&(m=i.push[0]),m){var T=t.split("?"),C=T[0],D=T[1],y=void 0;D?((y=new URLSearchParams(D)).has(h)?y.set(h,m):y.append(h,m),!y.has(o)&&y.append(o,"on")):y=new URLSearchParams(((E={})[h]=m,E[o]="on",E)),g="".concat(C,"?").concat(y.toString())}return g},s}(f.default);R.PcRestorer=r},4865:function(L,R,x){var v,c=this&&this.__extends||(v=function(C,D){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(y,A){y.__proto__=A}||function(y,A){for(var w in A)Object.prototype.hasOwnProperty.call(A,w)&&(y[w]=A[w])},v(C,D)},function(C,D){if(typeof D!="function"&&D!==null)throw new TypeError("Class extends value "+String(D)+" is not a constructor or null");function y(){this.constructor=C}v(C,D),C.prototype=D===null?Object.create(D):(y.prototype=D.prototype,new y)}),u=this&&this.__assign||function(){return u=Object.assign||function(C){for(var D,y=1,A=arguments.length;y<A;y++)for(var w in D=arguments[y])Object.prototype.hasOwnProperty.call(D,w)&&(C[w]=D[w]);return C},u.apply(this,arguments)},S=this&&this.__awaiter||function(C,D,y,A){return new(y||(y=Promise))(function(w,j){function I(U){try{F(A.next(U))}catch(B){j(B)}}function H(U){try{F(A.throw(U))}catch(B){j(B)}}function F(U){var B;U.done?w(U.value):(B=U.value,B instanceof y?B:new y(function(k){k(B)})).then(I,H)}F((A=A.apply(C,D||[])).next())})},f=this&&this.__generator||function(C,D){var y,A,w,j,I={label:0,sent:function(){if(1&w[0])throw w[1];return w[1]},trys:[],ops:[]};return j={next:H(0),throw:H(1),return:H(2)},typeof Symbol=="function"&&(j[Symbol.iterator]=function(){return this}),j;function H(F){return function(U){return function(B){if(y)throw new TypeError("Generator is already executing.");for(;j&&(j=0,B[0]&&(I=0)),I;)try{if(y=1,A&&(w=2&B[0]?A.return:B[0]?A.throw||((w=A.return)&&w.call(A),0):A.next)&&!(w=w.call(A,B[1])).done)return w;switch(A=0,w&&(B=[2&B[0],w.value]),B[0]){case 0:case 1:w=B;break;case 4:return I.label++,{value:B[1],done:!1};case 5:I.label++,A=B[1],B=[0];continue;case 7:B=I.ops.pop(),I.trys.pop();continue;default:if(w=I.trys,!((w=w.length>0&&w[w.length-1])||B[0]!==6&&B[0]!==2)){I=0;continue}if(B[0]===3&&(!w||B[1]>w[0]&&B[1]<w[3])){I.label=B[1];break}if(B[0]===6&&I.label<w[1]){I.label=w[1],w=B;break}if(w&&I.label<w[2]){I.label=w[2],I.ops.push(B);break}w[2]&&I.ops.pop(),I.trys.pop();continue}B=D.call(C,I)}catch(k){B=[6,k],A=0}finally{y=w=0}if(5&B[0])throw B[1];return{value:B[0]?B[1]:void 0,done:!0}}([F,U])}}},a=this&&this.__importDefault||function(C){return C&&C.__esModule?C:{default:C}};Object.defineProperty(R,"__esModule",{value:!0}),R.RtsPeerconnection=void 0;var d,p=x(280),e=x(233),r=x(4315),n=x(2718),s=a(x(102)),t=x(5917),i=x(4699),l=x(9752),E=x(5553),b=x(9428),_=x(5044),h=a(x(6834));(function(C){C.Subscribe="sub",C.Publish="pub"})(d||(d={}));var o=window.RTCRtpReceiver&&"createEncodedStreams"in RTCRtpReceiver.prototype,g=window.RTCRtpReceiver&&"transform"in RTCRtpReceiver.prototype&&"RTCRtpScriptTransform"in window,m=function(C){function D(){var y=C.call(this)||this;return y.connectingEventSent=!1,y.reused=!1,y.transformWorkerList=new T,y.receiverCodecPreferences={},y.senderCodecPreferences={},y.heartbeatTimeoutHandler=null,y.noHeartbeatCount=0,y.subMonitor=new i.SubMonitor,y.subMonitor.on("onMonitorEvent",function(A){y.emit("onMonitorEvent",A)}),y.subMonitor.on("streamEnded",function(){y.emit("streamEnded")}),y.subMonitor.on("canPlay",function(){}),y.pubMonitor=new l.PubMonitor,y.pubMonitor.on("onMonitorEvent",function(A){y.emit("onMonitorEvent",A)}),y.pubMonitor.on("onTransportStateEvent",function(A){y.emit("onTransportStateEvent",A)}),y}return c(D,C),Object.defineProperty(D.prototype,"isConnected",{get:function(){var y;return((y=this.pc)===null||y===void 0?void 0:y.connectionState)==="connected"},enumerable:!1,configurable:!0}),Object.defineProperty(D.prototype,"isReused",{get:function(){return this.reused},set:function(y){this.reused=!!y},enumerable:!1,configurable:!0}),D.prototype.getWorkerManager=function(){return this.transformWorkerList},D.prototype.getPc=function(){return this.pc},D.prototype.getPeerCore=function(){return this.peerCore},D.prototype.getSubMonitor=function(){return this.subMonitor},D.prototype.getPubMonitor=function(){return this.pubMonitor},D.prototype.playStart=function(){this.subMonitor.resetTimer(1e3)},D.prototype.pushStart=function(){this.pc&&this.peerCore&&this.pubMonitor.startHeartbeat(this.pc,this.peerCore)},D.prototype.sample=function(){return S(this,void 0,void 0,function(){return f(this,function(y){switch(y.label){case 0:return[4,this.subMonitor.onMonitorTimer()];case 1:return y.sent(),[2]}})})},D.prototype.subAdd=function(y,A){var w;return(w=this.peerCore)===null||w===void 0?void 0:w.subscribeAdd(y,A)},D.prototype.subActive=function(y){var A;return(A=this.peerCore)===null||A===void 0?void 0:A.subscribeActive(y)},D.prototype.subStop=function(y){var A;return(A=this.peerCore)===null||A===void 0?void 0:A.subscribeStop(y)},D.prototype.subDeleteTracks=function(y){var A;return(A=this.peerCore)===null||A===void 0?void 0:A.subscribeDeleteTracks(y)},D.prototype.pubAdd=function(y){var A;return(A=this.peerCore)===null||A===void 0?void 0:A.publishAdd(y)},D.prototype.pubDeleteTracks=function(y){var A;return(A=this.peerCore)===null||A===void 0?void 0:A.publishDeleteTracks(y)},D.prototype.pubReplaceTracks=function(y){var A;return(A=this.peerCore)===null||A===void 0?void 0:A.publishReplaceTracks(y)},D.prototype.pubStop=function(y){var A;return(A=this.peerCore)===null||A===void 0?void 0:A.publishStop(y)},D.prototype.createOffer=function(y,A,w,j){var I=this;return j===void 0&&(j={publishUrl:""}),new Promise(function(H,F){var U;(U=I.cancelable)===null||U===void 0||U.cancel();var B={googCpuOveruseDetection:!1,sdpSemantics:"unified-plan",encodedInsertableStreams:j.encodedInsertableStreams,bundlePolicy:"max-bundle",rtcpMuxPolicy:"require"};if(e.BrowserUtil.isChrome&&Number(e.BrowserUtil.browserMainVersion)<=55&&(B.iceServers=[]),I.pc=new RTCPeerConnection(B),I.encodedInsertableStreams=j.encodedInsertableStreams,I.peerCore=new p.PeerConnectionCore({pc:I.pc,onDatachannelEvent:function(q){var z,$;I.emit("datachannelStatusChange",{status:q}),j.disableHeartbeat||(q===p.EDatachannelStatus.DATACHANNEL_STATUS_OPEN?((0,n.hebtLog)("DATACHANNEL OPEN"," heartbeat send scheduler started"),(z=I.peerCore)===null||z===void 0||z.startSignalHeartbeatTimer()):q===p.EDatachannelStatus.DATACHANNEL_STATUS_CLOSE&&((0,n.hebtLog)("DATACHANNEL CLOSE"," heartbeats from now on will fail"),($=I.peerCore)===null||$===void 0||$.stopSignalHeartbeatTimer()))},onInnerSubscribeDelete:function(q){I.emit("innerSubscribeDeleteTracks",q)},offerSdpHook:j.offerSdpHook,answerSdpHook:j.answerSdpHook}),I.registerPeerCoreListeners(j),I.peerCore.setReceiverCodecPreferences(I.receiverCodecPreferences),I.peerCore.setSenderCodecPreferences(I.senderCodecPreferences),I.pc.onconnectionstatechange=function(){var q=(I.pc||{}).connectionState;switch(I.connectingEventSent||(I.connectingEventSent=!0,I.emit("connectStatusChange",{status:t.EConnectStatus.CONNECT_STATUS_CONNECTING})),q!=="connecting"&&I.clearStatusTimer(),q){case"connected":I.emit("onConnected"),I.emit("connectStatusChange",{status:t.EConnectStatus.CONNECT_STATUS_CONNECTED});break;case"disconnected":I.emit("connectStatusChange",{status:t.EConnectStatus.CONNECT_STATUS_RECONNECTING});break;case"failed":case"closed":I.handleClosed()}},I.clearStatusTimer(),I.statusTimer=window.setTimeout(function(){I.handleClosed()},D.CONNECT_TIMEOUT),w){I.localStream=w,I.sdpUtil=new r.SdpUtil(I.localStream);var k=I.addStream();if(k!==0)return I.pc=void 0,void F(new _.RtsError(k,k===b.ErrorCode.ERROR_MEDIASTREAMTRACK_AUDIO_NONE?"need audio track":"",""))}else I.sdpUtil=new r.SdpUtil;var V={};w||(V=I.handleSubTransceiver(y,A).added?{}:{offerToReceiveAudio:y,offerToReceiveVideo:A});var G=I.pc.createOffer(V);I.cancelable=(0,n.makeCancelable)(G),I.cancelable.promise.then(function(q){var z,$,re,ee,ie,se,ce;if(I.cancelable=void 0,I.sdpUtil){if(I.sdpUtil.init(String(q.sdp)),I.sdpUtil.addNack(),I.sdpUtil.addSps(),j.disableStereo||I.sdpUtil.addStereo(),w&&I.sdpUtil.modifyTrackName({vMsid:j.vMsid&&j.vMsid[0],aMsid:j.aMsid&&j.aMsid[0]}),I.pc){q.sdp=I.sdpUtil.sdp,w&&w.sdpHook&&typeof w.sdpHook=="function"&&(q.sdp=w.sdpHook(q.sdp)),(z=I.peerCore)===null||z===void 0||z.setPrevOfferSdp(q.sdp||"");var ue=[];if(w)try{($=I.peerCore)===null||$===void 0||$.patchPublishStreamManagerRecord(j.publishUrl||"",u(u({},j),{stream:w}));var de=(re=I.peerCore)===null||re===void 0?void 0:re.parseSdp(q.sdp||"");ue=(ee=I.peerCore)===null||ee===void 0?void 0:ee.updateTrackInfoList({url:j.publishUrl||"",stream:w,vMsid:(ie=I.peerCore)===null||ie===void 0?void 0:ie.unifyMsid(j.vMsid,"video"),aMsid:(se=I.peerCore)===null||se===void 0?void 0:se.unifyMsid(j.aMsid,"audio"),sdpMediaList:(ce=de?.detail)===null||ce===void 0?void 0:ce.media})}catch(pe){console.log(pe)}j.offerSdpHook&&typeof j.offerSdpHook=="function"&&(q.sdp=j.offerSdpHook(q.sdp||"")),I.pc.setLocalDescription(q).then(function(){I.pc?H({desp:I.pc.localDescription,publishTrackInfoList:ue}):F(new _.RtsError(b.ErrorCode.ERROR_CREATEOFFER,"no pc",""))}).catch(function(pe){F(new _.RtsError(b.ErrorCode.ERROR_CREATEOFFER,"setLocalDescription error "+pe.message,""))})}}else F(new _.RtsError(b.ErrorCode.ERROR_CREATEOFFER,"no sdp",""))}).catch(function(q){q.isCanceled||F(new _.RtsError(b.ErrorCode.ERROR_CREATEOFFER,q.message?q.message:"create offer error",""))})})},D.prototype.recvAnswer=function(y,A){var w,j,I=this;return A===void 0&&(A={}),(w=this.peerCore)===null||w===void 0||w.setPrevAnswerSdp((j=y?.jsep)===null||j===void 0?void 0:j.sdp),new Promise(function(H,F){var U,B,k,V,G,q;if(I.pc){if(I.pc.ontrack=function($){I.pc&&I.peerCore&&I.subMonitor.start(I.pc,I.peerCore),setTimeout(function(){I.handleEncodedInsertableStreams({receiver:$.receiver})}),I.isReused||I.emit("onTrackEvent",$)},I.pc.signalingState==="closed")return void F({message:"PeerConnection signalingState is closed"});if(!((U=y.jsep)===null||U===void 0)&&U.sdp){var z=new r.SdpUtil;z.init(String((B=y.jsep)===null||B===void 0?void 0:B.sdp)),I.localStream&&(I.localStream.audioTrack&&!I.localStream.videoTrack&&(z.removeTwccRtcpFb(),(k=I.peerCore)===null||k===void 0||k.setRemoveTwcc(!0)),z.setDirection()),A.tcpOnly&&z.hasTcpCandidate&&z.removeUdpCandidate(),y.jsep.sdp=z.sdp,(V=I.peerCore)===null||V===void 0||V.setPrevAnswerSdp((G=y?.jsep)===null||G===void 0?void 0:G.sdp)}!((q=y.jsep)===null||q===void 0)&&q.sdp&&A.answerSdpHook&&typeof A.answerSdpHook=="function"&&(y.jsep.sdp=A.answerSdpHook(y.jsep.sdp)),I.pc.setRemoteDescription(new RTCSessionDescription(y.jsep)).then(function($){var re;I.pc&&I.localStream&&(I.localStream.setEncodeParam(I.pc),(re=I.pc)===null||re===void 0||re.getSenders().forEach(function(ee){I.handleEncodedInsertableStreams({sender:ee})})),H($)}).catch(function($){$.sdp=y.jsep.sdp,F($)})}else F({message:"no PeerConnection"})})},D.prototype.setReceiverCodecPreferences=function(y){var A;this.receiverCodecPreferences=u({},y),(A=this.peerCore)===null||A===void 0||A.setReceiverCodecPreferences(this.receiverCodecPreferences)},D.prototype.setSenderCodecPreferences=function(y){var A;this.senderCodecPreferences=u({},y),(A=this.peerCore)===null||A===void 0||A.setSenderCodecPreferences(this.senderCodecPreferences)},D.prototype.removeTrack=function(y,A){var w=this;return new Promise(function(j,I){w.pc&&w.dataChannel&&w.dataChannel.removeTrack(y,A).then(function(){}).catch(function(H){I(H)})})},D.prototype.replaceTrack=function(y,A,w){var j=this;return new Promise(function(I,H){w||j.pc&&j.dataChannel&&j.dataChannel.removeTrack(y,A).then(function(){}).catch(function(F){H(F)})})},D.prototype.sendSEI=function(y){var A;if(!y.data)throw new Error("No data to send, please check your params.");if(!(y.data instanceof ArrayBuffer))throw new Error("data should be ArrayBuffer, please check your params.");if(!y.url)throw new Error("url is required, please check your params.");if(!y.vMsid)throw new Error("vMsid is required, please check your params.");if(o||g){var w=this.transformWorkerList.findByMsid({url:y.url,kind:t.TrackType.VIDEO,source:t.EWorkerSource.Sender,msid:y.vMsid});if(!w)throw new Error("No published stream found, please check your url: "+y.url);(A=w?.worker)===null||A===void 0||A.postMessage({operation:t.EWorkerAction.InserSEI,payloadType:y.payloadType,repeatCount:y.repeatCount,sei:y.data})}},D.prototype.dispose=function(){this.cancelable&&(this.cancelable.cancel(),this.cancelable=void 0),this.peerCore&&(this.peerCore.dispose(),this.peerCore=void 0),this.pc&&(this.pc.onconnectionstatechange=function(){},this.pc.ontrack=function(){},this.pc.close(),this.pc=void 0,this.clearStatusTimer()),this.sdpUtil&&(this.sdpUtil.dispose(),this.sdpUtil=void 0),this.localStream&&(this.localStream=void 0),this.transformWorkerList.dispose(),this.subMonitor.stop(),this.pubMonitor.stopHeartbeat(),this.isReused=!1,this.encodedInsertableStreams=void 0,this.stopHeartbeatTimeoutChecker()},D.prototype.addStream=function(){if(this.localStream){if(this.pc){if(this.localStream.audioTrack){var y=this.pc.addTransceiver(this.localStream.audioTrack,{direction:"sendonly",streams:[this.localStream.mediaStream]});if(this.senderCodecPreferences.audio)try{y.setCodecPreferences(this.senderCodecPreferences.audio)}catch(w){console.warn("setCodecPreferences error",w)}}if(this.localStream.videoTrack){var A=this.pc.addTransceiver(this.localStream.videoTrack,{direction:"sendonly",streams:[this.localStream.mediaStream]});if(this.senderCodecPreferences.video)try{A.setCodecPreferences(this.senderCodecPreferences.video)}catch(w){console.warn("setCodecPreferences error",w)}}return 0}return b.ErrorCode.ERROR_PREERCONNECTION_UNKNOWN}return b.ErrorCode.ERROR_MEDIASTREAMTRACK_AUDIO_NONE},D.prototype.handleEncodedInsertableStreams=function(y){var A,w,j=this;if(this.encodedInsertableStreams){var I=y.receiver,H=y.sender,F=I?t.EWorkerSource.Receiver:t.EWorkerSource.Sender,U=I||H,B=U.track;if(!B)return console.warn("no track in senderReceiver!");var k=B.kind,V=(w=(A=this.peerCore)===null||A===void 0?void 0:A.getStreamManager())===null||w===void 0?void 0:w.getAllTrackPairList(F===t.EWorkerSource.Receiver?d.Subscribe:d.Publish),G=V?.find(function(ie){var se,ce;return((ce=(se=ie[k===t.TrackType.VIDEO?"vTransceiver":"aTransceiver"])===null||se===void 0?void 0:se.track)===null||ce===void 0?void 0:ce.id)===B.id});if(!G)return console.warn("no existing stream info found");var q=new h.default;if(!this.transformWorkerList.add({worker:q,kind:k,source:F,info:G,receiver:I,sender:H}))return console.log("worker existing, skip.");var z=t.EWorkerAction.Setup;if(o){var $=U.createEncodedStreams(),re=$.readable,ee=$.writable;q.postMessage({source:F,readable:re,writable:ee,operation:z},[re,ee])}else g&&(U.transform=new RTCRtpScriptTransform(q,{source:F,operation:z}));q.onmessage=function(ie){var se=ie.data,ce=se.type,ue=se.data,de=se.frameInfo;ce==="encodedFrame"&&j.emit("encodedFrame",{kind:k,url:G.originUrl,vMsid:k==="video"?G?.vMsid:void 0,aMsid:k==="audio"?G?.aMsid:void 0,frame:u({data:ue},de)})}}},D.prototype.handleSubTransceiver=function(y,A){var w,j,I,H=!1;if(!((w=this.pc)===null||w===void 0)&&w.addTransceiver){if(y&&(j=this.pc.addTransceiver("audio",{direction:"recvonly"}),this.receiverCodecPreferences.audio))try{j.setCodecPreferences(this.receiverCodecPreferences.audio)}catch(F){console.warn("setCodecPreferences error",F)}if(A&&(I=this.pc.addTransceiver("video",{direction:"recvonly"}),this.receiverCodecPreferences.video))try{I.setCodecPreferences(this.receiverCodecPreferences.video)}catch(F){console.warn("setCodecPreferences error",F)}H=!0}return{added:H,aTransceiver:j,vTransceiver:I}},D.prototype.initDataChannel=function(){!this.dataChannel&&this.pc&&(this.dataChannel=new E.Datachannel(this.pc))},D.prototype.handleClosed=function(){this.subMonitor.stop(),this.emit("connectStatusChange",{status:t.EConnectStatus.CONNECT_STATUS_DISCONNECTED}),this.emit("onEnd")},D.prototype.clearStatusTimer=function(){this.statusTimer&&clearTimeout(this.statusTimer),this.statusTimer=void 0},D.prototype.registerPeerCoreListeners=function(y){var A=this;this.peerCore?(y.disableHeartbeat||((0,n.hebtLog)("heartbeat [timeout checker] started"),this.startHeartbeatTimeoutChecker()),this.peerCore.on("message",function(w){A.emit("message",w)}),this.peerCore.on("hebtReceived",function(w){(0,n.hebtLog)("EVENT: HEBT RECV",w),A.noHeartbeatCount=0,A.emit("hebtReceived",w)}),this.peerCore.on("streamError",function(w){(0,n.hebtLog)("EVENT: \u5355\u8DEF\u6D41\u9519\u8BEF",w),A.emit("streamError",w)}),this.peerCore.on("streamReconnect",function(w){(0,n.hebtLog)("EVENT: \u5355\u8DEF\u6D41\u91CD\u8FDE",w),A.emit("streamReconnect",w)}),this.peerCore.on("traceIdUpdate",function(w){(0,n.hebtLog)("EVENT: traceId",w),A.emit("traceIdUpdate",w)}),this.peerCore.on("pcReconnect",function(w){(0,n.hebtLog)("EVENT: PC\u91CD\u8FDE",w),A.emit("pcReconnect",w)}),this.peerCore.on("datachannelNotEnabled",function(){var w;(0,n.hebtLog)("EVENT: \u6570\u636E\u901A\u9053\u672A\u5F00\u542F"),A.stopHeartbeatTimeoutChecker(),(w=A.peerCore)===null||w===void 0||w.stopSignalHeartbeatTimer()})):(0,n.hebtLog)("PeerCore listeners registration failed.")},D.prototype.startHeartbeatTimeoutChecker=function(){var y=this;this.stopHeartbeatTimeoutChecker(),this.heartbeatTimeoutHandler=setInterval(function(){y.noHeartbeatCount++,y.noHeartbeatCount>=t.DEFAULT_HEARTBEAT_TIMEOUT&&((0,n.hebtLog)("EVENT: \u5FC3\u8DF3\u8D85\u65F6, PC\u91CD\u8FDE"),y.stopHeartbeatTimeoutChecker(),y.emit("pcReconnect",{recode:"",reMsg:"heartbeat timeout"}))},1e3)},D.prototype.stopHeartbeatTimeoutChecker=function(){this.heartbeatTimeoutHandler!==null&&clearInterval(this.heartbeatTimeoutHandler),this.heartbeatTimeoutHandler=null,this.noHeartbeatCount=0},D.CONNECT_TIMEOUT=1e4,D}(s.default);R.RtsPeerconnection=m;var T=function(){function C(){this.workerList=[]}return C.prototype.add=function(D){return!this.findByMsid({url:D.info.url,source:D.source,kind:D.kind,msid:D.kind===t.TrackType.VIDEO?D.info.vMsid:D.info.aMsid})&&(this.workerList.push(D),!0)},C.prototype.removeByUrl=function(D){var y=this;this.workerList.filter(function(A){return A.info.url.split("?")[0]===D.url.split("?")[0]&&A.source===D.source}).forEach(function(A){A.worker.terminate(),y.workerList=y.workerList.filter(function(w){return w!==A})})},C.prototype.removeByMsid=function(D){var y=this.findByMsid(D);y?(y.worker.terminate(),this.workerList=this.workerList.filter(function(A){return A!==y})):console.warn("no worker to remove")},C.prototype.findByUrl=function(D,y){return this.workerList.find(function(A){return A.info.url.split("?")[0]===D.split("?")[0]&&A.kind===y})},C.prototype.findByMsid=function(D){var y=D.url,A=D.kind,w=D.source,j=D.msid,I=A===t.TrackType.VIDEO?"vMsid":"aMsid";return this.workerList.find(function(H){return H.info.url.split("?")[0]===y.split("?")[0]&&H.source===w&&H.kind===A&&H.info[I]===j})},C.prototype.dispose=function(){this.workerList.forEach(function(D){D.worker.terminate()}),this.workerList=[]},C}()},2825:(L,R)=>{Object.defineProperty(R,"__esModule",{value:!0})},8156:function(L,R,x){var v=this&&this.__createBinding||(Object.create?function(a,d,p,e){e===void 0&&(e=p);var r=Object.getOwnPropertyDescriptor(d,p);r&&!("get"in r?!d.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return d[p]}}),Object.defineProperty(a,e,r)}:function(a,d,p,e){e===void 0&&(e=p),a[e]=d[p]}),c=this&&this.__exportStar||function(a,d){for(var p in a)p==="default"||Object.prototype.hasOwnProperty.call(d,p)||v(d,a,p)};Object.defineProperty(R,"__esModule",{value:!0}),R.EDatachannelStatus=R.EConnectStatus=R.AliRTS=void 0,x(9543);var u=x(4845);Object.defineProperty(R,"AliRTS",{enumerable:!0,get:function(){return u.AliRTS}}),window&&(window.AliRTS=u.AliRTS);var S=x(5917);Object.defineProperty(R,"EConnectStatus",{enumerable:!0,get:function(){return S.EConnectStatus}});var f=x(280);Object.defineProperty(R,"EDatachannelStatus",{enumerable:!0,get:function(){return f.EDatachannelStatus}}),c(x(2825),R)},2672:(L,R)=>{var x;Object.defineProperty(R,"__esModule",{value:!0}),R.EN=void 0,function(v){v.MESSAGE_NOTSUPPORT_WEBRTC="not support webrtc",v.MESSAGE_BROWSER_NOTSUPPORT="browser not support",v.MESSAGE_BROWSER_VERSIONLOW="browser version too low",v.MESSAGE_NOTSUPPORT_H264="not support h264",v.MESSAGE_CREATEOFFER="create offer error"}(x||(R.EN=x={}))},2818:function(L,R,x){var v=this&&this.__assign||function(){return v=Object.assign||function(e){for(var r,n=1,s=arguments.length;n<s;n++)for(var t in r=arguments[n])Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t]);return e},v.apply(this,arguments)},c=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(R,"__esModule",{value:!0});var u,S=x(233),f=c(x(7028)),a=x(9428),d=c(x(2632));(function(e){e[e.UA=101]="UA",e[e.SUB_STATS=107]="SUB_STATS",e[e.PUB_STATS=108]="PUB_STATS",e[e.CONNECT_STATE_CHANGE=109]="CONNECT_STATE_CHANGE",e[e.START_PLAY=120]="START_PLAY",e[e.STOP_PLAY=121]="STOP_PLAY",e[e.SUBSCRIBE_START=125]="SUBSCRIBE_START",e[e.SUBSCRIBE_OK=126]="SUBSCRIBE_OK",e[e.FIRST_FRAME_TIME=137]="FIRST_FRAME_TIME",e[e.DC_HTTP_CONNECT=140]="DC_HTTP_CONNECT",e[e.DC_HTTP_CONNECT_OK=141]="DC_HTTP_CONNECT_OK",e[e.DC_SUB_ADD=142]="DC_SUB_ADD",e[e.DC_SUB_ADD_OK=143]="DC_SUB_ADD_OK",e[e.DC_CONNECT_STATE_CHANGE=144]="DC_CONNECT_STATE_CHANGE",e[e.DC_SUB_STOP=145]="DC_SUB_STOP",e[e.DC_SUB_STOP_OK=146]="DC_SUB_STOP_OK",e[e.DC_DISPOSE=147]="DC_DISPOSE",e[e.ERROR_INFO=150]="ERROR_INFO",e[e.DC_PUB_ADD=152]="DC_PUB_ADD",e[e.DC_PUB_ADD_OK=153]="DC_PUB_ADD_OK",e[e.DC_PUB_STOP=155]="DC_PUB_STOP",e[e.DC_PUB_STOP_OK=156]="DC_PUB_STOP_OK",e[e.RECONNECT=160]="RECONNECT",e[e.RECONNECT_PARAMS=161]="RECONNECT_PARAMS",e[e.RECONNECT_FINISH=162]="RECONNECT_FINISH",e[e.NOTIFY_MESSAGE=170]="NOTIFY_MESSAGE",e[e.CREATE_CLIENT=200]="CREATE_CLIENT",e[e.LOCALSTREAM_INITED=201]="LOCALSTREAM_INITED",e[e.START_PUBLISH=220]="START_PUBLISH",e[e.STOP_PUBLISH=221]="STOP_PUBLISH",e[e.PUBLISH_OK=222]="PUBLISH_OK",e[e.SET_VIDEOPROFILE=230]="SET_VIDEOPROFILE",e[e.SET_SCREENPROFILE=231]="SET_SCREENPROFILE",e[e.SET_AUDIOPROFILE=238]="SET_AUDIOPROFILE",e[e.ENABLE_AUDIO=232]="ENABLE_AUDIO",e[e.DISABLE_AUDIO=233]="DISABLE_AUDIO",e[e.ENABLE_VIDEO=234]="ENABLE_VIDEO",e[e.DISABLE_VIDEO=235]="DISABLE_VIDEO",e[e.STOP=236]="STOP",e[e.PLAY=237]="PLAY"})(u||(u={}));var p=function(){function e(r){this.customReporter=r?.customReporter,this.ct=r&&r.customTag?r.customTag:"",this.enableLog=!r||r.trackLog!=0,this._initParam(),this.slsTracker=new d.default({host:"cn-hangzhou.log.aliyuncs.com",project:"videocloud",logstore:"live-client-log",time:10,count:10})}return e.prototype.updateTid=function(){this.param?this.param.tid=S.Guid.create(32):this._initParam()},e.prototype.updateUrl=function(r){this.param&&(this.param.pu=r)},e.prototype.reportUA=function(r){this.reporter({msgid:u.UA,args:JSON.stringify({ua:r})})},e.prototype.reportPullStats=function(r){this.reporter({msgid:u.SUB_STATS,args:JSON.stringify(v({},r))})},e.prototype.reportPushStats=function(r){this.reporter({msgid:u.PUB_STATS,args:JSON.stringify(v({},r))})},e.prototype.reportStartPlay=function(r){this.reporter({msgid:u.START_PLAY,args:JSON.stringify({vurl:r})})},e.prototype.reportStopPlay=function(){this.reporter({msgid:u.STOP_PLAY})},e.prototype.reportSubscribeStart=function(r,n,s,t,i){this.reporter({msgid:u.SUBSCRIBE_START,args:JSON.stringify({vurl:r,surl:n,vMsid:s?s.join(", "):"",aMsid:t?t.join(", "):"",isSubAdd:!!i})})},e.prototype.reportSubscribeOk=function(r){r===void 0&&(r={}),this.reporter({msgid:u.SUBSCRIBE_OK,args:JSON.stringify({vurl:r.vurl||"",surl:r.surl||"",hrct:r.hrct,tcid:r.traceId,rslt:r.rslt,isSubAdd:!!r.isSubAdd})})},e.prototype.reportFirstFrameTime=function(r,n,s,t,i,l,E,b,_,h,o,g,m,T){this.reporter({msgid:u.FIRST_FRAME_TIME,args:JSON.stringify({vurl:r,cpct:s,hrct:t,tcid:n,ffct:i,rslt:l,cnct:E,stats:b,delct:_,addct:h,actct:o,vMsid:g?g.join(", "):"",aMsid:m?m.join(", "):"",isSubAdd:!!T})})},e.prototype.reportErrorInfo=function(r,n,s,t){r!==a.ErrorCode.ERROR_AUTOPLAY_ERROR&&this.reporter({msgid:u.ERROR_INFO,args:JSON.stringify({errorCode:r,message:n,tcid:s,extraInfo:t})})},e.prototype.reportReconnect=function(r,n,s,t,i){this.reporter({msgid:u.RECONNECT,args:JSON.stringify({errorCode:r,message:n,tcid:s,retryTimes:t,useTcp:i})})},e.prototype.reportReconnectParams=function(r,n,s,t,i,l){this.reporter({msgid:u.RECONNECT_PARAMS,args:JSON.stringify({type:r,url:n,vMsid:(s||[]).join(","),aMsid:(t||[]).join(","),useTcp:i,streamId:l})})},e.prototype.reportReconnectFinish=function(r){r===void 0&&(r={}),this.reporter({msgid:u.RECONNECT_FINISH,args:JSON.stringify(v({},r))})},e.prototype.reportCreateClient=function(){this.reporter({msgid:u.CREATE_CLIENT})},e.prototype.reportStartPublish=function(r,n,s){this.reporter({msgid:u.START_PUBLISH,args:JSON.stringify({purl:r,surl:n,isPubAdd:!!s})})},e.prototype.reportPublishOk=function(r,n,s,t,i,l,E,b){this.reporter({msgid:u.PUBLISH_OK,args:JSON.stringify({purl:r,surl:n,coct:s,hrct:t,act:i,tcid:l,totalct:E||s+t+i,isPubAdd:!!b})})},e.prototype.reportStopPublish=function(r,n){this.reporter({msgid:u.STOP_PUBLISH,args:JSON.stringify({url:r,isPubStop:!!n})})},e.prototype.reportVideoProfile=function(r){this.reporter({msgid:u.SET_VIDEOPROFILE,args:JSON.stringify({vp:r})})},e.prototype.reportScreenProfile=function(r){this.reporter({msgid:u.SET_SCREENPROFILE,args:JSON.stringify({sp:r})})},e.prototype.reportAudioProfile=function(r){this.reporter({msgid:u.SET_AUDIOPROFILE,args:JSON.stringify({vp:r})})},e.prototype.reportEnableAudio=function(){this.reporter({msgid:u.ENABLE_AUDIO})},e.prototype.reportDisableAudio=function(){this.reporter({msgid:u.DISABLE_AUDIO})},e.prototype.reportEnableVideo=function(){this.reporter({msgid:u.ENABLE_VIDEO})},e.prototype.reportDisableVideo=function(){this.reporter({msgid:u.DISABLE_VIDEO})},e.prototype.reportStop=function(r){this.reporter({msgid:u.STOP,args:JSON.stringify({tp:r})})},e.prototype.reportPlay=function(r){this.reporter({msgid:u.PLAY,args:JSON.stringify({tp:r})})},e.prototype.reportStreamCreated=function(r,n){this.reporter({msgid:u.LOCALSTREAM_INITED,args:JSON.stringify({userConfig:r,localStreamInfo:n})})},e.prototype.reportConnectionChange=function(r,n){this.reporter({msgid:u.CONNECT_STATE_CHANGE,args:JSON.stringify({connectionState:r,direction:n})})},e.prototype.reportDatachannelHttpConnect=function(r){this.reporter({msgid:u.DC_HTTP_CONNECT,args:JSON.stringify({url:r})})},e.prototype.reportDatachannelHttpConnectOk=function(r){this.reporter({msgid:u.DC_HTTP_CONNECT_OK,args:JSON.stringify(v({},r))})},e.prototype.reportDatachannelSubAdd=function(r){this.reporter({msgid:u.DC_SUB_ADD,args:JSON.stringify(v({},r))})},e.prototype.reportDatachannelPubAdd=function(r){this.reporter({msgid:u.DC_PUB_ADD,args:JSON.stringify(v({},r))})},e.prototype.reportDatachannelSubAddOk=function(r){this.reporter({msgid:u.DC_SUB_ADD_OK,args:JSON.stringify(v({},r))})},e.prototype.reportDatachannelPubAddOk=function(r){this.reporter({msgid:u.DC_PUB_ADD_OK,args:JSON.stringify(v({},r))})},e.prototype.reportDatachannelStatusChange=function(r){this.reporter({msgid:u.DC_CONNECT_STATE_CHANGE,args:JSON.stringify(v({},r))})},e.prototype.reportDatachannelSubStop=function(r){this.reporter({msgid:u.DC_SUB_STOP,args:JSON.stringify(v({},r))})},e.prototype.reportDatachannelPubStop=function(r){this.reporter({msgid:u.DC_PUB_STOP,args:JSON.stringify(v({},r))})},e.prototype.reportDatachannelSubStopOk=function(r){this.reporter({msgid:u.DC_SUB_STOP_OK,args:JSON.stringify(v({},r))})},e.prototype.reportDatachannelPubStopOk=function(r){this.reporter({msgid:u.DC_PUB_STOP_OK,args:JSON.stringify(v({},r))})},e.prototype.reportDatachannelDispose=function(r){this.reporter({msgid:u.DC_DISPOSE,args:JSON.stringify(v({},r))})},e.prototype.reportNotifyMessage=function(r){this.reporter({msgid:u.NOTIFY_MESSAGE,args:JSON.stringify(v({},r))})},e.prototype._initParam=function(){this.param||(this.param={APIVersion:"0.6.0",os:S.SystemUtil.platform,osv:S.SystemUtil.systemVersion,bt:S.BrowserUtil.browserName,bv:S.BrowserUtil.browserVersion,host:window.location.origin,page:window.location.href,uid:S.LocalStorage.uuid,tid:S.Guid.create(32),ver:f.default.version,ct:this.ct,dt:"",lv:"1.0.0",ua:navigator&&navigator.userAgent||"",pu:""})},e.prototype.reporter=function(r){var n=v(v(v(v({},this.param||{}),{tm:new Date().getTime()}),r||{}),{msgname:u[r.msgid]});if(this.customReporter&&typeof this.customReporter=="function")try{this.customReporter(n)}catch(s){console.error("[Error in customReporter] ",s)}this.enableLog&&this.slsTracker.send(n)},e.prototype.data2String=function(r){var n="";for(var s in r)r.hasOwnProperty(s)&&(n.length&&(n+="&"),n+=s+"="+r[s]);return n},e.HEARTHEAT_INTERVAL=4,e}();R.default=p},7668:function(L,R,x){var v,c=this&&this.__extends||(v=function(g,m){return v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(T,C){T.__proto__=C}||function(T,C){for(var D in C)Object.prototype.hasOwnProperty.call(C,D)&&(T[D]=C[D])},v(g,m)},function(g,m){if(typeof m!="function"&&m!==null)throw new TypeError("Class extends value "+String(m)+" is not a constructor or null");function T(){this.constructor=g}v(g,m),g.prototype=m===null?Object.create(m):(T.prototype=m.prototype,new T)}),u=this&&this.__assign||function(){return u=Object.assign||function(g){for(var m,T=1,C=arguments.length;T<C;T++)for(var D in m=arguments[T])Object.prototype.hasOwnProperty.call(m,D)&&(g[D]=m[D]);return g},u.apply(this,arguments)},S=this&&this.__awaiter||function(g,m,T,C){return new(T||(T=Promise))(function(D,y){function A(I){try{j(C.next(I))}catch(H){y(H)}}function w(I){try{j(C.throw(I))}catch(H){y(H)}}function j(I){var H;I.done?D(I.value):(H=I.value,H instanceof T?H:new T(function(F){F(H)})).then(A,w)}j((C=C.apply(g,m||[])).next())})},f=this&&this.__generator||function(g,m){var T,C,D,y,A={label:0,sent:function(){if(1&D[0])throw D[1];return D[1]},trys:[],ops:[]};return y={next:w(0),throw:w(1),return:w(2)},typeof Symbol=="function"&&(y[Symbol.iterator]=function(){return this}),y;function w(j){return function(I){return function(H){if(T)throw new TypeError("Generator is already executing.");for(;y&&(y=0,H[0]&&(A=0)),A;)try{if(T=1,C&&(D=2&H[0]?C.return:H[0]?C.throw||((D=C.return)&&D.call(C),0):C.next)&&!(D=D.call(C,H[1])).done)return D;switch(C=0,D&&(H=[2&H[0],D.value]),H[0]){case 0:case 1:D=H;break;case 4:return A.label++,{value:H[1],done:!1};case 5:A.label++,C=H[1],H=[0];continue;case 7:H=A.ops.pop(),A.trys.pop();continue;default:if(D=A.trys,!((D=D.length>0&&D[D.length-1])||H[0]!==6&&H[0]!==2)){A=0;continue}if(H[0]===3&&(!D||H[1]>D[0]&&H[1]<D[3])){A.label=H[1];break}if(H[0]===6&&A.label<D[1]){A.label=D[1],D=H;break}if(D&&A.label<D[2]){A.label=D[2],A.ops.push(H);break}D[2]&&A.ops.pop(),A.trys.pop();continue}H=m.call(g,A)}catch(F){H=[6,F],C=0}finally{T=D=0}if(5&H[0])throw H[1];return{value:H[0]?H[1]:void 0,done:!0}}([j,I])}}},a=this&&this.__rest||function(g,m){var T={};for(var C in g)Object.prototype.hasOwnProperty.call(g,C)&&m.indexOf(C)<0&&(T[C]=g[C]);if(g!=null&&typeof Object.getOwnPropertySymbols=="function"){var D=0;for(C=Object.getOwnPropertySymbols(g);D<C.length;D++)m.indexOf(C[D])<0&&Object.prototype.propertyIsEnumerable.call(g,C[D])&&(T[C[D]]=g[C[D]])}return T},d=this&&this.__importDefault||function(g){return g&&g.__esModule?g:{default:g}};Object.defineProperty(R,"__esModule",{value:!0}),R.RtsClient=void 0;var p=d(x(102)),e=x(5917),r=x(5676),n=x(9796),s=x(6600),t=d(x(2818)),i=d(x(7028)),l=x(7989),E=x(280),b=x(9428),_=x(5044),h=x(2470),o=function(g){function m(T){var C,D=g.call(this)||this;return D.pullH264Checked=!1,D.lastProtocol="udp",D.usePcReconnect=!1,D.reporter=new t.default(T),D.subscriber=new r.Subscriber(D.reporter,T?T.playConfig:void 0),D.publisher=new n.Publisher(D.reporter),D.commonController=new s.CommonController(D.reporter),D.pcRestorer=new h.PcRestorer({subscriber:D.subscriber,publisher:D.publisher,commonController:D.commonController}),D.usePcReconnect=!!(!((C=T?.singlePcConfig)===null||C===void 0)&&C.usePcReconnect),D.subscriber.on("onError",function(y){return S(D,void 0,void 0,function(){var A,w,j,I,H,F,U,B,k,V,G=this;return f(this,function(q){switch(q.label){case 0:return A=(j=y.extraInfo)===null||j===void 0?void 0:j.response,this.reporter.reportErrorInfo(y.errorCode,y.message,y.traceId,{sdp:(I=y.extraInfo)===null||I===void 0?void 0:I.sdp,response:{status:A?.status,data:A?.data},pcErrorInfo:(H=y.extraInfo)===null||H===void 0?void 0:H.pcErrorInfo}),this.usePcReconnect?[3,5]:b.SUB_RECONNECT_ERROR_LIST.includes(y.errorCode)?this.subscriber.isConnecting?[3,2]:(w=this.lastProtocol==="udp",this.lastProtocol=w?"tcp":"udp",console.log("retrying with",this.lastProtocol),[4,this.subscriber.retrySubscribe(y,{innerTcpOnly:w})]):[3,3];case 1:q.sent()?(this.reporter.reportReconnect(y.errorCode,y.message,y.traceId,(F=y.extraInfo)===null||F===void 0?void 0:F.retryTimes,w),this.emit("reconnect",this.makeReconnectEvent("sub",y))):this.emit("onError",y),q.label=2;case 2:return[3,4];case 3:this.emit("onError",y),q.label=4;case 4:return[3,6];case 5:[b.ErrorCode.ERROR_PC_DISCONNECTED,b.ErrorCode.ERROR_IP_MIGRATE].includes(y.errorCode)&&(this.pcRestorer.isReconnecting()||(y.extraInfo=u(u({},y.extraInfo),{retryTimes:1}),this.reporter.reportReconnect(y.errorCode,y.message,y.traceId,(U=y.extraInfo)===null||U===void 0?void 0:U.retryTimes),this.emit("reconnect",this.makeReconnectEvent("sub",y)),this.emit("connectStatusChange",{status:e.EConnectStatus.CONNECT_STATUS_RECONNECTING}),(V=(k=this.pcRestorer.restore((B=y.extraInfo.pcErrorInfo)===null||B===void 0?void 0:B.ips))===null||k===void 0?void 0:k.then(function(){G.reporter.reportReconnectFinish({level:"pc"}),G.emit("reconnectFinish")}))===null||V===void 0||V.catch(function(z){var $=new _.RtsError(b.ErrorCode.ERROR_SINGLE_PC_FULL_RECONNECT_HTTP_FAILED,"pc full reconnect failed","",{originError:z});G.emit("onError",$),G.reporter.reportErrorInfo($.errorCode,$.message)}))),q.label=6;case 6:return[2]}})})}),D.subscriber.on("reconnect",function(y){var A;D.reporter.reportReconnect(y.errorCode,y.message,y.traceId,(A=y.extraInfo)===null||A===void 0?void 0:A.retryTimes),D.emit("reconnect",D.makeReconnectEvent("sub",y))}),D.subscriber.on("onPlayEvent",function(y){D.emit("onPlayEvent",y)}),D.subscriber.on("connectStatusChange",function(y){D.emit("connectStatusChange",y),D.reporter.reportConnectionChange(e.EConnectStatus[y.status],"sub")}),D.publisher.on("connectStatusChange",function(y){D.emit("connectStatusChange",y),D.reporter.reportConnectionChange(e.EConnectStatus[y.status],"pub")}),D.publisher.on("onError",function(y){return S(D,void 0,void 0,function(){var A,w,j,I,H,F,U,B,k,V,G,q=this;return f(this,function(z){switch(z.label){case 0:return A=(j=y.extraInfo)===null||j===void 0?void 0:j.response,this.reporter.reportErrorInfo(y.errorCode,y.message,y.traceId,{sdp:(I=y.extraInfo)===null||I===void 0?void 0:I.sdp,response:{status:A?.status,data:A?.data},pcErrorInfo:(H=y.extraInfo)===null||H===void 0?void 0:H.pcErrorInfo}),this.usePcReconnect?[3,5]:b.PUB_RECONNECT_ERROR_LIST.includes(y.errorCode)?this.publisher.isConnecting?[3,2]:(w=y.errorCode===b.ErrorCode.ERROR_TRANSPORT_CLOSED&&((F=y.extraInfo)===null||F===void 0?void 0:F.protocol)!=="tcp",console.log("Retrying with ",w?"TCP":"UDP"),[4,this.publisher.retryPublish(y,w)]):[3,3];case 1:z.sent()?(this.reporter.reportReconnect(y.errorCode,y.message,y.traceId,(U=y.extraInfo)===null||U===void 0?void 0:U.retryTimes,w),this.emit("reconnect",this.makeReconnectEvent("pub",y))):this.emit("onError",y),z.label=2;case 2:return[3,4];case 3:this.emit("onError",y),z.label=4;case 4:return[3,6];case 5:[b.ErrorCode.ERROR_PC_DISCONNECTED,b.ErrorCode.ERROR_IP_MIGRATE].includes(y.errorCode)&&(this.pcRestorer.isReconnecting()||(y.extraInfo=u(u({},y.extraInfo),{retryTimes:1}),this.reporter.reportReconnect(y.errorCode,y.message,y.traceId,(B=y.extraInfo)===null||B===void 0?void 0:B.retryTimes),this.emit("reconnect",this.makeReconnectEvent("pub",y)),this.emit("connectStatusChange",{status:e.EConnectStatus.CONNECT_STATUS_RECONNECTING}),(G=(V=this.pcRestorer.restore((k=y.extraInfo.pcErrorInfo)===null||k===void 0?void 0:k.ips))===null||V===void 0?void 0:V.then(function(){q.reporter.reportReconnectFinish({level:"pc"}),q.emit("reconnectFinish")}))===null||G===void 0||G.catch(function($){var re=new _.RtsError(b.ErrorCode.ERROR_SINGLE_PC_FULL_RECONNECT_HTTP_FAILED,"pc full reconnect failed","",{originError:$});q.emit("onError",re),q.reporter.reportErrorInfo(re.errorCode,re.message)}))),z.label=6;case 6:return[2]}})})}),D.publisher.on("reconnect",function(y){var A;D.reporter.reportReconnect(y.errorCode,y.message,y.traceId,(A=y.extraInfo)===null||A===void 0?void 0:A.retryTimes),D.emit("reconnect",D.makeReconnectEvent("pub",y))}),D.commonController.on("connectStatusChange",function(y){D.emit("connectStatusChange",y),D.reporter.reportConnectionChange(e.EConnectStatus[y.status],"signalChannel")}),D.commonController.on("onError",function(y){D.reporter.reportErrorInfo(y.errorCode,y.message,y.traceId),D.emit("onError",y)}),D.commonController.on("datachannelStatusChange",function(y){D.emit("datachannelStatusChange",y),D.reporter.reportDatachannelStatusChange({state:E.EDatachannelStatus[y.status],url:"",label:"SIGNAL",id:-1,msid:""})}),D.commonController.on("encodedFrame",function(y){D.emit("encodedFrame",y)}),D.commonController.on("receivedSEI",function(y){D.emit("receivedSEI",y)}),D.commonController.on("onPlayEvent",function(y){D.emit("onPlayEvent",y)}),D.commonController.on("reconnect",function(y){y.type!=="pc"&&D.emit("reconnect",y)}),D.commonController.on("reconnectFinish",function(y){D.reporter.reportReconnectFinish(y),D.emit("reconnectFinish",y)}),D.commonController.on("traceId",function(y){D.emit("traceId",y)}),D.commonController.on("heartbeat",function(y){D.emit("heartbeat",y)}),D.reporter.reportCreateClient(),D}return c(m,g),m.prototype.getVersion=function(){return i.default.version},m.prototype.isSupport=function(T){var C=new l.SupportUtil;return this.pullH264Checked=!0,C.isSupport(T)},m.prototype.checkPublishSupport=function(){return new l.SupportUtil().checkPublishSupport()},m.prototype.checkEncodedTransformSupport=function(){return new l.SupportUtil().checkEncodedTransformSupport()},m.prototype.subscribe=function(T,C){return this.reporter.updateUrl(T),this.commonController.setPeerconnection(this.subscriber.getPeerConnection()),this.subscriber.resetResubscribeStatus(),this.subscriber.subscribeWithReconnect(T,u(u({},C),{isH264Checked:this.pullH264Checked}))},m.prototype.subscribeAdd=function(T){return this.commonController.subscribeAdd(T)},m.prototype.subscribeActive=function(T){return this.commonController.subscribeActive(T)},m.prototype.subscribeDeleteTracks=function(T){return this.commonController.subscribeDeleteTracks(T)},m.prototype.subscribeStop=function(T){return this.commonController.subscribeStop(T)},m.prototype.publishAdd=function(T){return this.commonController.publishAdd(T)},m.prototype.publishDeleteTracks=function(T){return this.commonController.publishDeleteTracks(T)},m.prototype.publishReplaceTracks=function(T){return this.commonController.publishReplaceTracks(T)},m.prototype.publishStop=function(T){return this.commonController.publishStop(T)},m.prototype.subscribeAddDatachannel=function(T){return this.commonController.subscribeAddDatachannel(T)},m.prototype.subscribeStopDatachannel=function(T){return this.commonController.subscribeStopDatachannel(T)},m.prototype.publishAddDatachannel=function(T){return this.commonController.publishAddDatachannel(T)},m.prototype.publishStopDatachannel=function(T){return this.commonController.publishStopDatachannel(T)},m.prototype.unsubscribe=function(){this.subscriber.resetResubscribeStatus(),this.subscriber.unsubscribe()},m.prototype.startLiveStream=function(T,C,D){return this.reporter.reportStartPlay(T),this.subscriber.startLiveStream(T,C,D)},m.prototype.stopLiveStream=function(){this.reporter.reportStopPlay(),this.subscriber.stopLiveStream()},m.prototype.muteLiveStream=function(T){this.subscriber.muteLiveStream(T)},m.prototype.publish=function(T,C,D){return S(this,void 0,void 0,function(){return f(this,function(y){return this.reporter.updateUrl(T),this.commonController.setPeerconnection(this.publisher.getPeerConnection()),this.publisher.resetRepublishStatus(),[2,this.publisher.publishWithReconnect(T,C,D)]})})},m.prototype.unpublish=function(){return this.publisher.resetRepublishStatus(),this.publisher.unpublish()},m.prototype.sendSEI=function(T){this.publisher.sendSEI(T),this.commonController.sendSEI(T)},m.prototype.getPublishTrackInfoList=function(){return this.publisher.getTrackInfoList()},m.prototype.getTransportStats=function(){return this.subscriber.getPeerConnection().getSubMonitor().getTransportStats()},m.prototype.getRemoteVideoStats=function(){return this.subscriber.getPeerConnection().getSubMonitor().getRemoteVideoStats()},m.prototype.getRemoteAudioStats=function(){return this.subscriber.getPeerConnection().getSubMonitor().getRemoteAudioStats()},m.prototype.getSubscribeVideoStats=function(T,C){return this.commonController.getSubscribeVideoStats(T,C)},m.prototype.getSubscribeAudioStats=function(T,C){return this.commonController.getSubscribeAudioStats(T,C)},m.prototype.getPublishVideoStats=function(T,C){return this.commonController.getPublishVideoStats(T,C)},m.prototype.getPublishAudioStats=function(T,C){return this.commonController.getPublishAudioStats(T,C)},m.prototype.setReceiverCodecPreferences=function(T){return this.commonController.setReceiverCodecPreferences(T)},m.prototype.setSenderCodecPreferences=function(T){return this.commonController.setSenderCodecPreferences(T)},m.prototype.makeReconnectEvent=function(T,C){var D=C||{},y=D.extraInfo,A=a(D,["extraInfo"]),w=y||{},j=w.retryTimes,I=a(w,["retryTimes"]),H=T;return{type:this.usePcReconnect?"pc":H,reason:A,retryTimes:j,extraInfo:I}},m.prototype.heartbeat=function(T){var C;(C=this.commonController.peerCore)===null||C===void 0||C.sendOnceHeartbeat(T)},m.prototype.setAutoHeartbeat=function(T){var C;(C=this.commonController.peerCore)===null||C===void 0||C.startSignalHeartbeatTimer(T)},m.prototype.clearAutoHeartbeat=function(){var T;(T=this.commonController.peerCore)===null||T===void 0||T.stopSignalHeartbeatTimer()},m.prototype.sendFalseHeartbeat=function(T){var C;(C=this.commonController.peerCore)===null||C===void 0||C.sendFalseHeartbeat(T)},m.prototype.updateAuth=function(T){return this.commonController.updateAuth(T)},m}(p.default);R.RtsClient=o},335:(L,R)=>{Object.defineProperty(R,"__esModule",{value:!0});var x=function(){function v(c){this.useGainNode=!0,this.audioContext=new AudioContext,this.audioDestination=this.audioContext.createMediaStreamDestination(),this.audioSource=[],this.gainNode=null,this.audioTrack=null,this.audioTrackArr=c.trackList||[],this.useGainNode=typeof c.useGainNode!="boolean"||c.useGainNode,this.useGainNode&&(this.gainNode=this.audioContext.createGain(),this.gainNode.connect(this.audioContext.destination),this.gainNode.gain.value=0),this.getMixedAudioTrack()}return v.prototype.destroy=function(){var c;(c=this.getMixedAudioTrack())===null||c===void 0||c.stop(),this.disconnectSourceNode(),this.audioContext.close(),this.audioTrackArr=[]},v.prototype.updateTrackList=function(c){c.length&&(this.disconnectSourceNode(),this.audioTrackArr=c,this.connectNode())},v.prototype.getMixedAudioTrack=function(){return this.audioTrack||(this.connectNode(),this.audioTrack=this.audioDestination.stream.getAudioTracks()[0]),this.audioTrack},v.prototype.connectNode=function(){var c=this;this.audioTrackArr.forEach(function(u){var S=new MediaStream;S.addTrack(u);var f=c.audioContext.createMediaStreamSource(S);c.gainNode&&f.connect(c.gainNode),c.audioSource.push(f)}),this.audioSource.forEach(function(u){u.connect(c.audioDestination)})},v.prototype.disconnectSourceNode=function(){var c=this;this.audioSource.forEach(function(u){c.gainNode&&u.disconnect(c.gainNode),u.disconnect(c.audioDestination)}),this.audioSource=[]},v}();R.default=x},1893:(L,R)=>{Object.defineProperty(R,"__esModule",{value:!0}),R.TwoDRenderer=void 0;var x=function(){function v(c){this.video=c.video,this.canvas=c.canvas,this.ctx=this.canvas.getContext("2d")}return v.prototype.render=function(){var c,u,S=this.video,f=this.canvas;S&&f&&((c=this.ctx)===null||c===void 0||c.clearRect(0,0,f.width,f.height),(u=this.ctx)===null||u===void 0||u.drawImage(S,0,0,1*S.videoWidth,1*S.videoHeight),this.requestId=requestAnimationFrame(this.render.bind(this)))},v.prototype.stop=function(){this.requestId&&cancelAnimationFrame(this.requestId)},v}();R.TwoDRenderer=x},6295:(L,R,x)=>{Object.defineProperty(R,"__esModule",{value:!0}),R.CanvasRenderer=void 0;var v=x(1893),c=function(){function u(S){this.video=S.video,this.canvas=this.initCanvas(),this.activeRenderer=this.initRenderer()}return Object.defineProperty(u.prototype,"mediaStream",{get:function(){var S;return this.ms||(this.ms=((S=this.canvas)===null||S===void 0?void 0:S.captureStream())||void 0),this.ms},enumerable:!1,configurable:!0}),u.prototype.start=function(){this.render()},u.prototype.stop=function(){this.activeRenderer.stop()},u.prototype.initCanvas=function(){var S=document.createElement("canvas"),f=this.video;return S.width=1*f.videoWidth,S.height=1*f.videoHeight,S},u.prototype.initRenderer=function(){return new v.TwoDRenderer({video:this.video,canvas:this.canvas})},u.prototype.render=function(){this.activeRenderer.render()},u.prototype.resize=function(S,f){this.canvas&&(this.canvas.width=S,this.canvas.height=f)},u}();R.CanvasRenderer=c},6420:function(L,R,x){var v=this&&this.__awaiter||function(a,d,p,e){return new(p||(p=Promise))(function(r,n){function s(l){try{i(e.next(l))}catch(E){n(E)}}function t(l){try{i(e.throw(l))}catch(E){n(E)}}function i(l){var E;l.done?r(l.value):(E=l.value,E instanceof p?E:new p(function(b){b(E)})).then(s,t)}i((e=e.apply(a,d||[])).next())})},c=this&&this.__generator||function(a,d){var p,e,r,n,s={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return n={next:t(0),throw:t(1),return:t(2)},typeof Symbol=="function"&&(n[Symbol.iterator]=function(){return this}),n;function t(i){return function(l){return function(E){if(p)throw new TypeError("Generator is already executing.");for(;n&&(n=0,E[0]&&(s=0)),s;)try{if(p=1,e&&(r=2&E[0]?e.return:E[0]?e.throw||((r=e.return)&&r.call(e),0):e.next)&&!(r=r.call(e,E[1])).done)return r;switch(e=0,r&&(E=[2&E[0],r.value]),E[0]){case 0:case 1:r=E;break;case 4:return s.label++,{value:E[1],done:!1};case 5:s.label++,e=E[1],E=[0];continue;case 7:E=s.ops.pop(),s.trys.pop();continue;default:if(r=s.trys,!((r=r.length>0&&r[r.length-1])||E[0]!==6&&E[0]!==2)){s=0;continue}if(E[0]===3&&(!r||E[1]>r[0]&&E[1]<r[3])){s.label=E[1];break}if(E[0]===6&&s.label<r[1]){s.label=r[1],r=E;break}if(r&&s.label<r[2]){s.label=r[2],s.ops.push(E);break}r[2]&&s.ops.pop(),s.trys.pop();continue}E=d.call(a,s)}catch(b){E=[6,b],e=0}finally{p=r=0}if(5&E[0])throw E[1];return{value:E[0]?E[1]:void 0,done:!0}}([i,l])}}},u=this&&this.__importDefault||function(a){return a&&a.__esModule?a:{default:a}};Object.defineProperty(R,"__esModule",{value:!0}),R.Clock=void 0;var S=u(x(2505)),f=function(){function a(){this.request=S.default.create({timeout:6e4}),this.offset=0,this.nextAttemptMs=a.DEFAULT_ATTEMPT_INTERVAL,this.attemptCount=0,this.random=Math.random(),this.startSyncClock()}return a.prototype.now=function(){if(this.offset&&!Number.isNaN(this.offset)){var d=Date.now()+this.offset;return Math.round(d)}return console.warn("return Date.now()"),Date.now()},a.prototype.syncClock=function(){return v(this,void 0,void 0,function(){var d,p,e,r,n;return c(this,function(s){switch(s.label){case 0:return d=!1,p=Date.now(),[4,this.fetchServerTime()];case 1:return e=s.sent(),r=Date.now(),e?(n=new Date(e).getTime(),Number.isNaN(n)||(this.offset=this.calculateOffset(p+this.fixRequestStartTime(),r,n),d=!0)):console.warn("Failed to fetch server time, should try again"),[2,d]}})})},a.prototype.startSyncClock=function(){return v(this,void 0,void 0,function(){var d,p=this;return c(this,function(e){switch(e.label){case 0:return[4,this.syncClock()];case 1:return d=e.sent(),this.nextAttemptMs=d?a.DEFAULT_ATTEMPT_INTERVAL:a.DEFAULT_ATTEMPT_RETRY_INTERVAL,this.stopSyncClock(),this.attemptTimer=setTimeout(function(){p.startSyncClock()},this.nextAttemptMs),[2]}})})},a.prototype.stopSyncClock=function(){this.attemptTimer&&clearTimeout(this.attemptTimer),this.attemptTimer=void 0},a.prototype.fetchServerTime=function(){return v(this,void 0,void 0,function(){var d,p,e;return c(this,function(r){switch(r.label){case 0:this.attemptCount++,r.label=1;case 1:return r.trys.push([1,3,,4]),[4,this.request.get(this.attachCount(a.DEFAULT_TIME_SOURCE))];case 2:return d=(e=r.sent())===null||e===void 0?void 0:e.data,[3,4];case 3:return p=r.sent(),console.log("GetServerTime error",p),[3,4];case 4:return[2,d]}})})},a.prototype.calculateOffset=function(d,p,e){return e-(p-(p-d)/2)},a.prototype.fixRequestStartTime=function(){var d=0,p=performance.getEntriesByName(this.attachCount(a.DEFAULT_TIME_SOURCE),"resource");if(p?.length)if(p.length>1)console.warn("multiple resource entries found");else try{var e=p[0];d=e.requestStart-e.startTime,e.domainLookupEnd,e.domainLookupStart,e.secureConnectionStart,e.connectStart,e.requestStart,e.secureConnectionStart}catch(r){console.log(r)}else console.warn("no resource entry found"),window.RTS_DISABLE_CLEAR_RESOURCE_TIMINGS||performance.clearResourceTimings();return Math.max(0,d||0)},a.prototype.attachCount=function(d){return"".concat(d,"&count=").concat(this.random,"_").concat(this.attemptCount)},a.DEFAULT_TIME_SOURCE="https://time.akamai.com/?iso&ms",a.DEFAULT_ATTEMPT_INTERVAL=3e4,a.DEFAULT_ATTEMPT_RETRY_INTERVAL=5e3,a}();R.Clock=f},102:(L,R)=>{Object.defineProperty(R,"__esModule",{value:!0});var x=function(){function v(){this._eventMap={}}return v.prototype.listeners=function(c){return this._eventMap[c]||[]},v.prototype.emit=function(c){for(var u=this,S=[],f=1;f<arguments.length;f++)S[f-1]=arguments[f];var a=this._eventMap[c];return!!Array.isArray(a)&&(a.forEach(function(d){return d.apply(u,S)}),!0)},v.prototype.off=function(c,u){var S=this._eventMap[c];return Array.isArray(S)&&(this._eventMap[c]=S.filter(function(f){return f!==u})),this},v.prototype.removeAllListeners=function(c){return c===void 0?this._eventMap={}:this._eventMap[c]&&(this._eventMap[c]=[]),this},v.prototype.on=function(c,u){return this._eventMap[c]?this._eventMap[c].push(u):this._eventMap[c]=[u],this},v.prototype.once=function(c,u){var S=this,f=function(){for(var a=[],d=0;d<arguments.length;d++)a[d]=arguments[d];S.off(c,f),u.apply(S,a)};return this.on(c,f),this},v}();R.default=x},492:(L,R)=>{Object.defineProperty(R,"__esModule",{value:!0}),R.MediaObserver=void 0;var x=function(){function v(c){this.timeout=c.timeout||v.DEFAULT_TIMEOUT,this.handler=c.handler||function(){},this.watchTimer=null}return Object.defineProperty(v.prototype,"actTimeout",{get:function(){return this.timeout},enumerable:!1,configurable:!0}),v.prototype.check=function(c,u,S,f){var a=this;this.hasNoData(c)?this.watchTimer||(this.watchTimer=window.setTimeout(function(){a.handler(u,S,f)},this.timeout)):this.watchTimer&&(clearTimeout(this.watchTimer),this.watchTimer=null)},v.prototype.hasNoData=function(c){return!c||(c.video?!(Number(c.video.bytesReceivedPerSecond)>0):!c.audio||!(Number(c.audio.bytesReceivedPerSecond)>0))},v.prototype.updateConfig=function(c){this.timeout=c.timeout||this.timeout,this.handler=c.handler||this.handler},v.prototype.reset=function(){this.watchTimer&&(clearTimeout(this.watchTimer),this.watchTimer=null)},v.prototype.dispose=function(){this.timeout=v.DEFAULT_TIMEOUT,this.handler=function(){},this.watchTimer&&(clearTimeout(this.watchTimer),this.watchTimer=null)},v.DEFAULT_TIMEOUT=6e3,v}();R.MediaObserver=x},9594:(L,R)=>{Object.defineProperty(R,"__esModule",{value:!0}),R.readUUID=R.discardEPB=R.insertEPB=R.SODBtoRBSP=R.convertPayloadSize=R.NALU=R.SEI=R.parseSei=R.insertSei=void 0,R.insertSei=function(c,u,S,f){S===void 0&&(S=5);for(var a=c.data,d=new DataView(a),p=0;;){if(d.getUint32(p)===1){d.getUint8(p+4);var e=new x(u,S,f).buffer,r=new v(e).buffer,n=new ArrayBuffer(r.byteLength+a.byteLength),s=new Uint8Array(n),t=new Uint8Array(r);s.set(t);var i=new Uint8Array(a);s.set(i,r.byteLength),c.data=n,p+=1;break}if((p+=1)+4>=d.byteLength)break}},R.parseSei=function(c){for(var u=[],S=new DataView(c),f=0;;){var a=f,d=S.getUint32(a);if(a+=4,d===1){if((31&S.getUint8(a++))===6){for(var p=S.getUint8(a++),e=p===5?16:0,r=0;S.getUint8(a)==255;)a++,r+=255;if((r+=S.getUint8(a++))>0&&S.byteLength>a+r){var n=new Uint8Array(S.buffer),s="";if(p===5){var t=n.slice(a,a+e);s=(0,R.readUUID)((0,R.discardEPB)(t))}var i=n.slice(a+e,a+r);a+=r,u.push({payloadType:p,uuid:s,data:i.buffer})}}f=a}else f+=1;if(f+4>=S.byteLength)break}return u};var x=function(c,u,S){u===void 0&&(u=5);var f=u===5?16:0,a=c.byteLength+f,d=(0,R.convertPayloadSize)(a),p=d.buffer.byteLength,e=new ArrayBuffer(1+p+f+c.byteLength),r=new Uint8Array(e),n=0;if(r[n++]=u,r.set(d,n),n+=d.byteLength,u===5){S=(S||"00000000-0000-0000-0000-000000000000").replace(/-/g,"");for(var s=0;s<16;s++)r[n+s]=parseInt(S.substr(2*s,2),16);n+=16}var t=new Uint8Array(c);r.set(t,n);var i=(0,R.SODBtoRBSP)(r);this.buffer=i.buffer};R.SEI=x;var v=function(c){var u=new Uint8Array([0,0,0,1]),S=new Uint8Array([6]),f=new ArrayBuffer(u.byteLength+S.byteLength+c.byteLength),a=new Uint8Array(f);a.set(u),a.set(S,u.byteLength),a.set(new Uint8Array(c),u.byteLength+S.byteLength),this.buffer=f};R.NALU=v,R.convertPayloadSize=function(c){if(c<=0)throw new Error("payloadSize must be a positive integer.");for(var u=Math.ceil(c/255),S=new ArrayBuffer(u),f=new DataView(S),a=0;a<u-1;a++)f.setUint8(a,255);return f.setUint8(u-1,c%255&255),new Uint8Array(S)},R.SODBtoRBSP=function(c){for(var u=new Uint8Array(c),S="",f=0;f<u.length;f++)S+=u[f].toString(2).padStart(8,"0");for(S+="1";S.length%8!=0;)S+="0";var a=S.length/8,d=new Uint8Array(a);for(f=0;f<a;f++)d[f]=parseInt(S.slice(8*f,8*f+8),2);return(0,R.insertEPB)(d)},R.insertEPB=function(c){for(var u=[],S=0,f=0;f<c.length;f++)u.push(c[f]),c[f]===0?++S===2&&f<c.length-1&&c[f+1]<=3&&(u.push(3),S=0):S=0;return new Uint8Array(u)},R.discardEPB=function(c){for(var u=c.byteLength,S=[],f=1;f<u-2;)c[f]===0&&c[f+1]===0&&c[f+2]===3?(S.push(f+2),f+=2):f++;if(S.length===0)return c;var a=u-S.length,d=new Uint8Array(a),p=0;for(f=0;f<a;p++,f++)p===S[0]&&(p++,S.shift()),d[f]=c[p];return d},R.readUUID=function(c){if(c.length!==16)throw new Error("UUID must be 16 bytes long.");var u=c.reduce(function(S,f){return S+f.toString(16).padStart(2,"0")},"");return"".concat(u.slice(0,8),"-").concat(u.slice(8,12),"-").concat(u.slice(12,16),"-").concat(u.slice(16,20),"-").concat(u.slice(20))}},8219:function(L,R,x){var v=this&&this.__importDefault||function(u){return u&&u.__esModule?u:{default:u}};Object.defineProperty(R,"__esModule",{value:!0});var c=v(x(2505));R.default=c.default.create({baseURL:"",timeout:5e3,headers:{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"}})},4315:function(L,R,x){var v=this&&this.__spreadArray||function(f,a,d){if(d||arguments.length===2)for(var p,e=0,r=a.length;e<r;e++)!p&&e in a||(p||(p=Array.prototype.slice.call(a,0,e)),p[e]=a[e]);return f.concat(p||Array.prototype.slice.call(a))};Object.defineProperty(R,"__esModule",{value:!0}),R.SdpUtil=void 0;var c=x(233),u=function(){this.stramId="",this.audioTrackId="",this.videoTrackId="",this.screenTrackId="",this.customTrackId=""},S=function(){function f(a){this.sdpLines=new Array,this.localStream=a,this.publishStreamInfo=new u}return Object.defineProperty(f.prototype,"sdp",{get:function(){return this.sdpLines.join(`\r
|
|
154
|
-
`)
|
|
155
|
-
`)},f.prototype.addNack=function(){for(var a=0;a<this.sdpLines.length;++a)if(this.sdpLines[a].indexOf("opus")!=-1&&this.sdpLines[a+1].indexOf("rtcp-fb")!=-1){var d=this.sdpLines[a+1].split(" ");d.length==2&&(this.sdpLines[a+2].indexOf("rtcp-fb")!=-1?this.sdpLines.splice(a+3,0,d[0]+" nack"):this.sdpLines.splice(a+2,0,d[0]+" nack"))}},f.prototype.parseCustomMsid=function(a){var d={stream:"",track:""};if(!a)return d;var p=a.trim().split(" ");return p.length==2?(d.stream=p[0],d.track=p[1]):d.track=p[0],d},f.prototype.modifyTrackName=function(a){a===void 0&&(a={});var d=a.vMsid,p=a.aMsid,e=d?this.parseCustomMsid(d):{stream:"rts",track:"video"},r=p?this.parseCustomMsid(p):{stream:"rts",track:"audio"},n="";if(this.localStream){this.publishStreamInfo.stramId=this.localStream.mediaStream.id,this.localStream.audioTrack&&(this.publishStreamInfo.audioTrackId=this.localStream.audioTrack.id,n=r.stream||"-"),this.localStream.videoTrack&&(this.publishStreamInfo.videoTrackId=this.localStream.videoTrack.id,n=e.stream||"-");for(var s=!1,t=!1,i=0;i<this.sdpLines.length;++i){var l=this.sdpLines[i],E=l.indexOf(this.publishStreamInfo.stramId);this.publishStreamInfo.stramId&&E!=-1&&(this.sdpLines[i]=this.sdpLines[i].replace(this.publishStreamInfo.stramId,n),c.BrowserUtil.isFirefox&&(s?this.sdpLines[i]=this.sdpLines[i].substring(0,E+n.length+1)+r.track:t&&(this.sdpLines[i]=this.sdpLines[i].substring(0,E+n.length+1)+e.track))),this.publishStreamInfo.audioTrackId&&l.indexOf(this.publishStreamInfo.audioTrackId)!=-1?this.sdpLines[i]=this.sdpLines[i].replace(this.publishStreamInfo.audioTrackId,r.track):this.publishStreamInfo.videoTrackId&&l.indexOf(this.publishStreamInfo.videoTrackId)!=-1&&(this.sdpLines[i]=this.sdpLines[i].replace(this.publishStreamInfo.videoTrackId,e.track)),l.indexOf("m=audio")!=-1?(s=!0,t=!1):l.indexOf("m=video")!=-1&&(t=!0,s=!1),l.indexOf("a=ssrc")!=-1&&(E=l.indexOf("cname:"))!==-1&&(s?this.sdpLines[i]=l.substr(0,E+6)+r.track:t&&(this.sdpLines[i]=l.substr(0,E+6)+e.track))}}},f.prototype.getPublishVideoSdp=function(){for(var a=-1,d=-1,p=!1,e=0;e<this.sdpLines.length;++e){if(p&&this.sdpLines[e].indexOf("m=application")>-1){d=e-1;break}if(this.sdpLines[e].indexOf("m=video")>-1){if(p){d=e-1;break}a=e}this.sdpLines[e].indexOf("rts video")>-1&&(p=!0)}return p?(d===-1&&(d=this.sdpLines.length-1),this.sdpLines.splice(a,d-a).join(`\r
|
|
156
|
-
`)):""},f.prototype.removeVideoTrack=function(a){for(var d="rts "+a,p=-1,e=-1,r=!1,n=0;n<this.sdpLines.length;++n){if(r&&this.sdpLines[n].indexOf("m=application")>-1){e=n-1;break}if(this.sdpLines[n].indexOf("m=video")>-1){if(r){e=n-1;break}p=n}this.sdpLines[n].indexOf(d)>-1&&(r=!0)}return!!r&&(e===-1&&(e=this.sdpLines.length-1),this.sdpLines.splice(p,e-p),!0)},f.prototype.ios15PushHack=function(){var a=!1,d=-1;if(this.sdpLines.forEach(function(r,n){r.includes("m=video")&&(a=!0),a&&d===-1&&r.includes("a=")&&(d=n)}),d!==-1){var p=this.getExtmapIds(),e=Math.max.apply(Math,p)+1;this.sdpLines.splice(d,0,"a=extmap:".concat(e," urn:3gpp:video-orientation"))}},f.prototype.addSps=function(){this.sdpLines=this.sdpLines.map(function(a){return a.includes("a=fmtp:")&&a.includes("level-asymmetry-allowed")?a+=";sps-pps-idr-in-keyframe=1":a})},f.prototype.removeTwccRtcpFb=function(){this.sdpLines=this.sdpLines.filter(function(a){return!a.includes("http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01")})},f.prototype.removeUdpCandidate=function(){this.sdpLines=this.sdpLines.filter(function(a){return!a.includes("a=candidate:")||!a.includes("UDP")}),console.log("removed udp candidate")},f.prototype.setDirection=function(a){a===void 0&&(a={direction:"recvonly"});var d=["sendonly","recvonly","sendrecv"].filter(function(r){return r!==a.direction}),p=!1,e=!1;this.sdpLines=this.sdpLines.map(function(r,n){if(r.includes("m=video"))p=!0,e=!1;else if(r.includes("m=audio"))e=!0,p=!1;else if(r.includes("m=application"))p=!1,e=!1;else if(p||e){var s;if(d.some(function(t){if(r.includes(t))return s=t,!0})&&s)return r.replace(s,a.direction)}return r})},f.prototype.removeSDES=function(){var a=["urn:ietf:params:rtp-hdrext:sdes:mid","urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id","urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id"];this.sdpLines=this.sdpLines.filter(function(d){return!a.some(function(p){return d.includes(p)})})},f.prototype.addStereo=function(){var a=this;this.getPayloadType("opus").map(this.getFmtpIndex.bind(this)).filter(function(d){return d!==void 0}).forEach(function(d){a.sdpLines[d].indexOf("stereo=1")>-1||(a.sdpLines[d]=a.sdpLines[d]+";stereo=1")})},f.prototype.dispose=function(){this.localStream&&(this.localStream=void 0),this.sdpLines=new Array,this.publishStreamInfo=new u},f.prototype.getExtmapIds=function(){return this.sdpLines.reduce(function(a,d){if(d.includes("a=extmap")){var p=Number(d.replace("a=extmap:","").split(" ")[0]);return v(v([],a,!0),[p],!1)}return a},[]).filter(function(a){return a})},f.prototype.getPayloadType=function(a){for(var d=[],p=new RegExp("a\\=rtpmap\\:(\\d+) ".concat(a,".*"),"i"),e=0;e<this.sdpLines.length;e++){var r=this.sdpLines[e],n=p.exec(r);n?.length&&d.push(n[1])}return d},f.prototype.getFmtpIndex=function(a){for(var d=new RegExp("a\\=fmtp\\:".concat(a," .*"),"i"),p=0;p<this.sdpLines.length;p++){var e=this.sdpLines[p];if(d.test(e))return p}},f}();R.SdpUtil=S},7989:function(L,R,x){var v=this&&this.__awaiter||function(e,r,n,s){return new(n||(n=Promise))(function(t,i){function l(_){try{b(s.next(_))}catch(h){i(h)}}function E(_){try{b(s.throw(_))}catch(h){i(h)}}function b(_){var h;_.done?t(_.value):(h=_.value,h instanceof n?h:new n(function(o){o(h)})).then(l,E)}b((s=s.apply(e,r||[])).next())})},c=this&&this.__generator||function(e,r){var n,s,t,i,l={label:0,sent:function(){if(1&t[0])throw t[1];return t[1]},trys:[],ops:[]};return i={next:E(0),throw:E(1),return:E(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function E(b){return function(_){return function(h){if(n)throw new TypeError("Generator is already executing.");for(;i&&(i=0,h[0]&&(l=0)),l;)try{if(n=1,s&&(t=2&h[0]?s.return:h[0]?s.throw||((t=s.return)&&t.call(s),0):s.next)&&!(t=t.call(s,h[1])).done)return t;switch(s=0,t&&(h=[2&h[0],t.value]),h[0]){case 0:case 1:t=h;break;case 4:return l.label++,{value:h[1],done:!1};case 5:l.label++,s=h[1],h=[0];continue;case 7:h=l.ops.pop(),l.trys.pop();continue;default:if(t=l.trys,!((t=t.length>0&&t[t.length-1])||h[0]!==6&&h[0]!==2)){l=0;continue}if(h[0]===3&&(!t||h[1]>t[0]&&h[1]<t[3])){l.label=h[1];break}if(h[0]===6&&l.label<t[1]){l.label=t[1],t=h;break}if(t&&l.label<t[2]){l.label=t[2],l.ops.push(h);break}t[2]&&l.ops.pop(),l.trys.pop();continue}h=r.call(e,l)}catch(o){h=[6,o],s=0}finally{n=t=0}if(5&h[0])throw h[1];return{value:h[0]?h[1]:void 0,done:!0}}([b,_])}}};Object.defineProperty(R,"__esModule",{value:!0}),R.SupportUtil=void 0;var u=x(233),S=x(3412),f=x(9428),a=x(2672),d=function(){this.errorCode=0,this.message=""},p=function(){function e(){this.deviceManager=new S.BrowserDeviceManager}return e.prototype.isSupport=function(r){var n=this;return new Promise(function(s,t){return v(n,void 0,void 0,function(){var i,l,E,b;return c(this,function(_){switch(_.label){case 0:return i=new d,this.checkWebRtcSupport()?r.onlyCheckUA?this.checkBrowser(i)?[3,3]:[2,t(i)]:[3,1]:(i.errorCode=f.ErrorCode.ERROR_NOTSUPPORT_WEBRTC,i.message=a.EN.MESSAGE_NOTSUPPORT_WEBRTC,[2,t(i)]);case 1:return[4,this.checkWebrtcAbilities()];case 2:if(l=_.sent(),E=l[0],l[1],l[2],b=l[3],!E)return i.errorCode=f.ErrorCode.ERROR_NOTSUPPORT_WEBRTC,i.message=a.EN.MESSAGE_NOTSUPPORT_WEBRTC,[2,t(i)];if(b)return i.errorCode=f.ErrorCode.ERROR_BROWSER_NOTSUPPORT,i.message=a.EN.MESSAGE_BROWSER_NOTSUPPORT,[2,t(i)];_.label=3;case 3:return r.isReceiveVideo?this.checkH264Decode(i).then(function(){s(i)}).catch(function(){t(i)}):s(i),[2]}})})})},e.prototype.checkEncodedTransformSupport=function(){var r=window.RTCRtpReceiver&&"createEncodedStreams"in RTCRtpReceiver.prototype,n=window.RTCRtpReceiver&&"transform"in RTCRtpReceiver.prototype&&"RTCRtpScriptTransform"in window;return r||n},e.prototype.checkWebrtcAbilities=function(r){return v(this,void 0,void 0,function(){var n,s,t,i,l,E,b,_,h;return c(this,function(o){switch(o.label){case 0:n=window.RTCPeerConnection,s=!1,t=!1,i=null,l=!1,o.label=1;case 1:return o.trys.push([1,4,,5]),n?(E=new n,t="createDataChannel"in E,r&&(b=this.createBlankStream()).getTracks().forEach(function(g){E?.addTrack(g,b)}),[4,E.createOffer({offerToReceiveAudio:!0,offerToReceiveVideo:!0,iceRestart:!0})]):[3,3];case 2:_=o.sent(),h=(_||{}).sdp,i=r?!!(h&&h.indexOf("a=sendrecv")>-1):null,E.close(),E=void 0,s=!0,o.label=3;case 3:return[3,5];case 4:return o.sent(),s=!1,t=!1,i=!1,[3,5];case 5:return l=this.checkBlackList(),[2,[s,t,i,l]]}})})},e.prototype.checkPublishSupport=function(){return v(this,void 0,void 0,function(){var r,n,s,t,i,l,E,b;return c(this,function(_){switch(_.label){case 0:return r={isWebRTCSupported:!1,isH264EncodeSupported:!1,isMediaDevicesSupported:!1,isScreenCaptureSupported:!1,isAudioMixSupported:!1,cameraList:[],micList:[],speakerList:[]},this.checkWebRtcSupport()?[3,1]:(r.isWebRTCSupported=!1,r.isH264EncodeSupported=!1,[3,5]);case 1:return[4,this.checkWebrtcAbilities(!0)];case 2:return n=_.sent(),s=n[0],n[1],t=n[2],r.isWebRTCSupported=!(!s||!t),r.isWebRTCSupported?[3,3]:(r.isH264EncodeSupported=!1,[3,5]);case 3:return i=r,[4,this.checkH264Encode()];case 4:i.isH264EncodeSupported=_.sent(),_.label=5;case 5:if(r.isMediaDevicesSupported=this.checkMediaDevices(),r.isScreenCaptureSupported=this.checkScreenCapture(),r.isAudioMixSupported=this.checkAudioMix(),!r.isMediaDevicesSupported)return[3,11];_.label=6;case 6:return _.trys.push([6,10,,11]),l=r,[4,this.deviceManager.getCameraList()];case 7:return l.cameraList=_.sent().filter(function(h){return h.deviceId}),E=r,[4,this.deviceManager.getMicList()];case 8:return E.micList=_.sent().filter(function(h){return h.deviceId}),b=r,[4,this.deviceManager.getSpeakerList()];case 9:return b.speakerList=_.sent().filter(function(h){return h.deviceId}),[3,11];case 10:return _.sent(),[3,11];case 11:return[2,r]}})})},e.prototype.checkWebRtcSupport=function(){return!!window.RTCPeerConnection},e.prototype.checkMediaDevices=function(){return!(!navigator.mediaDevices||!navigator.mediaDevices.getUserMedia)},e.prototype.checkScreenCapture=function(){return!(!navigator.mediaDevices||!navigator.mediaDevices.getDisplayMedia)},e.prototype.checkAudioMix=function(){if(!window.AudioContext)return!1;var r=new AudioContext;return!!r.createMediaStreamDestination&&!!r.createMediaStreamSource},e.prototype.checkBlackList=function(){var r=!1;if(u.BrowserUtil.isOppoBrowser&&u.SystemUtil.isAndroid){var n=(this.getUa().toLowerCase().match(/heytapbrowser\/([\d.]+)/)||[])[1]||"";r=!this.compareVersion(n,"40.7.39.1")}else(u.BrowserUtil.isUCBrowser||u.BrowserUtil.isQuarkBrowser)&&u.SystemUtil.isIos?r=!0:u.BrowserUtil.isWebView&&u.SystemUtil.isAndroid&&(r=!(u.BrowserUtil.browserMainVersion>=79));return r},e.prototype.checkBrowser=function(r){if(u.SystemUtil.isIos){if(u.BrowserUtil.isUCBrowser||u.BrowserUtil.isQuarkBrowser)return r.errorCode=f.ErrorCode.ERROR_BROWSER_NOTSUPPORT,r.message=a.EN.MESSAGE_BROWSER_NOTSUPPORT,!1;if(u.BrowserUtil.isSafari||u.BrowserUtil.isQQBrowser)return u.BrowserUtil.browserMainVersion>=11||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isEdge||u.BrowserUtil.isChrome)return u.BrowserUtil.browserMainVersion>=79||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isMicroMessenger)return!!this.compareVersion(u.SystemUtil.systemVersion,"12.1.4")||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isDingTalk)return!!u.SystemUtil.compareVersion("11.2.5")||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isWebView)return!!this.compareVersion(u.SystemUtil.systemVersion,"14.3")||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1)}else if(u.SystemUtil.isAndroid){if(this.checkPrivateUcWebview())return!0;if(u.BrowserUtil.isChrome||u.BrowserUtil.isQQBrowser||u.BrowserUtil.isHuaweiBrowser||u.BrowserUtil.isSamsungBrowser)return u.BrowserUtil.browserMainVersion>=63||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isEdge)return u.BrowserUtil.browserMainVersion>=79||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isMicroMessenger)return!!this.compareVersion(this.getChromeCoreVersion(),"63")||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isDingTalk)return!!this.compareVersion(this.getChromeCoreVersion(),"69")||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isOppoBrowser){var n=(this.getUa().toLowerCase().match(/heytapbrowser\/([\d.]+)/)||[])[1]||"";return!!this.compareVersion(n,"40.7.39.1")||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1)}if(u.BrowserUtil.isX5Core)return!0;if(u.BrowserUtil.isWebView)return u.BrowserUtil.browserMainVersion>=79||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1)}else if(u.SystemUtil.isMacOS){if(u.BrowserUtil.isElectron)return!0;if(u.BrowserUtil.isSafari)return u.BrowserUtil.browserMainVersion>=11||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isChrome)return u.BrowserUtil.browserMainVersion>=63||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isEdge)return u.BrowserUtil.browserMainVersion>=79||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isFirefox)return u.BrowserUtil.browserMainVersion>=62||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isOpera)return u.BrowserUtil.browserMainVersion>=15||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1)}else if(u.SystemUtil.isWindows){if(u.BrowserUtil.isElectron||u.BrowserUtil.isMicroMessenger)return!0;if(u.BrowserUtil.isChrome||u.BrowserUtil.isQQBrowser)return u.BrowserUtil.browserMainVersion>=63||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isEdge)return u.BrowserUtil.browserMainVersion>=79||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isFirefox)return u.BrowserUtil.browserMainVersion>=62||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isOpera)return u.BrowserUtil.browserMainVersion>=15||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1)}else if(u.SystemUtil.isLinux){if(u.BrowserUtil.isChrome)return u.BrowserUtil.browserMainVersion>=63||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isEdge)return u.BrowserUtil.browserMainVersion>=79||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(u.BrowserUtil.isFirefox)return u.BrowserUtil.browserMainVersion>=62||(r.errorCode=f.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=a.EN.MESSAGE_BROWSER_VERSIONLOW,!1)}return r.errorCode===0&&(r.errorCode=f.ErrorCode.ERROR_BROWSER_NOTSUPPORT,r.message=a.EN.MESSAGE_BROWSER_NOTSUPPORT),!1},e.prototype.checkH264Decode=function(r){var n=this;return new Promise(function(s,t){return v(n,void 0,void 0,function(){var i;return c(this,function(l){switch(l.label){case 0:return[4,this.tryFindH264FromSdp(r)];case 1:if(i=l.sent())return s(!0),[2];l.label=2;case 2:return l.trys.push([2,4,,5]),[4,this.loadH264(3)];case 3:return i=l.sent(),[3,5];case 4:return l.sent(),[3,5];case 5:return i?s(!0):(r&&r.errorCode===0&&(r.errorCode=f.ErrorCode.ERROR_NOTSUPPORT_H264,r.message=a.EN.MESSAGE_NOTSUPPORT_H264),t(!1)),[2]}})})})},e.prototype.checkSDPSupportH264=function(r){return r.indexOf("H264")>0||r.indexOf("h264")>0||r.indexOf("H.264")>0||r.indexOf("h.264")>0},e.prototype.checkPrivateUcWebview=function(){return this.getUa().indexOf("UniqueCode")>0},e.prototype.getUa=function(){return navigator&&navigator.userAgent||""},e.prototype.getChromeCoreVersion=function(){return(this.getUa().toLowerCase().match(/chrome\/([\d.]+)/)||[])[1]||""},e.prototype.compareVersion=function(r,n){r===void 0&&(r=""),n===void 0&&(n="");for(var s=(r||"").split("."),t=(n||"").split("."),i=0,l=0,E=0;E<s.length&&E<t.length;++E){if((i=isNaN(parseInt(s[E],10))?0:parseInt(s[E],10))<(l=isNaN(parseInt(t[E],10))?0:parseInt(t[E],10)))return!1;if(i>l)return!0}return!0},e.prototype.tryFindH264FromSdp=function(r){return v(this,void 0,void 0,function(){var n,s,t;return c(this,function(i){switch(i.label){case 0:if(n=!1,!RTCPeerConnection)return[2,n];s=new RTCPeerConnection,t=void 0,i.label=1;case 1:return i.trys.push([1,3,,4]),[4,s.createOffer({offerToReceiveVideo:!0,offerToReceiveAudio:!0})];case 2:return(t=i.sent())&&t.sdp&&(n=this.checkSDPSupportH264(t.sdp)),[3,4];case 3:return i.sent(),n=!1,r&&(r.errorCode=f.ErrorCode.ERROR_CREATEOFFER,r.message=a.EN.MESSAGE_CREATEOFFER),[3,4];case 4:return s.close(),s=void 0,[2,n]}})})},e.prototype.loadH264=function(r){var n=this;return new Promise(function(s,t){return v(n,void 0,void 0,function(){var i,l,E,b,_=this;return c(this,function(h){if(!u.SystemUtil.isAndroid||!u.BrowserUtil.isChrome&&!u.BrowserUtil.isWebView)return s(!1),[2];for(i=0,l=[],E=0;i<r;)b=setTimeout(function(){return v(_,void 0,void 0,function(){return c(this,function(o){switch(o.label){case 0:return E++,[4,this.tryFindH264FromSdp()];case 1:return o.sent()?(l.forEach(function(g){clearTimeout(g)}),l=[],s(!0),[2]):(E===r&&s(!1),[2])}})})},1e3*i),l.push(b),i++;return[2]})})})},e.prototype.checkH264Encode=function(){return v(this,void 0,void 0,function(){var r,n,s;return c(this,function(t){switch(t.label){case 0:return[4,this.loadH264(3)];case 1:return!(r=t.sent())&&RTCRtpSender&&RTCRtpSender.getCapabilities&&(n=JSON.stringify((s=RTCRtpSender.getCapabilities("video"))===null||s===void 0?void 0:s.codecs),r=n.toLowerCase().includes("video/h264")),[2,!!r]}})})},e.prototype.createBlankStream=function(){var r,n,s,t=(r=new AudioContext,n=r.createOscillator(),s=n.connect(r.createMediaStreamDestination()),n.start(),Object.assign(s.stream.getAudioTracks()[0],{enabled:!1}));t.stop();var i=function(l){var E,b={},_=b.width,h=_===void 0?160:_,o=b.height,g=o===void 0?90:o,m=document.createElement("canvas");m.width=h,m.height=g,(E=m.getContext("2d"))===null||E===void 0||E.fillRect(0,0,h,g);var T=m.captureStream();return Object.assign(T.getVideoTracks()[0],{enabled:!1})}();return i.stop(),new MediaStream([t,i])},e}();R.SupportUtil=p},2718:function(L,R){var x=this&&this.__spreadArray||function(v,c,u){if(u||arguments.length===2)for(var S,f=0,a=c.length;f<a;f++)!S&&f in c||(S||(S=Array.prototype.slice.call(c,0,f)),S[f]=c[f]);return v.concat(S||Array.prototype.slice.call(c))};Object.defineProperty(R,"__esModule",{value:!0}),R.hebtLog=R.createUUID=R.evaluateNetworkCondition=R.makeCancelable=R.hasVideoTrack=R.hasAudioTrack=R.getVideoTrack=R.getAudioTrack=R.pruneSubUrl=R.getJitterBufferDelayAvg=void 0,R.getJitterBufferDelayAvg=function(v,c){return v&&c?Number(v)/Number(c)*1e3:-1},R.pruneSubUrl=function(v,c){var u=v||"";return u=u.replace("@subaudio=no","").replace("@subvideo=no",""),c&&(u=u.split("?")[0]),u},R.getAudioTrack=function(v){return v.getAudioTracks()[0]},R.getVideoTrack=function(v){return v.getVideoTracks()[0]},R.hasAudioTrack=function(v){return v.getAudioTracks().length>0},R.hasVideoTrack=function(v){return v.getVideoTracks().length>0},R.makeCancelable=function(v){var c=!1;return{promise:new Promise(function(u,S){v.then(function(f){return c?S({isCanceled:!0}):u(f)}),v.catch(function(f){return S(c?{isCanceled:!0}:f)})}),cancel:function(){c=!0}}},R.evaluateNetworkCondition=function(v,c,u,S,f){var a=0;if(!navigator.onLine)return a=6;var d=[{loss:0,rtt:0,jbd:1},{loss:0,rtt:1,jbd:0},{loss:0,rtt:.5,jbd:.5},{loss:1,rtt:0,jbd:0},{loss:.8,rtt:0,jbd:.2},{loss:.8,rtt:.2,jbd:0},{loss:.6,rtt:.2,jbd:.2}],p=-1,e=-1,r=-1;if(typeof c=="number"&&c>=0||typeof u=="number"&&u>=0){p=0;var n=!1,s=!1;typeof c=="number"&&c>=0&&(p+=c,n=!0),typeof u=="number"&&u>=0&&(p+=u,s=!0),n&&!s&&(p*=2),s&&!n&&(p*=1.8)}typeof v=="number"&&v>=0&&(r=v),(typeof S=="number"&&S>=0||typeof f=="number"&&f>=0)&&(e=0,typeof S=="number"&&S>=0&&(e+=S),typeof f=="number"&&f>=0&&(e+=f));var t;if((t=4*(p!==-1?1:0)+2*(r!==-1?1:0)+(e!==-1?1:0))>0){var i=1.2*p*d[t-1].loss+r/1500*d[t-1].rtt+e/3e3*d[t-1].jbd;a=i<=.1?1:i<=.23?2:i<=.36?3:i<=.49?4:5}else a=0;return a},R.createUUID=function(v,c){var u,S="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),f=[];if(c=c||S.length,v)for(u=0;u<v;u++)f[u]=S[0|Math.random()*c];else{var a=void 0;for(f[8]=f[13]=f[18]=f[23]="-",f[14]="4",u=0;u<36;u++)f[u]||(a=0|16*Math.random(),f[u]=S[u==19?3&a|8:a])}return f.join("")},R.hebtLog=function(){for(var v=[],c=0;c<arguments.length;c++)v[c]=arguments[c];window.RTS_HEBT_DEBUG&&console.log.apply(console,x(["[rts hebt]"],v,!1))}},233:L=>{/*! useragent-util - ver 1.3.1 created:9/4/2024, 4:31:28 PM */L.exports=(()=>{var R={622:(u,S,f)=>{Object.defineProperty(S,"__esModule",{value:!0}),S.BrowserUtil=S.BrowserType=void 0;var a,d=f(101);(function(e){e.IE="IE",e.Chrome="Chrome",e.Safari="Safari",e.Firefox="Firefox",e.Opera="Opera",e.Edge="Edge",e.MicroMessenger="MicroMessenger",e.X5Core="X5Core",e.Quark="Quark",e.QQ="QQ",e.QQBrowser="QQBrowser",e.DingTalk="DingTalk",e.Electron="Electron",e.Sogou="Sogou",e.Vivo="VivoBrowser",e.Oppo="OppoBrowser",e.UC="UCBrowser",e.MI="MiBrowser",e.Lenovo="SLBrowser",e.Maxthon="Maxthon",e.Liebao="Liebao",e.Huawei="Huawei",e.Meizu="MZBrowser",e.Finger="FingerBrowser",e.Samsung="SamsungBrowser",e.WebVeiw="WebVeiw",e.Unknown="unknown"})(a=S.BrowserType||(S.BrowserType={}));var p=function(){function e(){}return Object.defineProperty(e,"isBrowser",{get:function(){return typeof document<"u"},enumerable:!1,configurable:!0}),Object.defineProperty(e,"domain",{get:function(){return window.location.protocol+window.location.host},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isHttps",{get:function(){return this.isBrowser&&document.location&&(document.location.protocol=="https:"||document.location.host.indexOf("127.0.0.1:")===0||document.location.host.indexOf("localhost:")===0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSupportScreenShare",{get:function(){return!!(navigator&&navigator.mediaDevices&&navigator.mediaDevices.getDisplayMedia)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isChrome",{get:function(){return e._getBrowserInfo(),a.Chrome===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSafari",{get:function(){return e._getBrowserInfo(),a.Safari===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isIE",{get:function(){return e._getBrowserInfo(),a.IE===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isFirefox",{get:function(){return e._getBrowserInfo(),a.Firefox===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isEdge",{get:function(){return e._getBrowserInfo(),a.Edge===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSogou",{get:function(){return e._getBrowserInfo(),a.Sogou===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isVivoBroswer",{get:function(){return e._getBrowserInfo(),a.Vivo===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isOppoBrowser",{get:function(){return e._getBrowserInfo(),a.Oppo===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isMiBrowser",{get:function(){return e._getBrowserInfo(),a.MI===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isLenovoBrowser",{get:function(){return e._getBrowserInfo(),a.Lenovo===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isMaxthonBrowser",{get:function(){return e._getBrowserInfo(),a.Maxthon===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isLiebaoBrowser",{get:function(){return e._getBrowserInfo(),a.Liebao===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isHuaweiBrowser",{get:function(){return e._getBrowserInfo(),a.Huawei===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isMZBrowser",{get:function(){return e._getBrowserInfo(),a.Meizu===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSamsungBrowser",{get:function(){return e._getBrowserInfo(),a.Samsung===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isOpera",{get:function(){return e._getBrowserInfo(),a.Opera===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isMicroMessenger",{get:function(){return e._getBrowserInfo(),e._browserName===a.MicroMessenger},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isQQ",{get:function(){return e._getBrowserInfo(),a.QQ===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isQQBrowser",{get:function(){return e._getBrowserInfo(),a.QQBrowser===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isX5Core",{get:function(){return e._getBrowserInfo(),e._browserName===a.X5Core},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isUCBrowser",{get:function(){return e._getBrowserInfo(),e._browserName===a.UC},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isQuarkBrowser",{get:function(){return e._getBrowserInfo(),e._browserName===a.Quark},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isFingerBrowser",{get:function(){return e._getBrowserInfo(),e._browserName===a.Finger},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isChromeCore",{get:function(){return e._getBrowserInfo(),e._core==="Chrome"},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isWebView",{get:function(){return e._getBrowserInfo(),e._browserName===a.WebVeiw},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isDingTalk",{get:function(){return e._getBrowserInfo(),e._browserName===a.DingTalk},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isUnknown",{get:function(){return e._getBrowserInfo(),a.Unknown===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"browserName",{get:function(){return e._getBrowserInfo(),e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"browserVersion",{get:function(){return e._getBrowserInfo(),e._browserVersion},enumerable:!1,configurable:!0}),Object.defineProperty(e,"browserMainVersion",{get:function(){return e._getBrowserInfo(),e._browserVersion?parseInt(e._browserVersion.split(".")[0],10):0},enumerable:!1,configurable:!0}),Object.defineProperty(e,"browserCoreVersion",{get:function(){return navigator.userAgent.toLowerCase(),d.SystemUtil.isIos||d.SystemUtil.isMacOS,e.browserMainVersion},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isElectron",{get:function(){return e._getBrowserInfo(),a.Electron===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userAgent",{get:function(){var r=navigator.userAgent.toLowerCase(),n=r.indexOf("gecko");if(n>-1){n=r.indexOf(" ",n);var s=(r=r.substring(n+1,r.length)).split(" ");r="";for(var t=0;t<s.length;++t){var i=s[t].split("/");i&&i.length&&(r+=i[0]+" ")}}return r},enumerable:!1,configurable:!0}),e.compareVersion=function(r){if(e._getBrowserInfo(),e._browserVersion){for(var n=e._browserVersion.split("."),s=r.split("."),t=0,i=0,l=0;l<n.length&&l<s.length;++l){if((t=isNaN(parseInt(n[l],10))?0:parseInt(n[l],10))<(i=isNaN(parseInt(s[l],10))?0:parseInt(s[l],10)))return!1;if(t>i)return!0}return!0}return!0},e._getBrowserInfo=function(){if(!e._browserName||!e._browserVersion)if(navigator&&navigator.userAgent){var r=navigator.userAgent.toLowerCase(),n=void 0;(n=r.match(/edg[e|a]?\/([\d.]+)/))||(n=r.match(/edgios\/([\d.]+)/))?e._updateBrowserInfo(a.Edge,r,n[1]):(n=r.match(/rv:([\d.]+)\) like gecko/))||(n=r.match(/msie ([\d.]+)/))?e._updateBrowserInfo(a.IE,r,n[1]):(n=r.match(/vivobrowser\/([\d.]+)/))?e._updateBrowserInfo(a.Vivo,r,n[1]):(n=r.match(/miuibrowser\/([\d.]+)/))?e._updateBrowserInfo(a.MI,r,n[1]):(n=r.match(/samsungbrowser\/([\d.]+)/))?e._updateBrowserInfo(a.Samsung,r,n[1]):(n=r.match(/heytapbrowser\/([\d.]+)/))?e._updateBrowserInfo(a.Oppo,r,n[1]):(n=r.match(/mzbrowser\/([\d.]+)/))?e._updateBrowserInfo(a.Meizu,r,n[1]):(n=r.match(/ucbrowser\/([\d.]+)/))?e._updateBrowserInfo(a.UC,r,n[1]):(n=r.match(/quark\/([\d.]+)/))?e._updateBrowserInfo(a.Quark,r,n[1]):(n=r.match(/slbrowser\/([\d.]+)/))?e._updateBrowserInfo(a.Lenovo,r,n[1]):(n=r.match(/lbbrowser\/([\d.]+)/))?e._updateBrowserInfo(a.Liebao,r,n[1]):(n=r.match(/fingerbrowser\/([\d.]+)/))?e._updateBrowserInfo(a.Finger,r,n[1]):(n=r.match(/huaweibrowser\/([\d.]+)/))?e._updateBrowserInfo(a.Huawei,r,n[1]):(n=r.match(/maxthon\/([\d.]+)/))?e._updateBrowserInfo(a.Maxthon,r,n[1]):(n=r.match(/firefox\/([\d.]+)/))?e._updateBrowserInfo(a.Firefox,r,n[1]):(n=r.match(/electron\/([\d.]+)/))?e._updateBrowserInfo(a.Electron,r,n[1]):(n=r.match(/chrome\/([\d.]+)/))&&this._isChrome(r)||(n=r.match(/crios\/([\d.]+)/))&&this._isChrome(r)?e._updateBrowserInfo(a.Chrome,r,n[1]):(n=r.match(/metasr\s([\d.]+)/))||(n=r.match(/sogoumobilebrowser\/([\d.]+)/))?e._updateBrowserInfo(a.Sogou,r,n[1]):(n=r.match(/opr.([\d.]+)/))?e._updateBrowserInfo(a.Opera,r,n[1]):(n=r.match(/micromessenger.([\d.]+)/))?e._updateBrowserInfo(a.MicroMessenger,r,n[1]):(n=r.match(/qq\/([\d.]+)/))?e._updateBrowserInfo(a.QQ,r,n[1]):(n=r.match(/m?qqbrowser\/([\d.]+)/))||(n=r.match(/qqbrowserlite\/([\d.]+)/))?e._updateBrowserInfo(a.QQBrowser,r,n[1]):(n=r.match(/dingtalk.([\d.]+)/))?e._updateBrowserInfo(a.DingTalk,r,n[1]):(n=r.match(/tbs\/([\d.]+)/))?e._updateBrowserInfo(a.X5Core,r,n[1]):(n=r.match(/version\/([\d.]+).*safari/))&&this._isSafari(r)&&e._updateBrowserInfo(a.Safari,r,n[1]),e._browserName===a.Unknown&&e._isWebview(r)&&e._updateBrowserInfo(a.WebVeiw,r,"")}else e._browserName=a.Unknown,e._browserVersion="0.0"},e._isChrome=function(r){var n=r.split(/\(|\)/);if(e._core="Chrome",n.length===5){var s=n[4].trim().split(" ");if(s.length===2){if(s[0].indexOf("chrome")>-1&&s[1].indexOf("safari")>-1)return!0}else if(s.length===3){if(s[1].indexOf("mobile")>-1&&s[2].indexOf("safari")>-1&&(s[0].indexOf("chrome")>-1||s[0].indexOf("crios")>-1))return!0}else if(r.indexOf("qianniu")>-1)return!0}return!1},e._isSafari=function(r){var n=r.split(/\(|\)/);if(n.length===5){var s=n[4].trim().split(" ");if(s.length===2){if(s[0].indexOf("version")>-1&&s[1].indexOf("safari")>-1)return!0}else if(s.length===3&&s[0].indexOf("version")>-1&&s[1].indexOf("mobile")>-1&&s[2].indexOf("safari")>-1)return!0}return!1},e._isWebview=function(r){if(r){var n=new RegExp("("+["WebView","(iPhone|iPod|iPad)(?!.*Safari)","Android.*(wv|.0.0.0)","Linux; U; Android"].join("|")+")","ig"),s=new RegExp("("+["VivoBrowser","MZBrowser","MiuiBrowser"].join("|")+")","ig");return!!r.match(n)&&!r.match(s)}},e._updateBrowserInfo=function(r,n,s){e._browserName=r;var t=null;switch(r){case a.QQBrowser:d.SystemUtil.isIos||d.SystemUtil.isMacOS?(t=n.match(/version\/([\d.]+).*safari/),e._browserVersion=t?t[1]:"0.0"):(t=n.match(/chrome\/([\d.]+)/),e._browserVersion=t?t[1]:"0.0");break;case a.Vivo:case a.Oppo:case a.Meizu:case a.Huawei:case a.Sogou:case a.Samsung:t=n.match(/chrome\/([\d.]+)/),e._browserVersion=t?t[1]:"0.0";break;case a.WebVeiw:d.SystemUtil.isAndroid?(t=n.match(/chrome\/([\d.]+)/),e._browserVersion=t?t[1]:"0.0"):d.SystemUtil.isIos&&(e._browserVersion=d.SystemUtil.systemVersion);break;default:e._browserVersion=s}},e._browserName=a.Unknown,e._browserVersion="",e._core="",e}();S.BrowserUtil=p},864:(u,S)=>{Object.defineProperty(S,"__esModule",{value:!0}),S.Guid=void 0;var f=function(){function a(){}return a.create=function(d,p){p===void 0&&(p=16);var e,r,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),s=[];if(p=p||n.length,d)for(e=0;e<d;e++)s[e]=n[0|Math.random()*p];else for(s[8]=s[13]=s[18]=s[23]="-",s[14]="4",e=0;e<36;e++)s[e]||(r=0|16*Math.random(),s[e]=n[e==19?3&r|8:r]);return s.join("")},a}();S.Guid=f},442:(u,S,f)=>{Object.defineProperty(S,"__esModule",{value:!0}),S.LocalStorage=void 0;var a=f(864),d=function(){function p(){}return Object.defineProperty(p,"uuid",{get:function(){var e="alirtc_uuid",r=p.get(e);return r||(r=a.Guid.create(32),p.set(e,r)),r},enumerable:!1,configurable:!0}),p.get=function(e){var r="";return window&&window.localStorage&&(r=window.localStorage.getItem(e)||""),r},p.set=function(e,r){e&&window&&window.localStorage&&window.localStorage.setItem(e,r)},p}();S.LocalStorage=d},72:(u,S)=>{Object.defineProperty(S,"__esModule",{value:!0}),S.ApiRequest=void 0;var f=function(){function a(){}return a.postBody=function(d,p,e){d=a._getUrl(d,p);var r,n={};return n.headers||(n.headers={}),n.headers.Accept="application/json",n.headers["Content-Type"]="application/json",new Promise(function(s,t){a.requestBody("POST",d,e).then(function(i){return r=i,i.ok?i.json():i.text()}).then(function(i){r.ok?i.code?(i=a._intercept(i),t(i)):s(i.data):t(a._httpErrorMessage(r,i))}).catch(function(i){i=a._httpErrorMessage(i),t(i)})})},a.get=function(d,p,e){var r;return e===void 0&&(e={}),d=a._getUrl(d,p),e.headers||(e.headers={}),e.headers["Content-Type"]="application/json",new Promise(function(n,s){a.request("GET",d,e).then(function(t){return r=t,t.ok?t.json():t.text()}).then(function(t){r.ok?t.code?(t=a._intercept(t),s(t)):n(t.data):s(a._httpErrorMessage(r,t))}).catch(function(t){t=a._httpErrorMessage(t),s(t)})})},a.post=function(d,p,e,r){var n;return r===void 0&&(r={}),d=a._getUrl(d,p),r.headers||(r.headers={}),r.body=e,r.headers.Accept="application/json",r.headers["Content-Type"]="application/json",new Promise(function(s,t){a.request("POST",d,r).then(function(i){return n=i,i.ok?i.json():i.text()}).then(function(i){n.ok?i.code?(i=a._intercept(i),t(i)):s(i.data):t(a._httpErrorMessage(n,i))}).catch(function(i){i=a._httpErrorMessage(i),t(i)})})},a.request=function(d,p,e){d===void 0&&(d="GET");var r=new Headers(e.headers),n=new Request(p,{method:d,headers:r});return fetch(n)},a.requestBody=function(d,p,e){return d===void 0&&(d="GET"),fetch(p,{method:d,body:e,headers:new Headers({"Content-Type":"application/json"})})},a.ajaxPost=function(d,p,e,r){return r===void 0&&(r={}),d=a._getUrl(d,p),r.headers||(r.headers={}),r.headers.Accept="application/json",r.headers["Content-Type"]="application/json",a.ajax("POST",d,e,r)},a.ajax=function(d,p,e,r){d===void 0&&(d="GET"),r===void 0&&(r={});var n=new XMLHttpRequest;return new Promise(function(s,t){n.onreadystatechange=function(){if(n.readyState===4)if(n.status===200){var l=JSON.parse(n.responseText);l.code?(l=a._intercept(l),t(l)):s(l)}else t({message:n.responseText||"\u8BF7\u6C42\u5931\u8D25:"+p})},n.open(d,p,!0);try{if(r.withCredentials&&(n.withCredentials=!0),r.headers)for(var i in r.headers)n.setRequestHeader(i,r.headers[i])}catch(l){return void t(l)}try{n.send(e)}catch(l){t(l)}})},a._getUrl=function(d,p){var e=[];if(p)for(var r in p)e.push(r+"="+p[r]);var n=e.join("&");return(d.indexOf("?")!=-1?d:d+"?")+n},a._httpErrorMessage=function(d,p){return d.message||(d.message="HTTP "+d.status+"("+d.statusText+") : "+p),d},a._intercept=function(d){var p=d.data;return d.code&&((p=p||{}).data=d.data,p.code=d.code,p.description=d.description,p.message="0x"+Number(d.code).toString(16)+", "+d.description,p.tid&&(p.message+=", tid="+p.tid)),p},a}();S.ApiRequest=f},101:(u,S)=>{var f,a;Object.defineProperty(S,"__esModule",{value:!0}),S.SystemUtil=S.WindowsType=S.SystemType=void 0,function(p){p.Unknown="Unknown",p.MacOS="Mac",p.Windows="Windows",p.Android="Android",p.Iphone="iphone",p.Ipad="ipad",p.iOS="iOS",p.Linux="Linux",p.ChromeOS="ChromeOS"}(f=S.SystemType||(S.SystemType={})),function(p){p.Windows10="Windows 10",p.Windows7="Windows 7",p.WindowsVista="Windows vista",p.WindowsXP="Windows xp"}(a=S.WindowsType||(S.WindowsType={}));var d=function(){function p(){}return Object.defineProperty(p,"isMacOS",{get:function(){return f.MacOS===p.systemName},enumerable:!1,configurable:!0}),Object.defineProperty(p,"isWindows",{get:function(){return p.systemName.indexOf(f.Windows)>-1},enumerable:!1,configurable:!0}),Object.defineProperty(p,"isIos",{get:function(){return f.Iphone===p.systemName||f.Ipad===p.systemName},enumerable:!1,configurable:!0}),Object.defineProperty(p,"isAndroid",{get:function(){return f.Android===p.systemName},enumerable:!1,configurable:!0}),Object.defineProperty(p,"isLinux",{get:function(){return f.Linux===p.systemName||f.Linux===p._platform},enumerable:!1,configurable:!0}),Object.defineProperty(p,"systemName",{get:function(){return p._getSystemInfo(),p._systemName},enumerable:!1,configurable:!0}),Object.defineProperty(p,"systemVersion",{get:function(){return p._getSystemInfo(),p._systemVersion},enumerable:!1,configurable:!0}),Object.defineProperty(p,"platform",{get:function(){return p._getSystemInfo(),p._platform},enumerable:!1,configurable:!0}),Object.defineProperty(p,"isUnknown",{get:function(){return!p.platform||p.platform===f.Unknown},enumerable:!1,configurable:!0}),p.compareVersion=function(e){if(p._getSystemInfo(),p._systemVersion){for(var r=p._systemVersion.split("."),n=e.split("."),s=0,t=0,i=0;i<r.length&&i<n.length;++i){if((s=isNaN(parseInt(r[i],10))?0:parseInt(r[i],10))<(t=isNaN(parseInt(n[i],10))?0:parseInt(n[i],10)))return!1;if(s>t)return!0}return!0}return!0},p._getSystemInfo=function(){if(!p._systemName||!p._systemVersion||!p._platform)if(navigator&&navigator.userAgent){var e=navigator.userAgent.toLowerCase();e.indexOf("ipad")>-1?(p._systemName=f.Ipad,p._platform=f.iOS,p._systemVersion=p._getIosSystemVersion(e)):e.indexOf("iphone")>-1?(p._systemName=f.Iphone,p._platform=f.iOS,p._systemVersion=p._getIosSystemVersion(e)):e.indexOf("android")>-1?(p._platform=f.Android,p._systemName=f.Android,p._systemVersion=p._getAndroidSystemVersion(e)):e.indexOf("win")>-1?e.indexOf("windwos nt 10")>-1||e.indexOf("windows 10")?(p._systemName=a.Windows10,p._platform=f.Windows,p._systemVersion="10"):e.indexOf("windows nt 6.1")>-1||e.indexOf("windows 7")>-1?(p._systemName=a.Windows7,p._platform=f.Windows,p._systemVersion="7"):e.indexOf("windows nt 6.0")>-1||e.indexOf("windows vista")>-1?(p._systemName=a.WindowsVista,p._platform=f.Windows,p._systemVersion="vista"):e.indexOf("widows nt 5.1")>-1||e.indexOf("windows xp")>-1?(p._systemName=a.WindowsXP,p._platform=f.Windows,p._systemVersion="xp"):(p._platform=f.Windows,p._systemName=f.Windows,p._systemVersion="0.0"):e.indexOf("mac")>-1?navigator&&navigator.maxTouchPoints&&navigator.maxTouchPoints>0?(p._systemName=f.Ipad,p._platform=f.iOS,p._systemVersion=p._getIosSystemVersion(e)):(p._platform=f.MacOS,p._systemName=f.MacOS,p._systemVersion=p._getMacSystemVersion(e)):e.indexOf("linux")>-1?(p._platform=f.Linux,p._systemName=f.Linux,p._systemVersion="0.0"):e.indexOf("cros")>-1?(p._platform=f.Linux,p._systemName=f.ChromeOS,p._systemVersion="0.0"):(p._systemName=f.Unknown,p._platform=f.Windows,p._systemVersion="0.0")}else p._systemName=f.Unknown,p._platform=f.Unknown,p._systemVersion="0.0"},p._getIosSystemVersion=function(e){return(e.match(/OS [\d._]*/gi)+"").replace(/[^0-9|_.]/gi,"").replace(/_/gi,".")},p._getMacSystemVersion=function(e){return(e.match(/OS X [\d._]*/gi)+"").replace(/[^0-9|_.]/gi,"").replace(/_/gi,".")},p._getAndroidSystemVersion=function(e){return e.substr(e.indexOf("android")+8,e.indexOf(";",e.indexOf("android"))-e.indexOf("android")-8)},p._systemName="",p._systemVersion="",p._platform=f.Unknown,p}();S.SystemUtil=d}},x={};function v(u){if(x[u])return x[u].exports;var S=x[u]={exports:{}};return R[u](S,S.exports,v),S.exports}var c={};return(()=>{var u=c;Object.defineProperty(u,"__esModule",{value:!0}),u.ApiRequest=u.LocalStorage=u.Guid=u.BrowserUtil=u.SystemUtil=void 0;var S=v(101);Object.defineProperty(u,"SystemUtil",{enumerable:!0,get:function(){return S.SystemUtil}});var f=v(622);Object.defineProperty(u,"BrowserUtil",{enumerable:!0,get:function(){return f.BrowserUtil}});var a=v(864);Object.defineProperty(u,"Guid",{enumerable:!0,get:function(){return a.Guid}});var d=v(442);Object.defineProperty(u,"LocalStorage",{enumerable:!0,get:function(){return d.LocalStorage}});var p=v(72);Object.defineProperty(u,"ApiRequest",{enumerable:!0,get:function(){return p.ApiRequest}}),window&&(window.SystemUtil=S.SystemUtil,window.BrowserUtil=f.BrowserUtil,window.Guid=a.Guid,window.LocalStorage=d.LocalStorage,window.ApiRequest=p.ApiRequest)})(),c})()},9543:(L,R,x)=>{x.r(R),x.d(R,{default:()=>xe});var v={};x.r(v),x.d(v,{fixNegotiationNeeded:()=>j,shimAddTrackRemoveTrack:()=>A,shimAddTrackRemoveTrackWithNative:()=>y,shimGetDisplayMedia:()=>o,shimGetSendersWithDtmf:()=>T,shimGetStats:()=>C,shimGetUserMedia:()=>h,shimMediaStream:()=>g,shimOnTrack:()=>m,shimPeerConnection:()=>w,shimSenderReceiverGetStats:()=>D});var c={};x.r(c),x.d(c,{shimGetDisplayMedia:()=>U,shimGetUserMedia:()=>F,shimPeerConnection:()=>B,shimReplaceTrack:()=>k});var u={};x.r(u),x.d(u,{shimAddTransceiver:()=>se,shimCreateAnswer:()=>de,shimCreateOffer:()=>ue,shimGetDisplayMedia:()=>G,shimGetParameters:()=>ce,shimGetUserMedia:()=>V,shimOnTrack:()=>q,shimPeerConnection:()=>z,shimRTCDataChannel:()=>ie,shimReceiverGetStats:()=>re,shimRemoveStream:()=>ee,shimSenderGetStats:()=>$});var S={};x.r(S),x.d(S,{shimAudioContext:()=>Te,shimCallbacksAPI:()=>he,shimConstraints:()=>me,shimCreateOfferLegacy:()=>Re,shimGetUserMedia:()=>fe,shimLocalStreamsAPI:()=>pe,shimRTCIceServerUrls:()=>ge,shimRemoteStreamsAPI:()=>Ee,shimTrackEventTransceiver:()=>_e});var f={};x.r(f),x.d(f,{removeExtmapAllowMixed:()=>Oe,shimAddIceCandidateNullOrEmpty:()=>He,shimConnectionState:()=>Pe,shimMaxMessageSize:()=>Ce,shimRTCIceCandidate:()=>we,shimSendThrowTypeError:()=>Ae});let a=!0,d=!0;function p(O,K,Y){const X=O.match(K);return X&&X.length>=Y&&parseInt(X[Y],10)}function e(O,K,Y){if(!O.RTCPeerConnection)return;const X=O.RTCPeerConnection.prototype,Z=X.addEventListener;X.addEventListener=function(Q,oe){if(Q!==K)return Z.apply(this,arguments);const ne=ae=>{const le=Y(ae);le&&(oe.handleEvent?oe.handleEvent(le):oe(le))};return this._eventMap=this._eventMap||{},this._eventMap[K]||(this._eventMap[K]=new Map),this._eventMap[K].set(oe,ne),Z.apply(this,[Q,ne])};const te=X.removeEventListener;X.removeEventListener=function(Q,oe){if(Q!==K||!this._eventMap||!this._eventMap[K])return te.apply(this,arguments);if(!this._eventMap[K].has(oe))return te.apply(this,arguments);const ne=this._eventMap[K].get(oe);return this._eventMap[K].delete(oe),this._eventMap[K].size===0&&delete this._eventMap[K],Object.keys(this._eventMap).length===0&&delete this._eventMap,te.apply(this,[Q,ne])},Object.defineProperty(X,"on"+K,{get(){return this["_on"+K]},set(Q){this["_on"+K]&&(this.removeEventListener(K,this["_on"+K]),delete this["_on"+K]),Q&&this.addEventListener(K,this["_on"+K]=Q)},enumerable:!0,configurable:!0})}function r(O){return typeof O!="boolean"?new Error("Argument type: "+typeof O+". Please use a boolean."):(a=O,O?"adapter.js logging disabled":"adapter.js logging enabled")}function n(O){return typeof O!="boolean"?new Error("Argument type: "+typeof O+". Please use a boolean."):(d=!O,"adapter.js deprecation warnings "+(O?"disabled":"enabled"))}function s(){if(typeof window=="object"){if(a)return;typeof console<"u"&&typeof console.log=="function"&&console.log.apply(console,arguments)}}function t(O,K){d&&console.warn(O+" is deprecated, please use "+K+" instead.")}function i(O){return Object.prototype.toString.call(O)==="[object Object]"}function l(O){return i(O)?Object.keys(O).reduce(function(K,Y){const X=i(O[Y]),Z=X?l(O[Y]):O[Y],te=X&&!Object.keys(Z).length;return Z===void 0||te?K:Object.assign(K,{[Y]:Z})},{}):O}function E(O,K,Y){K&&!Y.has(K.id)&&(Y.set(K.id,K),Object.keys(K).forEach(X=>{X.endsWith("Id")?E(O,O.get(K[X]),Y):X.endsWith("Ids")&&K[X].forEach(Z=>{E(O,O.get(Z),Y)})}))}function b(O,K,Y){const X=Y?"outbound-rtp":"inbound-rtp",Z=new Map;if(K===null)return Z;const te=[];return O.forEach(Q=>{Q.type==="track"&&Q.trackIdentifier===K.id&&te.push(Q)}),te.forEach(Q=>{O.forEach(oe=>{oe.type===X&&oe.trackId===Q.id&&E(O,oe,Z)})}),Z}const _=s;function h(O,K){const Y=O&&O.navigator;if(!Y.mediaDevices)return;const X=function(Q){if(typeof Q!="object"||Q.mandatory||Q.optional)return Q;const oe={};return Object.keys(Q).forEach(ne=>{if(ne==="require"||ne==="advanced"||ne==="mediaSource")return;const ae=typeof Q[ne]=="object"?Q[ne]:{ideal:Q[ne]};ae.exact!==void 0&&typeof ae.exact=="number"&&(ae.min=ae.max=ae.exact);const le=function(ve,be){return ve?ve+be.charAt(0).toUpperCase()+be.slice(1):be==="deviceId"?"sourceId":be};if(ae.ideal!==void 0){oe.optional=oe.optional||[];let ve={};typeof ae.ideal=="number"?(ve[le("min",ne)]=ae.ideal,oe.optional.push(ve),ve={},ve[le("max",ne)]=ae.ideal,oe.optional.push(ve)):(ve[le("",ne)]=ae.ideal,oe.optional.push(ve))}ae.exact!==void 0&&typeof ae.exact!="number"?(oe.mandatory=oe.mandatory||{},oe.mandatory[le("",ne)]=ae.exact):["min","max"].forEach(ve=>{ae[ve]!==void 0&&(oe.mandatory=oe.mandatory||{},oe.mandatory[le(ve,ne)]=ae[ve])})}),Q.advanced&&(oe.optional=(oe.optional||[]).concat(Q.advanced)),oe},Z=function(Q,oe){if(K.version>=61)return oe(Q);if((Q=JSON.parse(JSON.stringify(Q)))&&typeof Q.audio=="object"){const ne=function(ae,le,ve){le in ae&&!(ve in ae)&&(ae[ve]=ae[le],delete ae[le])};ne((Q=JSON.parse(JSON.stringify(Q))).audio,"autoGainControl","googAutoGainControl"),ne(Q.audio,"noiseSuppression","googNoiseSuppression"),Q.audio=X(Q.audio)}if(Q&&typeof Q.video=="object"){let ne=Q.video.facingMode;ne=ne&&(typeof ne=="object"?ne:{ideal:ne});const ae=K.version<66;if(ne&&(ne.exact==="user"||ne.exact==="environment"||ne.ideal==="user"||ne.ideal==="environment")&&(!Y.mediaDevices.getSupportedConstraints||!Y.mediaDevices.getSupportedConstraints().facingMode||ae)){let le;if(delete Q.video.facingMode,ne.exact==="environment"||ne.ideal==="environment"?le=["back","rear"]:ne.exact!=="user"&&ne.ideal!=="user"||(le=["front"]),le)return Y.mediaDevices.enumerateDevices().then(ve=>{let be=(ve=ve.filter(je=>je.kind==="videoinput")).find(je=>le.some(Le=>je.label.toLowerCase().includes(Le)));return!be&&ve.length&&le.includes("back")&&(be=ve[ve.length-1]),be&&(Q.video.deviceId=ne.exact?{exact:be.deviceId}:{ideal:be.deviceId}),Q.video=X(Q.video),_("chrome: "+JSON.stringify(Q)),oe(Q)})}Q.video=X(Q.video)}return _("chrome: "+JSON.stringify(Q)),oe(Q)},te=function(Q){return K.version>=64?Q:{name:{PermissionDeniedError:"NotAllowedError",PermissionDismissedError:"NotAllowedError",InvalidStateError:"NotAllowedError",DevicesNotFoundError:"NotFoundError",ConstraintNotSatisfiedError:"OverconstrainedError",TrackStartError:"NotReadableError",MediaDeviceFailedDueToShutdown:"NotAllowedError",MediaDeviceKillSwitchOn:"NotAllowedError",TabCaptureError:"AbortError",ScreenCaptureError:"AbortError",DeviceCaptureError:"AbortError"}[Q.name]||Q.name,message:Q.message,constraint:Q.constraint||Q.constraintName,toString(){return this.name+(this.message&&": ")+this.message}}};if(Y.getUserMedia=function(Q,oe,ne){Z(Q,ae=>{Y.webkitGetUserMedia(ae,oe,le=>{ne&&ne(te(le))})})}.bind(Y),Y.mediaDevices.getUserMedia){const Q=Y.mediaDevices.getUserMedia.bind(Y.mediaDevices);Y.mediaDevices.getUserMedia=function(oe){return Z(oe,ne=>Q(ne).then(ae=>{if(ne.audio&&!ae.getAudioTracks().length||ne.video&&!ae.getVideoTracks().length)throw ae.getTracks().forEach(le=>{le.stop()}),new DOMException("","NotFoundError");return ae},ae=>Promise.reject(te(ae))))}}}function o(O,K){O.navigator.mediaDevices&&"getDisplayMedia"in O.navigator.mediaDevices||O.navigator.mediaDevices&&(typeof K=="function"?O.navigator.mediaDevices.getDisplayMedia=function(Y){return K(Y).then(X=>{const Z=Y.video&&Y.video.width,te=Y.video&&Y.video.height,Q=Y.video&&Y.video.frameRate;return Y.video={mandatory:{chromeMediaSource:"desktop",chromeMediaSourceId:X,maxFrameRate:Q||3}},Z&&(Y.video.mandatory.maxWidth=Z),te&&(Y.video.mandatory.maxHeight=te),O.navigator.mediaDevices.getUserMedia(Y)})}:console.error("shimGetDisplayMedia: getSourceId argument is not a function"))}function g(O){O.MediaStream=O.MediaStream||O.webkitMediaStream}function m(O){if(typeof O=="object"&&O.RTCPeerConnection&&!("ontrack"in O.RTCPeerConnection.prototype)){Object.defineProperty(O.RTCPeerConnection.prototype,"ontrack",{get(){return this._ontrack},set(Y){this._ontrack&&this.removeEventListener("track",this._ontrack),this.addEventListener("track",this._ontrack=Y)},enumerable:!0,configurable:!0});const K=O.RTCPeerConnection.prototype.setRemoteDescription;O.RTCPeerConnection.prototype.setRemoteDescription=function(){return this._ontrackpoly||(this._ontrackpoly=Y=>{Y.stream.addEventListener("addtrack",X=>{let Z;Z=O.RTCPeerConnection.prototype.getReceivers?this.getReceivers().find(Q=>Q.track&&Q.track.id===X.track.id):{track:X.track};const te=new Event("track");te.track=X.track,te.receiver=Z,te.transceiver={receiver:Z},te.streams=[Y.stream],this.dispatchEvent(te)}),Y.stream.getTracks().forEach(X=>{let Z;Z=O.RTCPeerConnection.prototype.getReceivers?this.getReceivers().find(Q=>Q.track&&Q.track.id===X.id):{track:X};const te=new Event("track");te.track=X,te.receiver=Z,te.transceiver={receiver:Z},te.streams=[Y.stream],this.dispatchEvent(te)})},this.addEventListener("addstream",this._ontrackpoly)),K.apply(this,arguments)}}else e(O,"track",K=>(K.transceiver||Object.defineProperty(K,"transceiver",{value:{receiver:K.receiver}}),K))}function T(O){if(typeof O=="object"&&O.RTCPeerConnection&&!("getSenders"in O.RTCPeerConnection.prototype)&&"createDTMFSender"in O.RTCPeerConnection.prototype){const K=function(Z,te){return{track:te,get dtmf(){return this._dtmf===void 0&&(te.kind==="audio"?this._dtmf=Z.createDTMFSender(te):this._dtmf=null),this._dtmf},_pc:Z}};if(!O.RTCPeerConnection.prototype.getSenders){O.RTCPeerConnection.prototype.getSenders=function(){return this._senders=this._senders||[],this._senders.slice()};const Z=O.RTCPeerConnection.prototype.addTrack;O.RTCPeerConnection.prototype.addTrack=function(Q,oe){let ne=Z.apply(this,arguments);return ne||(ne=K(this,Q),this._senders.push(ne)),ne};const te=O.RTCPeerConnection.prototype.removeTrack;O.RTCPeerConnection.prototype.removeTrack=function(Q){te.apply(this,arguments);const oe=this._senders.indexOf(Q);oe!==-1&&this._senders.splice(oe,1)}}const Y=O.RTCPeerConnection.prototype.addStream;O.RTCPeerConnection.prototype.addStream=function(Z){this._senders=this._senders||[],Y.apply(this,[Z]),Z.getTracks().forEach(te=>{this._senders.push(K(this,te))})};const X=O.RTCPeerConnection.prototype.removeStream;O.RTCPeerConnection.prototype.removeStream=function(Z){this._senders=this._senders||[],X.apply(this,[Z]),Z.getTracks().forEach(te=>{const Q=this._senders.find(oe=>oe.track===te);Q&&this._senders.splice(this._senders.indexOf(Q),1)})}}else if(typeof O=="object"&&O.RTCPeerConnection&&"getSenders"in O.RTCPeerConnection.prototype&&"createDTMFSender"in O.RTCPeerConnection.prototype&&O.RTCRtpSender&&!("dtmf"in O.RTCRtpSender.prototype)){const K=O.RTCPeerConnection.prototype.getSenders;O.RTCPeerConnection.prototype.getSenders=function(){const Y=K.apply(this,[]);return Y.forEach(X=>X._pc=this),Y},Object.defineProperty(O.RTCRtpSender.prototype,"dtmf",{get(){return this._dtmf===void 0&&(this.track.kind==="audio"?this._dtmf=this._pc.createDTMFSender(this.track):this._dtmf=null),this._dtmf}})}}function C(O){if(!O.RTCPeerConnection)return;const K=O.RTCPeerConnection.prototype.getStats;O.RTCPeerConnection.prototype.getStats=function(){const[Y,X,Z]=arguments;if(arguments.length>0&&typeof Y=="function")return K.apply(this,arguments);if(K.length===0&&(arguments.length===0||typeof Y!="function"))return K.apply(this,[]);const te=function(oe){const ne={};return oe.result().forEach(ae=>{const le={id:ae.id,timestamp:ae.timestamp,type:{localcandidate:"local-candidate",remotecandidate:"remote-candidate"}[ae.type]||ae.type};ae.names().forEach(ve=>{le[ve]=ae.stat(ve)}),ne[le.id]=le}),ne},Q=function(oe){return new Map(Object.keys(oe).map(ne=>[ne,oe[ne]]))};if(arguments.length>=2){const oe=function(ne){X(Q(te(ne)))};return K.apply(this,[oe,Y])}return new Promise((oe,ne)=>{K.apply(this,[function(ae){oe(Q(te(ae)))},ne])}).then(X,Z)}}function D(O){if(!(typeof O=="object"&&O.RTCPeerConnection&&O.RTCRtpSender&&O.RTCRtpReceiver))return;if(!("getStats"in O.RTCRtpSender.prototype)){const Y=O.RTCPeerConnection.prototype.getSenders;Y&&(O.RTCPeerConnection.prototype.getSenders=function(){const Z=Y.apply(this,[]);return Z.forEach(te=>te._pc=this),Z});const X=O.RTCPeerConnection.prototype.addTrack;X&&(O.RTCPeerConnection.prototype.addTrack=function(){const Z=X.apply(this,arguments);return Z._pc=this,Z}),O.RTCRtpSender.prototype.getStats=function(){const Z=this;return this._pc.getStats().then(te=>b(te,Z.track,!0))}}if(!("getStats"in O.RTCRtpReceiver.prototype)){const Y=O.RTCPeerConnection.prototype.getReceivers;Y&&(O.RTCPeerConnection.prototype.getReceivers=function(){const X=Y.apply(this,[]);return X.forEach(Z=>Z._pc=this),X}),e(O,"track",X=>(X.receiver._pc=X.srcElement,X)),O.RTCRtpReceiver.prototype.getStats=function(){const X=this;return this._pc.getStats().then(Z=>b(Z,X.track,!1))}}if(!("getStats"in O.RTCRtpSender.prototype)||!("getStats"in O.RTCRtpReceiver.prototype))return;const K=O.RTCPeerConnection.prototype.getStats;O.RTCPeerConnection.prototype.getStats=function(){if(arguments.length>0&&arguments[0]instanceof O.MediaStreamTrack){const Y=arguments[0];let X,Z,te;return this.getSenders().forEach(Q=>{Q.track===Y&&(X?te=!0:X=Q)}),this.getReceivers().forEach(Q=>(Q.track===Y&&(Z?te=!0:Z=Q),Q.track===Y)),te||X&&Z?Promise.reject(new DOMException("There are more than one sender or receiver for the track.","InvalidAccessError")):X?X.getStats():Z?Z.getStats():Promise.reject(new DOMException("There is no sender or receiver for the track.","InvalidAccessError"))}return K.apply(this,arguments)}}function y(O){O.RTCPeerConnection.prototype.getLocalStreams=function(){return this._shimmedLocalStreams=this._shimmedLocalStreams||{},Object.keys(this._shimmedLocalStreams).map(te=>this._shimmedLocalStreams[te][0])};const K=O.RTCPeerConnection.prototype.addTrack;O.RTCPeerConnection.prototype.addTrack=function(te,Q){if(!Q)return K.apply(this,arguments);this._shimmedLocalStreams=this._shimmedLocalStreams||{};const oe=K.apply(this,arguments);return this._shimmedLocalStreams[Q.id]?this._shimmedLocalStreams[Q.id].indexOf(oe)===-1&&this._shimmedLocalStreams[Q.id].push(oe):this._shimmedLocalStreams[Q.id]=[Q,oe],oe};const Y=O.RTCPeerConnection.prototype.addStream;O.RTCPeerConnection.prototype.addStream=function(te){this._shimmedLocalStreams=this._shimmedLocalStreams||{},te.getTracks().forEach(ne=>{if(this.getSenders().find(ae=>ae.track===ne))throw new DOMException("Track already exists.","InvalidAccessError")});const Q=this.getSenders();Y.apply(this,arguments);const oe=this.getSenders().filter(ne=>Q.indexOf(ne)===-1);this._shimmedLocalStreams[te.id]=[te].concat(oe)};const X=O.RTCPeerConnection.prototype.removeStream;O.RTCPeerConnection.prototype.removeStream=function(te){return this._shimmedLocalStreams=this._shimmedLocalStreams||{},delete this._shimmedLocalStreams[te.id],X.apply(this,arguments)};const Z=O.RTCPeerConnection.prototype.removeTrack;O.RTCPeerConnection.prototype.removeTrack=function(te){return this._shimmedLocalStreams=this._shimmedLocalStreams||{},te&&Object.keys(this._shimmedLocalStreams).forEach(Q=>{const oe=this._shimmedLocalStreams[Q].indexOf(te);oe!==-1&&this._shimmedLocalStreams[Q].splice(oe,1),this._shimmedLocalStreams[Q].length===1&&delete this._shimmedLocalStreams[Q]}),Z.apply(this,arguments)}}function A(O,K){if(!O.RTCPeerConnection)return;if(O.RTCPeerConnection.prototype.addTrack&&K.version>=65)return y(O);const Y=O.RTCPeerConnection.prototype.getLocalStreams;O.RTCPeerConnection.prototype.getLocalStreams=function(){const ne=Y.apply(this);return this._reverseStreams=this._reverseStreams||{},ne.map(ae=>this._reverseStreams[ae.id])};const X=O.RTCPeerConnection.prototype.addStream;O.RTCPeerConnection.prototype.addStream=function(ne){if(this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{},ne.getTracks().forEach(ae=>{if(this.getSenders().find(le=>le.track===ae))throw new DOMException("Track already exists.","InvalidAccessError")}),!this._reverseStreams[ne.id]){const ae=new O.MediaStream(ne.getTracks());this._streams[ne.id]=ae,this._reverseStreams[ae.id]=ne,ne=ae}X.apply(this,[ne])};const Z=O.RTCPeerConnection.prototype.removeStream;function te(ne,ae){let le=ae.sdp;return Object.keys(ne._reverseStreams||[]).forEach(ve=>{const be=ne._reverseStreams[ve],je=ne._streams[be.id];le=le.replace(new RegExp(je.id,"g"),be.id)}),new RTCSessionDescription({type:ae.type,sdp:le})}O.RTCPeerConnection.prototype.removeStream=function(ne){this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{},Z.apply(this,[this._streams[ne.id]||ne]),delete this._reverseStreams[this._streams[ne.id]?this._streams[ne.id].id:ne.id],delete this._streams[ne.id]},O.RTCPeerConnection.prototype.addTrack=function(ne,ae){if(this.signalingState==="closed")throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");const le=[].slice.call(arguments,1);if(le.length!==1||!le[0].getTracks().find(be=>be===ne))throw new DOMException("The adapter.js addTrack polyfill only supports a single stream which is associated with the specified track.","NotSupportedError");if(this.getSenders().find(be=>be.track===ne))throw new DOMException("Track already exists.","InvalidAccessError");this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{};const ve=this._streams[ae.id];if(ve)ve.addTrack(ne),Promise.resolve().then(()=>{this.dispatchEvent(new Event("negotiationneeded"))});else{const be=new O.MediaStream([ne]);this._streams[ae.id]=be,this._reverseStreams[be.id]=ae,this.addStream(be)}return this.getSenders().find(be=>be.track===ne)},["createOffer","createAnswer"].forEach(function(ne){const ae=O.RTCPeerConnection.prototype[ne],le={[ne](){const ve=arguments;return arguments.length&&typeof arguments[0]=="function"?ae.apply(this,[be=>{const je=te(this,be);ve[0].apply(null,[je])},be=>{ve[1]&&ve[1].apply(null,be)},arguments[2]]):ae.apply(this,arguments).then(be=>te(this,be))}};O.RTCPeerConnection.prototype[ne]=le[ne]});const Q=O.RTCPeerConnection.prototype.setLocalDescription;O.RTCPeerConnection.prototype.setLocalDescription=function(){return arguments.length&&arguments[0].type?(arguments[0]=function(ne,ae){let le=ae.sdp;return Object.keys(ne._reverseStreams||[]).forEach(ve=>{const be=ne._reverseStreams[ve],je=ne._streams[be.id];le=le.replace(new RegExp(be.id,"g"),je.id)}),new RTCSessionDescription({type:ae.type,sdp:le})}(this,arguments[0]),Q.apply(this,arguments)):Q.apply(this,arguments)};const oe=Object.getOwnPropertyDescriptor(O.RTCPeerConnection.prototype,"localDescription");Object.defineProperty(O.RTCPeerConnection.prototype,"localDescription",{get(){const ne=oe.get.apply(this);return ne.type===""?ne:te(this,ne)}}),O.RTCPeerConnection.prototype.removeTrack=function(ne){if(this.signalingState==="closed")throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");if(!ne._pc)throw new DOMException("Argument 1 of RTCPeerConnection.removeTrack does not implement interface RTCRtpSender.","TypeError");if(ne._pc!==this)throw new DOMException("Sender was not created by this connection.","InvalidAccessError");let ae;this._streams=this._streams||{},Object.keys(this._streams).forEach(le=>{this._streams[le].getTracks().find(ve=>ne.track===ve)&&(ae=this._streams[le])}),ae&&(ae.getTracks().length===1?this.removeStream(this._reverseStreams[ae.id]):ae.removeTrack(ne.track),this.dispatchEvent(new Event("negotiationneeded")))}}function w(O,K){!O.RTCPeerConnection&&O.webkitRTCPeerConnection&&(O.RTCPeerConnection=O.webkitRTCPeerConnection),O.RTCPeerConnection&&K.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach(function(Y){const X=O.RTCPeerConnection.prototype[Y],Z={[Y](){return arguments[0]=new(Y==="addIceCandidate"?O.RTCIceCandidate:O.RTCSessionDescription)(arguments[0]),X.apply(this,arguments)}};O.RTCPeerConnection.prototype[Y]=Z[Y]})}function j(O,K){e(O,"negotiationneeded",Y=>{const X=Y.target;if(!(K.version<72||X.getConfiguration&&X.getConfiguration().sdpSemantics==="plan-b")||X.signalingState==="stable")return Y})}var I=x(6677),H=x.n(I);function F(O){const K=O&&O.navigator,Y=K.mediaDevices.getUserMedia.bind(K.mediaDevices);K.mediaDevices.getUserMedia=function(X){return Y(X).catch(Z=>Promise.reject(function(te){return{name:{PermissionDeniedError:"NotAllowedError"}[te.name]||te.name,message:te.message,constraint:te.constraint,toString(){return this.name}}}(Z)))}}function U(O){"getDisplayMedia"in O.navigator&&O.navigator.mediaDevices&&(O.navigator.mediaDevices&&"getDisplayMedia"in O.navigator.mediaDevices||(O.navigator.mediaDevices.getDisplayMedia=O.navigator.getDisplayMedia.bind(O.navigator)))}function B(O,K){if(O.RTCIceGatherer&&(O.RTCIceCandidate||(O.RTCIceCandidate=function(X){return X}),O.RTCSessionDescription||(O.RTCSessionDescription=function(X){return X}),K.version<15025)){const X=Object.getOwnPropertyDescriptor(O.MediaStreamTrack.prototype,"enabled");Object.defineProperty(O.MediaStreamTrack.prototype,"enabled",{set(Z){X.set.call(this,Z);const te=new Event("enabled");te.enabled=Z,this.dispatchEvent(te)}})}O.RTCRtpSender&&!("dtmf"in O.RTCRtpSender.prototype)&&Object.defineProperty(O.RTCRtpSender.prototype,"dtmf",{get(){return this._dtmf===void 0&&(this.track.kind==="audio"?this._dtmf=new O.RTCDtmfSender(this):this.track.kind==="video"&&(this._dtmf=null)),this._dtmf}}),O.RTCDtmfSender&&!O.RTCDTMFSender&&(O.RTCDTMFSender=O.RTCDtmfSender);const Y=H()(O,K.version);O.RTCPeerConnection=function(X){return X&&X.iceServers&&(X.iceServers=function(Z){let te=!1;return(Z=JSON.parse(JSON.stringify(Z))).filter(Q=>{if(Q&&(Q.urls||Q.url)){let oe=Q.urls||Q.url;Q.url&&!Q.urls&&t("RTCIceServer.url","RTCIceServer.urls");const ne=typeof oe=="string";return ne&&(oe=[oe]),oe=oe.filter(ae=>{if(ae.indexOf("stun:")===0)return!1;const le=ae.startsWith("turn")&&!ae.startsWith("turn:[")&&ae.includes("transport=udp");return le&&!te?(te=!0,!0):le&&!te}),delete Q.url,Q.urls=ne?oe[0]:oe,!!oe.length}})}(X.iceServers,K.version),s("ICE servers after filtering:",X.iceServers)),new Y(X)},O.RTCPeerConnection.prototype=Y.prototype}function k(O){O.RTCRtpSender&&!("replaceTrack"in O.RTCRtpSender.prototype)&&(O.RTCRtpSender.prototype.replaceTrack=O.RTCRtpSender.prototype.setTrack)}function V(O,K){const Y=O&&O.navigator,X=O&&O.MediaStreamTrack;if(Y.getUserMedia=function(Z,te,Q){t("navigator.getUserMedia","navigator.mediaDevices.getUserMedia"),Y.mediaDevices.getUserMedia(Z).then(te,Q)},!(K.version>55&&"autoGainControl"in Y.mediaDevices.getSupportedConstraints())){const Z=function(Q,oe,ne){oe in Q&&!(ne in Q)&&(Q[ne]=Q[oe],delete Q[oe])},te=Y.mediaDevices.getUserMedia.bind(Y.mediaDevices);if(Y.mediaDevices.getUserMedia=function(Q){return typeof Q=="object"&&typeof Q.audio=="object"&&(Q=JSON.parse(JSON.stringify(Q)),Z(Q.audio,"autoGainControl","mozAutoGainControl"),Z(Q.audio,"noiseSuppression","mozNoiseSuppression")),te(Q)},X&&X.prototype.getSettings){const Q=X.prototype.getSettings;X.prototype.getSettings=function(){const oe=Q.apply(this,arguments);return Z(oe,"mozAutoGainControl","autoGainControl"),Z(oe,"mozNoiseSuppression","noiseSuppression"),oe}}if(X&&X.prototype.applyConstraints){const Q=X.prototype.applyConstraints;X.prototype.applyConstraints=function(oe){return this.kind==="audio"&&typeof oe=="object"&&(oe=JSON.parse(JSON.stringify(oe)),Z(oe,"autoGainControl","mozAutoGainControl"),Z(oe,"noiseSuppression","mozNoiseSuppression")),Q.apply(this,[oe])}}}}function G(O,K){O.navigator.mediaDevices&&"getDisplayMedia"in O.navigator.mediaDevices||O.navigator.mediaDevices&&(O.navigator.mediaDevices.getDisplayMedia=function(Y){if(!Y||!Y.video){const X=new DOMException("getDisplayMedia without video constraints is undefined");return X.name="NotFoundError",X.code=8,Promise.reject(X)}return Y.video===!0?Y.video={mediaSource:K}:Y.video.mediaSource=K,O.navigator.mediaDevices.getUserMedia(Y)})}function q(O){typeof O=="object"&&O.RTCTrackEvent&&"receiver"in O.RTCTrackEvent.prototype&&!("transceiver"in O.RTCTrackEvent.prototype)&&Object.defineProperty(O.RTCTrackEvent.prototype,"transceiver",{get(){return{receiver:this.receiver}}})}function z(O,K){if(typeof O!="object"||!O.RTCPeerConnection&&!O.mozRTCPeerConnection)return;!O.RTCPeerConnection&&O.mozRTCPeerConnection&&(O.RTCPeerConnection=O.mozRTCPeerConnection),K.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach(function(Z){const te=O.RTCPeerConnection.prototype[Z],Q={[Z](){return arguments[0]=new(Z==="addIceCandidate"?O.RTCIceCandidate:O.RTCSessionDescription)(arguments[0]),te.apply(this,arguments)}};O.RTCPeerConnection.prototype[Z]=Q[Z]});const Y={inboundrtp:"inbound-rtp",outboundrtp:"outbound-rtp",candidatepair:"candidate-pair",localcandidate:"local-candidate",remotecandidate:"remote-candidate"},X=O.RTCPeerConnection.prototype.getStats;O.RTCPeerConnection.prototype.getStats=function(){const[Z,te,Q]=arguments;return X.apply(this,[Z||null]).then(oe=>{if(K.version<53&&!te)try{oe.forEach(ne=>{ne.type=Y[ne.type]||ne.type})}catch(ne){if(ne.name!=="TypeError")throw ne;oe.forEach((ae,le)=>{oe.set(le,Object.assign({},ae,{type:Y[ae.type]||ae.type}))})}return oe}).then(te,Q)}}function $(O){if(typeof O!="object"||!O.RTCPeerConnection||!O.RTCRtpSender||O.RTCRtpSender&&"getStats"in O.RTCRtpSender.prototype)return;const K=O.RTCPeerConnection.prototype.getSenders;K&&(O.RTCPeerConnection.prototype.getSenders=function(){const X=K.apply(this,[]);return X.forEach(Z=>Z._pc=this),X});const Y=O.RTCPeerConnection.prototype.addTrack;Y&&(O.RTCPeerConnection.prototype.addTrack=function(){const X=Y.apply(this,arguments);return X._pc=this,X}),O.RTCRtpSender.prototype.getStats=function(){return this.track?this._pc.getStats(this.track):Promise.resolve(new Map)}}function re(O){if(typeof O!="object"||!O.RTCPeerConnection||!O.RTCRtpSender||O.RTCRtpSender&&"getStats"in O.RTCRtpReceiver.prototype)return;const K=O.RTCPeerConnection.prototype.getReceivers;K&&(O.RTCPeerConnection.prototype.getReceivers=function(){const Y=K.apply(this,[]);return Y.forEach(X=>X._pc=this),Y}),e(O,"track",Y=>(Y.receiver._pc=Y.srcElement,Y)),O.RTCRtpReceiver.prototype.getStats=function(){return this._pc.getStats(this.track)}}function ee(O){O.RTCPeerConnection&&!("removeStream"in O.RTCPeerConnection.prototype)&&(O.RTCPeerConnection.prototype.removeStream=function(K){t("removeStream","removeTrack"),this.getSenders().forEach(Y=>{Y.track&&K.getTracks().includes(Y.track)&&this.removeTrack(Y)})})}function ie(O){O.DataChannel&&!O.RTCDataChannel&&(O.RTCDataChannel=O.DataChannel)}function se(O){if(typeof O!="object"||!O.RTCPeerConnection)return;const K=O.RTCPeerConnection.prototype.addTransceiver;K&&(O.RTCPeerConnection.prototype.addTransceiver=function(){this.setParametersPromises=[];const Y=arguments[1],X=Y&&"sendEncodings"in Y;X&&Y.sendEncodings.forEach(te=>{if("rid"in te&&!/^[a-z0-9]{0,16}$/i.test(te.rid))throw new TypeError("Invalid RID value provided.");if("scaleResolutionDownBy"in te&&!(parseFloat(te.scaleResolutionDownBy)>=1))throw new RangeError("scale_resolution_down_by must be >= 1.0");if("maxFramerate"in te&&!(parseFloat(te.maxFramerate)>=0))throw new RangeError("max_framerate must be >= 0.0")});const Z=K.apply(this,arguments);if(X){const{sender:te}=Z,Q=te.getParameters();(!("encodings"in Q)||Q.encodings.length===1&&Object.keys(Q.encodings[0]).length===0)&&(Q.encodings=Y.sendEncodings,te.sendEncodings=Y.sendEncodings,this.setParametersPromises.push(te.setParameters(Q).then(()=>{delete te.sendEncodings}).catch(()=>{delete te.sendEncodings})))}return Z})}function ce(O){if(typeof O!="object"||!O.RTCRtpSender)return;const K=O.RTCRtpSender.prototype.getParameters;K&&(O.RTCRtpSender.prototype.getParameters=function(){const Y=K.apply(this,arguments);return"encodings"in Y||(Y.encodings=[].concat(this.sendEncodings||[{}])),Y})}function ue(O){if(typeof O!="object"||!O.RTCPeerConnection)return;const K=O.RTCPeerConnection.prototype.createOffer;O.RTCPeerConnection.prototype.createOffer=function(){return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then(()=>K.apply(this,arguments)).finally(()=>{this.setParametersPromises=[]}):K.apply(this,arguments)}}function de(O){if(typeof O!="object"||!O.RTCPeerConnection)return;const K=O.RTCPeerConnection.prototype.createAnswer;O.RTCPeerConnection.prototype.createAnswer=function(){return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then(()=>K.apply(this,arguments)).finally(()=>{this.setParametersPromises=[]}):K.apply(this,arguments)}}function pe(O){if(typeof O=="object"&&O.RTCPeerConnection){if("getLocalStreams"in O.RTCPeerConnection.prototype||(O.RTCPeerConnection.prototype.getLocalStreams=function(){return this._localStreams||(this._localStreams=[]),this._localStreams}),!("addStream"in O.RTCPeerConnection.prototype)){const K=O.RTCPeerConnection.prototype.addTrack;O.RTCPeerConnection.prototype.addStream=function(Y){this._localStreams||(this._localStreams=[]),this._localStreams.includes(Y)||this._localStreams.push(Y),Y.getAudioTracks().forEach(X=>K.call(this,X,Y)),Y.getVideoTracks().forEach(X=>K.call(this,X,Y))},O.RTCPeerConnection.prototype.addTrack=function(Y,...X){return X&&X.forEach(Z=>{this._localStreams?this._localStreams.includes(Z)||this._localStreams.push(Z):this._localStreams=[Z]}),K.apply(this,arguments)}}"removeStream"in O.RTCPeerConnection.prototype||(O.RTCPeerConnection.prototype.removeStream=function(K){this._localStreams||(this._localStreams=[]);const Y=this._localStreams.indexOf(K);if(Y===-1)return;this._localStreams.splice(Y,1);const X=K.getTracks();this.getSenders().forEach(Z=>{X.includes(Z.track)&&this.removeTrack(Z)})})}}function Ee(O){if(typeof O=="object"&&O.RTCPeerConnection&&("getRemoteStreams"in O.RTCPeerConnection.prototype||(O.RTCPeerConnection.prototype.getRemoteStreams=function(){return this._remoteStreams?this._remoteStreams:[]}),!("onaddstream"in O.RTCPeerConnection.prototype))){Object.defineProperty(O.RTCPeerConnection.prototype,"onaddstream",{get(){return this._onaddstream},set(Y){this._onaddstream&&(this.removeEventListener("addstream",this._onaddstream),this.removeEventListener("track",this._onaddstreampoly)),this.addEventListener("addstream",this._onaddstream=Y),this.addEventListener("track",this._onaddstreampoly=X=>{X.streams.forEach(Z=>{if(this._remoteStreams||(this._remoteStreams=[]),this._remoteStreams.includes(Z))return;this._remoteStreams.push(Z);const te=new Event("addstream");te.stream=Z,this.dispatchEvent(te)})})}});const K=O.RTCPeerConnection.prototype.setRemoteDescription;O.RTCPeerConnection.prototype.setRemoteDescription=function(){const Y=this;return this._onaddstreampoly||this.addEventListener("track",this._onaddstreampoly=function(X){X.streams.forEach(Z=>{if(Y._remoteStreams||(Y._remoteStreams=[]),Y._remoteStreams.indexOf(Z)>=0)return;Y._remoteStreams.push(Z);const te=new Event("addstream");te.stream=Z,Y.dispatchEvent(te)})}),K.apply(Y,arguments)}}}function he(O){if(typeof O!="object"||!O.RTCPeerConnection)return;const K=O.RTCPeerConnection.prototype,Y=K.createOffer,X=K.createAnswer,Z=K.setLocalDescription,te=K.setRemoteDescription,Q=K.addIceCandidate;K.createOffer=function(ne,ae){const le=arguments.length>=2?arguments[2]:arguments[0],ve=Y.apply(this,[le]);return ae?(ve.then(ne,ae),Promise.resolve()):ve},K.createAnswer=function(ne,ae){const le=arguments.length>=2?arguments[2]:arguments[0],ve=X.apply(this,[le]);return ae?(ve.then(ne,ae),Promise.resolve()):ve};let oe=function(ne,ae,le){const ve=Z.apply(this,[ne]);return le?(ve.then(ae,le),Promise.resolve()):ve};K.setLocalDescription=oe,oe=function(ne,ae,le){const ve=te.apply(this,[ne]);return le?(ve.then(ae,le),Promise.resolve()):ve},K.setRemoteDescription=oe,oe=function(ne,ae,le){const ve=Q.apply(this,[ne]);return le?(ve.then(ae,le),Promise.resolve()):ve},K.addIceCandidate=oe}function fe(O){const K=O&&O.navigator;if(K.mediaDevices&&K.mediaDevices.getUserMedia){const Y=K.mediaDevices,X=Y.getUserMedia.bind(Y);K.mediaDevices.getUserMedia=Z=>X(me(Z))}!K.getUserMedia&&K.mediaDevices&&K.mediaDevices.getUserMedia&&(K.getUserMedia=function(Y,X,Z){K.mediaDevices.getUserMedia(Y).then(X,Z)}.bind(K))}function me(O){return O&&O.video!==void 0?Object.assign({},O,{video:l(O.video)}):O}function ge(O){if(!O.RTCPeerConnection)return;const K=O.RTCPeerConnection;O.RTCPeerConnection=function(Y,X){if(Y&&Y.iceServers){const Z=[];for(let te=0;te<Y.iceServers.length;te++){let Q=Y.iceServers[te];!Q.hasOwnProperty("urls")&&Q.hasOwnProperty("url")?(t("RTCIceServer.url","RTCIceServer.urls"),Q=JSON.parse(JSON.stringify(Q)),Q.urls=Q.url,delete Q.url,Z.push(Q)):Z.push(Y.iceServers[te])}Y.iceServers=Z}return new K(Y,X)},O.RTCPeerConnection.prototype=K.prototype,"generateCertificate"in K&&Object.defineProperty(O.RTCPeerConnection,"generateCertificate",{get:()=>K.generateCertificate})}function _e(O){typeof O=="object"&&O.RTCTrackEvent&&"receiver"in O.RTCTrackEvent.prototype&&!("transceiver"in O.RTCTrackEvent.prototype)&&Object.defineProperty(O.RTCTrackEvent.prototype,"transceiver",{get(){return{receiver:this.receiver}}})}function Re(O){const K=O.RTCPeerConnection.prototype.createOffer;O.RTCPeerConnection.prototype.createOffer=function(Y){if(Y){Y.offerToReceiveAudio!==void 0&&(Y.offerToReceiveAudio=!!Y.offerToReceiveAudio);const X=this.getTransceivers().find(te=>te.receiver.track.kind==="audio");Y.offerToReceiveAudio===!1&&X?X.direction==="sendrecv"?X.setDirection?X.setDirection("sendonly"):X.direction="sendonly":X.direction==="recvonly"&&(X.setDirection?X.setDirection("inactive"):X.direction="inactive"):Y.offerToReceiveAudio!==!0||X||this.addTransceiver("audio"),Y.offerToReceiveVideo!==void 0&&(Y.offerToReceiveVideo=!!Y.offerToReceiveVideo);const Z=this.getTransceivers().find(te=>te.receiver.track.kind==="video");Y.offerToReceiveVideo===!1&&Z?Z.direction==="sendrecv"?Z.setDirection?Z.setDirection("sendonly"):Z.direction="sendonly":Z.direction==="recvonly"&&(Z.setDirection?Z.setDirection("inactive"):Z.direction="inactive"):Y.offerToReceiveVideo!==!0||Z||this.addTransceiver("video")}return K.apply(this,arguments)}}function Te(O){typeof O!="object"||O.AudioContext||(O.AudioContext=O.webkitAudioContext)}var Ne=x(7963),ke=x.n(Ne);function we(O){if(!O.RTCIceCandidate||O.RTCIceCandidate&&"foundation"in O.RTCIceCandidate.prototype)return;const K=O.RTCIceCandidate;O.RTCIceCandidate=function(Y){if(typeof Y=="object"&&Y.candidate&&Y.candidate.indexOf("a=")===0&&((Y=JSON.parse(JSON.stringify(Y))).candidate=Y.candidate.substr(2)),Y.candidate&&Y.candidate.length){const X=new K(Y),Z=ke().parseCandidate(Y.candidate),te=Object.assign(X,Z);return te.toJSON=function(){return{candidate:te.candidate,sdpMid:te.sdpMid,sdpMLineIndex:te.sdpMLineIndex,usernameFragment:te.usernameFragment}},te}return new K(Y)},O.RTCIceCandidate.prototype=K.prototype,e(O,"icecandidate",Y=>(Y.candidate&&Object.defineProperty(Y,"candidate",{value:new O.RTCIceCandidate(Y.candidate),writable:"false"}),Y))}function Ce(O,K){if(!O.RTCPeerConnection)return;"sctp"in O.RTCPeerConnection.prototype||Object.defineProperty(O.RTCPeerConnection.prototype,"sctp",{get(){return this._sctp===void 0?null:this._sctp}});const Y=O.RTCPeerConnection.prototype.setRemoteDescription;O.RTCPeerConnection.prototype.setRemoteDescription=function(){if(this._sctp=null,K.browser==="chrome"&&K.version>=76){const{sdpSemantics:X}=this.getConfiguration();X==="plan-b"&&Object.defineProperty(this,"sctp",{get(){return this._sctp===void 0?null:this._sctp},enumerable:!0,configurable:!0})}if(function(X){if(!X||!X.sdp)return!1;const Z=ke().splitSections(X.sdp);return Z.shift(),Z.some(te=>{const Q=ke().parseMLine(te);return Q&&Q.kind==="application"&&Q.protocol.indexOf("SCTP")!==-1})}(arguments[0])){const X=function(ne){const ae=ne.sdp.match(/mozilla...THIS_IS_SDPARTA-(\d+)/);if(ae===null||ae.length<2)return-1;const le=parseInt(ae[1],10);return le!=le?-1:le}(arguments[0]),Z=function(ne){let ae=65536;return K.browser==="firefox"&&(ae=K.version<57?ne===-1?16384:2147483637:K.version<60?K.version===57?65535:65536:2147483637),ae}(X),te=function(ne,ae){let le=65536;K.browser==="firefox"&&K.version===57&&(le=65535);const ve=ke().matchPrefix(ne.sdp,"a=max-message-size:");return ve.length>0?le=parseInt(ve[0].substr(19),10):K.browser==="firefox"&&ae!==-1&&(le=2147483637),le}(arguments[0],X);let Q;Q=Z===0&&te===0?Number.POSITIVE_INFINITY:Z===0||te===0?Math.max(Z,te):Math.min(Z,te);const oe={};Object.defineProperty(oe,"maxMessageSize",{get:()=>Q}),this._sctp=oe}return Y.apply(this,arguments)}}function Ae(O){if(!O.RTCPeerConnection||!("createDataChannel"in O.RTCPeerConnection.prototype))return;function K(X,Z){const te=X.send;X.send=function(){const Q=arguments[0],oe=Q.length||Q.size||Q.byteLength;if(X.readyState==="open"&&Z.sctp&&oe>Z.sctp.maxMessageSize)throw new TypeError("Message too large (can send a maximum of "+Z.sctp.maxMessageSize+" bytes)");return te.apply(X,arguments)}}const Y=O.RTCPeerConnection.prototype.createDataChannel;O.RTCPeerConnection.prototype.createDataChannel=function(){const X=Y.apply(this,arguments);return K(X,this),X},e(O,"datachannel",X=>(K(X.channel,X.target),X))}function Pe(O){if(!O.RTCPeerConnection||"connectionState"in O.RTCPeerConnection.prototype)return;const K=O.RTCPeerConnection.prototype;Object.defineProperty(K,"connectionState",{get(){return{completed:"connected",checking:"connecting"}[this.iceConnectionState]||this.iceConnectionState},enumerable:!0,configurable:!0}),Object.defineProperty(K,"onconnectionstatechange",{get(){return this._onconnectionstatechange||null},set(Y){this._onconnectionstatechange&&(this.removeEventListener("connectionstatechange",this._onconnectionstatechange),delete this._onconnectionstatechange),Y&&this.addEventListener("connectionstatechange",this._onconnectionstatechange=Y)},enumerable:!0,configurable:!0}),["setLocalDescription","setRemoteDescription"].forEach(Y=>{const X=K[Y];K[Y]=function(){return this._connectionstatechangepoly||(this._connectionstatechangepoly=Z=>{const te=Z.target;if(te._lastConnectionState!==te.connectionState){te._lastConnectionState=te.connectionState;const Q=new Event("connectionstatechange",Z);te.dispatchEvent(Q)}return Z},this.addEventListener("iceconnectionstatechange",this._connectionstatechangepoly)),X.apply(this,arguments)}})}function Oe(O,K){if(!O.RTCPeerConnection||K.browser==="chrome"&&K.version>=71||K.browser==="safari"&&K.version>=605)return;const Y=O.RTCPeerConnection.prototype.setRemoteDescription;O.RTCPeerConnection.prototype.setRemoteDescription=function(X){if(X&&X.sdp&&X.sdp.indexOf(`
|
|
137
|
+
`},T.writeMediaSection=function(_,m,d,f){var y=T.writeRtpDescription(_.kind,m);if(y+=T.writeIceParameters(_.iceGatherer.getLocalParameters()),y+=T.writeDtlsParameters(_.dtlsTransport.getLocalParameters(),d==="offer"?"actpass":"active"),y+="a=mid:"+_.mid+`\r
|
|
138
|
+
`,_.direction?y+="a="+_.direction+`\r
|
|
139
|
+
`:_.rtpSender&&_.rtpReceiver?y+=`a=sendrecv\r
|
|
140
|
+
`:_.rtpSender?y+=`a=sendonly\r
|
|
141
|
+
`:_.rtpReceiver?y+=`a=recvonly\r
|
|
142
|
+
`:y+=`a=inactive\r
|
|
143
|
+
`,_.rtpSender){var v="msid:"+f.id+" "+_.rtpSender.track.id+`\r
|
|
144
|
+
`;y+="a="+v,y+="a=ssrc:"+_.sendEncodingParameters[0].ssrc+" "+v,_.sendEncodingParameters[0].rtx&&(y+="a=ssrc:"+_.sendEncodingParameters[0].rtx.ssrc+" "+v,y+="a=ssrc-group:FID "+_.sendEncodingParameters[0].ssrc+" "+_.sendEncodingParameters[0].rtx.ssrc+`\r
|
|
145
|
+
`)}return y+="a=ssrc:"+_.sendEncodingParameters[0].ssrc+" cname:"+T.localCName+`\r
|
|
146
|
+
`,_.rtpSender&&_.sendEncodingParameters[0].rtx&&(y+="a=ssrc:"+_.sendEncodingParameters[0].rtx.ssrc+" cname:"+T.localCName+`\r
|
|
147
|
+
`),y},T.getDirection=function(_,m){for(var d=T.splitLines(_),f=0;f<d.length;f++)switch(d[f]){case"a=sendrecv":case"a=sendonly":case"a=recvonly":case"a=inactive":return d[f].substr(2)}return m?T.getDirection(m):"sendrecv"},T.getKind=function(_){return T.splitLines(_)[0].split(" ")[0].substr(2)},T.isRejected=function(_){return _.split(" ",2)[1]==="0"},T.parseMLine=function(_){var m=T.splitLines(_)[0].substr(2).split(" ");return{kind:m[0],port:parseInt(m[1],10),protocol:m[2],fmt:m.slice(3).join(" ")}},T.parseOLine=function(_){var m=T.matchPrefix(_,"o=")[0].substr(2).split(" ");return{username:m[0],sessionId:m[1],sessionVersion:parseInt(m[2],10),netType:m[3],addressType:m[4],address:m[5]}},T.isValidSDP=function(_){if(typeof _!="string"||_.length===0)return!1;for(var m=T.splitLines(_),d=0;d<m.length;d++)if(m[d].length<2||m[d].charAt(1)!=="=")return!1;return!0},j.exports=T},4845:function(j,T,_){var m=this&&this.__assign||function(){return m=Object.assign||function(n){for(var u,h=1,S=arguments.length;h<S;h++)for(var x in u=arguments[h])Object.prototype.hasOwnProperty.call(u,x)&&(n[x]=u[x]);return n},m.apply(this,arguments)},d=this&&this.__importDefault||function(n){return n&&n.__esModule?n:{default:n}};Object.defineProperty(T,"__esModule",{value:!0}),T.AliRTS=void 0;var f=_(2550),y=_(9428),v=_(3412),s=_(7668),c=_(233),a=d(_(2818)),e=_(5259),r=_(7989),i=_(6420),o=_(1698),t=function(){function n(){}return n.createClient=function(u){var h=u||{};return h.customReporter||(h.customReporter=n.customReporter),h.trackLog===void 0&&(h.trackLog=n.trackLog),o.configProvider.setContext(h),new s.RtsClient(h)},n.getMicList=function(){var u=this;return new Promise(function(h,S){u.deviceManager.getMicList().then(function(x){h(x)}).catch(function(x){S(x)})})},n.getCameraList=function(){var u=this;return new Promise(function(h,S){u.deviceManager.getCameraList().then(function(x){h(x)}).catch(function(x){S(x)})})},n.getSpeakerList=function(){var u=this;return new Promise(function(h,S){u.deviceManager.getSpeakerList().then(function(x){h(x)}).catch(function(x){S(x)})})},n.createStream=function(u){return new Promise(function(h,S){var x=new f.LocalStream,E=new a.default({customReporter:n.customReporter,trackLog:n.trackLog});x.init(u).then(function(){h(x),E.reportStreamCreated(u,{videoTrack:!!x.videoTrack,audioTrack:!!x.audioTrack,screenAudio:!!x.screenAudioTrack,surface:x.screenSurfaceType})}).catch(function(p){var b=m(m({},p),{relatedLink:p.extraInfo});delete b.extraInfo,S(b),E.reportErrorInfo(y.ErrorCode.ERROR_INIT_LOCAL_FAIL,p.message,p.traceId,{config:u,originErr:p})})})},n.deviceManager=new v.BrowserDeviceManager,n.BrowserUtil=c.BrowserUtil,n.SystenUtil=c.SystemUtil,n.SupportUtil=r.SupportUtil,n.Clock=i.Clock,n.VideoProfileMap=e.VideoProfileMap,n.ScreenProfileMap=e.ScreenProfileMap,n.AudioProfileMap=e.AudioProfileMap,n.ErrorCode=y.ErrorCode,n.customReporter=function(){},n.trackLog=!0,n}();T.AliRTS=t},7028:(j,T)=>{Object.defineProperty(T,"__esModule",{value:!0}),T.default={version:"2.13.0",protocol_version:2,sdk_version:"0.0.1"}},9428:(j,T)=>{var _,m;Object.defineProperty(T,"__esModule",{value:!0}),T.PUB_RECONNECT_ERROR_LIST=T.RECONNECT_ERROR_EXCLUDE_LIST=T.SUB_RECONNECT_ERROR_LIST=T.DeviceErrorCode=T.ErrorCode=void 0,function(d){d[d.ERROR_DEVICE_UNKNOWNERROR=1e4]="ERROR_DEVICE_UNKNOWNERROR",d[d.ERROR_DEVICE_AUDIODEVICE_NOTFOUND=10001]="ERROR_DEVICE_AUDIODEVICE_NOTFOUND",d[d.ERROR_DEVICE_VIDEODEVICE_NOTFOUND=10002]="ERROR_DEVICE_VIDEODEVICE_NOTFOUND",d[d.ERROR_DEVICE_NOTFOUND=10020]="ERROR_DEVICE_NOTFOUND",d[d.ERROR_DEVICE_AUDIODEVICE_NOTALLOWED=10003]="ERROR_DEVICE_AUDIODEVICE_NOTALLOWED",d[d.ERROR_DEVICE_VIDEODEVICE_NOTALLOWED=10004]="ERROR_DEVICE_VIDEODEVICE_NOTALLOWED",d[d.ERROR_DEVICE_NOTALLOWED=10021]="ERROR_DEVICE_NOTALLOWED",d[d.ERROR_DEVICE_AUDIODEVICE_NOTREADABLE=10005]="ERROR_DEVICE_AUDIODEVICE_NOTREADABLE",d[d.ERROR_DEVICE_VIDEODEVICE_NOTREADABLE=10006]="ERROR_DEVICE_VIDEODEVICE_NOTREADABLE",d[d.ERROR_DEVICE_NOTREADABLE=10022]="ERROR_DEVICE_NOTREADABLE",d[d.ERROR_DEIVCE_CONSTRAINEDERROR=10007]="ERROR_DEIVCE_CONSTRAINEDERROR",d[d.ERROR_SCREENSHARE_UNKNOWNERRO=10010]="ERROR_SCREENSHARE_UNKNOWNERRO",d[d.ERROR_SCREENSHARE_NOTALLOWED=10011]="ERROR_SCREENSHARE_NOTALLOWED",d[d.ERROR_SCREENSHARE_ENDED=10012]="ERROR_SCREENSHARE_ENDED",d[d.ERROR_SCREENSHARE_NOPERMISSION=10013]="ERROR_SCREENSHARE_NOPERMISSION",d[d.ERROR_SCREENSHARE_INVALIDACCESS=10014]="ERROR_SCREENSHARE_INVALIDACCESS",d[d.ERROR_SCREENSHARE_NOTSUPPORT=10018]="ERROR_SCREENSHARE_NOTSUPPORT",d[d.ERROR_DEVICE_NOTSUPPORT=10019]="ERROR_DEVICE_NOTSUPPORT",d[d.ERROR_SIGNAL_ERROR=10101]="ERROR_SIGNAL_ERROR",d[d.ERROR_PLAY_FAILED=10102]="ERROR_PLAY_FAILED",d[d.ERROR_NOTSUPPORT_WEBRTC=10110]="ERROR_NOTSUPPORT_WEBRTC",d[d.ERROR_BROWSER_NOTSUPPORT=10111]="ERROR_BROWSER_NOTSUPPORT",d[d.ERROR_BROWSER_VERSIONLOW=10112]="ERROR_BROWSER_VERSIONLOW",d[d.ERROR_NOTSUPPORT_H264=10113]="ERROR_NOTSUPPORT_H264",d[d.ERROR_CREATEOFFER=10114]="ERROR_CREATEOFFER",d[d.ERROR_NO_DATACHANNEL=10115]="ERROR_NO_DATACHANNEL",d[d.ERROR_INIT_LOCAL_FAIL=10116]="ERROR_INIT_LOCAL_FAIL",d[d.ERROR_HEMLELEMENT_NOTMATCH=10125]="ERROR_HEMLELEMENT_NOTMATCH",d[d.ERROR_AUTOPLAY_ERROR=10201]="ERROR_AUTOPLAY_ERROR",d[d.ERROR_PLAY_URL=10202]="ERROR_PLAY_URL",d[d.ERROR_SUBSCRIBE_NOTHING=10203]="ERROR_SUBSCRIBE_NOTHING",d[d.ERROR_HTMLELEMENT_ERROR=10204]="ERROR_HTMLELEMENT_ERROR",d[d.ERROR_HTTPREQUEST_ERROR=10205]="ERROR_HTTPREQUEST_ERROR",d[d.ERROR_ANSWER_ERROR=10206]="ERROR_ANSWER_ERROR",d[d.ERROR_INBOUND_TIMEOUT=10207]="ERROR_INBOUND_TIMEOUT",d[d.ERROR_STREAM_ENDED=10208]="ERROR_STREAM_ENDED",d[d.ERROR_PC_DISCONNECTED=10209]="ERROR_PC_DISCONNECTED",d[d.ERROR_TRANSPORT_CLOSED=10210]="ERROR_TRANSPORT_CLOSED",d[d.ERROR_SIGNAL_URL=10211]="ERROR_SIGNAL_URL",d[d.ERROR_IP_MIGRATE=10212]="ERROR_IP_MIGRATE",d[d.ERROR_PUBLISH_URL=10300]="ERROR_PUBLISH_URL",d[d.ERROR_PUBLISH_NOAUDIO=10301]="ERROR_PUBLISH_NOAUDIO",d[d.ERROR_PUBLISH_NOSTREAM=10302]="ERROR_PUBLISH_NOSTREAM",d[d.ERROR_DATACHANNEL_PARAM=10500]="ERROR_DATACHANNEL_PARAM",d[d.ERROR_DATACHANNEL_OPEN=10501]="ERROR_DATACHANNEL_OPEN",d[d.ERROR_MEDIASTREAMTRACK_TYPE_ERROR=11e3]="ERROR_MEDIASTREAMTRACK_TYPE_ERROR",d[d.ERROR_MEDIASTREAMTRACK_KIND_ERROR=11001]="ERROR_MEDIASTREAMTRACK_KIND_ERROR",d[d.ERROR_MEDIASTREAMTRACK_AUDIO_NONE=11002]="ERROR_MEDIASTREAMTRACK_AUDIO_NONE",d[d.ERROR_CUSTOMSTREAM_NONE=11003]="ERROR_CUSTOMSTREAM_NONE",d[d.ERROR_CUSTOMSTREAM_INVALID=11004]="ERROR_CUSTOMSTREAM_INVALID",d[d.ERROR_CUSTOMSTREAM_TRACK_NONE=11005]="ERROR_CUSTOMSTREAM_TRACK_NONE",d[d.ERROR_PREERCONNECTION_UNKNOWN=12e3]="ERROR_PREERCONNECTION_UNKNOWN",d[d.ERROR_SUBADD_NO_RESULT=13e3]="ERROR_SUBADD_NO_RESULT",d[d.ERROR_PUBADD_NO_RESULT=13001]="ERROR_PUBADD_NO_RESULT",d[d.ERROR_SINGLE_PC_STREAM_ERROR=13100]="ERROR_SINGLE_PC_STREAM_ERROR",d[d.ERROR_SINGLE_PC_STREAM_RECONNECT_FAILED=13101]="ERROR_SINGLE_PC_STREAM_RECONNECT_FAILED",d[d.ERROR_SINGLE_PC_FULL_RECONNECT=13102]="ERROR_SINGLE_PC_FULL_RECONNECT",d[d.ERROR_SINGLE_PC_FULL_RECONNECT_HTTP_FAILED=13103]="ERROR_SINGLE_PC_FULL_RECONNECT_HTTP_FAILED"}(_||(T.ErrorCode=_={})),function(d){d[d.ERROR_DEVICE_UNKNOWNERROR=1e4]="ERROR_DEVICE_UNKNOWNERROR",d[d.ERROR_DEVICE_AUDIODEVICE_NOTFOUND=10001]="ERROR_DEVICE_AUDIODEVICE_NOTFOUND",d[d.ERROR_DEVICE_VIDEODEVICE_NOTFOUND=10002]="ERROR_DEVICE_VIDEODEVICE_NOTFOUND",d[d.ERROR_DEVICE_AUDIODEVICE_NOTALLOWED=10003]="ERROR_DEVICE_AUDIODEVICE_NOTALLOWED",d[d.ERROR_DEVICE_VIDEODEVICE_NOTALLOWED=10004]="ERROR_DEVICE_VIDEODEVICE_NOTALLOWED",d[d.ERROR_DEVICE_AUDIODEVICE_NOTREADABLE=10005]="ERROR_DEVICE_AUDIODEVICE_NOTREADABLE",d[d.ERROR_DEVICE_VIDEODEVICE_NOTREADABLE=10006]="ERROR_DEVICE_VIDEODEVICE_NOTREADABLE",d[d.ERROR_SCREENSHARE_NOTSUPPORT=10010]="ERROR_SCREENSHARE_NOTSUPPORT",d[d.ERROR_SCREENSHARE_NOTALLOWED=10011]="ERROR_SCREENSHARE_NOTALLOWED",d[d.ERROR_SCREENSHARE_ENDED=10012]="ERROR_SCREENSHARE_ENDED",d[d.ERROR_SCREENSHARE_NOPERMISSION=10013]="ERROR_SCREENSHARE_NOPERMISSION",d[d.ERROR_SCREENSHARE_SAFARI_INVALIDACCESS=10014]="ERROR_SCREENSHARE_SAFARI_INVALIDACCESS",d[d.ERROR_SCREENSHARE_UNKNOWNERRO=10019]="ERROR_SCREENSHARE_UNKNOWNERRO",d[d.ERROR_DEVICE_NOTSUPPORT=2e4]="ERROR_DEVICE_NOTSUPPORT"}(m||(T.DeviceErrorCode=m={})),T.SUB_RECONNECT_ERROR_LIST=[_.ERROR_INBOUND_TIMEOUT,_.ERROR_STREAM_ENDED,_.ERROR_PC_DISCONNECTED],T.RECONNECT_ERROR_EXCLUDE_LIST=[_.ERROR_AUTOPLAY_ERROR,_.ERROR_PLAY_URL,_.ERROR_SUBSCRIBE_NOTHING,_.ERROR_HTMLELEMENT_ERROR,_.ERROR_HEMLELEMENT_NOTMATCH,_.ERROR_PUBLISH_URL,_.ERROR_PUBLISH_NOAUDIO,_.ERROR_PUBLISH_NOSTREAM],T.PUB_RECONNECT_ERROR_LIST=[_.ERROR_PC_DISCONNECTED,_.ERROR_TRANSPORT_CLOSED]},5044:(j,T,_)=>{Object.defineProperty(T,"__esModule",{value:!0}),T.RtsError=void 0;var m=_(9428),d=function(){function f(y,v,s,c){this.errorCode=y,this.errorCodeName=m.ErrorCode[y],this.message=v,this.traceId=s,c&&(this.extraInfo=c)}return f.prototype.renameCode=function(y){this.errorCode=y,this.errorCodeName=m.ErrorCode[y]},f}();T.RtsError=d},6091:(j,T)=>{Object.defineProperty(T,"__esModule",{value:!0}),T.PlayEvent=T.PlayType=void 0,T.PlayType={PLAY_CANPLAY:"canplay",PLAY_WAITING:"waiting",PLAY_PLAYING:"playing",PLAY_MEDIA:"media",PLAY_ENDED:"ended",PLAY_TIMEOUT:"timeout"};var _=function(m){this.event=m};T.PlayEvent=_},5917:(j,T)=>{var _,m,d,f;Object.defineProperty(T,"__esModule",{value:!0}),T.DEFAULT_RETRY_DATACHANNEL_TIMEOUT=T.DEFAULT_HEARTBEAT_TIMEOUT=T.DEFAULT_RETRY_PUBLISH_INTERVAL=T.DEFAULT_RETRY_SUBSCRIBE_INTERVAL=T.DEFAULT_RETRY_PUBLISH_LIMIT=T.DEFAULT_RETRY_SUBSCRIBE_LIMIT=T.EWorkerAction=T.EWorkerSource=T.EConnectStatus=T.TrackType=void 0,function(y){y.AUDIO="audio",y.VIDEO="video"}(_||(T.TrackType=_={})),function(y){y[y.CONNECT_STATUS_DISCONNECTED=0]="CONNECT_STATUS_DISCONNECTED",y[y.CONNECT_STATUS_CONNECTING=1]="CONNECT_STATUS_CONNECTING",y[y.CONNECT_STATUS_CONNECTED=2]="CONNECT_STATUS_CONNECTED",y[y.CONNECT_STATUS_RECONNECTING=3]="CONNECT_STATUS_RECONNECTING"}(m||(T.EConnectStatus=m={})),function(y){y.Sender="sender",y.Receiver="receiver"}(d||(T.EWorkerSource=d={})),function(y){y.Setup="setup",y.InserSEI="insertSEI",y.UpdatePubStats="updatePubStats",y.UpdateSubStats="updateSubStats",y.SwitchCumuDelay="switchCumuDelay"}(f||(T.EWorkerAction=f={})),T.DEFAULT_RETRY_SUBSCRIBE_LIMIT=5,T.DEFAULT_RETRY_PUBLISH_LIMIT=5,T.DEFAULT_RETRY_SUBSCRIBE_INTERVAL=2e3,T.DEFAULT_RETRY_PUBLISH_INTERVAL=2e3,T.DEFAULT_HEARTBEAT_TIMEOUT=8,T.DEFAULT_RETRY_DATACHANNEL_TIMEOUT=8e3},6600:function(j,T,_){var m,d=this&&this.__extends||(m=function(l,A){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(R,C){R.__proto__=C}||function(R,C){for(var g in C)Object.prototype.hasOwnProperty.call(C,g)&&(R[g]=C[g])},m(l,A)},function(l,A){if(typeof A!="function"&&A!==null)throw new TypeError("Class extends value "+String(A)+" is not a constructor or null");function R(){this.constructor=l}m(l,A),l.prototype=A===null?Object.create(A):(R.prototype=A.prototype,new R)}),f=this&&this.__assign||function(){return f=Object.assign||function(l){for(var A,R=1,C=arguments.length;R<C;R++)for(var g in A=arguments[R])Object.prototype.hasOwnProperty.call(A,g)&&(l[g]=A[g]);return l},f.apply(this,arguments)},y=this&&this.__awaiter||function(l,A,R,C){return new(R||(R=Promise))(function(g,D){function O(w){try{k(C.next(w))}catch(N){D(N)}}function U(w){try{k(C.throw(w))}catch(N){D(N)}}function k(w){var N;w.done?g(w.value):(N=w.value,N instanceof R?N:new R(function(H){H(N)})).then(O,U)}k((C=C.apply(l,A||[])).next())})},v=this&&this.__generator||function(l,A){var R,C,g,D,O={label:0,sent:function(){if(1&g[0])throw g[1];return g[1]},trys:[],ops:[]};return D={next:U(0),throw:U(1),return:U(2)},typeof Symbol=="function"&&(D[Symbol.iterator]=function(){return this}),D;function U(k){return function(w){return function(N){if(R)throw new TypeError("Generator is already executing.");for(;D&&(D=0,N[0]&&(O=0)),O;)try{if(R=1,C&&(g=2&N[0]?C.return:N[0]?C.throw||((g=C.return)&&g.call(C),0):C.next)&&!(g=g.call(C,N[1])).done)return g;switch(C=0,g&&(N=[2&N[0],g.value]),N[0]){case 0:case 1:g=N;break;case 4:return O.label++,{value:N[1],done:!1};case 5:O.label++,C=N[1],N=[0];continue;case 7:N=O.ops.pop(),O.trys.pop();continue;default:if(g=O.trys,!((g=g.length>0&&g[g.length-1])||N[0]!==6&&N[0]!==2)){O=0;continue}if(N[0]===3&&(!g||N[1]>g[0]&&N[1]<g[3])){O.label=N[1];break}if(N[0]===6&&O.label<g[1]){O.label=g[1],g=N;break}if(g&&O.label<g[2]){O.label=g[2],O.ops.push(N);break}g[2]&&O.ops.pop(),O.trys.pop();continue}N=A.call(l,O)}catch(H){N=[6,H],C=0}finally{R=g=0}if(5&N[0])throw N[1];return{value:N[0]?N[1]:void 0,done:!0}}([k,w])}}},s=this&&this.__importDefault||function(l){return l&&l.__esModule?l:{default:l}};Object.defineProperty(T,"__esModule",{value:!0}),T.CommonController=void 0;var c=_(771),a=_(5917),e=s(_(102)),r=_(9594),i=_(2718),o=_(1698),t=_(5044),n=_(9428),u=_(6091),h=_(5788),S=_(280),x=_(5649),E=function(l){function A(R){var C=l.call(this)||this;return C.datachannelList=new p,C.receiverCodecPreferences={},C.senderCodecPreferences={},C.canAutoAssignDcId=!0,C.reporter=R,C.signalChannel=new h.SignalChannel({reporter:R}),C.proxySignalChannelEvents(),C}return d(A,l),A.prototype.setConfig=function(R){this.config=R},A.prototype.setPeerconnection=function(R){var C=this;R!==this.peerconnection&&(this.peerconnection&&this.peerconnection.removeAllListeners(),this.peerconnection=R,this.signalChannel.isOpen||(this.waitForOpenPms=new Promise(function(g,D){C.peerconnection.on("datachannelStatusChange",function(O){var U;C.emit("datachannelStatusChange",O),O.status===S.EDatachannelStatus.DATACHANNEL_STATUS_OPEN&&(C.signalChannel.setPeerConnection(R),C.canAutoAssignDcId=typeof((U=C.signalChannel.datachannelCore)===null||U===void 0?void 0:U.id)=="number",g())})})),this.peerconnection.on("cumuDelayNotSupported",function(){var g;C.emit("cumuDelayNotSupported"),(g=C.reporter)===null||g===void 0||g.reportCumuDelayNotSupported()}),this.peerconnection.on("innerSubscribeDeleteTracks",function(g){C.handleWorkerSubDelete(g)}),this.peerconnection.on("encodedFrame",function(g){var D;C.emit("encodedFrame",g),g.kind==="video"&&(0,r.parseSei)((D=g.frame)===null||D===void 0?void 0:D.data).forEach(function(O){var U;if(O.payloadType===x.CUMU_DELAY_SEI_PAYLOAD_TYPE){var k={pub:{},sub:{},grtn:{},AIPub:{},AISub:{},AIAgent:{},AIGrtn:{},other:{}},w=new x.CumuDelaySeiPayloadParser(O.data);k.pub=w.pub||{},k.sub=g.subStats||{},k.grtn=w.grtn||{},k.AIPub=w.AIPub||{},k.AISub=w.AISub||{},k.AIAgent=w.AIAgent||{},k.AIGrtn=w.AIGrtn||{},k.other=w.other||{},Object.keys(k.pub).forEach(function(H){var F=k.pub[H];delete k.pub[H],k.pub[(0,i.lowercaseFirstLetter)(H)]=F}),Object.keys(k.sub).forEach(function(H){var F=k.sub[H];delete k.sub[H],k.sub[(0,i.lowercaseFirstLetter)(H)]=F}),Object.keys(k.AIPub).forEach(function(H){var F=k.AIPub[H];delete k.AIPub[H],k.AIPub[(0,i.lowercaseFirstLetter)(H)]=F}),Object.keys(k.AISub).forEach(function(H){var F=k.AISub[H];delete k.AISub[H],k.AISub[(0,i.lowercaseFirstLetter)(H)]=F}),Object.keys(k.AIAgent).forEach(function(H){var F=k.AIAgent[H];delete k.AIAgent[H],k.AIAgent[(0,i.underlineToCamelCase)(H.toLowerCase())]=F}),Object.keys(k.AIGrtn).forEach(function(H){var F=k.AIGrtn[H];delete k.AIGrtn[H],k.AIGrtn[(0,i.underlineToCamelCase)(H.toLowerCase())]=F}),Object.keys(k.grtn).forEach(function(H){var F=k.grtn[H];delete k.grtn[H],k.grtn[(0,i.underlineToCamelCase)(H.toLowerCase())]=F});var N=void 0;try{N=JSON.stringify(k)}catch(H){console.warn(H,k)}N&&(O.data=new TextEncoder().encode(N),(U=C.reporter)===null||U===void 0||U.updateCumuDelayInfo({json:N}))}C.emit("receivedSEI",{url:g.url,vMsid:g.vMsid,sei:O})})}),this.peerconnection.on("message",function(g){var D;(D=C.reporter)===null||D===void 0||D.reportNotifyMessage(g)}),this.peerconnection.on("hebtReceived",function(g){C.emit("heartbeat",g)}),this.peerconnection.on("streamError",function(g){C.emit("onError",new t.RtsError(n.ErrorCode.ERROR_SINGLE_PC_STREAM_ERROR,g.resMsg,"",f({},g)))}),this.peerconnection.on("streamReconnect",function(g){C.emit("reconnect",{type:g.type,reason:new t.RtsError(n.ErrorCode.ERROR_SINGLE_PC_STREAM_ERROR,g.resMsg,"",f({},g)),retryTimes:1,extraInfo:f({},g)}),C.singleStreamReconnect(g).then(function(){C.emit("reconnectFinish",{type:g.type,latestUrl:g.latestUrl,msids:g.msids})}).catch(function(D){C.emit("onError",new t.RtsError(n.ErrorCode.ERROR_SINGLE_PC_STREAM_RECONNECT_FAILED,"single stream reconnect failed","",{originError:D}))})}),this.peerconnection.on("traceIdUpdate",function(g){C.emit("traceId",g)}),this.peerconnection.on("pcReconnect",function(g){C.emit("reconnect",{type:"pc",reason:new t.RtsError(n.ErrorCode.ERROR_SINGLE_PC_FULL_RECONNECT,g.reMsg,"",f({},g)),retryTimes:1,extraInfo:f({},g)})}),(this.receiverCodecPreferences.video||this.receiverCodecPreferences.audio)&&this.peerconnection.setReceiverCodecPreferences(this.receiverCodecPreferences),(this.senderCodecPreferences.video||this.senderCodecPreferences.audio)&&this.peerconnection.setSenderCodecPreferences(this.senderCodecPreferences))},Object.defineProperty(A.prototype,"peerCore",{get:function(){var R;return(R=this.peerconnection)===null||R===void 0?void 0:R.getPeerCore()},enumerable:!1,configurable:!0}),Object.defineProperty(A.prototype,"streamManager",{get:function(){var R;return(R=this.peerCore)===null||R===void 0?void 0:R.getStreamManager()},enumerable:!1,configurable:!0}),A.prototype.subscribeAdd=function(R,C){return y(this,void 0,void 0,function(){var g,D,O,U,k,w,N,H,F=this;return v(this,function(P){switch(P.label){case 0:if(R.forEach(function(B){var W;(W=F.reporter)===null||W===void 0||W.reportSubscribeStart(B.url,"",B.vMsid,B.aMsid,!0)}),!this.peerconnection)throw this.makeRtsError("subscribeAdd");this.peerconnection.isReused=!0,g=new Date().getTime(),P.label=1;case 1:return P.trys.push([1,3,,4]),[4,this.peerconnection.subAdd(R,C)];case 2:if(!(D=P.sent()).streamList)throw new t.RtsError(n.ErrorCode.ERROR_SUBADD_NO_RESULT,"subAdd streamList not found","",{api:"subscribeAdd",configList:R,response:D});return[3,4];case 3:throw O=P.sent(),U=O,(H=this.reporter)===null||H===void 0||H.reportErrorInfo(U.errorCode,U.message,U.traceId,U.extraInfo),U;case 4:return k=D.deleteRspTime-g,w=D.subAddRspTime-D.deleteRspTime,N=D.activeRspTime-D.subAddRspTime,D.streamList.forEach(function(B,W){var z,G,J,re;(z=F.reporter)===null||z===void 0||z.reportSubscribeOk({vurl:B.url||void 0,isSubAdd:!0});var te,ie=R[W]||{},ce=ie.targetStream,se=ie.vMsid,ue=ie.aMsid,pe=B.stream;if(ce)return ce.mergeStream(pe),(G=F.streamManager)===null||G===void 0||G.update(B.url,{stream:ce,vMsid:se?.[0],aMsid:ue?.[0]}),void(B.stream=ce);var de=(J=F.streamManager)===null||J===void 0?void 0:J.getStreamByMsid({url:B.url,vMsid:se?.[0],aMsid:ue?.[0]});if(de)de.mergeStream(pe),te=de;else{(te=new c.RemoteStream).updateMediaStream(pe),(re=F.streamManager)===null||re===void 0||re.update(B.url,{stream:te,vMsid:se?.[0],aMsid:ue?.[0]}),te.on("onCanPlay",function(){var Ee,fe,me=new Date().getTime();(Ee=F.reporter)===null||Ee===void 0||Ee.reportFirstFrameTime(B.url,B.traceId,-1,-1,me-g,0,-1,{},k,w,N,se,ue,!0),(fe=F.peerconnection)===null||fe===void 0||fe.playStart()});var ve=new u.PlayEvent(u.PlayType.PLAY_CANPLAY);ve.data={url:B.url,vMsid:se?.[0]||"vMsid unknown",aMsid:ue?.[0]||"aMsid unknown"},F.emit("onPlayEvent",ve)}B.stream=te}),[2,D.streamList]}})})},A.prototype.subscribeActive=function(R){return y(this,void 0,void 0,function(){var C;return v(this,function(g){if(!this.peerconnection)throw this.makeRtsError("subscribeActive");return[2,(C=this.peerconnection)===null||C===void 0?void 0:C.subActive(R)]})})},A.prototype.subscribeStop=function(R){return y(this,void 0,void 0,function(){var C,g,D,O,U;return v(this,function(k){switch(k.label){case 0:if(!this.peerconnection)throw this.makeRtsError("subscribeStop");k.label=1;case 1:return k.trys.push([1,3,,4]),[4,this.peerconnection.subStop(R)];case 2:return C=k.sent(),this.peerconnection.getSubMonitor().updateTranceiversController(),g=this.peerconnection.getWorkerManager(),R.forEach(function(w){g.removeByUrl({url:w.url,source:a.EWorkerSource.Receiver})}),[3,4];case 3:throw D=k.sent(),O=D,(U=this.reporter)===null||U===void 0||U.reportErrorInfo(O.errorCode,O.message,O.traceId,O.extraInfo),D;case 4:return[2,C]}})})},A.prototype.subscribeDeleteTracks=function(R){return y(this,void 0,void 0,function(){var C,g,D,O;return v(this,function(U){switch(U.label){case 0:if(!this.peerconnection)throw this.makeRtsError("subscribeDeleteTracks");U.label=1;case 1:return U.trys.push([1,3,,4]),[4,this.peerconnection.subDeleteTracks(R)];case 2:if(!(C=U.sent()))throw this.makeRtsError("subscribeDeleteTracks");return this.peerconnection.getSubMonitor().updateTranceiversController(),this.handleWorkerSubDelete(R),[3,4];case 3:throw g=U.sent(),D=g,(O=this.reporter)===null||O===void 0||O.reportErrorInfo(D.errorCode,D.message,D.traceId,D.extraInfo),g;case 4:return[2,C]}})})},A.prototype.handleWorkerSubDelete=function(R){if(this.peerconnection){var C=this.peerconnection.getWorkerManager();R.forEach(function(g){var D,O;!((D=g.vMsid)===null||D===void 0)&&D.length&&C.removeByMsid({url:g.url,source:a.EWorkerSource.Receiver,kind:"video",msid:g.vMsid[0]}),!((O=g.aMsid)===null||O===void 0)&&O.length&&C.removeByMsid({url:g.url,source:a.EWorkerSource.Receiver,kind:"audio",msid:g.aMsid[0]})})}},A.prototype.publishAdd=function(R){return y(this,void 0,void 0,function(){var C,g,D,O,U,k,w,N,H,F,P,B=this;return v(this,function(W){switch(W.label){case 0:if(R.forEach(function(z){var G;(G=B.reporter)===null||G===void 0||G.reportStartPublish(z.url,"",!0)}),C=new Date().getTime(),!this.peerconnection)throw this.makeRtsError("publishAdd");W.label=1;case 1:return W.trys.push([1,3,,4]),[4,(N=this.peerconnection)===null||N===void 0?void 0:N.pubAdd(R)];case 2:if(!(g=W.sent()))throw new t.RtsError(n.ErrorCode.ERROR_PUBADD_NO_RESULT,"pubAdd streamList not found","",{api:"publishAdd",publishInfoList:R});return[3,4];case 3:throw D=W.sent(),O=D,(H=this.reporter)===null||H===void 0||H.reportErrorInfo(O.errorCode,O.message,O.traceId,O.extraInfo),O;case 4:return this.peerconnection.isReused=!0,U=new Date().getTime(),k=U-C,g.forEach(function(z){var G;(G=B.reporter)===null||G===void 0||G.reportPublishOk(z.url||"","",-1,-1,-1,z.traceId||"",k,!0)}),(w=(F=this.peerconnection)===null||F===void 0?void 0:F.getPc())&&(R.forEach(function(z){B.peerconnection&&z.stream.setEncodeParam(w)}),this.peerCore&&((P=this.peerconnection)===null||P===void 0||P.getPubMonitor().startHeartbeat(w,this.peerCore)),w.getSenders().forEach(function(z){var G;z.track&&((G=B.peerconnection)===null||G===void 0||G.handleEncodedInsertableStreams({sender:z}))})),[2,g]}})})},A.prototype.publishDeleteTracks=function(R){return y(this,void 0,void 0,function(){var C,g,D,O,U;return v(this,function(k){switch(k.label){case 0:if(!this.peerconnection)throw this.makeRtsError("publishDeleteTracks");k.label=1;case 1:return k.trys.push([1,3,,4]),[4,this.peerconnection.pubDeleteTracks(R)];case 2:if(!(C=k.sent()))throw this.makeRtsError("publishDeleteTracks");return this.peerconnection.getPubMonitor().updateSenders(),g=this.peerconnection.getWorkerManager(),R.forEach(function(w){var N,H;!((N=w.vMsid)===null||N===void 0)&&N.length&&g.removeByMsid({url:w.url,source:a.EWorkerSource.Sender,kind:"video",msid:w.vMsid[0]}),!((H=w.aMsid)===null||H===void 0)&&H.length&&g.removeByMsid({url:w.url,source:a.EWorkerSource.Sender,kind:"audio",msid:w.aMsid[0]})}),[3,4];case 3:throw D=k.sent(),O=D,(U=this.reporter)===null||U===void 0||U.reportErrorInfo(O.errorCode,O.message,O.traceId,O.extraInfo),D;case 4:return[2,C]}})})},A.prototype.publishReplaceTracks=function(R){return y(this,void 0,void 0,function(){var C,g,D,O;return v(this,function(U){switch(U.label){case 0:if(!this.peerconnection)throw this.makeRtsError("publishReplaceTracks");U.label=1;case 1:return U.trys.push([1,3,,4]),[4,this.peerconnection.pubReplaceTracks(R)];case 2:if(!(C=U.sent()))throw this.makeRtsError("publishReplaceTracks");return this.peerconnection.getPubMonitor().updateSenders(),[3,4];case 3:throw g=U.sent(),D=g,(O=this.reporter)===null||O===void 0||O.reportErrorInfo(D.errorCode,D.message,D.traceId,D.extraInfo),g;case 4:return[2,C]}})})},A.prototype.publishStop=function(R){return y(this,void 0,void 0,function(){var C,g,D,O,U,k=this;return v(this,function(w){switch(w.label){case 0:if(R.forEach(function(N){var H;(H=k.reporter)===null||H===void 0||H.reportStopPublish(N.url,!0)}),!this.peerconnection)throw this.makeRtsError("publishStop");w.label=1;case 1:return w.trys.push([1,3,,4]),[4,this.peerconnection.pubStop(R)];case 2:return C=w.sent(),this.peerconnection.getPubMonitor().updateSenders(),g=this.peerconnection.getWorkerManager(),R.forEach(function(N){g.removeByUrl({url:N.url,source:a.EWorkerSource.Sender})}),[3,4];case 3:throw D=w.sent(),O=D,(U=this.reporter)===null||U===void 0||U.reportErrorInfo(O.errorCode,O.message,O.traceId,O.extraInfo),D;case 4:return[2,C]}})})},A.prototype.handleAddDatachannel=function(R){return y(this,void 0,void 0,function(){var C,g,D,O,U,k,w,N,H,F,P,B,W=this;return v(this,function(z){switch(z.label){case 0:if(!R.url||!R.signalUrl||!R.msid)throw g=new t.RtsError(n.ErrorCode.ERROR_DATACHANNEL_PARAM,"url, signalUrl, msid is required by subscribe(publish)AddDatachannel",""),(w=this.reporter)===null||w===void 0||w.reportErrorInfo(g.errorCode,g.message,g.traceId,g.extraInfo),g;return C=R.type==="sub",this.waitForOpenPms?[4,this.waitForOpenPms]:[3,2];case 1:z.sent(),this.waitForOpenPms=void 0,z.label=2;case 2:if(this.signalChannel.isOpen)return[3,4];if(console.warn("Creating a new signal channel"),!R.signalUrl)throw g=new t.RtsError(n.ErrorCode.ERROR_SIGNAL_URL,"signal url is required",""),(N=this.reporter)===null||N===void 0||N.reportErrorInfo(g.errorCode,g.message,g.traceId,g.extraInfo),g;return[4,this.initSignalChannel(R)];case 3:z.sent(),this.setPeerconnection(this.signalChannel.getPeerConnection()),this.canAutoAssignDcId=typeof((H=this.signalChannel.datachannelCore)===null||H===void 0?void 0:H.id)=="number",z.label=4;case 4:if(D=performance.now(),O={url:R.url,label:R.label,surl:R.signalUrl,msid:R.msid},C?(F=this.reporter)===null||F===void 0||F.reportDatachannelSubAdd(O):(P=this.reporter)===null||P===void 0||P.reportDatachannelPubAdd(O),!(U=(B=this.peerconnection)===null||B===void 0?void 0:B.getPc()))throw new Error("No avaliable peerconnection");return k=new S.DataChannelCore({pc:U,label:R.label,datachannelList:this.datachannelList.list,assignId:!this.canAutoAssignDcId,delayOpen:o.configProvider.getContext().datachannelDelayOpen}),this.datachannelList.update(k),[2,new Promise(function(G,J){return y(W,void 0,void 0,function(){var re,te,ie,ce,se,ue,pe,de,ve,Ee,fe,me,ge,be,Re,Te,Ie=this;return v(this,function(xe){switch(xe.label){case 0:re="",te=!1,ie=!1,k.on("statusChange",function(De){var Ce;(Ce=Ie.reporter)===null||Ce===void 0||Ce.reportDatachannelStatusChange({state:S.EDatachannelStatus[De],url:R.url,label:k.label,id:k.id,msid:R.msid}),De===S.EDatachannelStatus.DATACHANNEL_STATUS_OPEN&&(te=!0,ie&&G({datachannel:k,traceId:re}))}),k.on("dispose",function(){var De;(De=Ie.reporter)===null||De===void 0||De.reportDatachannelDispose({url:R.url,label:k.label,id:k.id,msid:R.msid})}),xe.label=1;case 1:return xe.trys.push([1,6,,7]),ce=[{url:R.url,msid:R.msid,datachannelId:k.id,label:R.label,datachannel:k}],C?[4,(Ee=this.peerCore)===null||Ee===void 0?void 0:Ee.subscribeAddDatachannel(ce)]:[3,3];case 2:return ue=xe.sent(),[3,5];case 3:return[4,(fe=this.peerCore)===null||fe===void 0?void 0:fe.publishAddDatachannel(ce)];case 4:ue=xe.sent(),xe.label=5;case 5:return re=(ge=(me=(se=ue)==null?void 0:se.streams)===null||me===void 0?void 0:me[0])===null||ge===void 0?void 0:ge.traceid,[3,7];case 6:return pe=xe.sent(),de=pe,(be=this.reporter)===null||be===void 0||be.reportErrorInfo(de.errorCode,de.message||"datachannel ".concat(C?"sub":"pub"," add error"),de.traceId,de.extraInfo),[2,J(pe)];case 7:return ve={url:R.url,drct:Math.floor(performance.now()-D),tcid:re,label:k.label,id:k.id,msid:R.msid},C?(Re=this.reporter)===null||Re===void 0||Re.reportDatachannelSubAddOk(ve):(Te=this.reporter)===null||Te===void 0||Te.reportDatachannelPubAddOk(ve),ie=!0,te&&G({datachannel:k,traceId:re}),[2]}})})})]}})})},A.prototype.handleStopDatachannel=function(R){return y(this,void 0,void 0,function(){var C,g,D,O,U,k,w,N,H,F,P,B;return v(this,function(W){switch(W.label){case 0:if(!R.url||!R.datachannel)throw C=new t.RtsError(n.ErrorCode.ERROR_DATACHANNEL_PARAM,"url, datachannel is required by subscribe(publish)StopDatachannel",""),(U=this.reporter)===null||U===void 0||U.reportErrorInfo(C.errorCode,C.message,C.traceId,C.extraInfo),C;if(!this.signalChannel.isOpen)throw C=new t.RtsError(n.ErrorCode.ERROR_NO_DATACHANNEL,"Signal channel is closed",""),(k=this.reporter)===null||k===void 0||k.reportErrorInfo(C.errorCode,C.message,C.traceId,C.extraInfo),C;g=R.type==="sub",D=[{url:R.url}],O={url:R.url,label:R.datachannel.label,id:R.datachannel.id},g?(w=this.reporter)===null||w===void 0||w.reportDatachannelSubStop(O):(N=this.reporter)===null||N===void 0||N.reportDatachannelPubStop(O),W.label=1;case 1:return W.trys.push([1,6,,7]),g?[4,(H=this.peerCore)===null||H===void 0?void 0:H.subscribeStopDatachannel(D)]:[3,3];case 2:return W.sent(),[3,5];case 3:return[4,(F=this.peerCore)===null||F===void 0?void 0:F.publishStopDatachannel(D)];case 4:W.sent(),W.label=5;case 5:return[3,7];case 6:throw W.sent();case 7:return g?(P=this.reporter)===null||P===void 0||P.reportDatachannelSubStopOk(O):(B=this.reporter)===null||B===void 0||B.reportDatachannelPubStopOk(O),R.datachannel.dispose(),[2]}})})},A.prototype.subscribeAddDatachannel=function(R){return y(this,void 0,void 0,function(){return v(this,function(C){return[2,this.handleAddDatachannel(f(f({},R),{type:"sub"}))]})})},A.prototype.publishAddDatachannel=function(R){return y(this,void 0,void 0,function(){return v(this,function(C){return[2,this.handleAddDatachannel(f(f({},R),{type:"pub"}))]})})},A.prototype.subscribeStopDatachannel=function(R){return y(this,void 0,void 0,function(){return v(this,function(C){return[2,this.handleStopDatachannel(f(f({},R),{type:"sub"}))]})})},A.prototype.publishStopDatachannel=function(R){return y(this,void 0,void 0,function(){return v(this,function(C){return[2,this.handleStopDatachannel(f(f({},R),{type:"pub"}))]})})},A.prototype.getSubscribeVideoStats=function(R,C){return this.getSubscribeMediaStats(R,"video",C)},A.prototype.getSubscribeAudioStats=function(R,C){return this.getSubscribeMediaStats(R,"audio",C)},A.prototype.getPublishVideoStats=function(R,C){return this.getPublishMediaStats(R,"video",C)},A.prototype.getPublishAudioStats=function(R,C){return this.getPublishMediaStats(R,"audio",C)},A.prototype.sendSEI=function(R){var C,g;if(!((C=this.peerconnection)===null||C===void 0)&&C.isReused)return(g=this.peerconnection)===null||g===void 0?void 0:g.sendSEI(R)},A.prototype.setReceiverCodecPreferences=function(R){this.receiverCodecPreferences=f({},R)},A.prototype.setSenderCodecPreferences=function(R){this.senderCodecPreferences=f({},R)},A.prototype.getSubscribeMediaStats=function(R,C,g){var D=this;return new Promise(function(O){return y(D,void 0,void 0,function(){var U,k,w,N,H;return v(this,function(F){switch(F.label){case 0:return this.streamManager?(U=void 0,k=this.streamManager.getAllMediaInfoList(R,!0),g?k.forEach(function(P){var B,W,z,G=(W=(B=P.transceiver)===null||B===void 0?void 0:B.receiver)===null||W===void 0?void 0:W.track;G?.kind===C&&P.msid===g&&(U=(z=P.transceiver)===null||z===void 0?void 0:z.receiver)}):U=(H=(N=k?.find(function(P){var B,W,z;return((z=(W=(B=P.transceiver)===null||B===void 0?void 0:B.receiver)===null||W===void 0?void 0:W.track)===null||z===void 0?void 0:z.kind)===C}))===null||N===void 0?void 0:N.transceiver)===null||H===void 0?void 0:H.receiver,U?(w=!1,[4,U.getStats()]):[2,O({})]):[2,O({})];case 1:return F.sent().forEach(function(P){P.type==="inbound-rtp"&&(w=!0,O(P))}),w||O({}),[2]}})})})},A.prototype.getPublishMediaStats=function(R,C,g){var D=this;return new Promise(function(O){return y(D,void 0,void 0,function(){var U,k,w,N,H;return v(this,function(F){switch(F.label){case 0:return this.streamManager?(U=void 0,k=this.streamManager.getAllMediaInfoList(R,!0),g?k.forEach(function(P){var B,W,z,G=(W=(B=P.transceiver)===null||B===void 0?void 0:B.sender)===null||W===void 0?void 0:W.track;G?.kind===C&&P.msid===g&&(U=(z=P.transceiver)===null||z===void 0?void 0:z.sender)}):U=(H=(N=k?.find(function(P){var B,W,z;return((z=(W=(B=P.transceiver)===null||B===void 0?void 0:B.sender)===null||W===void 0?void 0:W.track)===null||z===void 0?void 0:z.kind)===C}))===null||N===void 0?void 0:N.transceiver)===null||H===void 0?void 0:H.sender,U?(w=!1,[4,U.getStats()]):[2,O({})]):[2,O({})];case 1:return F.sent().forEach(function(P){P.type==="outbound-rtp"&&O(P)}),w||O({}),[2]}})})})},A.prototype.proxySignalChannelEvents=function(){var R=this;this.signalChannel.on("connectStatusChange",function(C){R.emit("connectStatusChange",C)}),this.signalChannel.on("onError",function(C){R.emit("onError",C)})},A.prototype.initSignalChannel=function(R){return this.signalChannel.createDatachannel(R)},A.prototype.makeRtsError=function(R){var C,g=new t.RtsError(n.ErrorCode.ERROR_NO_DATACHANNEL,"No avaliable datachannel, you should subscribe/publish first.","",{api:R});return(C=this.reporter)===null||C===void 0||C.reportErrorInfo(g.errorCode,g.message,g.traceId,g.extraInfo),g},A.prototype.singleStreamReconnect=function(R){var C=this;return new Promise(function(g,D){var O,U,k=R.type,w=void 0,N=void 0;switch(k){case"sub":(O=R.streams)===null||O===void 0||O.forEach(function(F){var P=[],B=[],W=!0,z=!0;R.msids.forEach(function(G){G.streamId===F.id&&(G.type==="video"?B.push(G.name):G.type==="audio"&&P.push(G.name))}),P.length||(W=!1),B.length||(z=!1),C.subscribeAddWithRetry({url:R.latestUrl,subAudio:W,subVideo:z,vMsid:B,aMsid:P,targetStream:F}).then(g).catch(D)});break;case"pub":(U=R.streams)===null||U===void 0||U.forEach(function(F){var P=[],B=[];R.msids.forEach(function(W){W.streamId===F.id&&(W.type==="video"?B.push(W.name):W.type==="audio"&&P.push(W.name))}),C.publishAddWithRetry([{url:R.latestUrl,vMsid:B,aMsid:P,stream:F}]).then(g).catch(D)});break;case"pub-data":if(R.msids.forEach(function(F){w=F.name,N=F.label}),w&&N){var H=R.latestUrl;C.publishAddDatachannelWithRetry({url:H,signalUrl:H,msid:w,label:N}).then(g).catch(D)}break;case"sub-data":R.msids.forEach(function(F){w=F.name,N=F.label}),w&&N&&(H=R.latestUrl,C.subscribeAddDatachannelWithRetry({url:H,signalUrl:H,msid:w,label:N}).then(g).catch(D));break;default:console.warn("RTS PC STREAM RECONNECT: Unknown signal")}})},A.prototype.updateAuth=function(R){var C;return!!(!((C=this.streamManager)===null||C===void 0)&&C.updateLatestUrl(R))},A.prototype.subscribeAddWithRetry=function(R,C){var g=this;return C===void 0&&(C=0),new Promise(function(D,O){g.subscribeAdd([R],!0).then(function(){D()}).catch(function(U){return y(g,void 0,void 0,function(){var k,w;return v(this,function(N){switch(N.label){case 0:return C<(((k=this.config)===null||k===void 0?void 0:k.retryTimes)||0)?[4,b(((w=this.config)===null||w===void 0?void 0:w.retryInterval)||0)]:[3,2];case 1:return N.sent(),[2,this.subscribeAddWithRetry(R,C+1).then(D).catch(O)];case 2:O(U),N.label=3;case 3:return[2]}})})})})},A.prototype.publishAddWithRetry=function(R,C){var g=this;return C===void 0&&(C=0),new Promise(function(D,O){g.publishAdd(R).then(function(){D()}).catch(function(U){return y(g,void 0,void 0,function(){var k,w;return v(this,function(N){switch(N.label){case 0:return C<(((k=this.config)===null||k===void 0?void 0:k.retryTimes)||0)?[4,b(((w=this.config)===null||w===void 0?void 0:w.retryInterval)||0)]:[3,2];case 1:return N.sent(),[2,this.publishAddWithRetry(R,C+1).then(D).catch(O)];case 2:O(U),N.label=3;case 3:return[2]}})})})})},A.prototype.subscribeAddDatachannelWithRetry=function(R,C){var g=this;return C===void 0&&(C=0),new Promise(function(D,O){g.subscribeAddDatachannel(R).then(function(){D()}).catch(function(U){return y(g,void 0,void 0,function(){var k,w;return v(this,function(N){switch(N.label){case 0:return C<(((k=this.config)===null||k===void 0?void 0:k.retryTimes)||0)?[4,b(((w=this.config)===null||w===void 0?void 0:w.retryInterval)||0)]:[3,2];case 1:return N.sent(),[2,this.subscribeAddDatachannelWithRetry(R,C+1).then(D).catch(O)];case 2:O(U),N.label=3;case 3:return[2]}})})})})},A.prototype.publishAddDatachannelWithRetry=function(R,C){var g=this;return C===void 0&&(C=0),new Promise(function(D,O){g.publishAddDatachannel(R).then(function(){D()}).catch(function(U){return y(g,void 0,void 0,function(){var k,w;return v(this,function(N){switch(N.label){case 0:return C<(((k=this.config)===null||k===void 0?void 0:k.retryTimes)||0)?[4,b(((w=this.config)===null||w===void 0?void 0:w.retryInterval)||0)]:[3,2];case 1:return N.sent(),[2,this.publishAddDatachannelWithRetry(R,C+1).then(D).catch(O)];case 2:O(U),N.label=3;case 3:return[2]}})})})})},A}(e.default);T.CommonController=E;var p=function(){function l(){this._list=[]}return Object.defineProperty(l.prototype,"list",{get:function(){return this._list},enumerable:!1,configurable:!0}),l.prototype.update=function(A){var R=this._list.findIndex(function(C){return C.id===A.id});R!==-1?this._list.splice(R,1,A):this._list.push(A)},l}();function b(l){return l===void 0&&(l=1e3),new Promise(function(A){setTimeout(A,l)})}},9796:function(j,T,_){var m,d=this&&this.__extends||(m=function(S,x){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(E,p){E.__proto__=p}||function(E,p){for(var b in p)Object.prototype.hasOwnProperty.call(p,b)&&(E[b]=p[b])},m(S,x)},function(S,x){if(typeof x!="function"&&x!==null)throw new TypeError("Class extends value "+String(x)+" is not a constructor or null");function E(){this.constructor=S}m(S,x),S.prototype=x===null?Object.create(x):(E.prototype=x.prototype,new E)}),f=this&&this.__assign||function(){return f=Object.assign||function(S){for(var x,E=1,p=arguments.length;E<p;E++)for(var b in x=arguments[E])Object.prototype.hasOwnProperty.call(x,b)&&(S[b]=x[b]);return S},f.apply(this,arguments)},y=this&&this.__awaiter||function(S,x,E,p){return new(E||(E=Promise))(function(b,l){function A(g){try{C(p.next(g))}catch(D){l(D)}}function R(g){try{C(p.throw(g))}catch(D){l(D)}}function C(g){var D;g.done?b(g.value):(D=g.value,D instanceof E?D:new E(function(O){O(D)})).then(A,R)}C((p=p.apply(S,x||[])).next())})},v=this&&this.__generator||function(S,x){var E,p,b,l,A={label:0,sent:function(){if(1&b[0])throw b[1];return b[1]},trys:[],ops:[]};return l={next:R(0),throw:R(1),return:R(2)},typeof Symbol=="function"&&(l[Symbol.iterator]=function(){return this}),l;function R(C){return function(g){return function(D){if(E)throw new TypeError("Generator is already executing.");for(;l&&(l=0,D[0]&&(A=0)),A;)try{if(E=1,p&&(b=2&D[0]?p.return:D[0]?p.throw||((b=p.return)&&b.call(p),0):p.next)&&!(b=b.call(p,D[1])).done)return b;switch(p=0,b&&(D=[2&D[0],b.value]),D[0]){case 0:case 1:b=D;break;case 4:return A.label++,{value:D[1],done:!1};case 5:A.label++,p=D[1],D=[0];continue;case 7:D=A.ops.pop(),A.trys.pop();continue;default:if(b=A.trys,!((b=b.length>0&&b[b.length-1])||D[0]!==6&&D[0]!==2)){A=0;continue}if(D[0]===3&&(!b||D[1]>b[0]&&D[1]<b[3])){A.label=D[1];break}if(D[0]===6&&A.label<b[1]){A.label=b[1],b=D;break}if(b&&A.label<b[2]){A.label=b[2],A.ops.push(D);break}b[2]&&A.ops.pop(),A.trys.pop();continue}D=x.call(S,A)}catch(O){D=[6,O],p=0}finally{E=b=0}if(5&D[0])throw D[1];return{value:D[0]?D[1]:void 0,done:!0}}([C,g])}}},s=this&&this.__importDefault||function(S){return S&&S.__esModule?S:{default:S}};Object.defineProperty(T,"__esModule",{value:!0}),T.Publisher=void 0;var c=_(5917),a=_(4865),e=s(_(7028)),r=_(9428),i=_(5044),o=_(7989),t=s(_(102)),n=s(_(8219)),u=_(2718),h=function(S){function x(E){var p=S.call(this)||this;return p.publishStartTimeStamp=0,p.pubReconnectTimes=0,p.isConnecting=!1,p.reconnectTimerHandle=null,p.reportMonitorTimes=0,p.reportSubFlag=!1,p.reporter=E,p.peerconnection=new a.RtsPeerconnection,p.peerconnection.on("connectStatusChange",function(b){b.status!==c.EConnectStatus.CONNECT_STATUS_DISCONNECTED&&b.status!==c.EConnectStatus.CONNECT_STATUS_RECONNECTING||!p.hasRetries()?p.emit("connectStatusChange",b):p.emit("onError",new i.RtsError(r.ErrorCode.ERROR_PC_DISCONNECTED,"PC disconnected",""))}),p.peerconnection.on("onMonitorEvent",function(b){var l,A=b.eventList;(l=p.peerconnection)===null||l===void 0||l.updateStatsForSEI(A,b.type),b.type==="pub"?(p.reportMonitorTimes++,p.reportMonitorTimes%4==0&&(A.forEach(function(R){p.reporter.reportPushStats(R)}),p.reportSubFlag=!0,p.reportMonitorTimes=0)):b.type==="sub"&&p.reportSubFlag&&(p.handleSubMonitorEvent(A),p.reportSubFlag=!1)}),p.peerconnection.on("onTransportStateEvent",function(b){var l;p.peerconnection.isReused||((l=p.peerconnection.getPc())===null||l===void 0?void 0:l.connectionState)!=="closed"&&b.state==="closed"&&p.hasRetries()&&p.emit("onError",new i.RtsError(r.ErrorCode.ERROR_TRANSPORT_CLOSED,"Transport has been closed. ".concat(b.kind,"|").concat(b.type,"|").concat(b.url),"",{protocol:b.protocol}))}),p.peerconnection.on("pcReconnect",function(b){var l,A;b.ips?(l="Migrate with ips: ".concat(JSON.stringify(b.ips)),A=r.ErrorCode.ERROR_IP_MIGRATE):(l="PC disconnected",A=r.ErrorCode.ERROR_PC_DISCONNECTED),p.emit("onError",new i.RtsError(A,l,"",{pcErrorInfo:b}))}),p.signalingUrl="",p.publishUrl="",p.publishConfig={},p}return d(x,S),x.prototype.publish=function(E,p,b){var l=this;return new Promise(function(A,R){if(l.unpublish(),b?.cumuDelay&&(b.encodedInsertableStreams=!0),l.localStream=p,l.publishUrl=E,l.publishConfig=b||{},l.checkPublishUrl())if(p)if(p.audioTrack===null)R(new i.RtsError(r.ErrorCode.ERROR_PUBLISH_NOAUDIO,"publish need audiotrack",""));else{var C=b?.signalUrl;l.signalingUrl=C||l.signalingUrl,l.publishStartTimeStamp=new Date().getTime(),p.setReporter(l.reporter),l.peerconnection.createOffer(p.hasAudio,p.hasVideo||p.hasScreen,p,f(f({},b),{publishUrl:E})).then(function(g){var D=g.desp,O=g.publishTrackInfoList;l.publishTrackInfoList=O;var U=new Date().getTime();l.reporter.reportStartPublish(l.publishUrl,l.signalingUrl),l.excuteSignal(D).then(function(k){var w=new Date().getTime();l.peerconnection.recvAnswer(k.data,{answerSdpHook:b?.answerSdpHook,tcpOnly:b?.tcpOnly}).then(function(){l.reporter.reportPublishOk(l.publishUrl,l.signalingUrl,U-l.publishStartTimeStamp,w-U,new Date().getTime()-w,k.data.trace_id),A(k.data.trace_id),l.pubReconnectTimes=0,l.peerconnection.pushStart()}).catch(function(N){N.traceid=k.data?k.data.trace_id:"";var H=new i.RtsError(N.errorCode||r.ErrorCode.ERROR_ANSWER_ERROR,N.message||"set answer error",N.traceid,{sdp:N.sdp});R(H)})}).catch(function(k){var w=new i.RtsError(k.errorCode||r.ErrorCode.ERROR_HTTPREQUEST_ERROR,k.message||"","",{response:k.response,sdp:k.sdp});R(w)})}).catch(function(g){var D=new i.RtsError(g.errorCode||r.ErrorCode.ERROR_CREATEOFFER,g.message||"","");R(D)})}else R(new i.RtsError(r.ErrorCode.ERROR_PUBLISH_NOSTREAM,"publish stream not found",""));else R(new i.RtsError(r.ErrorCode.ERROR_PUBLISH_URL,"url need artc://",""))})},x.prototype.unpublish=function(){this.peerconnection.reset(),this.reporter.reportStopPublish(),this.signalingUrl="",this.publishUrl="",this.publishTrackInfoList=null},x.prototype.getTrackInfoList=function(){return this.publishTrackInfoList||[]},x.prototype.getPeerConnection=function(){return this.peerconnection},x.prototype.replaceTrack=function(E,p){return this.peerconnection.replaceTrack(this.publishUrl,E,p)},x.prototype.excuteSignal=function(E){var p,b=this,l={type:E.type,sdp:E.sdp};return this.isSingleMsid()&&(l.sdp=l.sdp.replace(/msid\:-? /g,"msid:")),!((p=this.publishConfig)===null||p===void 0)&&p.cumuDelay&&(l.sdp=l.sdp.replace(/(m=video[^\n]*\n)/,`$1a=cumudelay
|
|
148
|
+
`)),new Promise(function(A,R){n.default.post(b.signalingUrl,{version:e.default.protocol_version,sdk_version:e.default.sdk_version,mode:"rtc",push_stream:b.publishUrl,jsep:l}).then(function(C){var g,D,O,U;if(C&&C.status===200){A(C);try{!((g=b.publishConfig)===null||g===void 0)&&g.cumuDelay&&!(!((O=(D=C.data)===null||D===void 0?void 0:D.jsep)===null||O===void 0)&&O.sdp.includes("a=cumudelay"))&&(console.warn("Not found cumudelay in server sdp"),(U=b.reporter)===null||U===void 0||U.reportCumuDelayAnswerNotFound())}catch{}}else R({message:C?"response status:"+C.status:"response is null",sdp:l.sdp})}).catch(function(C){return y(b,void 0,void 0,function(){var g,D;return v(this,function(O){switch(O.label){case 0:if(![400,500].includes((D=C.response)===null||D===void 0?void 0:D.status))return[3,4];C.sdp=E.sdp,O.label=1;case 1:return O.trys.push([1,3,,4]),[4,new o.SupportUtil().isSupport({isReceiveVideo:!0})];case 2:return O.sent(),[3,4];case 3:return g=O.sent(),C.errorCode=g?.errorCode,C.message=g?.message,this.pubReconnectTimes=1/0,[3,4];case 4:return R(C),[2]}})})})})},x.prototype.checkPublishUrl=function(){if(!this.publishUrl||this.publishUrl.indexOf("artc://")!==0)return!1;var E=window.location.protocol,p=(["http:","https:"].indexOf(E)>-1?E:"https:")+"//";return this.signalingUrl=this.publishUrl.replace("artc://",p),!0},x.prototype.isSingleMsid=function(){if(!this.publishConfig)return!1;var E=this.publishConfig,p=E.vMsid,b=E.aMsid;return!(!p||!p[0]||p[0].indexOf(" ")!==-1)||!(!b||!b[0]||b[0].indexOf(" ")!==-1)},x.prototype.retryPublish=function(E,p){return y(this,void 0,void 0,function(){var b,l,A,R,C,g,D;return v(this,function(O){switch(O.label){case 0:if(E.extraInfo=f(f({},E.extraInfo),{retryTimes:this.pubReconnectTimes}),!this.hasRetries())return[2,!1];if(typeof(b=this.publishConfig).beforeRetry!="function")return[3,4];O.label=1;case 1:return O.trys.push([1,3,,4]),[4,b.beforeRetry({url:this.publishUrl,stream:this.localStream,vMsid:b.vMsid,aMsid:b.aMsid,useTcp:p})];case 2:return(l=O.sent())?(A=l.url,R=l.stream,C=l.vMsid,g=l.aMsid,R||(console.error("Stream is not returned by beforeRetry function."),this.pubReconnectTimes=1/0),this.reporter.reportReconnectParams("pub",A,C,g,l.useTcp,R?.id),this.publishUrl=A,this.localStream=R,this.publishConfig.vMsid=C,this.publishConfig.aMsid=g,typeof l.useTcp=="boolean"&&(p=l.useTcp),console.log(`Retry with:
|
|
149
|
+
[URL] `.concat(A,`
|
|
150
|
+
[STREAM] `).concat(R?.id,`
|
|
151
|
+
[VMSID]`).concat(C," [AMSID]").concat(g,`
|
|
152
|
+
[PROTOCOL] `).concat(p?"TCP":"UDP"))):(this.reporter.reportReconnectParams("pub"),this.pubReconnectTimes=1/0),[3,4];case 3:return D=O.sent(),console.error("Error in beforeRetry",D),[3,4];case 4:return this.hasRetries()&&this.localStream?(this.emit("connectStatusChange",{status:c.EConnectStatus.CONNECT_STATUS_RECONNECTING}),this.incrementReconnectTimes(),E.extraInfo.retryTimes=this.pubReconnectTimes,E.extraInfo.tcpOnly=!!p,this.publishWithReconnect(this.publishUrl,this.localStream,f(f({},this.publishConfig),{tcpOnly:!!p})).catch(function(U){}),[2,!0]):(E.extraInfo.retryTimes=this.pubReconnectTimes,[2,!1])}})})},x.prototype.publishWithReconnect=function(E,p,b,l,A){var R=this;return new Promise(function(C,g){C=l||C,g=A||g,R.isConnecting=!0,R.publish(E,p,b).then(function(D){R.isConnecting=!1,C(D)}).catch(function(D){var O;if(R.peerconnection.reset(),!R.isConnecting)return g(D);if(!r.RECONNECT_ERROR_EXCLUDE_LIST.includes(D.errorCode)&&R.hasRetries(!0)){var U=((O=R.publishConfig)===null||O===void 0?void 0:O.retryInterval)||c.DEFAULT_RETRY_PUBLISH_INTERVAL;R.reconnectTimerHandle=setTimeout(function(){D.extraInfo=f(f({},D.extraInfo),{retryTimes:R.pubReconnectTimes}),R.emit("reconnect",D),R.publishWithReconnect(E,p,b,C,g)},U)}else g(D),D.extraInfo=f(f({},D.extraInfo),{retryTimes:R.pubReconnectTimes}),R.isConnecting=!1,R.emit("onError",D)})})},x.prototype.sendSEI=function(E){var p;(p=this.peerconnection)===null||p===void 0||p.sendSEI(E)},x.prototype.hasRetries=function(E){var p,b,l=c.DEFAULT_RETRY_PUBLISH_LIMIT;typeof((p=this.publishConfig)===null||p===void 0?void 0:p.retryTimes)=="number"&&(l=Math.floor((b=this.publishConfig)===null||b===void 0?void 0:b.retryTimes));var A=this.pubReconnectTimes<l;return E&&A&&this.incrementReconnectTimes(),A},x.prototype.resetRepublishStatus=function(){this.pubReconnectTimes=0,this.isConnecting=!1,this.reporter.updateTid(),this.reconnectTimerHandle!==null&&(clearTimeout(this.reconnectTimerHandle),this.reconnectTimerHandle=null)},x.prototype.handleSubMonitorEvent=function(E){var p=this;E.forEach(function(b){var l={ct:0,tt:4e3,url:b.url},A=b.video,R=b.audio;if(A){var C=A.transportStats,g=A.inboundRtpStats,D=A.inboundRtpStatsPerSec,O=A.localCandidate,U=A.remoteCandidate;l=f(f({},l),{rtt:C?.rtt!==-1?1e3*(C?.rtt||0):-1,cand_re_prot:U.protocol,cand_lo_prot:O.protocol,cand_re_addr:"".concat(U.ip||U.address,":").concat(U.port),cand_lo_addr:"".concat(O.ip||O.address,":").concat(O.port),w:g?.frameWidth,h:g?.frameHeight,vbps:Math.floor(8*D.bytesReceivedPerSecond),fps:g?.framesPerSecond,dfps:Math.floor(D?.framesDecodedPerSecond),vjb:Math.floor((0,u.getJitterBufferDelayAvg)(g?.jitterBufferDelay,g?.jitterBufferEmittedCount)),vMsid:b.vMsid})}R&&(C=R.transportStats,g=R.inboundRtpStats,D=R.inboundRtpStatsPerSec,O=R.localCandidate,U=R.remoteCandidate,l=f(f({},l),{rtt:C?.rtt!==-1?1e3*(C?.rtt||0):-1,cand_re_prot:U.protocol,cand_lo_prot:O.protocol,cand_re_addr:"".concat(U.ip||U.address,":").concat(U.port),cand_lo_addr:"".concat(O.ip||O.address,":").concat(O.port),abps:Math.floor(8*D.bytesReceivedPerSecond),ajb:Math.floor((0,u.getJitterBufferDelayAvg)(g?.jitterBufferDelay,g.jitterBufferEmittedCount)),aMsid:b.aMsid})),p.reporter.reportPullStats(l)})},x.prototype.incrementReconnectTimes=function(){this.pubReconnectTimes++},x.prototype.getPublishConfig=function(){return this.publishConfig},x}(t.default);T.Publisher=h},5788:function(j,T,_){var m,d=this&&this.__extends||(m=function(n,u){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(h,S){h.__proto__=S}||function(h,S){for(var x in S)Object.prototype.hasOwnProperty.call(S,x)&&(h[x]=S[x])},m(n,u)},function(n,u){if(typeof u!="function"&&u!==null)throw new TypeError("Class extends value "+String(u)+" is not a constructor or null");function h(){this.constructor=n}m(n,u),n.prototype=u===null?Object.create(u):(h.prototype=u.prototype,new h)}),f=this&&this.__awaiter||function(n,u,h,S){return new(h||(h=Promise))(function(x,E){function p(A){try{l(S.next(A))}catch(R){E(R)}}function b(A){try{l(S.throw(A))}catch(R){E(R)}}function l(A){var R;A.done?x(A.value):(R=A.value,R instanceof h?R:new h(function(C){C(R)})).then(p,b)}l((S=S.apply(n,u||[])).next())})},y=this&&this.__generator||function(n,u){var h,S,x,E,p={label:0,sent:function(){if(1&x[0])throw x[1];return x[1]},trys:[],ops:[]};return E={next:b(0),throw:b(1),return:b(2)},typeof Symbol=="function"&&(E[Symbol.iterator]=function(){return this}),E;function b(l){return function(A){return function(R){if(h)throw new TypeError("Generator is already executing.");for(;E&&(E=0,R[0]&&(p=0)),p;)try{if(h=1,S&&(x=2&R[0]?S.return:R[0]?S.throw||((x=S.return)&&x.call(S),0):S.next)&&!(x=x.call(S,R[1])).done)return x;switch(S=0,x&&(R=[2&R[0],x.value]),R[0]){case 0:case 1:x=R;break;case 4:return p.label++,{value:R[1],done:!1};case 5:p.label++,S=R[1],R=[0];continue;case 7:R=p.ops.pop(),p.trys.pop();continue;default:if(x=p.trys,!((x=x.length>0&&x[x.length-1])||R[0]!==6&&R[0]!==2)){p=0;continue}if(R[0]===3&&(!x||R[1]>x[0]&&R[1]<x[3])){p.label=R[1];break}if(R[0]===6&&p.label<x[1]){p.label=x[1],x=R;break}if(x&&p.label<x[2]){p.label=x[2],p.ops.push(R);break}x[2]&&p.ops.pop(),p.trys.pop();continue}R=u.call(n,p)}catch(C){R=[6,C],S=0}finally{h=x=0}if(5&R[0])throw R[1];return{value:R[0]?R[1]:void 0,done:!0}}([l,A])}}},v=this&&this.__importDefault||function(n){return n&&n.__esModule?n:{default:n}};Object.defineProperty(T,"__esModule",{value:!0}),T.SignalChannel=void 0;var s=v(_(7028)),c=_(4865),a=v(_(102)),e=v(_(8219)),r=_(9428),i=_(5044),o=_(280),t=function(n){function u(h){var S=n.call(this)||this;return S.reporter=h.reporter,S}return d(u,n),Object.defineProperty(u.prototype,"isOpen",{get:function(){return this.readyState==="open"},enumerable:!1,configurable:!0}),Object.defineProperty(u.prototype,"readyState",{get:function(){var h,S;return((h=this.peerconnection)===null||h===void 0?void 0:h.isConnected)&&((S=this.datachannelCore)===null||S===void 0?void 0:S.readyState)},enumerable:!1,configurable:!0}),Object.defineProperty(u.prototype,"datachannelCore",{get:function(){var h,S,x;return(x=(S=(h=this.peerconnection)===null||h===void 0?void 0:h.getPeerCore())===null||S===void 0?void 0:S.getSignal())===null||x===void 0?void 0:x.getDatachannelCore()},enumerable:!1,configurable:!0}),u.prototype.getPeerConnection=function(){return this.peerconnection},u.prototype.setPeerConnection=function(h){this.peerconnection=h},u.prototype.createDatachannel=function(h){return f(this,void 0,void 0,function(){var S,x,E,p,b,l,A,R,C,g,D,O;return y(this,function(U){switch(U.label){case 0:if(S=h.signalUrl,!this.checkUrl(S))throw new i.RtsError(r.ErrorCode.ERROR_DATACHANNEL_PARAM,"url need artc://","");this.closeDatachannel(),this.createPC(),this.reporter.updateUrl(S),this.reporter.reportDatachannelHttpConnect(S),x=performance.now(),U.label=1;case 1:return U.trys.push([1,3,,4]),[4,(g=this.peerconnection)===null||g===void 0?void 0:g.createOffer(!1,!1,void 0,h)];case 2:return E=U.sent(),[3,4];case 3:return p=U.sent(),this.throwRtsError(new i.RtsError(p.errorCode||r.ErrorCode.ERROR_CREATEOFFER,p.message||"","")),[3,4];case 4:l="",U.label=5;case 5:return U.trys.push([5,7,,8]),[4,this.excuteSignal(E.desp)];case 6:return b=U.sent(),l=((D=b?.data)===null||D===void 0?void 0:D.trace_id)||"",this.reporter.reportDatachannelHttpConnectOk({url:S,hrct:Math.floor(performance.now()-x),tcid:l}),[3,8];case 7:return A=U.sent(),this.throwRtsError(new i.RtsError(A.errorCode||r.ErrorCode.ERROR_HTTPREQUEST_ERROR,A.message||"",l)),[3,8];case 8:return U.trys.push([8,10,,11]),[4,(O=this.peerconnection)===null||O===void 0?void 0:O.recvAnswer(b?.data,{answerSdpHook:h.answerSdpHook})];case 9:return U.sent(),[3,11];case 10:return R=U.sent(),this.throwRtsError(new i.RtsError(R.errorCode||r.ErrorCode.ERROR_ANSWER_ERROR,R.message||"set answer error",l)),[3,11];case 11:return U.trys.push([11,13,,14]),[4,this.waitForOpen()];case 12:return U.sent(),[3,14];case 13:return C=U.sent(),this.throwRtsError(new i.RtsError(r.ErrorCode.ERROR_DATACHANNEL_OPEN,"datachannel open failed: ".concat(C),l)),[3,14];case 14:return[2,l]}})})},u.prototype.waitForOpen=function(){var h,S=this;return new Promise(function(x,E){var p;h=window.setTimeout(function(){var l;(l=S.peerconnection)===null||l===void 0||l.off("datachannelStatusChange",b),h=void 0,E("timeout")},5e3);var b=function(l){h&&(clearTimeout(h),h=void 0),l.status===o.EDatachannelStatus.DATACHANNEL_STATUS_OPEN?x(!0):E("status is ".concat(l.status))};(p=S.peerconnection)===null||p===void 0||p.once("datachannelStatusChange",b)})},u.prototype.excuteSignal=function(h){return f(this,void 0,void 0,function(){var S;return y(this,function(x){switch(x.label){case 0:return[4,e.default.post(this.signalUrl,{version:s.default.protocol_version,sdk_version:s.default.sdk_version,mode:"live",jsep:h})];case 1:if(((S=x.sent())==null?void 0:S.status)!==200)throw new i.RtsError(r.ErrorCode.ERROR_SIGNAL_ERROR,S?"response status:"+S.status:"response is null","");return[2,S]}})})},u.prototype.closeDatachannel=function(){var h;(h=this.peerconnection)===null||h===void 0||h.reset()},u.prototype.checkUrl=function(h){var S="artc://";if(h&&h.indexOf(S)===0){var x=window.location.protocol,E=(["http:","https:"].indexOf(x)>-1?x:"https:")+"//";return this.signalUrl=h.replace(S,E),!0}},u.prototype.throwRtsError=function(h){throw this.emit("onError",h),h},u.prototype.createPC=function(){var h=this;this.peerconnection=new c.RtsPeerconnection,this.peerconnection.on("connectStatusChange",function(S){h.emit("connectStatusChange",S)})},u}(a.default);T.SignalChannel=t},2550:function(j,T,_){var m,d=this&&this.__extends||(m=function(x,E){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(p,b){p.__proto__=b}||function(p,b){for(var l in b)Object.prototype.hasOwnProperty.call(b,l)&&(p[l]=b[l])},m(x,E)},function(x,E){if(typeof E!="function"&&E!==null)throw new TypeError("Class extends value "+String(E)+" is not a constructor or null");function p(){this.constructor=x}m(x,E),x.prototype=E===null?Object.create(E):(p.prototype=E.prototype,new p)}),f=this&&this.__assign||function(){return f=Object.assign||function(x){for(var E,p=1,b=arguments.length;p<b;p++)for(var l in E=arguments[p])Object.prototype.hasOwnProperty.call(E,l)&&(x[l]=E[l]);return x},f.apply(this,arguments)},y=this&&this.__awaiter||function(x,E,p,b){return new(p||(p=Promise))(function(l,A){function R(D){try{g(b.next(D))}catch(O){A(O)}}function C(D){try{g(b.throw(D))}catch(O){A(O)}}function g(D){var O;D.done?l(D.value):(O=D.value,O instanceof p?O:new p(function(U){U(O)})).then(R,C)}g((b=b.apply(x,E||[])).next())})},v=this&&this.__generator||function(x,E){var p,b,l,A,R={label:0,sent:function(){if(1&l[0])throw l[1];return l[1]},trys:[],ops:[]};return A={next:C(0),throw:C(1),return:C(2)},typeof Symbol=="function"&&(A[Symbol.iterator]=function(){return this}),A;function C(g){return function(D){return function(O){if(p)throw new TypeError("Generator is already executing.");for(;A&&(A=0,O[0]&&(R=0)),R;)try{if(p=1,b&&(l=2&O[0]?b.return:O[0]?b.throw||((l=b.return)&&l.call(b),0):b.next)&&!(l=l.call(b,O[1])).done)return l;switch(b=0,l&&(O=[2&O[0],l.value]),O[0]){case 0:case 1:l=O;break;case 4:return R.label++,{value:O[1],done:!1};case 5:R.label++,b=O[1],O=[0];continue;case 7:O=R.ops.pop(),R.trys.pop();continue;default:if(l=R.trys,!((l=l.length>0&&l[l.length-1])||O[0]!==6&&O[0]!==2)){R=0;continue}if(O[0]===3&&(!l||O[1]>l[0]&&O[1]<l[3])){R.label=O[1];break}if(O[0]===6&&R.label<l[1]){R.label=l[1],l=O;break}if(l&&R.label<l[2]){R.label=l[2],R.ops.push(O);break}l[2]&&R.ops.pop(),R.trys.pop();continue}O=E.call(x,R)}catch(U){O=[6,U],b=0}finally{p=l=0}if(5&O[0])throw O[1];return{value:O[0]?O[1]:void 0,done:!0}}([g,D])}}},s=this&&this.__rest||function(x,E){var p={};for(var b in x)Object.prototype.hasOwnProperty.call(x,b)&&E.indexOf(b)<0&&(p[b]=x[b]);if(x!=null&&typeof Object.getOwnPropertySymbols=="function"){var l=0;for(b=Object.getOwnPropertySymbols(x);l<b.length;l++)E.indexOf(b[l])<0&&Object.prototype.propertyIsEnumerable.call(x,b[l])&&(p[b[l]]=x[b[l]])}return p},c=this&&this.__importDefault||function(x){return x&&x.__esModule?x:{default:x}};Object.defineProperty(T,"__esModule",{value:!0}),T.LocalStream=void 0;var a=_(5805),e=_(3412),r=_(5044),i=_(9428),o=_(5259),t=_(233),n=c(_(335)),u=_(6295),h=_(2718),S=function(x){function E(){var p=x.call(this)||this;return p.screenSurfaceType="",p.VideoProfileMap=new Map(o.VideoProfileMap),p.ScreenProfileMap=new Map(o.ScreenProfileMap),p.AudioProfileMap=new Map(o.AudioProfileMap),p.deviceManager=new e.BrowserDeviceManager,p.mediastream=new MediaStream,p.hasVideo=!1,p.hasScreen=!1,p.videoProfile="360p_1",p.screenProfile="720p_1",p.audioProfile="standard",p.isCustomStream=!1,p.handleVideoTrackEnded=p.handleVideoTrackEnded.bind(p),p.handleAudioTrackEnded=p.handleAudioTrackEnded.bind(p),p}return d(E,x),Object.defineProperty(E.prototype,"mediaStream",{get:function(){return this.mediastream},enumerable:!1,configurable:!0}),Object.defineProperty(E.prototype,"audioTrack",{get:function(){return this.audiotrack},enumerable:!1,configurable:!0}),Object.defineProperty(E.prototype,"videoTrack",{get:function(){return this.videotrack},enumerable:!1,configurable:!0}),Object.defineProperty(E.prototype,"hasAudio",{get:function(){return!!this.audioTrack},enumerable:!1,configurable:!0}),E.prototype.getVideoProfile=function(){if(this.hasVideo)return this.videoProfile},E.prototype.getScreenProfile=function(){if(this.hasScreen)return this.screenProfile},E.prototype.getAudioProfile=function(){if(this.hasAudio)return this.audioProfile},E.prototype.init=function(p){return p.custom?this.createCustomStream(p.mediaStream):this.initWithRetry(p)},E.prototype.initWithRetry=function(p,b,l){var A=this;return new Promise(function(R,C){R=b||R,C=l||C;var g=[];p.audio&&p.video?g.push(A.initMicCamera(p)):(g.push(A.initMicAudio(p)),g.push(A.initCameraVideo(p))),p.video||g.push(A.initScreenVideoAudio(p)),Promise.all(g).then(function(){A.tryMixMicAndScreenAudio(p),A.initTracks(p),p.skipProfile?R():A.tryToSetProfile(p).then(function(){R()}).catch(function(D){console.log(D),A.resetLocalStream(),A.initWithRetry(f(f({},p),{skipProfile:!0}),R,C)})}).catch(function(D){A.stopAllTracks(),C(D)})})},E.prototype.initMicAudio=function(p){var b=this;return new Promise(function(l,A){if(!p||!p.audio)return l();var R=typeof p.audio=="boolean"?{}:p.audio;b.deviceManager.getAudioTrack(R).then(function(C){b.micAudioTrack=C,b.audiotrack=C,l()}).catch(function(C){A(new r.RtsError(C.code,C.reason,"",C.relatedLink))})})},E.prototype.initCameraVideo=function(p){var b=this;return new Promise(function(l,A){if(!p||!p.video)return l();var R=typeof p.video=="boolean"?{}:p.video;b.deviceManager.getVideoTrack(R).then(function(C){b.videotrack=C,b.hasVideo=!0,l()}).catch(function(C){A(new r.RtsError(C.code,C.reason,"",C.relatedLink))})})},E.prototype.initMicCamera=function(p){var b=this;return new Promise(function(l,A){var R={video:p.video,audio:p.audio};b.deviceManager.getAudioVideoTracks(R).then(function(C){b.videotrack=C.find(function(g){return g.kind==="video"}),b.hasVideo=!!b.videotrack,b.audiotrack=b.micAudioTrack=C.find(function(g){return g.kind==="audio"}),l()}).catch(function(C){A(new r.RtsError(C.code,C.reason,"",C.relatedLink))})})},E.prototype.initScreenVideoAudio=function(p){var b=this;return new Promise(function(l,A){if(!p||!p.screen)return l();var R=!0,C=!1,g={};if(typeof p.screen!="boolean"){var D=p.screen,O=D.video,U=D.audio;g=s(D,["video","audio"]),R=typeof O!="object"||O,typeof U!="boolean"&&typeof U!="object"||(C=U)}t.SystemUtil.isMacOS&&t.BrowserUtil.isSafari&&["16.1","16.2","16.3"].indexOf(t.BrowserUtil.browserVersion)>-1&&typeof R=="object"&&(typeof R.width=="number"&&(R.width={max:R.width}),typeof R.height=="number"&&(R.height={max:R.height})),b.deviceManager.getScreenStream(f({video:R,audio:C},g)).then(function(k){b.videotrack=k.getVideoTracks()[0],b.videotrack&&b.videotrack.getSettings&&(b.screenSurfaceType=b.videotrack.getSettings().displaySurface),b.hasScreen=!0;var w=k.getAudioTracks()[0];w&&(b.screenAudioTrack=w),l()}).catch(function(k){A(new r.RtsError(k.code,k.reason,"",k.relatedLink))})})},E.prototype.tryMixMicAndScreenAudio=function(p){p.audio&&this.micAudioTrack&&this.hasScreenAudioConfig(p)&&this.screenAudioTrack?(this.audioMixer||(this.audioMixer=new n.default({useGainNode:!1,trackList:[]})),this.audioMixer.updateTrackList([this.screenAudioTrack,this.micAudioTrack]),this.audiotrack=this.audioMixer.getMixedAudioTrack()):p.audio&&this.micAudioTrack?this.audiotrack=this.micAudioTrack:this.hasScreenAudioConfig(p)&&this.screenAudioTrack&&(this.audiotrack=this.screenAudioTrack)},E.prototype.initTracks=function(p){this.hasAudioTrackReady(p)&&this.audiotrack&&this.mediastream.addTrack(this.audiotrack),this.hasVideoTrackReady(p)&&this.videotrack&&this.mediastream.addTrack(this.videotrack),this.addTrackListener()},E.prototype.tryToSetProfile=function(p){var b=this;return new Promise(function(l,A){return y(b,void 0,void 0,function(){var R;return v(this,function(C){switch(C.label){case 0:return C.trys.push([0,4,,5]),p.video?[4,this.setVideoProfile(this.videoProfile)]:[3,2];case 1:return C.sent(),[3,3];case 2:p.screen&&this.setScreenProfile(this.screenProfile).catch(function(g){console.log(g)}),C.label=3;case 3:return l(),[3,5];case 4:return R=C.sent(),A(new r.RtsError(i.ErrorCode.ERROR_DEIVCE_CONSTRAINEDERROR,"apply constraint failed","",{originErr:R,config:p})),[3,5];case 5:return[2]}})})})},E.prototype.stopAllTracks=function(){this.screenAudioTrack&&(this.screenAudioTrack.stop(),this.screenAudioTrack=void 0),this.micAudioTrack&&(this.micAudioTrack.stop(),this.micAudioTrack=void 0),this.audioTrack&&(this.audioTrack.stop(),this.audiotrack=void 0),this.videoTrack&&(this.videoTrack.stop(),this.videotrack=void 0)},E.prototype.resetLocalStream=function(){this.deviceManager=new e.BrowserDeviceManager,this.mediastream=new MediaStream,this.hasVideo=!1,this.hasScreen=!1,this.videoProfile="360p_1",this.screenProfile="720p_1",this.isCustomStream=!1,this.stopAllTracks(),this.audioMixer=void 0,this.screenSurfaceType=""},E.prototype.setEncodeParam=function(p,b){var l=this;this.pc=p;var A=!1,R=!1;b?b==="video"?A=!0:b==="audio"&&(R=!0):A=R=!0,p.getSenders().forEach(function(C){var g=C.track;!g||g.kind!=="video"&&g.kind!=="audio"||(g.kind==="video"&&A&&l.setVideoEncodeParams(C),g.kind==="audio"&&R&&l.setAudioEncodeParams(C))})},E.prototype.setVideoEncodeParams=function(p){var b,l,A;if(((b=p.track)===null||b===void 0?void 0:b.id)===((l=this.videoTrack)===null||l===void 0?void 0:l.id)&&(this.hasVideo?A=this.VideoProfileMap.get(this.videoProfile):this.hasScreen&&(A=this.ScreenProfileMap.get(this.screenProfile)),A&&p.setParameters&&p.getParameters)){var R=p.getParameters();R.degradationPreference="maintain-resolution",R.encodings.forEach(function(C){A?.maxBitrate&&(C.maxBitrate=1024*A.maxBitrate),A?.frameRate&&(C.maxFramerate=A.frameRate)}),p.setParameters(R)}},E.prototype.setAudioEncodeParams=function(p){var b,l;if(((b=p.track)===null||b===void 0?void 0:b.id)===((l=this.audioTrack)===null||l===void 0?void 0:l.id)){var A=this.AudioProfileMap.get(this.audioProfile);if(A&&p.setParameters&&p.getParameters){var R=p.getParameters();R.encodings.forEach(function(C){A.maxBitrate&&(C.maxBitrate=1024*A.maxBitrate)}),p.setParameters(R)}}},E.prototype.play=function(p,b){var l,A=this;if((l=this.reporter)===null||l===void 0||l.reportPlay(p?p.nodeName:String(p)),p&&(this.element=p,this.mediastream)){if(this.element.srcObject=this.mediastream,(t.SystemUtil.isIos&&t.SystemUtil.systemVersion.indexOf("15.1")===0&&(t.BrowserUtil.isSafari||t.BrowserUtil.isChrome||t.BrowserUtil.isMicroMessenger)||b?.canvasStream)&&this.hasVideo){if(this.canvasRenderer)return;this.canvasRenderer=new u.CanvasRenderer({video:this.element});var R=this;this.element.addEventListener("loadeddata",function C(){if(R.element&&(R.element.removeEventListener("loadeddata",C),R.canvasRenderer)){R.canvasRenderer.start();var g=R.canvasRenderer.mediaStream;g&&(R.mediastream=g,R.videotrack=g.getVideoTracks()[0])}}),this.element.addEventListener("resize",function(){var C;if(A){var g=A.element;g&&((C=A.canvasRenderer)===null||C===void 0||C.resize(g.videoWidth,g.videoHeight))}})}if(b&&b.autoplay===!1)return;this.element.play()}},E.prototype.setVideoProfile=function(p){var b=this;return new Promise(function(l,A){return y(b,void 0,void 0,function(){var R,C,g;return v(this,function(D){switch(D.label){case 0:if((g=this.reporter)===null||g===void 0||g.reportVideoProfile(p),!(R=this.VideoProfileMap.get(p)))return[3,5];if(this.isCustomStream||!this.hasVideo||!this.videotrack||!this.videotrack.applyConstraints)return[3,4];D.label=1;case 1:return D.trys.push([1,3,,4]),[4,this.videotrack.applyConstraints(R)];case 2:return D.sent(),[3,4];case 3:return C=D.sent(),[2,A(C)];case 4:return this.videoProfile=p,this.pc&&this.setEncodeParam(this.pc,"video"),l(this.videoProfile),[3,6];case 5:A("Profile not found"),D.label=6;case 6:return[2]}})})})},E.prototype.setScreenProfile=function(p){var b=this;return new Promise(function(l,A){return y(b,void 0,void 0,function(){var R,C,g;return v(this,function(D){switch(D.label){case 0:if((g=this.reporter)===null||g===void 0||g.reportScreenProfile(p),!(R=this.ScreenProfileMap.get(p)))return[3,5];if(!(this.hasScreen&&this.videotrack&&this.videotrack.applyConstraints))return[3,4];D.label=1;case 1:return D.trys.push([1,3,,4]),[4,this.videotrack.applyConstraints(R)];case 2:return D.sent(),[3,4];case 3:return C=D.sent(),[2,A(C)];case 4:return this.screenProfile=p,this.pc&&this.setEncodeParam(this.pc,"video"),l(this.screenProfile),[3,6];case 5:A("Profile not found"),D.label=6;case 6:return[2]}})})})},E.prototype.setAudioProfile=function(p){var b=this;return new Promise(function(l,A){return y(b,void 0,void 0,function(){var R,C,g;return v(this,function(D){switch(D.label){case 0:if((g=this.reporter)===null||g===void 0||g.reportAudioProfile(p),!(R=this.AudioProfileMap.get(p)))return[3,5];if(this.isCustomStream||!this.hasAudio||!this.audioTrack||!this.audioTrack.applyConstraints)return[3,4];D.label=1;case 1:return D.trys.push([1,3,,4]),[4,this.audioTrack.applyConstraints(R)];case 2:return D.sent(),[3,4];case 3:return C=D.sent(),[2,A(C)];case 4:return this.audioProfile=p,this.pc&&this.setEncodeParam(this.pc,"audio"),l(this.audioProfile),[3,6];case 5:A("Profile not found"),D.label=6;case 6:return[2]}})})})},E.prototype.enableAudio=function(){var p;return(p=this.reporter)===null||p===void 0||p.reportEnableAudio(),!!this.audiotrack&&(this.audiotrack.enabled=!0,!0)},E.prototype.disableAudio=function(){var p;return(p=this.reporter)===null||p===void 0||p.reportDisableAudio(),!!this.audiotrack&&(this.audiotrack.enabled=!1,!0)},E.prototype.enableVideo=function(){var p;return(p=this.reporter)===null||p===void 0||p.reportEnableVideo(),!!this.videotrack&&(this.videotrack.enabled=!0,!0)},E.prototype.disableVideo=function(){var p;return(p=this.reporter)===null||p===void 0||p.reportDisableVideo(),!!this.videotrack&&(this.videotrack.enabled=!1,!0)},E.prototype.stop=function(){var p;x.prototype.stop.call(this),this.hasVideo=!1,this.hasScreen=!1,this.isCustomStream=!1,this.canvasRenderer&&(this.canvasRenderer.stop(),this.canvasRenderer=void 0),this.audiotrack&&(this.audiotrack.stop(),this.audiotrack=void 0),this.videotrack&&(this.videotrack.stop(),this.videotrack=void 0),this.micAudioTrack&&(this.micAudioTrack.stop(),this.micAudioTrack=void 0),this.screenAudioTrack&&(this.screenAudioTrack.stop(),this.screenAudioTrack=void 0),(p=this.reporter)===null||p===void 0||p.reportStop(0)},E.prototype.mergeStream=function(p){var b=p.videoTrack,l=p.audioTrack;b&&(this.videoTrack&&(this.videoTrack.removeEventListener("ended",this.handleVideoTrackEnded),this.mediaStream.removeTrack(this.videoTrack)),this.mediaStream.addTrack(b),this.videotrack=b,this.listenVideoEnded(),this.hasVideo=p.hasVideo,this.hasScreen=p.hasScreen,this.isCustomStream=p.isCustomStream,this.hasVideo&&(this.videoProfile=p.videoProfile),this.hasScreen&&(this.screenProfile=p.screenProfile)),l&&(this.audioTrack&&(this.audioTrack.removeEventListener("ended",this.handleAudioTrackEnded),this.mediaStream.removeTrack(this.audioTrack)),this.mediaStream.addTrack(l),this.audiotrack=l,this.listenAudioEnded())},E.prototype.deleteTracks=function(p){p.audio&&this.audioTrack&&(this.mediaStream.removeTrack(this.audioTrack),this.audiotrack=void 0),p.video&&this.videoTrack&&(this.mediaStream.removeTrack(this.videoTrack),this.videotrack=void 0,this.hasScreen=!1,this.hasVideo=!1)},E.prototype.createCustomStream=function(p){var b=this;return new Promise(function(l,A){if(!p)return A(new r.RtsError(i.ErrorCode.ERROR_CUSTOMSTREAM_NONE,"MediaStream is required.",""));if(!(p instanceof MediaStream))return A(new r.RtsError(i.ErrorCode.ERROR_CUSTOMSTREAM_INVALID,"MediaStream is invalid.",""));if(p.getTracks().length===0)return A(new r.RtsError(i.ErrorCode.ERROR_CUSTOMSTREAM_TRACK_NONE,"MediaStream has no track.",""));var R=(0,h.getVideoTrack)(p),C=(0,h.getAudioTrack)(p);R&&(b.hasVideo=!0,b.videotrack=R,b.mediastream.addTrack(R)),C&&(b.audiotrack=C,b.mediastream.addTrack(C)),b.isCustomStream=!0,b.setVideoProfile(b.videoProfile),b.addTrackListener(),l()})},E.prototype.releaseMediaStream=function(){var p=this;this.mediastream.getTracks().forEach(function(b){b.stop(),p.mediastream.removeTrack(b)})},E.prototype.hasVideoTrackReady=function(p){return!(!p.video&&!p.screen||!this.videotrack)||!p.video&&!p.screen},E.prototype.hasScreenAudioConfig=function(p){return typeof p.screen=="object"&&p.screen.audio},E.prototype.hasAudioTrackReady=function(p){return!(p.audio&&(!this.hasMicAudioAndReady(p)&&!this.hasScreenAudioAndReady(p)||!this.audiotrack))},E.prototype.hasMicAudioAndReady=function(p){return p.audio&&this.micAudioTrack},E.prototype.hasScreenAudioAndReady=function(p){return this.hasScreenAudioConfig(p)&&this.screenAudioTrack},E.prototype.addTrackListener=function(){this.listenVideoEnded(),this.listenAudioEnded()},E.prototype.listenVideoEnded=function(){var p=this;this.videotrack&&this.videotrack.addEventListener("ended",this.handleVideoTrackEnded),this.micAudioTrack&&this.micAudioTrack.addEventListener("ended",function(){var b;p.emit("micAudioTrackEnded"),p.screenAudioTrack&&p.screenAudioTrack.readyState==="ended"&&((b=p.audioMixer)===null||b===void 0||b.destroy(),p.emit("audioTrackEnded"))}),this.screenAudioTrack&&this.screenAudioTrack.addEventListener("ended",function(){var b;p.emit("screenAudioTrackEnded"),p.micAudioTrack&&p.micAudioTrack.readyState==="ended"&&((b=p.audioMixer)===null||b===void 0||b.destroy(),p.emit("audioTrackEnded"))})},E.prototype.listenAudioEnded=function(){this.audiotrack&&this.audiotrack.addEventListener("ended",this.handleAudioTrackEnded)},E.prototype.handleVideoTrackEnded=function(){this.hasScreen=!1,this.hasVideo=!1,this.emit("videoTrackEnded")},E.prototype.handleAudioTrackEnded=function(){this.emit("audioTrackEnded")},E}(a.Stream);T.LocalStream=S},771:function(j,T,_){var m,d=this&&this.__extends||(m=function(a,e){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,i){r.__proto__=i}||function(r,i){for(var o in i)Object.prototype.hasOwnProperty.call(i,o)&&(r[o]=i[o])},m(a,e)},function(a,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=a}m(a,e),a.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(T,"__esModule",{value:!0}),T.RemoteStream=void 0;var f=_(5805),y=_(233),v=_(5044),s=_(9428),c=function(a){function e(){var r=a.call(this)||this;return r.recvCanPlay=!1,r.autoplay=!0,r.onCanPlay=r.onCanPlay.bind(r),r}return d(e,a),Object.defineProperty(e.prototype,"muted",{get:function(){return!!this.element&&this.element.muted},set:function(r){this.element&&(this.element.muted=r)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"audioTrack",{get:function(){var r;return(r=this.mediastream)===null||r===void 0?void 0:r.getAudioTracks()[0]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"videoTrack",{get:function(){var r;return(r=this.mediastream)===null||r===void 0?void 0:r.getVideoTracks()[0]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hasVideo",{get:function(){return!!this.videoTrack},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hasAudio",{get:function(){return!!this.audioTrack},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"mediaStream",{get:function(){return this.mediastream},enumerable:!1,configurable:!0}),e.prototype.updateMediaStream=function(r){var i=this.mediastream||new MediaStream;r.getTracks().forEach(function(o){return i.addTrack(o)}),this.mediastream=i,this.element&&this.play(this.element)},e.prototype.getMediaStream=function(){return this.mediastream},e.prototype.mergeStream=function(r){if(this.mediaStream){var i=r.getVideoTracks()[0],o=r.getAudioTracks()[0];i&&(this.videoTrack&&this.mediaStream.removeTrack(this.videoTrack),this.mediaStream.addTrack(i),this.videotrack=i),o&&(this.audioTrack&&this.mediaStream.removeTrack(this.audioTrack),this.mediaStream.addTrack(o),this.audiotrack=o)}},e.prototype.play=function(r,i){if(this.autoplay=!!(!i||i.autoplay),r){if(!(r instanceof HTMLMediaElement))throw new v.RtsError(s.ErrorCode.ERROR_HTMLELEMENT_ERROR,"Param is not a HTMLMediaElement","",{element:r});this.recvCanPlay=!1,this.emit("mediaElementBinded"),this.element=r,this.element.addEventListener("canplay",this.onCanPlay);var o=this.mediaStream;this.element.addEventListener("playing",function t(){r.removeEventListener("playing",t),y.SystemUtil.isIos&&parseInt(y.SystemUtil.systemVersion)<=13&&!r.muted&&o?.getAudioTracks().length&&(r.pause(),r.play())}),this.element.nodeName==="VIDEO"&&(this.element.setAttribute("playsinline",""),y.BrowserUtil.isMicroMessenger&&(this.element.setAttribute("x5-video-player-type","h5-page"),this.element.setAttribute("x5-playsinline",""),y.SystemUtil.isAndroid||y.SystemUtil.isIos&&this.element.setAttribute("x-webkit-airplay","allow"))),this.autoplay&&y.BrowserUtil.isSafari&&this.element.setAttribute("autoplay",""),this.mediastream&&this.bindMediaStream(this.mediastream)}else this.release()},e.prototype.disableVideo=function(){var r=this.getMediaStream();r&&r.getVideoTracks().forEach(function(i){i.enabled&&(i.enabled=!1)})},e.prototype.enableVideo=function(){var r=this.getMediaStream();r&&r.getVideoTracks().forEach(function(i){i.enabled||(i.enabled=!0)})},e.prototype.disableAudio=function(){var r=this.getMediaStream();r&&r.getAudioTracks().forEach(function(i){i.enabled&&(i.enabled=!1)})},e.prototype.enableAudio=function(){var r=this.getMediaStream();r&&r.getAudioTracks().forEach(function(i){i.enabled||(i.enabled=!0)})},e.prototype.stop=function(){a.prototype.stop.call(this),this.release()},e.prototype.onCanPlay=function(){var r=this;if(!this.recvCanPlay&&(this.emit("onCanPlay"),this.recvCanPlay=!0,this.autoplay))if(this.element)if(y.BrowserUtil.isMicroMessenger){var i=window.top!==window.self,o=window.WeixinJSBridge||window.top.WeixinJSBridge;o?o.invoke("getNetworkType",{},function(){r.tryToPlay()}):(i?window.top.document:document).addEventListener("WeixinJSBridgeReady",function(){o.invoke("getNetworkType",{},function(){r.tryToPlay()})})}else this.tryToPlay();else this.tryToPlay()},e.prototype.release=function(){this.element&&(this.element.pause(),this.element.srcObject=null,this.element.load(),this.element.removeEventListener("canplay",this.onCanPlay)),this.recvCanPlay=!1,this.mediastream=void 0},e.prototype.bindMediaStream=function(r){this.element&&(this.element.nodeName==="AUDIO"&&r.getVideoTracks()[0]&&r.removeTrack(r.getVideoTracks()[0]),this.element.srcObject=r),this.mediastream=r},e.prototype.tryToPlay=function(){var r=this;if(this.element){var i=this.element.play();i!==void 0&&i.then(function(){}).catch(function(o){console.log("playPromise err",o),r.element&&r.element.srcObject&&r.emit("onAutoPlayError")})}},e}(f.Stream);T.RemoteStream=c},5805:function(j,T,_){var m,d=this&&this.__extends||(m=function(s,c){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(a,e){a.__proto__=e}||function(a,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(a[r]=e[r])},m(s,c)},function(s,c){if(typeof c!="function"&&c!==null)throw new TypeError("Class extends value "+String(c)+" is not a constructor or null");function a(){this.constructor=s}m(s,c),s.prototype=c===null?Object.create(c):(a.prototype=c.prototype,new a)}),f=this&&this.__importDefault||function(s){return s&&s.__esModule?s:{default:s}};Object.defineProperty(T,"__esModule",{value:!0}),T.Stream=void 0;var y=_(233),v=function(s){function c(){var a=s.call(this)||this;return a.traceid="",a.id=y.Guid.create(32),a}return d(c,s),Object.defineProperty(c.prototype,"traceId",{get:function(){return this.traceid},set:function(a){this.traceid=a},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"mediaElement",{get:function(){return this.element},enumerable:!1,configurable:!0}),c.prototype.setReporter=function(a){this.reporter=a},c.prototype.play=function(a){},c.prototype.stop=function(){this.traceid="",this.reporter=void 0},c}(f(_(102)).default);T.Stream=v},5676:function(j,T,_){var m,d=this&&this.__extends||(m=function(l,A){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(R,C){R.__proto__=C}||function(R,C){for(var g in C)Object.prototype.hasOwnProperty.call(C,g)&&(R[g]=C[g])},m(l,A)},function(l,A){if(typeof A!="function"&&A!==null)throw new TypeError("Class extends value "+String(A)+" is not a constructor or null");function R(){this.constructor=l}m(l,A),l.prototype=A===null?Object.create(A):(R.prototype=A.prototype,new R)}),f=this&&this.__assign||function(){return f=Object.assign||function(l){for(var A,R=1,C=arguments.length;R<C;R++)for(var g in A=arguments[R])Object.prototype.hasOwnProperty.call(A,g)&&(l[g]=A[g]);return l},f.apply(this,arguments)},y=this&&this.__awaiter||function(l,A,R,C){return new(R||(R=Promise))(function(g,D){function O(w){try{k(C.next(w))}catch(N){D(N)}}function U(w){try{k(C.throw(w))}catch(N){D(N)}}function k(w){var N;w.done?g(w.value):(N=w.value,N instanceof R?N:new R(function(H){H(N)})).then(O,U)}k((C=C.apply(l,A||[])).next())})},v=this&&this.__generator||function(l,A){var R,C,g,D,O={label:0,sent:function(){if(1&g[0])throw g[1];return g[1]},trys:[],ops:[]};return D={next:U(0),throw:U(1),return:U(2)},typeof Symbol=="function"&&(D[Symbol.iterator]=function(){return this}),D;function U(k){return function(w){return function(N){if(R)throw new TypeError("Generator is already executing.");for(;D&&(D=0,N[0]&&(O=0)),O;)try{if(R=1,C&&(g=2&N[0]?C.return:N[0]?C.throw||((g=C.return)&&g.call(C),0):C.next)&&!(g=g.call(C,N[1])).done)return g;switch(C=0,g&&(N=[2&N[0],g.value]),N[0]){case 0:case 1:g=N;break;case 4:return O.label++,{value:N[1],done:!1};case 5:O.label++,C=N[1],N=[0];continue;case 7:N=O.ops.pop(),O.trys.pop();continue;default:if(g=O.trys,!((g=g.length>0&&g[g.length-1])||N[0]!==6&&N[0]!==2)){O=0;continue}if(N[0]===3&&(!g||N[1]>g[0]&&N[1]<g[3])){O.label=N[1];break}if(N[0]===6&&O.label<g[1]){O.label=g[1],g=N;break}if(g&&O.label<g[2]){O.label=g[2],O.ops.push(N);break}g[2]&&O.ops.pop(),O.trys.pop();continue}N=A.call(l,O)}catch(H){N=[6,H],C=0}finally{R=g=0}if(5&N[0])throw N[1];return{value:N[0]?N[1]:void 0,done:!0}}([k,w])}}},s=this&&this.__importDefault||function(l){return l&&l.__esModule?l:{default:l}};Object.defineProperty(T,"__esModule",{value:!0}),T.Subscriber=void 0;var c,a=_(4865),e=_(5917),r=_(9428),i=s(_(8219)),o=s(_(102)),t=_(5044),n=_(7989),u=_(492),h=s(_(2818)),S=s(_(7028)),x=_(6091),E=_(771),p=_(2718);(function(l){l[l.Init=0]="Init",l[l.Requesting=1]="Requesting",l[l.Playing=2]="Playing",l[l.Waiting=3]="Waiting"})(c||(c={}));var b=function(l){function A(R,C){var g=l.call(this)||this;return g.monitorStatsHistory=[],g.playTimeIndex=0,g.playCatonIndex=0,g.reportPubFlag=!1,g.state=c.Init,g.subscribeAudio=!0,g.subscribeVideo=!0,g.signalingUrl="",g.pullStreamUrl="",g.noParsePullStreamUrl="",g.subReconnectTimes=0,g.isConnecting=!1,g.reconnectTimerHandle=null,g.reporter=R,g.playTimer=0,g.config=C||{playTimeOut:5e3},g.remoteStream=new E.RemoteStream,g.remoteStream.on("onAutoPlayError",function(){g.emit("onError",new t.RtsError(r.ErrorCode.ERROR_AUTOPLAY_ERROR,"auto play failed",""))}),g.remoteStream.on("onCanPlay",function(){return y(g,void 0,void 0,function(){var D,O,U,k,w,N,H,F,P,B,W;return v(this,function(z){switch(z.label){case 0:return D=new Date().getTime(),[4,this.peerconnection.sample()];case 1:return z.sent(),O=-1,U=[],k=-1,this.monitorStatsHistory&&this.monitorStatsHistory.length&&(w=this.monitorStatsHistory[this.monitorStatsHistory.length-1],this.monitorStatsHistory.forEach(function(G){var J=G.rtt;J&&J>0&&U.push(J)}),O=Number((U.reduce(function(G,J){return G+J},0)/U.length).toFixed(3)),k=w.packetsLost,this.monitorStatsHistory=null),this.stopPlayTimer(),this.peerconnection.playStart(),this.subReconnectTimes=0,N=this._cnend||D,this.reporter.reportFirstFrameTime(this.noParsePullStreamUrl,this.remoteStream.traceId,this._cpend-this._cpstart,this._hrend-this._cpend,D-this._cpstart,0,N-this._hrend,{rttAvg:O,packetsLost:k},-1,-1,-1,(F=this.subscribeConfig)===null||F===void 0?void 0:F.vMsid,(P=this.subscribeConfig)===null||P===void 0?void 0:P.aMsid),(H=new x.PlayEvent(x.PlayType.PLAY_CANPLAY)).data={url:this.noParsePullStreamUrl,vMsid:(B=this.subscribeConfig)===null||B===void 0?void 0:B.vMsid,aMsid:(W=this.subscribeConfig)===null||W===void 0?void 0:W.aMsid},this.emit("onPlayEvent",H),[2]}})})}),g.peerconnection=new a.RtsPeerconnection,g.peerconnection.on("onConnected",function(){g._cnend=new Date().getTime()}),g.peerconnection.on("streamEnded",function(D){var O=new x.PlayEvent(x.PlayType.PLAY_ENDED);O.data=f({},D),g.emit("onPlayEvent",O),g.emit("onError",new t.RtsError(r.ErrorCode.ERROR_STREAM_ENDED,"Stream Receiver Transport is Closed",g.remoteStream.traceId))}),g.peerconnection.on("onTrackEvent",function(D){D.streams&&D.streams.length&&(g.remoteStream.updateMediaStream(D.streams[0]),g.onTrackFunction&&g.onTrackFunction())}),g.peerconnection.on("connectStatusChange",function(D){D.status!==e.EConnectStatus.CONNECT_STATUS_DISCONNECTED&&D.status!==e.EConnectStatus.CONNECT_STATUS_RECONNECTING||!g.hasRetries()?g.emit("connectStatusChange",D):g.emit("onError",new t.RtsError(r.ErrorCode.ERROR_PC_DISCONNECTED,"PC disconnected",g.remoteStream.traceId))}),g.peerconnection.on("pcReconnect",function(D){var O,U;D.ips?(O="Migrate with ips: ".concat(JSON.stringify(D.ips)),U=r.ErrorCode.ERROR_IP_MIGRATE):(O="PC disconnected",U=r.ErrorCode.ERROR_PC_DISCONNECTED),g.emit("onError",new t.RtsError(U,O,"",{pcErrorInfo:D}))}),g.mediaObserver=new u.MediaObserver({handler:function(D,O,U){var k,w=new x.PlayEvent(x.PlayType.PLAY_TIMEOUT),N={url:D};O&&(N.vMsid=O),U&&(N.aMsid=U),w.data=N,g.emit("onPlayEvent",w);var H=new t.RtsError(r.ErrorCode.ERROR_INBOUND_TIMEOUT,"Media data timeout after ".concat((k=g.mediaObserver)===null||k===void 0?void 0:k.actTimeout," ms."),g.remoteStream.traceId);g.emit("onError",H)}}),g.peerconnection.on("onMonitorEvent",function(D){var O,U=D.eventList;if((O=g.peerconnection)===null||O===void 0||O.updateStatsForSEI(U,D.type),D.type!=="pub"){if(U.length){for(var k=void 0,w=0;w<U.length;w++)if(U[w].url===(0,p.pruneSubUrl)(g.noParsePullStreamUrl,!0)){k=U[w];break}if(k){g.lastMeidaEventData=k;var N=k.video,H=k.audio;N&&g.monitorStatsHistory?g.monitorStatsHistory.push({rtt:N.transportStats.rtt,packetsLost:N.inboundRtpStats.packetsLost}):H&&g.monitorStatsHistory&&g.monitorStatsHistory.push({rtt:H.transportStats.rtt,packetsLost:H.inboundRtpStats.packetsLost}),c.Requesting===g.state?k.video?k.video.inboundRtpStatsPerSec.framesDecodedPerSecond>1&&(g.state=c.Playing):k.audio&&k.audio.inboundRtpStatsPerSec.bytesReceivedPerSecond>0&&(g.state=c.Playing):g.state!==c.Playing&&g.state!==c.Waiting||(++g.playTimeIndex,k.video&&(k.video.inboundRtpStatsPerSec.framesDecodedPerSecond<=1?(++g.playCatonIndex,c.Waiting!==g.state&&(g.state=c.Waiting,g.emit("onPlayEvent",new x.PlayEvent(x.PlayType.PLAY_WAITING)))):c.Waiting===g.state&&(g.state=c.Playing,g.emit("onPlayEvent",new x.PlayEvent(x.PlayType.PLAY_PLAYING)))),h.default.HEARTHEAT_INTERVAL===g.playTimeIndex&&(g.reportPubFlag=!0,U.forEach(function(P){g.doReportPullStats(P)}),g.playTimeIndex=0,g.playCatonIndex=0))}var F=new x.PlayEvent(x.PlayType.PLAY_MEDIA);F.data=[],U.forEach(function(P){var B={};B.url=P.url;var W=g.calcStreamPullStats(P);if(P.audio&&(B.audio={bytesReceivedPerSecond:P.audio.inboundRtpStatsPerSec.bytesReceivedPerSecond,rtt:P.audio.transportStats.rtt,lossRate:W.aloss,jitterBufferDelayAvg:P.audio.inboundRtpStatsPerSec.jitterBufferDelayAvg},B.aMsid=P.aMsid),P.video){var z=P.video,G=z.inboundRtpStats,J=z.inboundRtpStatsPerSec,re=z.transportStats;B.video={bytesReceivedPerSecond:J.bytesReceivedPerSecond,fps:G.framesPerSecond||J.framesDecodedPerSecond,framesDecodedPerSecond:J.framesDecodedPerSecond,rtt:re.rtt,width:G.frameWidth,height:G.frameHeight,lossRate:W.vloss,jitterBufferDelayAvg:J.jitterBufferDelayAvg},B.vMsid=P.vMsid}B.networkQuality=W.net_qual||0,F.data.push(B)}),F.data&&F.data.length&&(F.data.forEach(function(P){var B;(B=g.mediaObserver)===null||B===void 0||B.check({audio:P.audio,video:P.video},P.url,P.vMsid,P.aMsid)}),F.data.length===1&&(F.data[0].audio||F.data[0].video)&&(F.data=f({},F.data[0])),g.emit("onPlayEvent",F))}}else g.reportPubFlag&&(g.reportPubFlag=!1)}),g.playTimer=0,g._cpstart=0,g._cpend=0,g._hrend=0,g._cnend=0,g.subscribeConfig={},g}return d(A,l),A.prototype.getPeerConnection=function(){return this.peerconnection},A.prototype.subscribe=function(R,C,g){var D=this;return new Promise(function(O,U){return y(D,void 0,void 0,function(){var k,w,N=this;return v(this,function(H){switch(H.label){case 0:return this.monitorStatsHistory=[],this.unsubscribe(),C?.cumuDelay&&(C.encodedInsertableStreams=!0),this.subscribeConfig=C||{},this.state=c.Requesting,this.noParsePullStreamUrl=R,this.parseUrl(R),(w=this.mediaObserver)===null||w===void 0||w.updateConfig({timeout:C?.mediaTimeout}),k=C?.signalUrl,this.signalingUrl=k||this.signalingUrl,this.checkPullUrl()?[3,1]:(U(new t.RtsError(r.ErrorCode.ERROR_PLAY_URL,"url need artc://","")),[3,8]);case 1:return this.subscribeAudio||this.subscribeVideo?[3,2]:(U(new t.RtsError(r.ErrorCode.ERROR_SUBSCRIBE_NOTHING,"subscribe nothing","")),[3,8]);case 2:if(this._cpstart=new Date().getTime(),!this.subscribeVideo||C?.isH264Checked)return[3,7];H.label=3;case 3:return H.trys.push([3,5,,6]),[4,new n.SupportUtil().loadH264(3)];case 4:return H.sent(),[3,6];case 5:return H.sent(),[3,6];case 6:H.label=7;case 7:this.peerconnection.createOffer(this.subscribeAudio,this.subscribeVideo,void 0,{offerSdpHook:C?.offerSdpHook,answerSdpHook:C?.answerSdpHook,encodedInsertableStreams:C?.encodedInsertableStreams,disableStereo:C?.disableStereo,disableHeartbeat:C?.disableHeartbeat,cumuDelay:C?.cumuDelay}).then(function(F){var P=F.desp;N._cpend=new Date().getTime(),N.reporter.reportSubscribeStart(N.noParsePullStreamUrl,N.signalingUrl,C?.vMsid,C?.aMsid),N.excuteSignal(P,{innerTcpOnly:!!g?.innerTcpOnly}).then(function(B){var W;N.remoteStream.traceId=B,O(N.remoteStream);try{(W=N.peerconnection.getPeerCore())===null||W===void 0||W.patchSubscribeStreamManagerRecord(N.noParsePullStreamUrl,f(f({},N.subscribeConfig),{stream:N.remoteStream}))}catch(z){console.log(z)}N.peerconnection.getSubMonitor().updateTranceiversController()}).catch(function(B){N._hrend=new Date().getTime();var W=new t.RtsError(B.errorCode?B.errorCode:r.ErrorCode.ERROR_HTTPREQUEST_ERROR,B.message,B?B.traceid:"",{response:B.response,sdp:B.sdp});U(W)})}).catch(function(F){N._cpend=new Date().getTime();var P=new t.RtsError(r.ErrorCode.ERROR_CREATEOFFER,F.message,"");U(P)}),H.label=8;case 8:return[2]}})})})},A.prototype.unsubscribe=function(){var R;this.lastMeidaEventData&&this.doReportPullStats(this.lastMeidaEventData),this.stopPlayTimer(),this.peerconnection.reset(),this.remoteStream.stop(),this.subscribeVideo=!0,this.subscribeAudio=!0,this.state=c.Init,this.signalingUrl="",this.pullStreamUrl="",this.noParsePullStreamUrl="",this.onTrackFunction=void 0,this.playTimer=0,this._cpstart=0,this._cpend=0,this._hrend=0,this._cnend=0,this.monitorStatsHistory=[],(R=this.mediaObserver)===null||R===void 0||R.reset()},A.prototype.startLiveStream=function(R,C,g){var D=this;return console.error("\u6B64API\u53EF\u80FD\u5B58\u5728\u7A33\u5B9A\u6027\u95EE\u9898\uFF0C\u5E76\u5C06\u5728\u672A\u6765\u7684\u7248\u672C\u79FB\u9664\u3002\u8BF7\u4F7F\u7528subscribe\u66FF\u4EE3\uFF0C\u8BE6\u7EC6\u7528\u6CD5\u8BF7\u53C2\u8003\u5B98\u65B9\u6587\u6863\u3002"),new Promise(function(O,U){D.unsubscribe(),D.state=c.Requesting,D.noParsePullStreamUrl=R,D.parseUrl(R);var k=g?.signalUrl;D.signalingUrl=k||D.signalingUrl,D.pullStreamUrl===""?U(new t.RtsError(r.ErrorCode.ERROR_PLAY_URL,"url need artc://","")):D.subscribeAudio||D.subscribeVideo?!C||C.nodeName!=="AUDIO"&&C.nodeName!=="VIDEO"?U(new t.RtsError(r.ErrorCode.ERROR_HTMLELEMENT_ERROR,"need htmlaudioelement or htmlvideoelement","")):(D.subscribeAudio&&D.subscribeVideo?C.nodeName!=="VIDEO"&&D.emit("onError",new t.RtsError(r.ErrorCode.ERROR_HEMLELEMENT_NOTMATCH,"need htmlvideoelement","")):D.subscribeAudio?C.nodeName!=="AUDIO"&&D.emit("onError",new t.RtsError(r.ErrorCode.ERROR_HEMLELEMENT_NOTMATCH,"need htmlaudioelement","")):C.nodeName!=="VIDEO"&&D.emit("onError",new t.RtsError(r.ErrorCode.ERROR_HEMLELEMENT_NOTMATCH,"need htmlvieoelement","")),D._cpstart=new Date().getTime(),D.reporter.updateTid(),D.peerconnection.createOffer(D.subscribeAudio,D.subscribeVideo).then(function(w){var N=w.desp;D._cpend=new Date().getTime(),D.excuteSignal(N).then(function(H){D.remoteStream.traceId=H,D._hrend=new Date().getTime(),D.remoteStream.play(C),O(H)}).catch(function(H){D._hrend=new Date().getTime(),D.reporter.reportFirstFrameTime(D.noParsePullStreamUrl,H?H.traceid:"",D._cpend-D._cpstart,D._hrend-D._cpend,-1,-1,D._cnend-D._hrend),U(new t.RtsError(H.errorCode?H.errorCode:r.ErrorCode.ERROR_HTTPREQUEST_ERROR,H.message,""))})}).catch(function(w){D._cpend=new Date().getTime(),D.reporter.reportFirstFrameTime(D.noParsePullStreamUrl,w?w.traceid:"",D._cpend-D._cpstart,-1,-1,-1,D._cnend-D._hrend),U(new t.RtsError(r.ErrorCode.ERROR_CREATEOFFER,w.message,""))})):U(new t.RtsError(r.ErrorCode.ERROR_SUBSCRIBE_NOTHING,"subscribe nothing",""))})},A.prototype.stopLiveStream=function(){this.unsubscribe()},A.prototype.muteLiveStream=function(R){return this.remoteStream.muted=R,!0},A.prototype.excuteSignal=function(R,C){var g=this,D={type:R.type,sdp:R.sdp};return new Promise(function(O,U){var k,w,N,H,F,P={url:g.pullStreamUrl,amsid:((k=g.subscribeConfig)===null||k===void 0?void 0:k.aMsid)||["rts audio"],vmsid:((w=g.subscribeConfig)===null||w===void 0?void 0:w.vMsid)||["rts video"]};g.subscribeAudio||delete P.amsid,g.subscribeVideo||delete P.vmsid,!((N=g.subscribeConfig)===null||N===void 0)&&N.cumuDelay&&(D.sdp=D.sdp.replace(/(m=video[^\n]*\n)/,`$1a=cumudelay
|
|
153
|
+
`)),i.default.post(g.signalingUrl,{version:((H=g.subscribeConfig)===null||H===void 0?void 0:H.signalVersion)||S.default.protocol_version,sdk_version:S.default.sdk_version,mode:((F=g.subscribeConfig)===null||F===void 0?void 0:F.signalMode)||"live",pull_streams:[P],jsep:D}).then(function(B){var W,z,G,J,re,te,ie,ce,se;if(B&&B.status===200){g._hrend=new Date().getTime();try{!((W=g.subscribeConfig)===null||W===void 0)&&W.cumuDelay&&!(!((G=(z=B.data)===null||z===void 0?void 0:z.jsep)===null||G===void 0)&&G.sdp.includes("a=cumudelay"))&&(console.warn("Not found cumudelay in server sdp"),(J=g.reporter)===null||J===void 0||J.reportCumuDelayAnswerNotFound())}catch{}var ue=(re=B.data)===null||re===void 0?void 0:re.trace_id;g.reporter.reportSubscribeOk({vurl:g.noParsePullStreamUrl,surl:g.signalingUrl,traceId:ue,hrct:g._hrend-g._cpend,rslt:(te=B.data)===null||te===void 0?void 0:te.code});var pe=typeof((ie=g.subscribeConfig)===null||ie===void 0?void 0:ie.tcpOnly)=="boolean"?g.subscribeConfig.tcpOnly:C?.innerTcpOnly;g.peerconnection.recvAnswer(B.data,{answerSdpHook:(ce=g.subscribeConfig)===null||ce===void 0?void 0:ce.answerSdpHook,tcpOnly:pe}).then(function(){O(ue)}).catch(function(de){de.traceid=B.data?B.data.trace_id:"",U({errorCode:r.ErrorCode.ERROR_ANSWER_ERROR,message:de.message?de.message:"set answer error",traceid:de.traceid,sdp:de.sdp})})}else U({message:B?"response status:"+B.status:"response is null",traceid:(se=B?.data)===null||se===void 0?void 0:se.trace_id,sdp:R.sdp})}).catch(function(B){return y(g,void 0,void 0,function(){var W,z;return v(this,function(G){switch(G.label){case 0:if(![400,500].includes((z=B.response)===null||z===void 0?void 0:z.status))return[3,4];B.sdp=R.sdp,G.label=1;case 1:return G.trys.push([1,3,,4]),[4,new n.SupportUtil().isSupport({isReceiveVideo:!0})];case 2:return G.sent(),[3,4];case 3:return W=G.sent(),B.errorCode=W?.errorCode,B.message=W?.message,this.subReconnectTimes=1/0,[3,4];case 4:return U(B),[2]}})})})})},A.prototype.checkPullUrl=function(){return!!this.noParsePullStreamUrl&&this.noParsePullStreamUrl.indexOf("artc://")===0},A.prototype.parseUrl=function(R){if(R===void 0&&(R=""),R?.indexOf("artc://")===0){var C=R.indexOf("@");if(C>-1){var g=R.substring(C+1,R.length);this.pullStreamUrl=R.substring(0,C);for(var D=g.split("&"),O=0;O<D.length;++O)D[O]==="subaudio=no"&&(this.subscribeAudio=!1),D[O]==="subvideo=no"&&(this.subscribeVideo=!1)}else this.pullStreamUrl=R;var U=window.location.protocol,k=(["http:","https:"].indexOf(U)>-1?U:"https:")+"//";this.signalingUrl=this.pullStreamUrl.replace("artc://",k)}},A.prototype.stopPlayTimer=function(){this.playTimer&&clearTimeout(this.playTimer),this.playTimer=0},A.prototype.calcStreamPullStats=function(R){var C={},g=R.video,D=R.audio;if(g){var O=g.transportStats,U=g.inboundRtpStats,k=g.inboundRtpStatsPerSec,w=g.localCandidate,N=g.remoteCandidate;C=f(f({},C),{rtt:O?.rtt!==-1?1e3*(O?.rtt||0):-1,cand_re_prot:N.protocol,cand_lo_prot:w.protocol,cand_re_addr:"".concat(N.ip||N.address,":").concat(N.port),cand_lo_addr:"".concat(w.ip||w.address,":").concat(w.port),w:U?.frameWidth,h:U?.frameHeight,vbps:Math.floor(8*k.bytesReceivedPerSecond),fps:U?.framesPerSecond,dfps:Math.floor(k?.framesDecodedPerSecond),vjb:Math.floor((0,p.getJitterBufferDelayAvg)(U?.jitterBufferDelay,U?.jitterBufferEmittedCount)),vMsid:R.vMsid,vloss:k.packetsLostRate})}return D&&(O=D.transportStats,U=D.inboundRtpStats,k=D.inboundRtpStatsPerSec,w=D.localCandidate,N=D.remoteCandidate,C=f(f({},C),{rtt:O?.rtt!==-1?1e3*(O?.rtt||0):-1,cand_re_prot:N.protocol,cand_lo_prot:w.protocol,cand_re_addr:"".concat(N.ip||N.address,":").concat(N.port),cand_lo_addr:"".concat(w.ip||w.address,":").concat(w.port),abps:Math.floor(8*k.bytesReceivedPerSecond),ajb:Math.floor((0,p.getJitterBufferDelayAvg)(U?.jitterBufferDelay,U.jitterBufferEmittedCount)),aMsid:R.aMsid,aloss:k.packetsLostRate})),C=f(f({},C),{net_qual:(0,p.evaluateNetworkCondition)(C.rtt,C.aloss,C.vloss,C.ajb,C.vjb)})},A.prototype.doReportPullStats=function(R){var C=this.calcStreamPullStats(R),g={ct:1e3*this.playCatonIndex,tt:1e3*this.playTimeIndex,url:R.url};g.tt&&(g=f(f({},g),C),this.reporter.reportPullStats(g),this.lastMeidaEventData=void 0)},A.prototype.retrySubscribe=function(R,C){return y(this,void 0,void 0,function(){var g,D,O,U,k,w,N;return v(this,function(H){switch(H.label){case 0:if(R.extraInfo=f(f({},R.extraInfo),{retryTimes:this.subReconnectTimes}),!this.hasRetries())return[2,!1];if(typeof((g=this.subscribeConfig)==null?void 0:g.beforeRetry)!="function")return[3,4];H.label=1;case 1:return H.trys.push([1,3,,4]),[4,g.beforeRetry({url:this.noParsePullStreamUrl,vMsid:g.vMsid,aMsid:g.aMsid,useTcp:C?.innerTcpOnly})];case 2:return(D=H.sent())?(O=D.url,U=D.vMsid,k=D.aMsid,w=D.useTcp,this.reporter.reportReconnectParams("sub",O,U,k,w),this.noParsePullStreamUrl=O,this.subscribeConfig.vMsid=U,this.subscribeConfig.aMsid=k,typeof w=="boolean"&&(C=f(f({},C),{innerTcpOnly:w})),console.log(`retry with:
|
|
154
|
+
[URL] `.concat(O,`
|
|
155
|
+
[VMSID]`).concat(U," [AMSID]").concat(k,`
|
|
156
|
+
[PROTOCOL] `).concat(w?"TCP":"UDP"))):(this.reporter.reportReconnectParams("sub"),this.subReconnectTimes=1/0),[3,4];case 3:return N=H.sent(),console.error("Error in beforeRetry",N),[3,4];case 4:return this.hasRetries()?(this.emit("connectStatusChange",{status:e.EConnectStatus.CONNECT_STATUS_RECONNECTING}),this.incrementReconnectTimes(),R.extraInfo.retryTimes=this.subReconnectTimes,R.extraInfo.tcpOnly=C?.innerTcpOnly,this.subscribeWithReconnect(this.noParsePullStreamUrl,f({innerTcpOnly:C?.innerTcpOnly},this.subscribeConfig)).catch(function(F){}),[2,!0]):(R.extraInfo.retryTimes=this.subReconnectTimes,[2,!1])}})})},A.prototype.subscribeWithReconnect=function(R,C,g,D){var O=this;return new Promise(function(U,k){U=g||U,k=D||k,O.isConnecting=!0;var w=(C||{}).innerTcpOnly;C==null||delete C.innerTcpOnly,O.subscribe(R,C,{innerTcpOnly:w}).then(function(N){O.isConnecting=!1,U(N)}).catch(function(N){var H;if(O.peerconnection.reset(),!O.isConnecting)return k(N);if(!r.RECONNECT_ERROR_EXCLUDE_LIST.includes(N.errorCode)&&O.hasRetries(!0)){var F=((H=O.subscribeConfig)===null||H===void 0?void 0:H.retryInterval)||e.DEFAULT_RETRY_SUBSCRIBE_INTERVAL;O.reconnectTimerHandle=setTimeout(function(){N.extraInfo=f(f({},N.extraInfo),{retryTimes:O.subReconnectTimes}),O.emit("reconnect",N),O.subscribeWithReconnect(R,C,U,k)},F)}else k(N),N.extraInfo=f(f({},N.extraInfo),{retryTimes:O.subReconnectTimes}),O.isConnecting=!1,O.emit("onError",N)})})},A.prototype.hasRetries=function(R){var C,g,D=e.DEFAULT_RETRY_SUBSCRIBE_LIMIT;typeof((C=this.subscribeConfig)===null||C===void 0?void 0:C.retryTimes)=="number"&&(D=Math.floor((g=this.subscribeConfig)===null||g===void 0?void 0:g.retryTimes));var O=this.subReconnectTimes<D;return R&&O&&this.incrementReconnectTimes(),O},A.prototype.resetResubscribeStatus=function(){this.subReconnectTimes=0,this.isConnecting=!1,this.reporter.updateTid(),this.reconnectTimerHandle!==null&&(clearTimeout(this.reconnectTimerHandle),this.reconnectTimerHandle=null)},A.prototype.handlePubMonitorEvent=function(R){var C=this;R.forEach(function(g){C.reporter.reportPushStats(g)})},A.prototype.incrementReconnectTimes=function(){this.subReconnectTimes++},A.prototype.getSubscribeConfig=function(){return this.subscribeConfig},A}(o.default);T.Subscriber=b},6901:function(j,T,_){var m,d=this&&this.__extends||(m=function(v,s){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(c,a){c.__proto__=a}||function(c,a){for(var e in a)Object.prototype.hasOwnProperty.call(a,e)&&(c[e]=a[e])},m(v,s)},function(v,s){if(typeof s!="function"&&s!==null)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null");function c(){this.constructor=v}m(v,s),v.prototype=s===null?Object.create(s):(c.prototype=s.prototype,new c)});Object.defineProperty(T,"__esModule",{value:!0}),T.AudioReceiverMonitorData=void 0;var f=_(1353),y=function(v){function s(){return v.call(this,f.ReceiverMonitorType.AUDIO)||this}return d(s,v),s}(f.ReceiverMonitorData);T.AudioReceiverMonitorData=y},1353:function(j,T,_){var m,d=this&&this.__extends||(m=function(r,i){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,t){o.__proto__=t}||function(o,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(o[n]=t[n])},m(r,i)},function(r,i){if(typeof i!="function"&&i!==null)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function o(){this.constructor=r}m(r,i),r.prototype=i===null?Object.create(i):(o.prototype=i.prototype,new o)}),f=this&&this.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(T,"__esModule",{value:!0}),T.ReceiverMonitorData=T.ReceiverMonitorType=void 0;var y,v=_(233),s=f(_(102)),c=_(2688),a=_(2718);(function(r){r.AUDIO="audio",r.VIDEO="video"})(y||(T.ReceiverMonitorType=y={}));var e=function(r){function i(o){var t=r.call(this)||this;return t.streamEnded=!1,t.currentTimeGap=0,t.lastTimeStamp=0,t.transportStats={},t.remoteCandidate={},t.localCandidate={},t.inboundRtpStreamStats={},t.inboundRtpStreamStatsDiff={},t.receiver=null,t.pc=null,t.canplay=!1,t.type=o,t}return d(i,r),Object.defineProperty(i.prototype,"rtpReceiver",{set:function(o){this.receiver=o},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"RTCPeerconnection",{set:function(o){this.pc=o},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isExist",{get:function(){return this.receiver!=null},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isPlaying",{get:function(){return this.canplay},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"isStreamEnded",{get:function(){return this.streamEnded},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"monitorData",{get:function(){var o=this.inboundRtpStreamStatsDiff||{},t=(this.inboundRtpStreamStats,this.currentTimeGap),n=0;return o.nackCount!==void 0&&o.packetsReceived!==void 0&&(n=Math.round(o.nackCount/(o.packetsReceived+o.nackCount)*1e3)/1e3),{inboundRtpStats:this.inboundRtpStreamStats,inboundRtpStatsPerSec:{bytesReceivedPerSecond:o.bytesReceived/t||0,framesDecodedPerSecond:o.framesDecoded/t||0,packetsLostRate:n>0?n:0,decodeTimeAvg:o.totalDecodeTime&&o.framesDecoded?1e3*(o.totalDecodeTime/o.framesDecoded||0):0,jitterBufferDelayAvg:o.jitterBufferDelay&&o.jitterBufferEmittedCount?(0,a.getJitterBufferDelayAvg)(o.jitterBufferDelay,o.jitterBufferEmittedCount):0,totalProcessingDelayAvg:o.totalProcessingDelay&&o.framesDecoded?o.totalProcessingDelay/o.framesDecoded*1e3:0,totalAssemblyTimeAvg:o.totalAssemblyTime&&o.framesAssembledFromMultiplePackets?o.totalAssemblyTime/o.framesAssembledFromMultiplePackets*1e3:0},transportStats:this.transportStats,remoteCandidate:this.remoteCandidate,localCandidate:this.localCandidate}},enumerable:!1,configurable:!0}),i.prototype.getInfo=function(){var o=this;if(this.receiver&&this.receiver.transport&&this.receiver.transport.state==="closed"&&this.canplay&&(this.streamEnded=!0,this.emit("streamEnded"),this.canplay=!1),this.receiver&&"getStats"in this.receiver||this.pc&&"getStats"in this.pc)return new Promise(function(t,n){var u=null,h=!1;o.receiver&&"getStats"in o.receiver?u=o.receiver.getStats():o.pc&&"getStats"in o.pc&&(u=o.pc.getStats(),h=!0),u?.then(function(S){S.forEach(function(x){var E,p;if(x)switch(x.type){case c.RTCStatsType.CandidatePair:o.onCandidatePair(x);break;case c.RTCStatsType.InboundRtp:v.SystemUtil.isIos&&h?!((E=x.id)===null||E===void 0)&&E.toLowerCase().includes(o.type)&&o.onInBoundRtp(x):v.BrowserUtil.isFirefox?x.kind===o.type&&o.onInBoundRtp(x):o.onInBoundRtp(x);break;case c.RTCStatsType.RemoteCandidate:o.onRemoteCandidate(x);break;case c.RTCStatsType.LocalCandidate:o.onLocalCandidate(x);break;case c.RTCStatsType.Track:if(o.type!==y.VIDEO)break;v.SystemUtil.isIos&&h?(!((p=x.id)===null||p===void 0)&&p.toLowerCase().includes(o.type)||x.trackIdentifier.toLowerCase()===o.type)&&o.onTrack(x):o.onTrack(x)}}),t("")}).catch(function(S){n(S)})})},i.prototype.dispose=function(){this.reset()},i.prototype.onCandidatePair=function(o){(o.state==="succeeded"||o.bytesReceived)&&(this.transportStats={timestamp:Math.floor(o.timestamp),rtt:o.currentRoundTripTime||-1,bytesReceived:o.bytesReceived,bytesSent:o.bytesSent})},i.prototype.onInBoundRtp=function(o){this.currentTimeGap=(o.timestamp-this.lastTimeStamp)/1e3,this.lastTimeStamp=o.timestamp,this.inboundRtpStreamStatsDiff=this.calcDiff(o,this.inboundRtpStreamStats,["bytesReceived","framesDecoded","packetsReceived","nackCount","totalDecodeTime","jitterBufferDelay","jitterBufferEmittedCount","totalProcessingDelay","totalAssemblyTime","framesAssembledFromMultiplePackets"]),this.inboundRtpStreamStats=o,!this.canplay&&Number(o.bytesReceived)>0&&(this.canplay=!0,this.emit("canPlay"))},i.prototype.calcDiff=function(o,t,n){var u={};return n.forEach(function(h){u[h]=Number(o[h]||0)-Number(t[h]||0)}),u},i.prototype.onRemoteCandidate=function(o){this.remoteCandidate=o||{}},i.prototype.onLocalCandidate=function(o){this.localCandidate=o||{}},i.prototype.onTrack=function(o){o.frameWidth&&(this.inboundRtpStreamStats.frameWidth=o.frameWidth,this.inboundRtpStreamStats.frameHeight=o.frameHeight)},i.prototype.reset=function(){this.currentTimeGap=0,this.lastTimeStamp=0,this.transportStats={},this.remoteCandidate={},this.localCandidate={},this.inboundRtpStreamStats={},this.inboundRtpStreamStatsDiff={},this.receiver=null,this.canplay=!1,this.streamEnded=!1},i}(s.default);T.ReceiverMonitorData=e},5250:function(j,T,_){var m,d=this&&this.__extends||(m=function(v,s){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(c,a){c.__proto__=a}||function(c,a){for(var e in a)Object.prototype.hasOwnProperty.call(a,e)&&(c[e]=a[e])},m(v,s)},function(v,s){if(typeof s!="function"&&s!==null)throw new TypeError("Class extends value "+String(s)+" is not a constructor or null");function c(){this.constructor=v}m(v,s),v.prototype=s===null?Object.create(s):(c.prototype=s.prototype,new c)});Object.defineProperty(T,"__esModule",{value:!0}),T.VideoReceiverMonitorData=void 0;var f=_(1353),y=function(v){function s(){return v.call(this,f.ReceiverMonitorType.VIDEO)||this}return d(s,v),s}(f.ReceiverMonitorData);T.VideoReceiverMonitorData=y},2688:(j,T)=>{Object.defineProperty(T,"__esModule",{value:!0}),T.RTCStatsType=void 0;var _=function(){function m(){}return m.CandidatePair="candidate-pair",m.Certificate="certificate",m.Codec="codec",m.Csrc="csrc",m.DataCahnnel="data-channel",m.InboundRtp="inbound-rtp",m.LocalCandidate="local-candidate",m.OutboundRtp="outbound-rtp",m.PeerConnection="peer-connection",m.Receiver="receiver",m.RemoteCandidate="remote-candidate",m.RemoteInboundRtp="remote-inbound-rtp",m.RemoteOutboundRtp="remote-outbound-rtp",m.Sender="sender",m.Stream="stream",m.Track="track",m.Transport="transport",m.MediaSource="media-source",m}();T.RTCStatsType=_},5657:(j,T,_)=>{Object.defineProperty(T,"__esModule",{value:!0}),T.SenderMonitorData=void 0;var m=_(2688),d=function(){function f(){this._audiosender=null,this._videosender=null,this.timeStamp=0,this.curTimeStamp=0,this.audioBytesSent=0,this.curAudioBytesSent=0,this.videoBytesSent=0,this.curVideoBytesSent=0,this.audioRetransmittedBytesSent=0,this.curAudioRetransmittedBytesSent=0,this.videoRetransmiitedBytesSent=0,this.curVideoRetransmiitedBytesSent=0,this.framesSent=0,this.curFramesSent=0,this.framesEncoded=0,this.curFramesEncoded=0,this.totalEncodeTime=0,this.curTotalEncodeTime=0,this.totalPacketSendDelay=0,this.curTotalPacketSendDelay=0,this.packetsSent=0,this.curPacketsSent=0,this.rtt=0,this.localProtocol="",this.remoteProtocol="",this.localTransportAddr="",this.remoteTransportAddr="",this.frameHeight=0,this.frameWidth=0,this.efps=0,this.sfps=0,this.timeGap=0,this.abps=0,this.vbps=0,this.rt_abps=0,this.rt_vbps=0,this.encodeTimeAvg=0,this.packetSendDelayAvg=0,this.stashedData={}}return Object.defineProperty(f.prototype,"videoSender",{set:function(y){this._videosender=y},enumerable:!1,configurable:!0}),Object.defineProperty(f.prototype,"audioSender",{set:function(y){this._audiosender=y},enumerable:!1,configurable:!0}),Object.defineProperty(f.prototype,"monitorData",{get:function(){return this.doCalc(),{tt:parseFloat(this.timeGap.toFixed(0)),rtt:this.rtt,cand_re_prot:this.remoteProtocol,cand_lo_prot:this.localProtocol,cand_re_addr:this.remoteTransportAddr,cand_lo_addr:this.localTransportAddr,w:this.frameWidth,h:this.frameHeight,efps:parseFloat(this.efps.toFixed(0)),fps:parseFloat(this.sfps.toFixed(0)),abps:parseFloat(this.abps.toFixed(0)),vbps:parseFloat(this.vbps.toFixed(0)),rt_abps:parseFloat(this.rt_abps.toFixed(0)),rt_vbps:parseFloat(this.rt_vbps.toFixed(0)),v_encode_time_avg:parseFloat(this.encodeTimeAvg.toFixed(2)),v_packet_send_delay_avg:parseFloat(this.packetSendDelayAvg.toFixed(2))}},enumerable:!1,configurable:!0}),f.prototype.doCalc=function(){this.timeStamp!==0&&(this.timeGap=this.curTimeStamp-this.timeStamp,this.timeGap>0&&(this.efps=1e3*(this.curFramesEncoded-this.framesEncoded)/this.timeGap,this.sfps=1e3*(this.curFramesSent-this.framesSent)/this.timeGap,this.abps=1e3*(this.curAudioBytesSent-this.audioBytesSent)/this.timeGap,this.vbps=1e3*(this.curVideoBytesSent-this.videoBytesSent)/this.timeGap,this.rt_abps=1e3*(this.curAudioRetransmittedBytesSent-this.audioRetransmittedBytesSent)/this.timeGap,this.rt_vbps=1e3*(this.curVideoRetransmiitedBytesSent-this.videoRetransmiitedBytesSent)/this.timeGap,this.encodeTimeAvg=(this.curTotalEncodeTime-this.totalEncodeTime)/(this.curFramesEncoded-this.framesEncoded)*1e3,this.packetSendDelayAvg=(this.curTotalPacketSendDelay-this.totalPacketSendDelay)/(this.curPacketsSent-this.packetsSent)*1e3)),this.timeStamp=this.curTimeStamp,this.audioBytesSent=this.curAudioBytesSent,this.videoBytesSent=this.curVideoBytesSent,this.audioRetransmittedBytesSent=this.curAudioRetransmittedBytesSent,this.videoRetransmiitedBytesSent=this.curVideoRetransmiitedBytesSent,this.framesSent=this.curFramesSent,this.framesEncoded=this.curFramesEncoded,this.totalEncodeTime=this.curTotalEncodeTime,this.packetsSent=this.curPacketsSent,this.totalPacketSendDelay=this.curTotalPacketSendDelay},f.prototype.getInfo=function(){var y=this,v=new Promise(function(c,a){y._videosender&&y._videosender.getStats?y._videosender.getStats().then(function(e){e.forEach(function(r){if(r)switch(r.type){case m.RTCStatsType.CandidatePair:y.onCandidatePair(r);break;case m.RTCStatsType.OutboundRtp:y.onOutBoundRtp(r,"video");break;case m.RTCStatsType.RemoteCandidate:y.onRemoteCandidate(r);break;case m.RTCStatsType.LocalCandidate:y.onLocalCandidate(r)}}),c()}).catch(function(e){a(e)}):a("no video sender")}),s=new Promise(function(c,a){y._audiosender&&y._audiosender.getStats?y._audiosender.getStats().then(function(e){e.forEach(function(r){if(r)switch(r.type){case m.RTCStatsType.CandidatePair:y.onCandidatePair(r);break;case m.RTCStatsType.OutboundRtp:y.onOutBoundRtp(r,"audio");break;case m.RTCStatsType.RemoteCandidate:y.onRemoteCandidate(r);break;case m.RTCStatsType.LocalCandidate:y.onLocalCandidate(r)}}),c()}).catch(function(e){a(e)}):a("no audio sender")});return Promise.all([v,s])},f.prototype.onCandidatePair=function(y){this.curTimeStamp=y.timestamp,this.rtt=y.currentRoundTripTime},f.prototype.onOutBoundRtp=function(y,v){this.curTimeStamp=y.timestamp,v==="video"?(this.curVideoBytesSent=y.bytesSent,this.curVideoRetransmiitedBytesSent=y.retransmittedBytesSent,this.curFramesEncoded=y.framesEncoded,this.curFramesSent=y.framesSent,this.frameWidth=y.frameWidth,this.frameHeight=y.frameHeight,this.curTotalEncodeTime=y.totalEncodeTime,this.curTotalPacketSendDelay=y.totalPacketSendDelay,this.curPacketsSent=y.packetsSent):v==="audio"&&(this.curAudioBytesSent=y.bytesSent,this.curAudioRetransmittedBytesSent=y.retransmittedBytesSent)},f.prototype.onRemoteCandidate=function(y){this.curTimeStamp=y.timestamp,this.remoteProtocol=y.protocol,this.remoteTransportAddr=(y.ip||y.address)+(y.port?":"+y.port.toFixed(0):"")},f.prototype.onLocalCandidate=function(y){this.curTimeStamp=y.timestamp,this.localProtocol=y.protocol,this.localTransportAddr=(y.ip||y.address)+(y.port?":"+y.port.toFixed(0):"")},f}();T.SenderMonitorData=d},9752:function(j,T,_){var m,d=this&&this.__extends||(m=function(e,r){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,o){i.__proto__=o}||function(i,o){for(var t in o)Object.prototype.hasOwnProperty.call(o,t)&&(i[t]=o[t])},m(e,r)},function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function i(){this.constructor=e}m(e,r),e.prototype=r===null?Object.create(r):(i.prototype=r.prototype,new i)}),f=this&&this.__assign||function(){return f=Object.assign||function(e){for(var r,i=1,o=arguments.length;i<o;i++)for(var t in r=arguments[i])Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t]);return e},f.apply(this,arguments)},y=this&&this.__spreadArray||function(e,r,i){if(i||arguments.length===2)for(var o,t=0,n=r.length;t<n;t++)!o&&t in r||(o||(o=Array.prototype.slice.call(r,0,t)),o[t]=r[t]);return e.concat(o||Array.prototype.slice.call(r))},v=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(T,"__esModule",{value:!0}),T.PubMonitor=void 0;var s=v(_(102)),c=_(5657),a=function(e){function r(){var i=e.call(this)||this;return i.heartbeatHandle=null,i.pc=null,i.pcCore=null,i.senderMonitorDataList=[],i}return d(r,e),r.prototype.startHeartbeat=function(i,o,t){var n=this;this.pc=i,this.pcCore=o,this.updateSenders(),this.stopHeartbeat(),this.heartbeatHandle=setInterval(function(){n.emitHeartBeat()},t||1e3)},r.prototype.stopHeartbeat=function(){this.heartbeatHandle!==null&&clearInterval(this.heartbeatHandle),this.heartbeatHandle=null},r.prototype.addTrackPair=function(i,o,t,n,u){var h=this;if(i){var S=new c.SenderMonitorData;if(o){S.videoSender=o;var x=o.transport;x&&(x.onstatechange=function(){var p,b,l,A;h.emit("onTransportStateEvent",{url:i,type:"pub",kind:"video",state:x.state,protocol:(A=(l=(b=(p=x.iceTransport)===null||p===void 0?void 0:p.getSelectedCandidatePair)===null||b===void 0?void 0:b.call(p))===null||l===void 0?void 0:l.local)===null||A===void 0?void 0:A.protocol})})}if(t){S.audioSender=t;var E=t.transport;E&&(E.onstatechange=function(){var p,b,l,A;h.emit("onTransportStateEvent",{url:i,type:"pub",kind:"audio",state:E.state,protocol:(A=(l=(b=(p=E.iceTransport)===null||p===void 0?void 0:p.getSelectedCandidatePair)===null||b===void 0?void 0:b.call(p))===null||l===void 0?void 0:l.local)===null||A===void 0?void 0:A.protocol})})}this.senderMonitorDataList.push({url:i,vMsid:n,aMsid:u,senderData:S})}},r.prototype.updateSenders=function(){var i,o=this,t=(i=this.pcCore)===null||i===void 0?void 0:i.getStreamManager().getAllTrackPairList("pub");this.senderMonitorDataList=[],t?.forEach(function(n){o.addTrackPair(n.url,n.vTransceiver,n.aTransceiver,n.vMsid,n.aMsid)})},r.prototype.emitHeartBeat=function(){var i=this;Promise.all(this.senderMonitorDataList.reduce(function(o,t){return y(y([],o,!0),[t.senderData.getInfo()],!1)},[])).then(function(){}).catch(function(o){}).finally(function(){var o=i.senderMonitorDataList.map(function(t){return f(f({},t.senderData.monitorData),{url:t.url,vMsid:t.vMsid,aMsid:t.aMsid})});i.emit("onMonitorEvent",{eventList:o,type:"pub"})})},r}(s.default);T.PubMonitor=a},4699:function(j,T,_){var m,d=this&&this.__extends||(m=function(o,t){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,u){n.__proto__=u}||function(n,u){for(var h in u)Object.prototype.hasOwnProperty.call(u,h)&&(n[h]=u[h])},m(o,t)},function(o,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=o}m(o,t),o.prototype=t===null?Object.create(t):(n.prototype=t.prototype,new n)}),f=this&&this.__awaiter||function(o,t,n,u){return new(n||(n=Promise))(function(h,S){function x(b){try{p(u.next(b))}catch(l){S(l)}}function E(b){try{p(u.throw(b))}catch(l){S(l)}}function p(b){var l;b.done?h(b.value):(l=b.value,l instanceof n?l:new n(function(A){A(l)})).then(x,E)}p((u=u.apply(o,t||[])).next())})},y=this&&this.__generator||function(o,t){var n,u,h,S,x={label:0,sent:function(){if(1&h[0])throw h[1];return h[1]},trys:[],ops:[]};return S={next:E(0),throw:E(1),return:E(2)},typeof Symbol=="function"&&(S[Symbol.iterator]=function(){return this}),S;function E(p){return function(b){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;S&&(S=0,l[0]&&(x=0)),x;)try{if(n=1,u&&(h=2&l[0]?u.return:l[0]?u.throw||((h=u.return)&&h.call(u),0):u.next)&&!(h=h.call(u,l[1])).done)return h;switch(u=0,h&&(l=[2&l[0],h.value]),l[0]){case 0:case 1:h=l;break;case 4:return x.label++,{value:l[1],done:!1};case 5:x.label++,u=l[1],l=[0];continue;case 7:l=x.ops.pop(),x.trys.pop();continue;default:if(h=x.trys,!((h=h.length>0&&h[h.length-1])||l[0]!==6&&l[0]!==2)){x=0;continue}if(l[0]===3&&(!h||l[1]>h[0]&&l[1]<h[3])){x.label=l[1];break}if(l[0]===6&&x.label<h[1]){x.label=h[1],h=l;break}if(h&&x.label<h[2]){x.label=h[2],x.ops.push(l);break}h[2]&&x.ops.pop(),x.trys.pop();continue}l=t.call(o,x)}catch(A){l=[6,A],u=0}finally{n=h=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([p,b])}}},v=this&&this.__spreadArray||function(o,t,n){if(n||arguments.length===2)for(var u,h=0,S=t.length;h<S;h++)!u&&h in t||(u||(u=Array.prototype.slice.call(t,0,h)),u[h]=t[h]);return o.concat(u||Array.prototype.slice.call(t))},s=this&&this.__importDefault||function(o){return o&&o.__esModule?o:{default:o}};Object.defineProperty(T,"__esModule",{value:!0}),T.SubMonitor=void 0;var c=_(6901),a=_(5250),e=s(_(102)),r=function(){function o(){this.trackPairDataList=[]}return o.prototype.reset=function(){this.trackPairDataList=[]},o.prototype.addTrackPair=function(t,n,u,h,S,x){var E=new c.AudioReceiverMonitorData,p=new a.VideoReceiverMonitorData;h&&(p.rtpReceiver=h),S&&(E.rtpReceiver=S),x&&(p.RTCPeerconnection=x,E.RTCPeerconnection=x),this.trackPairDataList.push({url:t,vMsid:n,aMsid:u,audioReceiverMonitorData:E,videoReceiverMonitorData:p})},o}(),i=function(o){function t(){var n=o.call(this)||this;return n.canplay=!1,n.pc=null,n.pcCore=null,n.monitorTimerId=null,n.audioReceiverMonitorData=new c.AudioReceiverMonitorData,n.videoReceiverMonitorData=new a.VideoReceiverMonitorData,n.receiverMonitorController=new r,n}return d(t,o),t.prototype.start=function(n,u){this.pc=n,this.pcCore=u,this.updateTranceiversController(),this.startMonitorTimer(200)},t.prototype.updateTranceiversController=function(){var n=this;if(this.pc&&this.pcCore){var u=this.pcCore.getStreamManager().getAllTrackPairList("sub");this.receiverMonitorController.reset(),u.forEach(function(h){h.url&&n.receiverMonitorController.addTrackPair(h.url,h.vMsid,h.aMsid,h.vTransceiver,h.aTransceiver,n.pc)}),this.receiverMonitorController.trackPairDataList.forEach(function(h){n.initEvent(h)})}},t.prototype.resetTimer=function(n){this.updateTranceiversController(),this.stopMonitorTimer(),this.startMonitorTimer(n)},t.prototype.stop=function(){this.canplay=!1,this.stopMonitorTimer(),this.audioReceiverMonitorData.dispose(),this.videoReceiverMonitorData.dispose()},t.prototype.startMonitorTimer=function(n){var u=this;this.monitorTimerId||(this.monitorTimerId=window.setInterval(function(){u.onMonitorTimer()},n))},t.prototype.stopMonitorTimer=function(){this.monitorTimerId&&clearInterval(this.monitorTimerId),this.monitorTimerId=null},t.prototype.onMonitorTimer=function(){return f(this,void 0,void 0,function(){var n;return y(this,function(u){switch(u.label){case 0:return[4,this.updateMonitorData()];case 1:return u.sent(),n=[],this.receiverMonitorController.trackPairDataList.forEach(function(h){var S,x;if(h.url){var E={url:h.url};h.audioReceiverMonitorData.isExist&&(E.audio=(S=h.audioReceiverMonitorData)===null||S===void 0?void 0:S.monitorData,E.aMsid=h.aMsid),h.videoReceiverMonitorData.isExist&&(E.video=(x=h.videoReceiverMonitorData)===null||x===void 0?void 0:x.monitorData,E.vMsid=h.vMsid),n.push(E)}}),this.emit("onMonitorEvent",{eventList:n,type:"sub"}),[2]}})})},t.prototype.initEvent=function(n){var u=this,h={url:n.url||"url unknown",vMsid:n.vMsid||"vMsid unknown",aMsid:n.aMsid||"aMsid unknown"};n.audioReceiverMonitorData.isExist&&(n.audioReceiverMonitorData.on("streamEnded",function(){n.videoReceiverMonitorData&&!n.videoReceiverMonitorData.isStreamEnded||(u.emit("streamEnded",h),u.stopMonitorTimer())}),n.audioReceiverMonitorData.on("canPlay",function(){u.emitCanPlay()})),n.videoReceiverMonitorData.isExist&&(n.videoReceiverMonitorData.on("streamEnded",function(){n.audioReceiverMonitorData&&!n.audioReceiverMonitorData.isStreamEnded||(u.emit("streamEnded",h),u.stopMonitorTimer())}),n.videoReceiverMonitorData.on("canPlay",function(){u.emitCanPlay()}))},t.prototype.updateMonitorData=function(){return Promise.all(this.receiverMonitorController.trackPairDataList.reduce(function(n,u){var h,S;return v(v([],n,!0),[(h=u.audioReceiverMonitorData)===null||h===void 0?void 0:h.getInfo(),(S=u.videoReceiverMonitorData)===null||S===void 0?void 0:S.getInfo()],!1)},[]))},t.prototype.emitCanPlay=function(){this.canplay||(this.canplay=!0,this.emit("canPlay"))},t.prototype.copyMonitorData=function(){var n,u;!((u=(n=this.receiverMonitorController)===null||n===void 0?void 0:n.trackPairDataList)===null||u===void 0)&&u.length&&(this.audioReceiverMonitorData=this.receiverMonitorController.trackPairDataList[0].audioReceiverMonitorData,this.videoReceiverMonitorData=this.receiverMonitorController.trackPairDataList[0].videoReceiverMonitorData)},t.prototype.getTransportStats=function(){return f(this,void 0,void 0,function(){var n;return y(this,function(u){switch(u.label){case 0:return[4,this.updateMonitorData()];case 1:return u.sent(),this.copyMonitorData(),n={},this.videoReceiverMonitorData.isExist?n=this.videoReceiverMonitorData.monitorData.transportStats:this.audioReceiverMonitorData.isExist&&(n=this.audioReceiverMonitorData.monitorData.transportStats),[2,n]}})})},t.prototype.getRemoteVideoStats=function(){return f(this,void 0,void 0,function(){var n,u;return y(this,function(h){switch(h.label){case 0:return[4,this.updateMonitorData()];case 1:return h.sent(),this.copyMonitorData(),n={},this.videoReceiverMonitorData.isExist&&(u=this.videoReceiverMonitorData.monitorData.inboundRtpStats,n={timestamp:Math.floor(u.timestamp||0),framesDecodedPerSecond:u.framesPerSecond,framesDecoded:u.framesDecoded,frameWidth:u.frameWidth,frameHeight:u.frameHeight,bytesReceived:u.bytesReceived,jitter:u.jitter,jitterBufferDelayAvg:Number(u.jitterBufferDelay)/Number(u.jitterBufferEmittedCount),packetsLost:u.packetsLost,packetsReceived:u.packetsReceived}),[2,n]}})})},t.prototype.getRemoteAudioStats=function(){return f(this,void 0,void 0,function(){var n,u;return y(this,function(h){switch(h.label){case 0:return[4,this.updateMonitorData()];case 1:return h.sent(),this.copyMonitorData(),n={},this.audioReceiverMonitorData.isExist&&(u=this.audioReceiverMonitorData.monitorData.inboundRtpStats,n={timestamp:Math.floor(u.timestamp||0),bytesReceived:u.bytesReceived,jitter:u.jitter,jitterBufferDelayAvg:Number(u.jitterBufferDelay)/Number(u.jitterBufferEmittedCount),packetsLost:u.packetsLost,packetsReceived:u.packetsReceived}),[2,n]}})})},t}(e.default);T.SubMonitor=i},5259:(j,T)=>{Object.defineProperty(T,"__esModule",{value:!0}),T.AudioProfileMap=T.VideoProfileMap=T.ScreenProfileMap=void 0,T.ScreenProfileMap=new Map,T.ScreenProfileMap.set("480p_1",{width:640,height:480,frameRate:5,maxBitrate:300}),T.ScreenProfileMap.set("480p_2",{width:640,height:480,frameRate:30,maxBitrate:1e3}),T.ScreenProfileMap.set("720p_1",{width:1280,height:720,frameRate:5,maxBitrate:800}),T.ScreenProfileMap.set("720p_2",{width:1280,height:720,frameRate:30,maxBitrate:2e3}),T.ScreenProfileMap.set("1080p_1",{width:1920,height:1080,frameRate:5,maxBitrate:1e3}),T.ScreenProfileMap.set("1080p_2",{width:1920,height:1080,frameRate:30,maxBitrate:3e3}),T.VideoProfileMap=new Map,T.VideoProfileMap.set("120p_1",{width:160,height:120,frameRate:15,maxBitrate:65}),T.VideoProfileMap.set("120p_3",{width:120,height:120,frameRate:15,maxBitrate:50}),T.VideoProfileMap.set("180p_1",{width:320,height:180,frameRate:15,maxBitrate:140}),T.VideoProfileMap.set("180p_3",{width:180,height:180,frameRate:15,maxBitrate:100}),T.VideoProfileMap.set("180p_4",{width:240,height:180,frameRate:15,maxBitrate:120}),T.VideoProfileMap.set("240p_1",{width:320,height:240,frameRate:15,maxBitrate:200}),T.VideoProfileMap.set("240p_3",{width:240,height:240,frameRate:15,maxBitrate:140}),T.VideoProfileMap.set("240p_4",{width:424,height:240,frameRate:15,maxBitrate:220}),T.VideoProfileMap.set("360p_1",{width:640,height:360,frameRate:15,maxBitrate:400}),T.VideoProfileMap.set("360p_3",{width:360,height:360,frameRate:15,maxBitrate:260}),T.VideoProfileMap.set("360p_4",{width:640,height:360,frameRate:30,maxBitrate:600}),T.VideoProfileMap.set("360p_6",{width:360,height:360,frameRate:30,maxBitrate:400}),T.VideoProfileMap.set("360p_7",{width:480,height:360,frameRate:15,maxBitrate:320}),T.VideoProfileMap.set("360p_8",{width:480,height:360,frameRate:30,maxBitrate:490}),T.VideoProfileMap.set("360p_9",{width:640,height:360,frameRate:15,maxBitrate:800}),T.VideoProfileMap.set("360p_10",{width:640,height:360,frameRate:24,maxBitrate:800}),T.VideoProfileMap.set("360p_11",{width:640,height:360,frameRate:24,maxBitrate:1e3}),T.VideoProfileMap.set("480p_1",{width:640,height:480,frameRate:15,maxBitrate:500}),T.VideoProfileMap.set("480p_2",{width:640,height:480,frameRate:30,maxBitrate:1e3}),T.VideoProfileMap.set("480p_3",{width:480,height:480,frameRate:15,maxBitrate:400}),T.VideoProfileMap.set("480p_4",{width:640,height:480,frameRate:30,maxBitrate:750}),T.VideoProfileMap.set("480p_6",{width:480,height:480,frameRate:30,maxBitrate:600}),T.VideoProfileMap.set("480p_8",{width:848,height:480,frameRate:15,maxBitrate:610}),T.VideoProfileMap.set("480p_9",{width:848,height:480,frameRate:30,maxBitrate:930}),T.VideoProfileMap.set("480p_10",{width:640,height:480,frameRate:10,maxBitrate:400}),T.VideoProfileMap.set("720p_1",{width:1280,height:720,frameRate:15,maxBitrate:1130}),T.VideoProfileMap.set("720p_2",{width:1280,height:720,frameRate:30,maxBitrate:2e3}),T.VideoProfileMap.set("720p_3",{width:1280,height:720,frameRate:30,maxBitrate:1710}),T.VideoProfileMap.set("720p_5",{width:960,height:720,frameRate:15,maxBitrate:910}),T.VideoProfileMap.set("720p_6",{width:960,height:720,frameRate:30,maxBitrate:1380}),T.VideoProfileMap.set("1080p_1",{width:1920,height:1080,frameRate:15,maxBitrate:2080}),T.VideoProfileMap.set("1080p_2",{width:1920,height:1080,frameRate:30,maxBitrate:3e3}),T.VideoProfileMap.set("1080p_3",{width:1920,height:1080,frameRate:30,maxBitrate:3150}),T.VideoProfileMap.set("1080p_5",{width:1920,height:1080,frameRate:60,maxBitrate:4780}),T.VideoProfileMap.set("1440p_1",{width:2560,height:1440,frameRate:30,maxBitrate:4850}),T.VideoProfileMap.set("1440p_2",{width:2560,height:1440,frameRate:60,maxBitrate:7350}),T.VideoProfileMap.set("4K_1",{width:3840,height:2160,frameRate:30,maxBitrate:8910}),T.VideoProfileMap.set("4K_3",{width:3840,height:2160,frameRate:60,maxBitrate:13500}),T.AudioProfileMap=new Map,T.AudioProfileMap.set("standard",{sampleRate:48e3,channelCount:1,maxBitrate:64}),T.AudioProfileMap.set("high",{sampleRate:48e3,channelCount:1,maxBitrate:128}),T.AudioProfileMap.set("standard-stereo",{sampleRate:48e3,channelCount:2,maxBitrate:80}),T.AudioProfileMap.set("high-stereo",{sampleRate:48e3,channelCount:2,maxBitrate:192})},5553:(j,T)=>{Object.defineProperty(T,"__esModule",{value:!0}),T.Datachannel=void 0;var _=function(){function m(d){this.pc=d,this.messageId=1,this.dataChannel=this.pc.createDataChannel("GRTNDataChannel"),this.dataChannel.onopen=function(f){},this.dataChannel.onmessage=function(f){f.data},this.dataChannel.onclose=function(f){},this.dataChannel.onerror=function(f){}}return m.prototype.addTrack=function(d,f){return new Promise(function(y,v){})},m.prototype.removeTrack=function(d,f){return new Promise(function(y,v){})},m.prototype.createPublishPacket=function(){var d={type:"pub",version:1,msg_id:this.messageId,streams:[]};return++this.messageId,d},m}();T.Datachannel=_},2470:function(j,T,_){var m,d=this&&this.__extends||(m=function(t,n){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(u,h){u.__proto__=h}||function(u,h){for(var S in h)Object.prototype.hasOwnProperty.call(h,S)&&(u[S]=h[S])},m(t,n)},function(t,n){if(typeof n!="function"&&n!==null)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function u(){this.constructor=t}m(t,n),t.prototype=n===null?Object.create(n):(u.prototype=n.prototype,new u)}),f=this&&this.__assign||function(){return f=Object.assign||function(t){for(var n,u=1,h=arguments.length;u<h;u++)for(var S in n=arguments[u])Object.prototype.hasOwnProperty.call(n,S)&&(t[S]=n[S]);return t},f.apply(this,arguments)},y=this&&this.__awaiter||function(t,n,u,h){return new(u||(u=Promise))(function(S,x){function E(l){try{b(h.next(l))}catch(A){x(A)}}function p(l){try{b(h.throw(l))}catch(A){x(A)}}function b(l){var A;l.done?S(l.value):(A=l.value,A instanceof u?A:new u(function(R){R(A)})).then(E,p)}b((h=h.apply(t,n||[])).next())})},v=this&&this.__generator||function(t,n){var u,h,S,x,E={label:0,sent:function(){if(1&S[0])throw S[1];return S[1]},trys:[],ops:[]};return x={next:p(0),throw:p(1),return:p(2)},typeof Symbol=="function"&&(x[Symbol.iterator]=function(){return this}),x;function p(b){return function(l){return function(A){if(u)throw new TypeError("Generator is already executing.");for(;x&&(x=0,A[0]&&(E=0)),E;)try{if(u=1,h&&(S=2&A[0]?h.return:A[0]?h.throw||((S=h.return)&&S.call(h),0):h.next)&&!(S=S.call(h,A[1])).done)return S;switch(h=0,S&&(A=[2&A[0],S.value]),A[0]){case 0:case 1:S=A;break;case 4:return E.label++,{value:A[1],done:!1};case 5:E.label++,h=A[1],A=[0];continue;case 7:A=E.ops.pop(),E.trys.pop();continue;default:if(S=E.trys,!((S=S.length>0&&S[S.length-1])||A[0]!==6&&A[0]!==2)){E=0;continue}if(A[0]===3&&(!S||A[1]>S[0]&&A[1]<S[3])){E.label=A[1];break}if(A[0]===6&&E.label<S[1]){E.label=S[1],S=A;break}if(S&&E.label<S[2]){E.label=S[2],E.ops.push(A);break}S[2]&&E.ops.pop(),E.trys.pop();continue}A=n.call(t,E)}catch(R){A=[6,R],h=0}finally{u=S=0}if(5&A[0])throw A[1];return{value:A[0]?A[1]:void 0,done:!0}}([b,l])}}},s=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(T,"__esModule",{value:!0}),T.PcRestorer=void 0;var c=s(_(102)),a=_(5917),e=_(280),r=_(9428),i=_(5044),o=function(t){function n(u){var h=t.call(this)||this;return h.restoring=!1,h.subscriber=u.subscriber,h.publisher=u.publisher,h.commonController=u.commonController,h}return d(n,t),n.prototype.isReconnecting=function(){return this.restoring},n.prototype.restore=function(u){var h,S=this;if(!this.restoring)return new Promise(function(x,E){return y(S,void 0,void 0,function(){var p,b,l,A,R,C,g,D,O,U,k,w,N=this;return v(this,function(H){switch(H.label){case 0:if(this.restoring=!0,!(p=this.restructureStreams())||!p.length)return[3,9];switch(this.subscriber.unsubscribe(),this.publisher.unpublish(),b=Promise.reject().catch(function(){}),l=p[0],A={retryTimes:a.DEFAULT_RETRY_SUBSCRIBE_LIMIT,retryInterval:a.DEFAULT_RETRY_SUBSCRIBE_INTERVAL},R=l.url,u&&(R=this.makeIpQuery(R,u,l.type)),l.type){case"sub":this.commonController.setPeerconnection(this.subscriber.getPeerConnection()),this.subscriber.incrementReconnectTimes(),A.retryTimes=this.subscriber.getSubscribeConfig().retryTimes||a.DEFAULT_RETRY_SUBSCRIBE_LIMIT,A.retryInterval=this.subscriber.getSubscribeConfig().retryInterval||a.DEFAULT_RETRY_SUBSCRIBE_INTERVAL,b=this.subscriber.subscribeWithReconnect(R,f(f({},this.subscriber.getSubscribeConfig()),{vMsid:l.vMsid,aMsid:l.aMsid}));break;case"pub":l.targetStream&&(this.commonController.setPeerconnection(this.publisher.getPeerConnection()),this.publisher.incrementReconnectTimes(),A.retryTimes=this.publisher.getPublishConfig().retryTimes||a.DEFAULT_RETRY_PUBLISH_LIMIT,A.retryInterval=this.publisher.getPublishConfig().retryInterval||a.DEFAULT_RETRY_PUBLISH_INTERVAL,b=this.publisher.publishWithReconnect(R,l.targetStream,f(f({},this.publisher.getPublishConfig()),{vMsid:l.vMsid,aMsid:l.aMsid})));break;case"sub-data":l.msid&&l.label&&(b=this.commonController.subscribeAddDatachannel({signalUrl:R,url:R,label:l.label,msid:l.msid}));break;case"pub-data":l.msid&&l.label&&(b=this.commonController.publishAddDatachannel({signalUrl:l.url,url:l.url,label:l.label,msid:l.msid}));break;default:console.log("RTS [PC RESTORER] unknown http reconnect type",l.type)}H.label=1;case 1:return H.trys.push([1,3,,4]),[4,b];case 2:return C=H.sent(),h=typeof C=="string"?C:C?.traceId,[3,4];case 3:return g=H.sent(),E(g),this.restoring=!1,[2];case 4:D=new Promise(function(F,P){clearTimeout(N.dcOpenTimer),N.dcOpenTimer=setTimeout(function(){var B=new i.RtsError(r.ErrorCode.ERROR_DATACHANNEL_OPEN,"reconnect pc datachannel open timeout after ".concat(a.DEFAULT_RETRY_DATACHANNEL_TIMEOUT,"ms"),"",{});P(B)},a.DEFAULT_RETRY_DATACHANNEL_TIMEOUT),N.commonController.on("datachannelStatusChange",function(B){B.status===e.EDatachannelStatus.DATACHANNEL_STATUS_OPEN&&(clearTimeout(N.dcOpenTimer),F())})}),H.label=5;case 5:return H.trys.push([5,7,,8]),[4,D];case 6:return H.sent(),[3,8];case 7:return O=H.sent(),E(O),this.restoring=!1,[2];case 8:for(U=[],k=1;k<p.length;k++)if(w=p[k])switch(w.type){case"sub":U.push(this.commonController.subscribeAdd([{url:w.url,vMsid:w.vMsid,aMsid:w.aMsid,targetStream:w.targetStream,subAudio:!(!w.aMsid||!w.aMsid.length),subVideo:!(!w.vMsid||!w.vMsid.length)}],!0).catch(function(F){N.emit("onError",N.makeSingleStreamReconnectError(F))}));break;case"pub":U.push(this.commonController.publishAdd([{url:w.url,stream:w.targetStream,vMsid:w.vMsid,aMsid:w.aMsid}]).catch(function(F){N.emit("onError",N.makeSingleStreamReconnectError(F))}));break;case"sub-data":w.label&&w.msid&&U.push(this.commonController.subscribeAddDatachannel({signalUrl:w.url,url:w.url,label:w.label,msid:w.msid}).catch(function(F){N.emit("onError",N.makeSingleStreamReconnectError(F))}));break;case"pub-data":w.label&&w.msid&&U.push(this.commonController.publishAddDatachannel({signalUrl:w.url,url:w.url,label:w.label,msid:w.msid}).catch(function(F){N.emit("onError",N.makeSingleStreamReconnectError(F))}));break;default:console.log("RTS [PC RESTORER] unknown pc reconnect type")}Promise.allSettled(U).then(function(F){var P,B,W=F.find(function(z){return z.status==="fulfilled"});h=((B=(P=W?.value)===null||P===void 0?void 0:P[0])===null||B===void 0?void 0:B.traceId)||h,x({traceId:h,latestUrl:R})}),H.label=9;case 9:return this.restoring=!1,[2]}})})})},n.prototype.restructureStreams=function(){var u,h=(u=this.commonController.peerCore)===null||u===void 0?void 0:u.getStreamManager(),S=h?.getAllStreamListWithMsids(),x=h?.getAllDatachannelList(),E=[];return S?.forEach(function(p){var b;(b=p.streams)===null||b===void 0||b.forEach(function(l){var A=[],R=[],C=p.type,g=p.latestUrl,D=l;p.msids.forEach(function(O){O.streamId===l.id&&(O.type==="video"?R.push(O.name):O.type==="audio"&&A.push(O.name))}),E.push({aMsid:A,vMsid:R,type:C,url:g,targetStream:D})})}),x?.forEach(function(p){p.msids.forEach(function(b){if(b.name&&b.label){var l=b.name,A=b.label,R=p.type,C=p.latestUrl;E.push({msid:l,type:R,label:A,url:C})}})}),E},n.prototype.makeSingleStreamReconnectError=function(u){return new i.RtsError(r.ErrorCode.ERROR_SINGLE_PC_STREAM_RECONNECT_FAILED,"single stream reconnect failed","",{originError:u})},n.prototype.makeIpQuery=function(u,h,S){var x,E,p,b="ali_prefer_media_server",l="ip_migration",A=u,R="";if(S.indexOf("sub")===0&&(!((E=h.pull)===null||E===void 0)&&E.length)?R=h.pull[0]:S.indexOf("pub")===0&&(!((p=h.push)===null||p===void 0)&&p.length)&&(R=h.push[0]),R){var C=u.split("?"),g=C[0],D=C[1],O=void 0;D?((O=new URLSearchParams(D)).has(b)?O.set(b,R):O.append(b,R),!O.has(l)&&O.append(l,"on")):O=new URLSearchParams(((x={})[b]=R,x[l]="on",x)),A="".concat(g,"?").concat(O.toString())}return A},n}(c.default);T.PcRestorer=o},4865:function(j,T,_){var m,d=this&&this.__extends||(m=function(C,g){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(D,O){D.__proto__=O}||function(D,O){for(var U in O)Object.prototype.hasOwnProperty.call(O,U)&&(D[U]=O[U])},m(C,g)},function(C,g){if(typeof g!="function"&&g!==null)throw new TypeError("Class extends value "+String(g)+" is not a constructor or null");function D(){this.constructor=C}m(C,g),C.prototype=g===null?Object.create(g):(D.prototype=g.prototype,new D)}),f=this&&this.__assign||function(){return f=Object.assign||function(C){for(var g,D=1,O=arguments.length;D<O;D++)for(var U in g=arguments[D])Object.prototype.hasOwnProperty.call(g,U)&&(C[U]=g[U]);return C},f.apply(this,arguments)},y=this&&this.__awaiter||function(C,g,D,O){return new(D||(D=Promise))(function(U,k){function w(F){try{H(O.next(F))}catch(P){k(P)}}function N(F){try{H(O.throw(F))}catch(P){k(P)}}function H(F){var P;F.done?U(F.value):(P=F.value,P instanceof D?P:new D(function(B){B(P)})).then(w,N)}H((O=O.apply(C,g||[])).next())})},v=this&&this.__generator||function(C,g){var D,O,U,k,w={label:0,sent:function(){if(1&U[0])throw U[1];return U[1]},trys:[],ops:[]};return k={next:N(0),throw:N(1),return:N(2)},typeof Symbol=="function"&&(k[Symbol.iterator]=function(){return this}),k;function N(H){return function(F){return function(P){if(D)throw new TypeError("Generator is already executing.");for(;k&&(k=0,P[0]&&(w=0)),w;)try{if(D=1,O&&(U=2&P[0]?O.return:P[0]?O.throw||((U=O.return)&&U.call(O),0):O.next)&&!(U=U.call(O,P[1])).done)return U;switch(O=0,U&&(P=[2&P[0],U.value]),P[0]){case 0:case 1:U=P;break;case 4:return w.label++,{value:P[1],done:!1};case 5:w.label++,O=P[1],P=[0];continue;case 7:P=w.ops.pop(),w.trys.pop();continue;default:if(U=w.trys,!((U=U.length>0&&U[U.length-1])||P[0]!==6&&P[0]!==2)){w=0;continue}if(P[0]===3&&(!U||P[1]>U[0]&&P[1]<U[3])){w.label=P[1];break}if(P[0]===6&&w.label<U[1]){w.label=U[1],U=P;break}if(U&&w.label<U[2]){w.label=U[2],w.ops.push(P);break}U[2]&&w.ops.pop(),w.trys.pop();continue}P=g.call(C,w)}catch(B){P=[6,B],O=0}finally{D=U=0}if(5&P[0])throw P[1];return{value:P[0]?P[1]:void 0,done:!0}}([H,F])}}},s=this&&this.__importDefault||function(C){return C&&C.__esModule?C:{default:C}};Object.defineProperty(T,"__esModule",{value:!0}),T.RtsPeerconnection=void 0;var c,a=_(280),e=_(233),r=_(4315),i=_(2718),o=s(_(102)),t=_(1698),n=_(5917),u=_(4699),h=_(9752),S=_(5553),x=_(9428),E=_(5044),p=s(_(6834));(function(C){C.Subscribe="sub",C.Publish="pub"})(c||(c={}));var b=window.RTCRtpReceiver&&"createEncodedStreams"in RTCRtpReceiver.prototype,l=window.RTCRtpReceiver&&"transform"in RTCRtpReceiver.prototype&&"RTCRtpScriptTransform"in window,A=function(C){function g(){var D=C.call(this)||this;return D.connectingEventSent=!1,D.reused=!1,D.transformWorkerList=new R,D.receiverCodecPreferences={},D.senderCodecPreferences={},D.heartbeatTimeoutHandler=null,D.noHeartbeatCount=0,D.subMonitor=new u.SubMonitor,D.subMonitor.on("onMonitorEvent",function(O){D.emit("onMonitorEvent",O)}),D.subMonitor.on("streamEnded",function(){D.emit("streamEnded")}),D.subMonitor.on("canPlay",function(){}),D.pubMonitor=new h.PubMonitor,D.pubMonitor.on("onMonitorEvent",function(O){D.emit("onMonitorEvent",O)}),D.pubMonitor.on("onTransportStateEvent",function(O){D.emit("onTransportStateEvent",O)}),D}return d(g,C),Object.defineProperty(g.prototype,"isConnected",{get:function(){var D;return((D=this.pc)===null||D===void 0?void 0:D.connectionState)==="connected"},enumerable:!1,configurable:!0}),Object.defineProperty(g.prototype,"isReused",{get:function(){return this.reused},set:function(D){this.reused=!!D},enumerable:!1,configurable:!0}),g.prototype.getWorkerManager=function(){return this.transformWorkerList},g.prototype.getPc=function(){return this.pc},g.prototype.getPeerCore=function(){return this.peerCore},g.prototype.getSubMonitor=function(){return this.subMonitor},g.prototype.getPubMonitor=function(){return this.pubMonitor},g.prototype.playStart=function(){this.subMonitor.resetTimer(1e3)},g.prototype.pushStart=function(){this.pc&&this.peerCore&&this.pubMonitor.startHeartbeat(this.pc,this.peerCore)},g.prototype.sample=function(){return y(this,void 0,void 0,function(){return v(this,function(D){switch(D.label){case 0:return[4,this.subMonitor.onMonitorTimer()];case 1:return D.sent(),[2]}})})},g.prototype.subAdd=function(D,O){var U;return(U=this.peerCore)===null||U===void 0?void 0:U.subscribeAdd(D,O)},g.prototype.subActive=function(D){var O;return(O=this.peerCore)===null||O===void 0?void 0:O.subscribeActive(D)},g.prototype.subStop=function(D){var O;return(O=this.peerCore)===null||O===void 0?void 0:O.subscribeStop(D)},g.prototype.subDeleteTracks=function(D){var O;return(O=this.peerCore)===null||O===void 0?void 0:O.subscribeDeleteTracks(D)},g.prototype.pubAdd=function(D){var O;return(O=this.peerCore)===null||O===void 0?void 0:O.publishAdd(D)},g.prototype.pubDeleteTracks=function(D){var O;return(O=this.peerCore)===null||O===void 0?void 0:O.publishDeleteTracks(D)},g.prototype.pubReplaceTracks=function(D){var O;return(O=this.peerCore)===null||O===void 0?void 0:O.publishReplaceTracks(D)},g.prototype.pubStop=function(D){var O;return(O=this.peerCore)===null||O===void 0?void 0:O.publishStop(D)},g.prototype.createOffer=function(D,O,U,k){var w=this;return k===void 0&&(k={publishUrl:""}),new Promise(function(N,H){var F;(F=w.cancelable)===null||F===void 0||F.cancel();var P={googCpuOveruseDetection:!1,sdpSemantics:"unified-plan",encodedInsertableStreams:k.encodedInsertableStreams,bundlePolicy:"max-bundle",rtcpMuxPolicy:"require"};if(e.BrowserUtil.isChrome&&Number(e.BrowserUtil.browserMainVersion)<=55&&(P.iceServers=[]),w.pc=new RTCPeerConnection(P),w.encodedInsertableStreams=k.encodedInsertableStreams,w.peerCore=new a.PeerConnectionCore({pc:w.pc,onDatachannelEvent:function(G){var J,re;w.emit("datachannelStatusChange",{status:G}),k.disableHeartbeat||(G===a.EDatachannelStatus.DATACHANNEL_STATUS_OPEN?((0,i.hebtLog)("DATACHANNEL OPEN"," heartbeat send scheduler started"),(J=w.peerCore)===null||J===void 0||J.startSignalHeartbeatTimer()):G===a.EDatachannelStatus.DATACHANNEL_STATUS_CLOSE&&((0,i.hebtLog)("DATACHANNEL CLOSE"," heartbeats from now on will fail"),(re=w.peerCore)===null||re===void 0||re.stopSignalHeartbeatTimer()))},onInnerSubscribeDelete:function(G){w.emit("innerSubscribeDeleteTracks",G)},offerSdpHook:k.offerSdpHook,answerSdpHook:k.answerSdpHook,delayOpen:t.configProvider.getContext().datachannelDelayOpen}),w.registerPeerCoreListeners(k),w.peerCore.setReceiverCodecPreferences(w.receiverCodecPreferences),w.peerCore.setSenderCodecPreferences(w.senderCodecPreferences),w.pc.onconnectionstatechange=function(){var G=(w.pc||{}).connectionState;switch(w.connectingEventSent||(w.connectingEventSent=!0,w.emit("connectStatusChange",{status:n.EConnectStatus.CONNECT_STATUS_CONNECTING})),G!=="connecting"&&w.clearStatusTimer(),G){case"connected":w.emit("onConnected"),w.emit("connectStatusChange",{status:n.EConnectStatus.CONNECT_STATUS_CONNECTED});break;case"disconnected":w.emit("connectStatusChange",{status:n.EConnectStatus.CONNECT_STATUS_RECONNECTING});break;case"failed":case"closed":w.handleClosed()}},w.clearStatusTimer(),w.statusTimer=window.setTimeout(function(){w.handleClosed()},g.CONNECT_TIMEOUT),U){w.localStream=U,w.sdpUtil=new r.SdpUtil(w.localStream);var B=w.addStream();if(B!==0)return w.pc=void 0,void H(new E.RtsError(B,B===x.ErrorCode.ERROR_MEDIASTREAMTRACK_AUDIO_NONE?"need audio track":"",""))}else w.sdpUtil=new r.SdpUtil;var W={};U||(W=w.handleSubTransceiver(D,O).added?{}:{offerToReceiveAudio:D,offerToReceiveVideo:O});var z=w.pc.createOffer(W);w.cancelable=(0,i.makeCancelable)(z),w.cancelable.promise.then(function(G){var J,re,te,ie,ce,se,ue;if(w.cancelable=void 0,w.sdpUtil){if(w.sdpUtil.init(String(G.sdp)),w.sdpUtil.addNack(),w.sdpUtil.addSps(),k.disableStereo||w.sdpUtil.addStereo(),k.cumuDelay&&(w.sdpUtil.setSingleNaluPackMode()||w.emit("cumuDelayNotSupported")),U&&w.sdpUtil.modifyTrackName({vMsid:k.vMsid&&k.vMsid[0],aMsid:k.aMsid&&k.aMsid[0]}),w.pc){if(G.sdp=w.sdpUtil.sdp,U&&U.sdpHook&&typeof U.sdpHook=="function")try{G.sdp=U.sdpHook(G.sdp)}catch(ve){console.log("Error in sdp hook",ve)}(J=w.peerCore)===null||J===void 0||J.setPrevOfferSdp(G.sdp||"");var pe=[];if(U)try{(re=w.peerCore)===null||re===void 0||re.patchPublishStreamManagerRecord(k.publishUrl||"",f(f({},k),{stream:U,cumuDelay:k.cumuDelay}));var de=(te=w.peerCore)===null||te===void 0?void 0:te.parseSdp(G.sdp||"");pe=(ie=w.peerCore)===null||ie===void 0?void 0:ie.updateTrackInfoList({url:k.publishUrl||"",stream:U,vMsid:(ce=w.peerCore)===null||ce===void 0?void 0:ce.unifyMsid(k.vMsid,"video"),aMsid:(se=w.peerCore)===null||se===void 0?void 0:se.unifyMsid(k.aMsid,"audio"),sdpMediaList:(ue=de?.detail)===null||ue===void 0?void 0:ue.media})}catch(ve){console.log(ve)}if(k.offerSdpHook&&typeof k.offerSdpHook=="function")try{G.sdp=k.offerSdpHook(G.sdp||"")}catch(ve){console.log("Error in offerSdpHook",ve)}w.pc.setLocalDescription(G).then(function(){w.pc?N({desp:w.pc.localDescription,publishTrackInfoList:pe}):H(new E.RtsError(x.ErrorCode.ERROR_CREATEOFFER,"no pc",""))}).catch(function(ve){H(new E.RtsError(x.ErrorCode.ERROR_CREATEOFFER,"setLocalDescription error "+ve.message,""))})}}else H(new E.RtsError(x.ErrorCode.ERROR_CREATEOFFER,"no sdp",""))}).catch(function(G){G.isCanceled||H(new E.RtsError(x.ErrorCode.ERROR_CREATEOFFER,G.message?G.message:"create offer error",""))})})},g.prototype.recvAnswer=function(D,O){var U,k,w=this;return O===void 0&&(O={}),(U=this.peerCore)===null||U===void 0||U.setPrevAnswerSdp((k=D?.jsep)===null||k===void 0?void 0:k.sdp),new Promise(function(N,H){var F,P,B,W,z,G;if(w.pc){if(w.pc.ontrack=function(re){w.pc&&w.peerCore&&w.subMonitor.start(w.pc,w.peerCore),setTimeout(function(){w.handleEncodedInsertableStreams({receiver:re.receiver})}),w.isReused||w.emit("onTrackEvent",re)},w.pc.signalingState==="closed")return void H({message:"PeerConnection signalingState is closed"});if(!((F=D.jsep)===null||F===void 0)&&F.sdp){var J=new r.SdpUtil;J.init(String((P=D.jsep)===null||P===void 0?void 0:P.sdp)),w.localStream&&(w.localStream.audioTrack&&!w.localStream.videoTrack&&(J.removeTwccRtcpFb(),(B=w.peerCore)===null||B===void 0||B.setRemoveTwcc(!0)),J.setDirection()),O.tcpOnly&&J.hasTcpCandidate&&J.removeUdpCandidate(),D.jsep.sdp=J.sdp,(W=w.peerCore)===null||W===void 0||W.setPrevAnswerSdp((z=D?.jsep)===null||z===void 0?void 0:z.sdp)}if(!((G=D.jsep)===null||G===void 0)&&G.sdp&&O.answerSdpHook&&typeof O.answerSdpHook=="function")try{D.jsep.sdp=O.answerSdpHook(D.jsep.sdp)}catch(re){console.log("Error in answerSdpHook",re)}w.pc.setRemoteDescription(new RTCSessionDescription(D.jsep)).then(function(re){var te;w.pc&&w.localStream&&(w.localStream.setEncodeParam(w.pc),(te=w.pc)===null||te===void 0||te.getSenders().forEach(function(ie){w.handleEncodedInsertableStreams({sender:ie})})),N(re)}).catch(function(re){re.sdp=D.jsep.sdp,H(re)})}else H({message:"no PeerConnection"})})},g.prototype.setReceiverCodecPreferences=function(D){var O;this.receiverCodecPreferences=f({},D),(O=this.peerCore)===null||O===void 0||O.setReceiverCodecPreferences(this.receiverCodecPreferences)},g.prototype.setSenderCodecPreferences=function(D){var O;this.senderCodecPreferences=f({},D),(O=this.peerCore)===null||O===void 0||O.setSenderCodecPreferences(this.senderCodecPreferences)},g.prototype.removeTrack=function(D,O){var U=this;return new Promise(function(k,w){U.pc&&U.dataChannel&&U.dataChannel.removeTrack(D,O).then(function(){}).catch(function(N){w(N)})})},g.prototype.replaceTrack=function(D,O,U){var k=this;return new Promise(function(w,N){U||k.pc&&k.dataChannel&&k.dataChannel.removeTrack(D,O).then(function(){}).catch(function(H){N(H)})})},g.prototype.sendSEI=function(D){var O;if(!D.data)throw new Error("No data to send, please check your params.");if(!(D.data instanceof ArrayBuffer))throw new Error("data should be ArrayBuffer, please check your params.");if(!D.url)throw new Error("url is required, please check your params.");if(!D.vMsid)throw new Error("vMsid is required, please check your params.");if(b||l){var U=this.transformWorkerList.findByMsid({url:D.url,kind:n.TrackType.VIDEO,source:n.EWorkerSource.Sender,msid:D.vMsid});if(!U)throw new Error("No published stream found, please check your url: "+D.url);(O=U?.worker)===null||O===void 0||O.postMessage({operation:n.EWorkerAction.InserSEI,payloadType:D.payloadType,repeatCount:D.repeatCount,keyframeOnly:D.keyframeOnly,sei:D.data})}},g.prototype.updateStatsForSEI=function(D,O){var U=this,k=O==="pub";this.encodedInsertableStreams&&(b||l)&&D.forEach(function(w){var N,H=U.transformWorkerList.findByMsid({url:w.url,kind:n.TrackType.VIDEO,source:k?n.EWorkerSource.Sender:n.EWorkerSource.Receiver,msid:w.vMsid});H&&((N=H?.worker)===null||N===void 0||N.postMessage({operation:k?n.EWorkerAction.UpdatePubStats:n.EWorkerAction.UpdateSubStats,stats:w}))})},g.prototype.reset=function(){this.cancelable&&(this.cancelable.cancel(),this.cancelable=void 0),this.peerCore&&(this.peerCore.dispose(),this.peerCore=void 0),this.pc&&(this.pc.onconnectionstatechange=function(){},this.pc.ontrack=function(){},this.pc.close(),this.pc=void 0,this.clearStatusTimer()),this.sdpUtil&&(this.sdpUtil.dispose(),this.sdpUtil=void 0),this.localStream&&(this.localStream=void 0),this.transformWorkerList.dispose(),this.subMonitor.stop(),this.pubMonitor.stopHeartbeat(),this.isReused=!1,this.encodedInsertableStreams=void 0,this.stopHeartbeatTimeoutChecker()},g.prototype.addStream=function(){if(this.localStream){if(this.pc){if(this.localStream.audioTrack){var D=this.pc.addTransceiver(this.localStream.audioTrack,{direction:"sendonly",streams:[this.localStream.mediaStream]});if(this.senderCodecPreferences.audio)try{D.setCodecPreferences(this.senderCodecPreferences.audio)}catch(U){console.warn("setCodecPreferences error",U)}}if(this.localStream.videoTrack){var O=this.pc.addTransceiver(this.localStream.videoTrack,{direction:"sendonly",streams:[this.localStream.mediaStream]});if(this.senderCodecPreferences.video)try{O.setCodecPreferences(this.senderCodecPreferences.video)}catch(U){console.warn("setCodecPreferences error",U)}}return 0}return x.ErrorCode.ERROR_PREERCONNECTION_UNKNOWN}return x.ErrorCode.ERROR_MEDIASTREAMTRACK_AUDIO_NONE},g.prototype.handleEncodedInsertableStreams=function(D){var O,U,k=this;if(this.encodedInsertableStreams){var w=D.receiver,N=D.sender,H=w?n.EWorkerSource.Receiver:n.EWorkerSource.Sender,F=w||N,P=F.track;if(!P)return console.warn("no track in senderReceiver!");var B=P.kind,W=(U=(O=this.peerCore)===null||O===void 0?void 0:O.getStreamManager())===null||U===void 0?void 0:U.getAllTrackPairList(H===n.EWorkerSource.Receiver?c.Subscribe:c.Publish),z=W?.find(function(se){var ue,pe;return((pe=(ue=se[B===n.TrackType.VIDEO?"vTransceiver":"aTransceiver"])===null||ue===void 0?void 0:ue.track)===null||pe===void 0?void 0:pe.id)===P.id});if(!z)return console.warn("no existing stream info found");var G=new p.default;if(!this.transformWorkerList.add({worker:G,kind:B,source:H,info:z,receiver:w,sender:N}))return console.log("worker existing, skip.");var J=n.EWorkerAction.Setup,re=performance.timeOrigin;if(b){var te=F.createEncodedStreams(),ie=te.readable,ce=te.writable;G.postMessage({source:H,readable:ie,writable:ce,operation:J},[ie,ce])}else l&&(F.transform=new RTCRtpScriptTransform(G,{source:H,operation:J,windowTimeOrigin:re}));z.cumuDelay&&B==="video"&&(G.postMessage({operation:n.EWorkerAction.SwitchCumuDelay,enable:!0,windowTimeOrigin:re}),b||l||this.emit("cumuDelayNotSupported")),G.onmessage=function(se){var ue=se.data,pe=ue.type,de=ue.data,ve=ue.frameInfo;pe==="encodedFrame"&&k.emit("encodedFrame",{kind:B,url:z.originUrl,vMsid:B==="video"?z?.vMsid:void 0,aMsid:B==="audio"?z?.aMsid:void 0,frame:f({data:de},ve),subStats:se.data.subStats})}}},g.prototype.handleSubTransceiver=function(D,O){var U,k,w,N=!1;if(!((U=this.pc)===null||U===void 0)&&U.addTransceiver){if(D&&(k=this.pc.addTransceiver("audio",{direction:"recvonly"}),this.receiverCodecPreferences.audio))try{k.setCodecPreferences(this.receiverCodecPreferences.audio)}catch(H){console.warn("setCodecPreferences error",H)}if(O&&(w=this.pc.addTransceiver("video",{direction:"recvonly"}),this.receiverCodecPreferences.video))try{w.setCodecPreferences(this.receiverCodecPreferences.video)}catch(H){console.warn("setCodecPreferences error",H)}N=!0}return{added:N,aTransceiver:k,vTransceiver:w}},g.prototype.initDataChannel=function(){!this.dataChannel&&this.pc&&(this.dataChannel=new S.Datachannel(this.pc))},g.prototype.handleClosed=function(){this.subMonitor.stop(),this.emit("connectStatusChange",{status:n.EConnectStatus.CONNECT_STATUS_DISCONNECTED}),this.emit("onEnd")},g.prototype.clearStatusTimer=function(){this.statusTimer&&clearTimeout(this.statusTimer),this.statusTimer=void 0},g.prototype.registerPeerCoreListeners=function(D){var O=this;this.peerCore?(D.disableHeartbeat||((0,i.hebtLog)("heartbeat [timeout checker] started"),this.startHeartbeatTimeoutChecker()),this.peerCore.on("message",function(U){O.emit("message",U)}),this.peerCore.on("hebtReceived",function(U){(0,i.hebtLog)("EVENT: HEBT RECV",U),O.noHeartbeatCount=0,O.emit("hebtReceived",U)}),this.peerCore.on("streamError",function(U){(0,i.hebtLog)("EVENT: \u5355\u8DEF\u6D41\u9519\u8BEF",U),O.emit("streamError",U)}),this.peerCore.on("streamReconnect",function(U){(0,i.hebtLog)("EVENT: \u5355\u8DEF\u6D41\u91CD\u8FDE",U),O.emit("streamReconnect",U)}),this.peerCore.on("traceIdUpdate",function(U){O.emit("traceIdUpdate",U)}),this.peerCore.on("pcReconnect",function(U){(0,i.hebtLog)("EVENT: PC\u91CD\u8FDE",U),O.emit("pcReconnect",U)}),this.peerCore.on("datachannelNotEnabled",function(){var U;(0,i.hebtLog)("EVENT: \u6570\u636E\u901A\u9053\u672A\u5F00\u542F"),O.stopHeartbeatTimeoutChecker(),(U=O.peerCore)===null||U===void 0||U.stopSignalHeartbeatTimer()})):(0,i.hebtLog)("PeerCore listeners registration failed.")},g.prototype.startHeartbeatTimeoutChecker=function(){var D=this;this.stopHeartbeatTimeoutChecker(),this.heartbeatTimeoutHandler=setInterval(function(){D.noHeartbeatCount++,D.noHeartbeatCount>=n.DEFAULT_HEARTBEAT_TIMEOUT&&((0,i.hebtLog)("EVENT: \u5FC3\u8DF3\u8D85\u65F6, PC\u91CD\u8FDE"),D.stopHeartbeatTimeoutChecker(),D.emit("pcReconnect",{recode:"",reMsg:"heartbeat timeout"}))},1e3)},g.prototype.stopHeartbeatTimeoutChecker=function(){this.heartbeatTimeoutHandler!==null&&clearInterval(this.heartbeatTimeoutHandler),this.heartbeatTimeoutHandler=null,this.noHeartbeatCount=0},g.CONNECT_TIMEOUT=1e4,g}(o.default);T.RtsPeerconnection=A;var R=function(){function C(){this.workerList=[]}return C.prototype.add=function(g){return!this.findByMsid({url:g.info.url,source:g.source,kind:g.kind,msid:g.kind===n.TrackType.VIDEO?g.info.vMsid:g.info.aMsid})&&(this.workerList.push(g),!0)},C.prototype.removeByUrl=function(g){var D=this;this.workerList.filter(function(O){return O.info.url.split("?")[0]===g.url.split("?")[0]&&O.source===g.source}).forEach(function(O){O.worker.terminate(),D.workerList=D.workerList.filter(function(U){return U!==O})})},C.prototype.removeByMsid=function(g){var D=this.findByMsid(g);D?(D.worker.terminate(),this.workerList=this.workerList.filter(function(O){return O!==D})):console.warn("no worker to remove")},C.prototype.findByUrl=function(g,D){return this.workerList.find(function(O){return O.info.url.split("?")[0]===g.split("?")[0]&&O.kind===D})},C.prototype.findByMsid=function(g){var D=g.url,O=g.kind,U=g.source,k=g.msid,w=O===n.TrackType.VIDEO?"vMsid":"aMsid";return this.workerList.find(function(N){return N.info.url.split("?")[0]===D.split("?")[0]&&N.source===U&&N.kind===O&&N.info[w]===k})},C.prototype.dispose=function(){this.workerList.forEach(function(g){g.worker.terminate()}),this.workerList=[]},C}()},2825:(j,T)=>{Object.defineProperty(T,"__esModule",{value:!0})},8156:function(j,T,_){var m=this&&this.__createBinding||(Object.create?function(s,c,a,e){e===void 0&&(e=a);var r=Object.getOwnPropertyDescriptor(c,a);r&&!("get"in r?!c.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return c[a]}}),Object.defineProperty(s,e,r)}:function(s,c,a,e){e===void 0&&(e=a),s[e]=c[a]}),d=this&&this.__exportStar||function(s,c){for(var a in s)a==="default"||Object.prototype.hasOwnProperty.call(c,a)||m(c,s,a)};Object.defineProperty(T,"__esModule",{value:!0}),T.EDatachannelStatus=T.EConnectStatus=T.AliRTS=void 0,_(9543);var f=_(4845);Object.defineProperty(T,"AliRTS",{enumerable:!0,get:function(){return f.AliRTS}}),window&&(window.AliRTS=f.AliRTS);var y=_(5917);Object.defineProperty(T,"EConnectStatus",{enumerable:!0,get:function(){return y.EConnectStatus}});var v=_(280);Object.defineProperty(T,"EDatachannelStatus",{enumerable:!0,get:function(){return v.EDatachannelStatus}}),d(_(2825),T)},2672:(j,T)=>{var _;Object.defineProperty(T,"__esModule",{value:!0}),T.EN=void 0,function(m){m.MESSAGE_NOTSUPPORT_WEBRTC="not support webrtc",m.MESSAGE_BROWSER_NOTSUPPORT="browser not support",m.MESSAGE_BROWSER_VERSIONLOW="browser version too low",m.MESSAGE_NOTSUPPORT_H264="not support h264",m.MESSAGE_CREATEOFFER="create offer error"}(_||(T.EN=_={}))},2818:function(j,T,_){var m=this&&this.__assign||function(){return m=Object.assign||function(e){for(var r,i=1,o=arguments.length;i<o;i++)for(var t in r=arguments[i])Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t]);return e},m.apply(this,arguments)},d=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(T,"__esModule",{value:!0});var f,y=_(233),v=d(_(7028)),s=_(9428),c=d(_(2632));(function(e){e[e.UA=101]="UA",e[e.SUB_STATS=107]="SUB_STATS",e[e.PUB_STATS=108]="PUB_STATS",e[e.CONNECT_STATE_CHANGE=109]="CONNECT_STATE_CHANGE",e[e.START_PLAY=120]="START_PLAY",e[e.STOP_PLAY=121]="STOP_PLAY",e[e.SUBSCRIBE_START=125]="SUBSCRIBE_START",e[e.SUBSCRIBE_OK=126]="SUBSCRIBE_OK",e[e.FIRST_FRAME_TIME=137]="FIRST_FRAME_TIME",e[e.DC_HTTP_CONNECT=140]="DC_HTTP_CONNECT",e[e.DC_HTTP_CONNECT_OK=141]="DC_HTTP_CONNECT_OK",e[e.DC_SUB_ADD=142]="DC_SUB_ADD",e[e.DC_SUB_ADD_OK=143]="DC_SUB_ADD_OK",e[e.DC_CONNECT_STATE_CHANGE=144]="DC_CONNECT_STATE_CHANGE",e[e.DC_SUB_STOP=145]="DC_SUB_STOP",e[e.DC_SUB_STOP_OK=146]="DC_SUB_STOP_OK",e[e.DC_DISPOSE=147]="DC_DISPOSE",e[e.ERROR_INFO=150]="ERROR_INFO",e[e.DC_PUB_ADD=152]="DC_PUB_ADD",e[e.DC_PUB_ADD_OK=153]="DC_PUB_ADD_OK",e[e.DC_PUB_STOP=155]="DC_PUB_STOP",e[e.DC_PUB_STOP_OK=156]="DC_PUB_STOP_OK",e[e.RECONNECT=160]="RECONNECT",e[e.RECONNECT_PARAMS=161]="RECONNECT_PARAMS",e[e.RECONNECT_FINISH=162]="RECONNECT_FINISH",e[e.NOTIFY_MESSAGE=170]="NOTIFY_MESSAGE",e[e.CUMU_DELAY_NOT_SUPPORTED=180]="CUMU_DELAY_NOT_SUPPORTED",e[e.CUMU_DELAY_ANSWER_NOT_FOUND=181]="CUMU_DELAY_ANSWER_NOT_FOUND",e[e.CREATE_CLIENT=200]="CREATE_CLIENT",e[e.LOCALSTREAM_INITED=201]="LOCALSTREAM_INITED",e[e.START_PUBLISH=220]="START_PUBLISH",e[e.STOP_PUBLISH=221]="STOP_PUBLISH",e[e.PUBLISH_OK=222]="PUBLISH_OK",e[e.SET_VIDEOPROFILE=230]="SET_VIDEOPROFILE",e[e.SET_SCREENPROFILE=231]="SET_SCREENPROFILE",e[e.SET_AUDIOPROFILE=238]="SET_AUDIOPROFILE",e[e.ENABLE_AUDIO=232]="ENABLE_AUDIO",e[e.DISABLE_AUDIO=233]="DISABLE_AUDIO",e[e.ENABLE_VIDEO=234]="ENABLE_VIDEO",e[e.DISABLE_VIDEO=235]="DISABLE_VIDEO",e[e.STOP=236]="STOP",e[e.PLAY=237]="PLAY"})(f||(f={}));var a=function(){function e(r){this.customReporter=r?.customReporter,this.ct=r&&r.customTag?r.customTag:"",this.enableLog=!r||r.trackLog!=0,this._initParam(),this.slsTracker=new c.default({host:"cn-hangzhou.log.aliyuncs.com",project:"videocloud",logstore:"live-client-log",time:10,count:10})}return e.prototype.updateTid=function(){this.param?this.param.tid=y.Guid.create(32):this._initParam()},e.prototype.updateUrl=function(r){this.param&&(this.param.pu=r)},e.prototype.reportUA=function(r){this.reporter({msgid:f.UA,args:JSON.stringify({ua:r})})},e.prototype.reportPullStats=function(r){var i,o=m(m({},r),{cumu:""});if(this.cumuDelayInfo)try{i=JSON.parse(this.cumuDelayInfo)}catch{}i&&(this.cumuDelayInfo=void 0,o.cumu=i),this.reporter({msgid:f.SUB_STATS,args:JSON.stringify(m({},o))})},e.prototype.reportPushStats=function(r){this.reporter({msgid:f.PUB_STATS,args:JSON.stringify(m({},r))})},e.prototype.reportStartPlay=function(r){this.reporter({msgid:f.START_PLAY,args:JSON.stringify({vurl:r})})},e.prototype.reportStopPlay=function(){this.reporter({msgid:f.STOP_PLAY})},e.prototype.reportSubscribeStart=function(r,i,o,t,n){this.reporter({msgid:f.SUBSCRIBE_START,args:JSON.stringify({vurl:r,surl:i,vMsid:o?o.join(", "):"",aMsid:t?t.join(", "):"",isSubAdd:!!n})})},e.prototype.reportSubscribeOk=function(r){r===void 0&&(r={}),this.reporter({msgid:f.SUBSCRIBE_OK,args:JSON.stringify({vurl:r.vurl||"",surl:r.surl||"",hrct:r.hrct,tcid:r.traceId,rslt:r.rslt,isSubAdd:!!r.isSubAdd})})},e.prototype.reportFirstFrameTime=function(r,i,o,t,n,u,h,S,x,E,p,b,l,A){this.reporter({msgid:f.FIRST_FRAME_TIME,args:JSON.stringify({vurl:r,cpct:o,hrct:t,tcid:i,ffct:n,rslt:u,cnct:h,stats:S,delct:x,addct:E,actct:p,vMsid:b?b.join(", "):"",aMsid:l?l.join(", "):"",isSubAdd:!!A})})},e.prototype.reportErrorInfo=function(r,i,o,t){r!==s.ErrorCode.ERROR_AUTOPLAY_ERROR&&this.reporter({msgid:f.ERROR_INFO,args:JSON.stringify({errorCode:r,message:i,tcid:o,extraInfo:t})})},e.prototype.reportReconnect=function(r,i,o,t,n){this.reporter({msgid:f.RECONNECT,args:JSON.stringify({errorCode:r,message:i,tcid:o,retryTimes:t,useTcp:n})})},e.prototype.reportReconnectParams=function(r,i,o,t,n,u){this.reporter({msgid:f.RECONNECT_PARAMS,args:JSON.stringify({type:r,url:i,vMsid:(o||[]).join(","),aMsid:(t||[]).join(","),useTcp:n,streamId:u})})},e.prototype.reportReconnectFinish=function(r){r===void 0&&(r={}),this.reporter({msgid:f.RECONNECT_FINISH,args:JSON.stringify(m({},r))})},e.prototype.reportCreateClient=function(){this.reporter({msgid:f.CREATE_CLIENT})},e.prototype.reportStartPublish=function(r,i,o){this.reporter({msgid:f.START_PUBLISH,args:JSON.stringify({purl:r,surl:i,isPubAdd:!!o})})},e.prototype.reportPublishOk=function(r,i,o,t,n,u,h,S){this.reporter({msgid:f.PUBLISH_OK,args:JSON.stringify({purl:r,surl:i,coct:o,hrct:t,act:n,tcid:u,totalct:h||o+t+n,isPubAdd:!!S})})},e.prototype.reportStopPublish=function(r,i){this.reporter({msgid:f.STOP_PUBLISH,args:JSON.stringify({url:r,isPubStop:!!i})})},e.prototype.reportVideoProfile=function(r){this.reporter({msgid:f.SET_VIDEOPROFILE,args:JSON.stringify({vp:r})})},e.prototype.reportScreenProfile=function(r){this.reporter({msgid:f.SET_SCREENPROFILE,args:JSON.stringify({sp:r})})},e.prototype.reportAudioProfile=function(r){this.reporter({msgid:f.SET_AUDIOPROFILE,args:JSON.stringify({vp:r})})},e.prototype.reportEnableAudio=function(){this.reporter({msgid:f.ENABLE_AUDIO})},e.prototype.reportDisableAudio=function(){this.reporter({msgid:f.DISABLE_AUDIO})},e.prototype.reportEnableVideo=function(){this.reporter({msgid:f.ENABLE_VIDEO})},e.prototype.reportDisableVideo=function(){this.reporter({msgid:f.DISABLE_VIDEO})},e.prototype.reportStop=function(r){this.reporter({msgid:f.STOP,args:JSON.stringify({tp:r})})},e.prototype.reportPlay=function(r){this.reporter({msgid:f.PLAY,args:JSON.stringify({tp:r})})},e.prototype.reportStreamCreated=function(r,i){this.reporter({msgid:f.LOCALSTREAM_INITED,args:JSON.stringify({userConfig:r,localStreamInfo:i})})},e.prototype.reportConnectionChange=function(r,i){this.reporter({msgid:f.CONNECT_STATE_CHANGE,args:JSON.stringify({connectionState:r,direction:i})})},e.prototype.reportDatachannelHttpConnect=function(r){this.reporter({msgid:f.DC_HTTP_CONNECT,args:JSON.stringify({url:r})})},e.prototype.reportDatachannelHttpConnectOk=function(r){this.reporter({msgid:f.DC_HTTP_CONNECT_OK,args:JSON.stringify(m({},r))})},e.prototype.reportDatachannelSubAdd=function(r){this.reporter({msgid:f.DC_SUB_ADD,args:JSON.stringify(m({},r))})},e.prototype.reportDatachannelPubAdd=function(r){this.reporter({msgid:f.DC_PUB_ADD,args:JSON.stringify(m({},r))})},e.prototype.reportDatachannelSubAddOk=function(r){this.reporter({msgid:f.DC_SUB_ADD_OK,args:JSON.stringify(m({},r))})},e.prototype.reportDatachannelPubAddOk=function(r){this.reporter({msgid:f.DC_PUB_ADD_OK,args:JSON.stringify(m({},r))})},e.prototype.reportDatachannelStatusChange=function(r){this.reporter({msgid:f.DC_CONNECT_STATE_CHANGE,args:JSON.stringify(m({},r))})},e.prototype.reportDatachannelSubStop=function(r){this.reporter({msgid:f.DC_SUB_STOP,args:JSON.stringify(m({},r))})},e.prototype.reportDatachannelPubStop=function(r){this.reporter({msgid:f.DC_PUB_STOP,args:JSON.stringify(m({},r))})},e.prototype.reportDatachannelSubStopOk=function(r){this.reporter({msgid:f.DC_SUB_STOP_OK,args:JSON.stringify(m({},r))})},e.prototype.reportDatachannelPubStopOk=function(r){this.reporter({msgid:f.DC_PUB_STOP_OK,args:JSON.stringify(m({},r))})},e.prototype.reportDatachannelDispose=function(r){this.reporter({msgid:f.DC_DISPOSE,args:JSON.stringify(m({},r))})},e.prototype.reportNotifyMessage=function(r){this.reporter({msgid:f.NOTIFY_MESSAGE,args:JSON.stringify(m({},r))})},e.prototype.reportCumuDelayNotSupported=function(){this.reporter({msgid:f.CUMU_DELAY_NOT_SUPPORTED})},e.prototype.reportCumuDelayAnswerNotFound=function(){this.reporter({msgid:f.CUMU_DELAY_ANSWER_NOT_FOUND})},e.prototype.updateCumuDelayInfo=function(r){this.cumuDelayInfo=r.json},e.prototype._initParam=function(){this.param||(this.param={APIVersion:"0.6.0",os:y.SystemUtil.platform,osv:y.SystemUtil.systemVersion,bt:y.BrowserUtil.browserName,bv:y.BrowserUtil.browserVersion,host:window.location.origin,page:window.location.href,uid:y.LocalStorage.uuid,tid:y.Guid.create(32),ver:v.default.version,ct:this.ct,dt:"",lv:"1.0.0",ua:navigator&&navigator.userAgent||"",pu:""})},e.prototype.reporter=function(r){var i=m(m(m(m({},this.param||{}),{tm:new Date().getTime()}),r||{}),{msgname:f[r.msgid]});if(this.customReporter&&typeof this.customReporter=="function")try{this.customReporter(i)}catch(o){console.error("[Error in customReporter] ",o)}this.enableLog&&this.slsTracker.send(i)},e.prototype.data2String=function(r){var i="";for(var o in r)r.hasOwnProperty(o)&&(i.length&&(i+="&"),i+=o+"="+r[o]);return i},e.HEARTHEAT_INTERVAL=4,e}();T.default=a},7668:function(j,T,_){var m,d=this&&this.__extends||(m=function(b,l){return m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(A,R){A.__proto__=R}||function(A,R){for(var C in R)Object.prototype.hasOwnProperty.call(R,C)&&(A[C]=R[C])},m(b,l)},function(b,l){if(typeof l!="function"&&l!==null)throw new TypeError("Class extends value "+String(l)+" is not a constructor or null");function A(){this.constructor=b}m(b,l),b.prototype=l===null?Object.create(l):(A.prototype=l.prototype,new A)}),f=this&&this.__assign||function(){return f=Object.assign||function(b){for(var l,A=1,R=arguments.length;A<R;A++)for(var C in l=arguments[A])Object.prototype.hasOwnProperty.call(l,C)&&(b[C]=l[C]);return b},f.apply(this,arguments)},y=this&&this.__awaiter||function(b,l,A,R){return new(A||(A=Promise))(function(C,g){function D(k){try{U(R.next(k))}catch(w){g(w)}}function O(k){try{U(R.throw(k))}catch(w){g(w)}}function U(k){var w;k.done?C(k.value):(w=k.value,w instanceof A?w:new A(function(N){N(w)})).then(D,O)}U((R=R.apply(b,l||[])).next())})},v=this&&this.__generator||function(b,l){var A,R,C,g,D={label:0,sent:function(){if(1&C[0])throw C[1];return C[1]},trys:[],ops:[]};return g={next:O(0),throw:O(1),return:O(2)},typeof Symbol=="function"&&(g[Symbol.iterator]=function(){return this}),g;function O(U){return function(k){return function(w){if(A)throw new TypeError("Generator is already executing.");for(;g&&(g=0,w[0]&&(D=0)),D;)try{if(A=1,R&&(C=2&w[0]?R.return:w[0]?R.throw||((C=R.return)&&C.call(R),0):R.next)&&!(C=C.call(R,w[1])).done)return C;switch(R=0,C&&(w=[2&w[0],C.value]),w[0]){case 0:case 1:C=w;break;case 4:return D.label++,{value:w[1],done:!1};case 5:D.label++,R=w[1],w=[0];continue;case 7:w=D.ops.pop(),D.trys.pop();continue;default:if(C=D.trys,!((C=C.length>0&&C[C.length-1])||w[0]!==6&&w[0]!==2)){D=0;continue}if(w[0]===3&&(!C||w[1]>C[0]&&w[1]<C[3])){D.label=w[1];break}if(w[0]===6&&D.label<C[1]){D.label=C[1],C=w;break}if(C&&D.label<C[2]){D.label=C[2],D.ops.push(w);break}C[2]&&D.ops.pop(),D.trys.pop();continue}w=l.call(b,D)}catch(N){w=[6,N],R=0}finally{A=C=0}if(5&w[0])throw w[1];return{value:w[0]?w[1]:void 0,done:!0}}([U,k])}}},s=this&&this.__rest||function(b,l){var A={};for(var R in b)Object.prototype.hasOwnProperty.call(b,R)&&l.indexOf(R)<0&&(A[R]=b[R]);if(b!=null&&typeof Object.getOwnPropertySymbols=="function"){var C=0;for(R=Object.getOwnPropertySymbols(b);C<R.length;C++)l.indexOf(R[C])<0&&Object.prototype.propertyIsEnumerable.call(b,R[C])&&(A[R[C]]=b[R[C]])}return A},c=this&&this.__importDefault||function(b){return b&&b.__esModule?b:{default:b}};Object.defineProperty(T,"__esModule",{value:!0}),T.RtsClient=void 0;var a=c(_(102)),e=_(5917),r=_(5676),i=_(9796),o=_(6600),t=c(_(2818)),n=c(_(7028)),u=_(7989),h=_(280),S=_(9428),x=_(5044),E=_(2470),p=function(b){function l(A){var R,C=b.call(this)||this;return C.pullH264Checked=!1,C.lastProtocol="udp",C.usePcReconnect=!1,C.reporter=new t.default(A),C.subscriber=new r.Subscriber(C.reporter,A?A.playConfig:void 0),C.publisher=new i.Publisher(C.reporter),C.commonController=new o.CommonController(C.reporter),C.pcRestorer=new E.PcRestorer({subscriber:C.subscriber,publisher:C.publisher,commonController:C.commonController}),C.usePcReconnect=!!(!((R=A?.singlePcConfig)===null||R===void 0)&&R.usePcReconnect),C.subscriber.on("onError",function(g){return y(C,void 0,void 0,function(){var D,O,U,k,w,N,H,F,P,B,W=this;return v(this,function(z){switch(z.label){case 0:return D=(U=g.extraInfo)===null||U===void 0?void 0:U.response,this.reporter.reportErrorInfo(g.errorCode,g.message,g.traceId,{sdp:(k=g.extraInfo)===null||k===void 0?void 0:k.sdp,response:{status:D?.status,data:D?.data},pcErrorInfo:(w=g.extraInfo)===null||w===void 0?void 0:w.pcErrorInfo}),this.usePcReconnect?[3,5]:S.SUB_RECONNECT_ERROR_LIST.includes(g.errorCode)?this.subscriber.isConnecting?[3,2]:(O=this.lastProtocol==="udp",this.lastProtocol=O?"tcp":"udp",console.log("retrying with",this.lastProtocol),[4,this.subscriber.retrySubscribe(g,{innerTcpOnly:O})]):[3,3];case 1:z.sent()?(this.reporter.reportReconnect(g.errorCode,g.message,g.traceId,(N=g.extraInfo)===null||N===void 0?void 0:N.retryTimes,O),this.emit("reconnect",this.makeReconnectEvent("sub",g))):this.emit("onError",g),z.label=2;case 2:return[3,4];case 3:this.emit("onError",g),z.label=4;case 4:return[3,6];case 5:[S.ErrorCode.ERROR_PC_DISCONNECTED,S.ErrorCode.ERROR_IP_MIGRATE].includes(g.errorCode)&&(this.pcRestorer.isReconnecting()||(g.extraInfo=f(f({},g.extraInfo),{retryTimes:1}),this.reporter.reportReconnect(g.errorCode,g.message,g.traceId,(H=g.extraInfo)===null||H===void 0?void 0:H.retryTimes),this.emit("reconnect",this.makeReconnectEvent("sub",g)),this.emit("connectStatusChange",{status:e.EConnectStatus.CONNECT_STATUS_RECONNECTING}),(B=(P=this.pcRestorer.restore((F=g.extraInfo.pcErrorInfo)===null||F===void 0?void 0:F.ips))===null||P===void 0?void 0:P.then(function(G){W.reporter.reportReconnectFinish({level:"pc"}),W.emit("reconnectFinish",{type:"all",traceId:G.traceId,latestUrl:G.latestUrl})}))===null||B===void 0||B.catch(function(G){var J=new x.RtsError(S.ErrorCode.ERROR_SINGLE_PC_FULL_RECONNECT_HTTP_FAILED,"pc full reconnect failed","",{originError:G});W.emit("onError",J),W.reporter.reportErrorInfo(J.errorCode,J.message)}))),z.label=6;case 6:return[2]}})})}),C.subscriber.on("reconnect",function(g){var D;C.reporter.reportReconnect(g.errorCode,g.message,g.traceId,(D=g.extraInfo)===null||D===void 0?void 0:D.retryTimes),C.emit("reconnect",C.makeReconnectEvent("sub",g))}),C.subscriber.on("onPlayEvent",function(g){C.emit("onPlayEvent",g)}),C.subscriber.on("connectStatusChange",function(g){C.emit("connectStatusChange",g),C.reporter.reportConnectionChange(e.EConnectStatus[g.status],"sub")}),C.publisher.on("connectStatusChange",function(g){C.emit("connectStatusChange",g),C.reporter.reportConnectionChange(e.EConnectStatus[g.status],"pub")}),C.publisher.on("onError",function(g){return y(C,void 0,void 0,function(){var D,O,U,k,w,N,H,F,P,B,W,z=this;return v(this,function(G){switch(G.label){case 0:return D=(U=g.extraInfo)===null||U===void 0?void 0:U.response,this.reporter.reportErrorInfo(g.errorCode,g.message,g.traceId,{sdp:(k=g.extraInfo)===null||k===void 0?void 0:k.sdp,response:{status:D?.status,data:D?.data},pcErrorInfo:(w=g.extraInfo)===null||w===void 0?void 0:w.pcErrorInfo}),this.usePcReconnect?[3,5]:S.PUB_RECONNECT_ERROR_LIST.includes(g.errorCode)?this.publisher.isConnecting?[3,2]:(O=g.errorCode===S.ErrorCode.ERROR_TRANSPORT_CLOSED&&((N=g.extraInfo)===null||N===void 0?void 0:N.protocol)!=="tcp",console.log("Retrying with ",O?"TCP":"UDP"),[4,this.publisher.retryPublish(g,O)]):[3,3];case 1:G.sent()?(this.reporter.reportReconnect(g.errorCode,g.message,g.traceId,(H=g.extraInfo)===null||H===void 0?void 0:H.retryTimes,O),this.emit("reconnect",this.makeReconnectEvent("pub",g))):this.emit("onError",g),G.label=2;case 2:return[3,4];case 3:this.emit("onError",g),G.label=4;case 4:return[3,6];case 5:[S.ErrorCode.ERROR_PC_DISCONNECTED,S.ErrorCode.ERROR_IP_MIGRATE].includes(g.errorCode)&&(this.pcRestorer.isReconnecting()||(g.extraInfo=f(f({},g.extraInfo),{retryTimes:1}),this.reporter.reportReconnect(g.errorCode,g.message,g.traceId,(F=g.extraInfo)===null||F===void 0?void 0:F.retryTimes),this.emit("reconnect",this.makeReconnectEvent("pub",g)),this.emit("connectStatusChange",{status:e.EConnectStatus.CONNECT_STATUS_RECONNECTING}),(W=(B=this.pcRestorer.restore((P=g.extraInfo.pcErrorInfo)===null||P===void 0?void 0:P.ips))===null||B===void 0?void 0:B.then(function(J){z.reporter.reportReconnectFinish({level:"pc"}),z.emit("reconnectFinish",{type:"all",traceId:J.traceId,latestUrl:J.latestUrl})}))===null||W===void 0||W.catch(function(J){var re=new x.RtsError(S.ErrorCode.ERROR_SINGLE_PC_FULL_RECONNECT_HTTP_FAILED,"pc full reconnect failed","",{originError:J});z.emit("onError",re),z.reporter.reportErrorInfo(re.errorCode,re.message)}))),G.label=6;case 6:return[2]}})})}),C.publisher.on("reconnect",function(g){var D;C.reporter.reportReconnect(g.errorCode,g.message,g.traceId,(D=g.extraInfo)===null||D===void 0?void 0:D.retryTimes),C.emit("reconnect",C.makeReconnectEvent("pub",g))}),C.commonController.on("connectStatusChange",function(g){C.emit("connectStatusChange",g),C.reporter.reportConnectionChange(e.EConnectStatus[g.status],"signalChannel")}),C.commonController.on("onError",function(g){C.reporter.reportErrorInfo(g.errorCode,g.message,g.traceId),C.emit("onError",g)}),C.commonController.on("datachannelStatusChange",function(g){C.emit("datachannelStatusChange",g),C.reporter.reportDatachannelStatusChange({state:h.EDatachannelStatus[g.status],url:"",label:"SIGNAL",id:-1,msid:""})}),C.commonController.on("encodedFrame",function(g){C.emit("encodedFrame",g)}),C.commonController.on("receivedSEI",function(g){C.emit("receivedSEI",g)}),C.commonController.on("onPlayEvent",function(g){C.emit("onPlayEvent",g)}),C.commonController.on("reconnect",function(g){g.type!=="pc"&&C.emit("reconnect",g)}),C.commonController.on("reconnectFinish",function(g){C.reporter.reportReconnectFinish(g),C.emit("reconnectFinish",g)}),C.commonController.on("traceId",function(g){C.emit("traceId",g)}),C.commonController.on("heartbeat",function(g){C.emit("heartbeat",g)}),C.commonController.on("cumuDelayNotSupported",function(){C.emit("cumuDelayNotSupported")}),C.reporter.reportCreateClient(),C}return d(l,b),l.prototype.getVersion=function(){return n.default.version},l.prototype.isSupport=function(A){var R=new u.SupportUtil;return this.pullH264Checked=!0,R.isSupport(A)},l.prototype.checkPublishSupport=function(){return new u.SupportUtil().checkPublishSupport()},l.prototype.checkEncodedTransformSupport=function(){return new u.SupportUtil().checkEncodedTransformSupport()},l.prototype.subscribe=function(A,R){return this.reporter.updateUrl(A),this.commonController.setConfig(R),this.commonController.setPeerconnection(this.subscriber.getPeerConnection()),this.subscriber.resetResubscribeStatus(),this.subscriber.subscribeWithReconnect(A,f(f({},R),{isH264Checked:this.pullH264Checked}))},l.prototype.subscribeAdd=function(A){return this.commonController.subscribeAdd(A)},l.prototype.subscribeActive=function(A){return this.commonController.subscribeActive(A)},l.prototype.subscribeDeleteTracks=function(A){return this.commonController.subscribeDeleteTracks(A)},l.prototype.subscribeStop=function(A){return this.commonController.subscribeStop(A)},l.prototype.publishAdd=function(A){return this.commonController.publishAdd(A)},l.prototype.publishDeleteTracks=function(A){return this.commonController.publishDeleteTracks(A)},l.prototype.publishReplaceTracks=function(A){return this.commonController.publishReplaceTracks(A)},l.prototype.publishStop=function(A){return this.commonController.publishStop(A)},l.prototype.subscribeAddDatachannel=function(A){return this.commonController.subscribeAddDatachannel(A)},l.prototype.subscribeStopDatachannel=function(A){return this.commonController.subscribeStopDatachannel(A)},l.prototype.publishAddDatachannel=function(A){return this.commonController.publishAddDatachannel(A)},l.prototype.publishStopDatachannel=function(A){return this.commonController.publishStopDatachannel(A)},l.prototype.unsubscribe=function(){this.subscriber.resetResubscribeStatus(),this.subscriber.unsubscribe()},l.prototype.startLiveStream=function(A,R,C){return this.reporter.reportStartPlay(A),this.subscriber.startLiveStream(A,R,C)},l.prototype.stopLiveStream=function(){this.reporter.reportStopPlay(),this.subscriber.stopLiveStream()},l.prototype.muteLiveStream=function(A){this.subscriber.muteLiveStream(A)},l.prototype.publish=function(A,R,C){return y(this,void 0,void 0,function(){return v(this,function(g){return this.reporter.updateUrl(A),this.commonController.setConfig(C),this.commonController.setPeerconnection(this.publisher.getPeerConnection()),this.publisher.resetRepublishStatus(),[2,this.publisher.publishWithReconnect(A,R,C)]})})},l.prototype.unpublish=function(){return this.publisher.resetRepublishStatus(),this.publisher.unpublish()},l.prototype.sendSEI=function(A){this.publisher.sendSEI(A),this.commonController.sendSEI(A)},l.prototype.getPublishTrackInfoList=function(){return this.publisher.getTrackInfoList()},l.prototype.getTransportStats=function(){return this.subscriber.getPeerConnection().getSubMonitor().getTransportStats()},l.prototype.getRemoteVideoStats=function(){return this.subscriber.getPeerConnection().getSubMonitor().getRemoteVideoStats()},l.prototype.getRemoteAudioStats=function(){return this.subscriber.getPeerConnection().getSubMonitor().getRemoteAudioStats()},l.prototype.getSubscribeVideoStats=function(A,R){return this.commonController.getSubscribeVideoStats(A,R)},l.prototype.getSubscribeAudioStats=function(A,R){return this.commonController.getSubscribeAudioStats(A,R)},l.prototype.getPublishVideoStats=function(A,R){return this.commonController.getPublishVideoStats(A,R)},l.prototype.getPublishAudioStats=function(A,R){return this.commonController.getPublishAudioStats(A,R)},l.prototype.setReceiverCodecPreferences=function(A){return this.commonController.setReceiverCodecPreferences(A)},l.prototype.setSenderCodecPreferences=function(A){return this.commonController.setSenderCodecPreferences(A)},l.prototype.makeReconnectEvent=function(A,R){var C=R||{},g=C.extraInfo,D=s(C,["extraInfo"]),O=g||{},U=O.retryTimes,k=s(O,["retryTimes"]),w=A;return{type:this.usePcReconnect?"pc":w,reason:D,retryTimes:U,extraInfo:k}},l.prototype.heartbeat=function(A){var R;(R=this.commonController.peerCore)===null||R===void 0||R.sendOnceHeartbeat(A)},l.prototype.setAutoHeartbeat=function(A){var R;(R=this.commonController.peerCore)===null||R===void 0||R.startSignalHeartbeatTimer(A)},l.prototype.clearAutoHeartbeat=function(){var A;(A=this.commonController.peerCore)===null||A===void 0||A.stopSignalHeartbeatTimer()},l.prototype.sendFalseHeartbeat=function(A){var R;(R=this.commonController.peerCore)===null||R===void 0||R.sendFalseHeartbeat(A)},l.prototype.updateAuth=function(A){return this.commonController.updateAuth(A)},l}(a.default);T.RtsClient=p},335:(j,T)=>{Object.defineProperty(T,"__esModule",{value:!0});var _=function(){function m(d){this.useGainNode=!0,this.audioContext=new AudioContext,this.audioDestination=this.audioContext.createMediaStreamDestination(),this.audioSource=[],this.gainNode=null,this.audioTrack=null,this.audioTrackArr=d.trackList||[],this.useGainNode=typeof d.useGainNode!="boolean"||d.useGainNode,this.useGainNode&&(this.gainNode=this.audioContext.createGain(),this.gainNode.connect(this.audioContext.destination),this.gainNode.gain.value=0),this.getMixedAudioTrack()}return m.prototype.destroy=function(){var d;(d=this.getMixedAudioTrack())===null||d===void 0||d.stop(),this.disconnectSourceNode(),this.audioContext.close(),this.audioTrackArr=[]},m.prototype.updateTrackList=function(d){d.length&&(this.disconnectSourceNode(),this.audioTrackArr=d,this.connectNode())},m.prototype.getMixedAudioTrack=function(){return this.audioTrack||(this.connectNode(),this.audioTrack=this.audioDestination.stream.getAudioTracks()[0]),this.audioTrack},m.prototype.connectNode=function(){var d=this;this.audioTrackArr.forEach(function(f){var y=new MediaStream;y.addTrack(f);var v=d.audioContext.createMediaStreamSource(y);d.gainNode&&v.connect(d.gainNode),d.audioSource.push(v)}),this.audioSource.forEach(function(f){f.connect(d.audioDestination)})},m.prototype.disconnectSourceNode=function(){var d=this;this.audioSource.forEach(function(f){d.gainNode&&f.disconnect(d.gainNode),f.disconnect(d.audioDestination)}),this.audioSource=[]},m}();T.default=_},1893:(j,T)=>{Object.defineProperty(T,"__esModule",{value:!0}),T.TwoDRenderer=void 0;var _=function(){function m(d){this.video=d.video,this.canvas=d.canvas,this.ctx=this.canvas.getContext("2d")}return m.prototype.render=function(){var d,f,y=this.video,v=this.canvas;y&&v&&((d=this.ctx)===null||d===void 0||d.clearRect(0,0,v.width,v.height),(f=this.ctx)===null||f===void 0||f.drawImage(y,0,0,1*y.videoWidth,1*y.videoHeight),this.requestId=requestAnimationFrame(this.render.bind(this)))},m.prototype.stop=function(){this.requestId&&cancelAnimationFrame(this.requestId)},m}();T.TwoDRenderer=_},6295:(j,T,_)=>{Object.defineProperty(T,"__esModule",{value:!0}),T.CanvasRenderer=void 0;var m=_(1893),d=function(){function f(y){this.video=y.video,this.canvas=this.initCanvas(),this.activeRenderer=this.initRenderer()}return Object.defineProperty(f.prototype,"mediaStream",{get:function(){var y;return this.ms||(this.ms=((y=this.canvas)===null||y===void 0?void 0:y.captureStream())||void 0),this.ms},enumerable:!1,configurable:!0}),f.prototype.start=function(){this.render()},f.prototype.stop=function(){this.activeRenderer.stop()},f.prototype.initCanvas=function(){var y=document.createElement("canvas"),v=this.video;return y.width=1*v.videoWidth,y.height=1*v.videoHeight,y},f.prototype.initRenderer=function(){return new m.TwoDRenderer({video:this.video,canvas:this.canvas})},f.prototype.render=function(){this.activeRenderer.render()},f.prototype.resize=function(y,v){this.canvas&&(this.canvas.width=y,this.canvas.height=v)},f}();T.CanvasRenderer=d},6420:function(j,T,_){var m=this&&this.__awaiter||function(s,c,a,e){return new(a||(a=Promise))(function(r,i){function o(u){try{n(e.next(u))}catch(h){i(h)}}function t(u){try{n(e.throw(u))}catch(h){i(h)}}function n(u){var h;u.done?r(u.value):(h=u.value,h instanceof a?h:new a(function(S){S(h)})).then(o,t)}n((e=e.apply(s,c||[])).next())})},d=this&&this.__generator||function(s,c){var a,e,r,i,o={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return i={next:t(0),throw:t(1),return:t(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function t(n){return function(u){return function(h){if(a)throw new TypeError("Generator is already executing.");for(;i&&(i=0,h[0]&&(o=0)),o;)try{if(a=1,e&&(r=2&h[0]?e.return:h[0]?e.throw||((r=e.return)&&r.call(e),0):e.next)&&!(r=r.call(e,h[1])).done)return r;switch(e=0,r&&(h=[2&h[0],r.value]),h[0]){case 0:case 1:r=h;break;case 4:return o.label++,{value:h[1],done:!1};case 5:o.label++,e=h[1],h=[0];continue;case 7:h=o.ops.pop(),o.trys.pop();continue;default:if(r=o.trys,!((r=r.length>0&&r[r.length-1])||h[0]!==6&&h[0]!==2)){o=0;continue}if(h[0]===3&&(!r||h[1]>r[0]&&h[1]<r[3])){o.label=h[1];break}if(h[0]===6&&o.label<r[1]){o.label=r[1],r=h;break}if(r&&o.label<r[2]){o.label=r[2],o.ops.push(h);break}r[2]&&o.ops.pop(),o.trys.pop();continue}h=c.call(s,o)}catch(S){h=[6,S],e=0}finally{a=r=0}if(5&h[0])throw h[1];return{value:h[0]?h[1]:void 0,done:!0}}([n,u])}}},f=this&&this.__importDefault||function(s){return s&&s.__esModule?s:{default:s}};Object.defineProperty(T,"__esModule",{value:!0}),T.Clock=void 0;var y=f(_(2505)),v=function(){function s(){this.request=y.default.create({timeout:6e4}),this.offset=0,this.nextAttemptMs=s.DEFAULT_ATTEMPT_INTERVAL,this.attemptCount=0,this.random=Math.random(),this.startSyncClock()}return s.prototype.now=function(){if(this.offset&&!Number.isNaN(this.offset)){var c=Date.now()+this.offset;return Math.round(c)}return Date.now()},s.prototype.syncClock=function(){return m(this,void 0,void 0,function(){var c,a,e,r,i;return d(this,function(o){switch(o.label){case 0:return c=!1,a=Date.now(),[4,this.fetchServerTime()];case 1:return e=o.sent(),r=Date.now(),e?(i=new Date(e).getTime(),Number.isNaN(i)||(this.offset=this.calculateOffset(a+this.fixRequestStartTime(),r,i),c=!0)):console.warn("Failed to fetch server time, should try again"),[2,c]}})})},s.prototype.startSyncClock=function(){return m(this,void 0,void 0,function(){var c,a=this;return d(this,function(e){switch(e.label){case 0:return[4,this.syncClock()];case 1:return c=e.sent(),this.nextAttemptMs=c?s.DEFAULT_ATTEMPT_INTERVAL:s.DEFAULT_ATTEMPT_RETRY_INTERVAL,this.stopSyncClock(),this.attemptTimer=setTimeout(function(){a.startSyncClock()},this.nextAttemptMs),[2]}})})},s.prototype.stopSyncClock=function(){this.attemptTimer&&clearTimeout(this.attemptTimer),this.attemptTimer=void 0},s.prototype.fetchServerTime=function(){return m(this,void 0,void 0,function(){var c,a,e;return d(this,function(r){switch(r.label){case 0:this.attemptCount++,r.label=1;case 1:return r.trys.push([1,3,,4]),[4,this.request.get(this.attachCount(s.DEFAULT_TIME_SOURCE))];case 2:return c=(e=r.sent())===null||e===void 0?void 0:e.data,[3,4];case 3:return a=r.sent(),console.log("GetServerTime error",a),[3,4];case 4:return[2,c]}})})},s.prototype.calculateOffset=function(c,a,e){return e-(a-(a-c)/2)},s.prototype.fixRequestStartTime=function(){var c=0,a=performance.getEntriesByName(this.attachCount(s.DEFAULT_TIME_SOURCE),"resource");if(a?.length)if(a.length>1)console.warn("multiple resource entries found");else try{var e=a[0];c=e.requestStart-e.startTime,e.domainLookupEnd,e.domainLookupStart,e.secureConnectionStart,e.connectStart,e.requestStart,e.secureConnectionStart}catch(r){console.log(r)}else console.warn("no resource entry found"),window.RTS_DISABLE_CLEAR_RESOURCE_TIMINGS||performance.clearResourceTimings();return Math.max(0,c||0)},s.prototype.attachCount=function(c){return"".concat(c,"&count=").concat(this.random,"_").concat(this.attemptCount)},s.DEFAULT_TIME_SOURCE="https://time.akamai.com/?iso&ms",s.DEFAULT_ATTEMPT_INTERVAL=3e4,s.DEFAULT_ATTEMPT_RETRY_INTERVAL=5e3,s}();T.Clock=v},1698:function(j,T){var _=this&&this.__assign||function(){return _=Object.assign||function(d){for(var f,y=1,v=arguments.length;y<v;y++)for(var s in f=arguments[y])Object.prototype.hasOwnProperty.call(f,s)&&(d[s]=f[s]);return d},_.apply(this,arguments)};Object.defineProperty(T,"__esModule",{value:!0}),T.configProvider=void 0;var m=function(){function d(){this.context={},this.subscribers=new Set}return d.prototype.setContext=function(f){this.context=_(_({},this.context),f),this.notifySubscribers()},d.prototype.getContext=function(){return this.context},d.prototype.subscribe=function(f){var y=this;return this.subscribers.add(f),function(){return y.subscribers.delete(f)}},d.prototype.notifySubscribers=function(){var f=this;this.subscribers.forEach(function(y){return y(f.context)})},d}();T.configProvider=new m},5649:function(j,T,_){var m,d,f=this&&this.__assign||function(){return f=Object.assign||function(l){for(var A,R=1,C=arguments.length;R<C;R++)for(var g in A=arguments[R])Object.prototype.hasOwnProperty.call(A,g)&&(l[g]=A[g]);return l},f.apply(this,arguments)},y=this&&this.__importDefault||function(l){return l&&l.__esModule?l:{default:l}};Object.defineProperty(T,"__esModule",{value:!0}),T.CumuDelaySeiPayloadParser=T.CumuDelaySeiPayload=T.ECumuDelayGrtnKey=T.ECumuDelayPubSdkKey=T.ECumuDelayAVCommonKey=T.ECumuDelayVideoKey=T.ECumuDelayGrtnExportKey=T.ECumuDelaySubKey=T.CUMU_DELAY_UUID=T.CUMU_DELAY_SEI_PAYLOAD_TYPE=void 0;var v,s,c,a,e=y(_(7028));T.CUMU_DELAY_SEI_PAYLOAD_TYPE=99,T.CUMU_DELAY_UUID=[32,36,16,9,16,23,7,1,150,117,25,212,25,129,3,7],function(l){l.SophonAudioDual="sophon_audio_dual",l.SophonVideoCamera="sophon_video_camera",l.SophonVideoCameraSmall="sophon_video_camera_small",l.SophonVideoCameraSuper="sophon_video_camera_super",l.SophonVideoScreenShare="sophon_video_screen_share",l.SophonAudio="sophon_audio",l.SophonVideoCameraLarge="sophon_video_camera_large",l.RtsAudio="rts audio",l.RtsVideo="rts video"}(v||(v={})),function(l){l[l.Web=0]="Web",l[l.iOS=1]="iOS",l[l.Android=2]="Android"}(s||(s={})),function(l){l.VTotalCost="VTotalCost",l.VAssemblyCost="VAssemblyCost",l.VJitterBufferDelay="VJitterBufferDelay",l.VDecPlugCost="VDecPlugCost",l.DownRTTHalf="DownRTTHalf"}(c||(T.ECumuDelaySubKey=c={})),function(l){l.TOTAL_COST="TOTAL_COST",l.ENTER_GRTN_TIMESTAMP="ENTER_GRTN_TIMESTAMP",l.LEAVE_GRTN_TIMESTAMP="LEAVE_GRTN_TIMESTAMP"}(a||(T.ECumuDelayGrtnExportKey=a={}));var r,i,o,t,n,u,h,S=((m={})[v.SophonAudioDual]=4,m[v.SophonVideoCamera]=5,m[v.SophonVideoCameraSmall]=6,m[v.SophonVideoCameraSuper]=7,m[v.SophonVideoScreenShare]=8,m[v.SophonAudio]=9,m[v.SophonVideoCameraLarge]=10,m[v.RtsAudio]=11,m[v.RtsVideo]=12,m);(d={})[S[v.SophonAudioDual]]=v.SophonAudioDual,d[S[v.SophonVideoCamera]]=v.SophonVideoCamera,d[S[v.SophonVideoCameraSmall]]=v.SophonVideoCameraSmall,d[S[v.SophonVideoCameraSuper]]=v.SophonVideoCameraSuper,d[S[v.SophonVideoScreenShare]]=v.SophonVideoScreenShare,d[S[v.SophonAudio]]=v.SophonAudio,d[S[v.SophonVideoCameraLarge]]=v.SophonVideoCameraLarge,d[S[v.RtsAudio]]=v.RtsAudio,d[S[v.RtsVideo]]=v.RtsVideo,function(l){l[l.VTotalCost=4]="VTotalCost",l[l.CapDeviceCost=5]="CapDeviceCost",l[l.PushExtCost=6]="PushExtCost",l[l.CapPlugCost=7]="CapPlugCost",l[l.PrepThrCost=8]="PrepThrCost",l[l.PrepPlugCost=9]="PrepPlugCost",l[l.DispThrCost=10]="DispThrCost",l[l.DispPlugCost=11]="DispPlugCost",l[l.VEncThrCost=12]="VEncThrCost",l[l.VEncPlugCost=13]="VEncPlugCost"}(r||(T.ECumuDelayVideoKey=r={})),function(l){l[l.ATotalCost=24]="ATotalCost",l[l.ASourceCCost=25]="ASourceCCost",l[l.AMixerCost=26]="AMixerCost",l[l.AEncodeCCost=27]="AEncodeCCost",l[l.AAIClientQuestionTimestampHEAD=28]="AAIClientQuestionTimestampHEAD",l[l.AAIClientQuestionTimestampTAIL=29]="AAIClientQuestionTimestampTAIL",l[l.AAIClientAnswerTimestampHEAD=30]="AAIClientAnswerTimestampHEAD",l[l.AAIClientAnswerTimestampTAIL=31]="AAIClientAnswerTimestampTAIL",l[l.AAIClientScentenceId=32]="AAIClientScentenceId",l[l.AAIClientSourceCost=33]="AAIClientSourceCost",l[l.AAIClientMixerCost=34]="AAIClientMixerCost",l[l.AAIClientEncoderCost=35]="AAIClientEncoderCost",l[l.AAILinuxReceiveCost=36]="AAILinuxReceiveCost",l[l.AAILinuxNeteqCost=37]="AAILinuxNeteqCost",l[l.AAILinuxRemoteSourceCost=38]="AAILinuxRemoteSourceCost",l[l.AAILinuxPlayMixerCost=39]="AAILinuxPlayMixerCost",l[l.AAILinuxPlayCost=40]="AAILinuxPlayCost",l[l.AAIClientQuestionUidDigestHEAD=41]="AAIClientQuestionUidDigestHEAD",l[l.AAIClientQuestionUidDigestTAIL=42]="AAIClientQuestionUidDigestTAIL",l[l.AIClinetSmartDenoise=43]="AIClinetSmartDenoise"}(i||(i={})),function(l){l[l.NetsdkThrCost=44]="NetsdkThrCost",l[l.QosThrCost=45]="QosThrCost",l[l.PacerCost=46]="PacerCost",l[l.UpRTTHalf=47]="UpRTTHalf",l[l.AIClientNetsdkThrCost=48]="AIClientNetsdkThrCost",l[l.AIClientQosThrCost=49]="AIClientQosThrCost",l[l.AIClientPacerCost=50]="AIClientPacerCost",l[l.AIClientUpRTTHalf=51]="AIClientUpRTTHalf"}(o||(T.ECumuDelayAVCommonKey=o={})),function(l){l[l.AIAsrCost=64]="AIAsrCost",l[l.AILlmCost=65]="AILlmCost",l[l.AITtsCost=66]="AITtsCost",l[l.AIMuteCost=67]="AIMuteCost",l[l.AIAgentTotalCost=68]="AIAgentTotalCost",l[l.AIAgentExtraAvatarCost=69]="AIAgentExtraAvatarCost"}(t||(t={})),function(l){l[l.PubSdkType=100]="PubSdkType",l[l.PubSdkVersion=101]="PubSdkVersion"}(n||(T.ECumuDelayPubSdkKey=n={})),function(l){l[l.NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_INTERNAL_RTT_HALF=121]="NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_INTERNAL_RTT_HALF",l[l.NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_GRTN_NODE_BEF_PACER=122]="NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_GRTN_NODE_BEF_PACER",l[l.NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_GRTN_NODE_PACER_COST=123]="NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_GRTN_NODE_PACER_COST",l[l.NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_DOWN_RTT_HALF=124]="NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_DOWN_RTT_HALF"}(u||(T.ECumuDelayGrtnKey=u={})),function(l){l[l.AIGRTNInternalRTTHalf=104]="AIGRTNInternalRTTHalf",l[l.AIGRTNBeforePacer=105]="AIGRTNBeforePacer",l[l.AIGRTNPacerCost=106]="AIGRTNPacerCost",l[l.AIGRTNDownRTTHalf=107]="AIGRTNDownRTTHalf"}(h||(h={}));var x=function(l){l.msid=v.SophonAudio;var A=S[l.msid];A||console.warn("No mapped msid for cumuDelay",l.msid);var R=new ArrayBuffer(l.sendTs?8:4);if(l.sendTs){var C=Math.floor(performance.now()+performance.timeOrigin-l.windowTimeOrigin);C>=Math.pow(2,32)-1&&(C=0);var g=new DataView(R);g.setUint8(0,8),g.setUint8(1,0),g.setUint8(2,A),g.setUint8(3,5),g.setUint32(4,C)}else new Uint8Array(R).set([0,0,A,1]);l.kv[n.PubSdkType]=s.Web,l.kv[n.PubSdkVersion]=Number(e.default.version.split(".").join("").split("-")[0]);var D=Object.keys(l.kv).length;D>256&&console.warn("Too much kv");var O,U,k,w,N=1+3*D+1,H=new ArrayBuffer(N),F=new DataView(H);F.setInt8(0,D),Object.keys(l.kv).forEach(function(P,B){P in f(f(f({},r),o),n)||console.warn("Unknown CumuDelay key: ".concat(P));var W=l.kv[P],z=1+3*B;F.setUint8(z,parseInt(P)),F.setUint16(z+1,W)}),F.setUint8(N-1,128),this.buffer=(O=R,U=H,k=new ArrayBuffer(O.byteLength+U.byteLength),(w=new Uint8Array(k)).set(new Uint8Array(O),0),w.set(new Uint8Array(U),O.byteLength),k)};T.CumuDelaySeiPayload=x;var E=function(l){var A;this.pub={},this.grtn={},this.AIPub={},this.AISub={},this.AIAgent={},this.AIGrtn={},this.other={};var R,C,g=new b(l),D=(g.readBits(3),g.readBits()),O=g.readBits(),U=g.readBits(),k=g.readBits(),w=g.readBits();if(g.readBits(8),g.readBits(8),g.readBits(8),D===1&&g.readBits(16),O===1){var N=g.readBits(32);this.pub.timestamp=N,this.pub.timestampRecv=Math.floor(performance.now())}U===1&&g.readBits(16),k===1&&(R=g.readBits(32)),w===1&&(C=g.readBits(32)),R&&C&&(this.grtn=((A={})[a.TOTAL_COST]=C-R,A[a.ENTER_GRTN_TIMESTAMP]=R,A[a.LEAVE_GRTN_TIMESTAMP]=C,A));for(var H=g.readBits(8),F=0;F<H;F++){var P=g.readBits(8),B=g.readBits(16);if(p(P,[r.VTotalCost,r.VEncPlugCost])||p(P,[i.ATotalCost,i.AEncodeCCost])||p(P,[o.NetsdkThrCost,o.UpRTTHalf])||p(P,[n.PubSdkType,n.PubSdkVersion])){var W=r[P]||i[P]||o[P]||n[P];this.pub[W]=B}else if(p(P,[i.AAIClientQuestionTimestampHEAD,i.AAIClientEncoderCost])||p(P,[o.AIClientNetsdkThrCost,o.AIClientUpRTTHalf]))W=i[P]||o[P],this.AIPub[W]=B;else if(p(P,[i.AAILinuxReceiveCost,i.AIClinetSmartDenoise]))W=i[P],this.AISub[W]=B;else if(p(P,[t.AIAsrCost,t.AIAgentExtraAvatarCost]))W=t[P],this.AIAgent[W]=B;else if(p(P,[h.AIGRTNInternalRTTHalf,h.AIGRTNDownRTTHalf])){W=h[P];for(var z=0,G="".concat(W,"_").concat(z);this.AIGrtn.hasOwnProperty(G);)G="".concat(W,"_").concat(z++);this.AIGrtn[G]=B}else if(p(P,[u.NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_INTERNAL_RTT_HALF,u.NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_DOWN_RTT_HALF])){for(W=u[P],z=0,G="".concat(W,"_").concat(z);this.grtn.hasOwnProperty(G);)G="".concat(W,"_").concat(z++);this.grtn[G]=B}else this.other[P]=B}};function p(l,A){return l>=A[0]&&l<=A[1]}T.CumuDelaySeiPayloadParser=E;var b=function(){function l(A){this.byteOffset=0,this.bitOffset=0;var R=new Uint8Array(A);this.buffer=R}return l.prototype.readBits=function(A){A===void 0&&(A=1);for(var R=0,C=0;C<A;){if(this.byteOffset>=this.buffer.byteLength)throw new Error("readBits out of range");var g=8-this.bitOffset,D=Math.min(g,A-C);R=R<<D|this.getBitsFromByte(this.buffer,this.byteOffset,this.bitOffset,this.bitOffset+D-1),this.bitOffset+=D,C+=D,this.bitOffset===8&&(this.byteOffset++,this.bitOffset=0)}return A===32&&(R>>>=0),R},l.prototype.hasNext=function(){return this.byteOffset<this.buffer.byteLength},l.prototype.getBitsFromByte=function(A,R,C,g){if(R<0||R>=A.byteLength||C<0||g>7||C>g)throw new Error("Invalid parameters");return A[R]>>7-g&(1<<g-C+1)-1},l}()},102:(j,T)=>{Object.defineProperty(T,"__esModule",{value:!0});var _=function(){function m(){this._eventMap={}}return m.prototype.listeners=function(d){return this._eventMap[d]||[]},m.prototype.emit=function(d){for(var f=this,y=[],v=1;v<arguments.length;v++)y[v-1]=arguments[v];var s=this._eventMap[d];return!!Array.isArray(s)&&(s.forEach(function(c){return c.apply(f,y)}),!0)},m.prototype.off=function(d,f){var y=this._eventMap[d];return Array.isArray(y)&&(this._eventMap[d]=y.filter(function(v){return v!==f})),this},m.prototype.removeAllListeners=function(d){return d===void 0?this._eventMap={}:this._eventMap[d]&&(this._eventMap[d]=[]),this},m.prototype.on=function(d,f){return this._eventMap[d]?this._eventMap[d].push(f):this._eventMap[d]=[f],this},m.prototype.once=function(d,f){var y=this,v=function(){for(var s=[],c=0;c<arguments.length;c++)s[c]=arguments[c];y.off(d,v),f.apply(y,s)};return this.on(d,v),this},m}();T.default=_},492:(j,T)=>{Object.defineProperty(T,"__esModule",{value:!0}),T.MediaObserver=void 0;var _=function(){function m(d){this.timeout=d.timeout||m.DEFAULT_TIMEOUT,this.handler=d.handler||function(){},this.watchTimer=null}return Object.defineProperty(m.prototype,"actTimeout",{get:function(){return this.timeout},enumerable:!1,configurable:!0}),m.prototype.check=function(d,f,y,v){var s=this;this.hasNoData(d)?this.watchTimer||(this.watchTimer=window.setTimeout(function(){s.handler(f,y,v)},this.timeout)):this.watchTimer&&(clearTimeout(this.watchTimer),this.watchTimer=null)},m.prototype.hasNoData=function(d){return!d||(d.video?!(Number(d.video.bytesReceivedPerSecond)>0):!d.audio||!(Number(d.audio.bytesReceivedPerSecond)>0))},m.prototype.updateConfig=function(d){this.timeout=d.timeout||this.timeout,this.handler=d.handler||this.handler},m.prototype.reset=function(){this.watchTimer&&(clearTimeout(this.watchTimer),this.watchTimer=null)},m.prototype.dispose=function(){this.timeout=m.DEFAULT_TIMEOUT,this.handler=function(){},this.watchTimer&&(clearTimeout(this.watchTimer),this.watchTimer=null)},m.DEFAULT_TIMEOUT=6e3,m}();T.MediaObserver=_},9594:(j,T,_)=>{Object.defineProperty(T,"__esModule",{value:!0}),T.readUUID=T.discardEPB=T.insertEPB=T.SODBtoRBSP=T.convertPayloadSize=T.NALU=T.SEI=T.parseSei=T.insertSei=void 0;var m=_(5649);T.insertSei=function(v,s,c,a){c===void 0&&(c=5);for(var e=v.data,r=new DataView(e),i=0;;){if(r.getUint32(i)===1){r.getUint8(i+4);var o=new d(s,c,a).buffer,t=new f(o).buffer,n=new ArrayBuffer(t.byteLength+e.byteLength),u=new Uint8Array(n),h=new Uint8Array(t);u.set(h);var S=new Uint8Array(e);u.set(S,t.byteLength),v.data=n,i+=1;break}if((i+=1)+4>=r.byteLength)break}},T.parseSei=function(v){for(var s=[],c=new DataView(v),a=0;;){var e=a,r=c.getUint32(e);if(e+=4,r===1){if((31&c.getUint8(e++))===6){for(var i=c.getUint8(e++),o=y(i)?16:0,t=0;c.getUint8(e)==255;)e++,t+=255;if((t+=c.getUint8(e++))>0&&c.byteLength>e+t){var n=new Uint8Array(c.buffer),u="";if(y(i)){var h=n.slice(e,e+o);u=(0,T.readUUID)((0,T.discardEPB)(h))}var S=n.slice(e+o,e+t);e+=t,s.push({payloadType:i,uuid:u,data:S.buffer})}}a=e}else a+=1;if(a+4>=c.byteLength)break}return s};var d=function(v,s,c){s===void 0&&(s=5);var a=y(s)?16:0,e=v.byteLength+a,r=(0,T.convertPayloadSize)(e),i=r.buffer.byteLength,o=new ArrayBuffer(1+i+a+v.byteLength),t=new Uint8Array(o),n=0;if(t[n++]=s,t.set(r,n),n+=r.byteLength,y(s)){c=(c||"00000000-0000-0000-0000-000000000000").replace(/-/g,"");for(var u=0;u<16;u++)t[n+u]=parseInt(c.substr(2*u,2),16);n+=16}var h=new Uint8Array(v);t.set(h,n);var S=(0,T.SODBtoRBSP)(t);this.buffer=S.buffer};T.SEI=d;var f=function(v){var s=new Uint8Array([0,0,0,1]),c=new Uint8Array([6]),a=new ArrayBuffer(s.byteLength+c.byteLength+v.byteLength),e=new Uint8Array(a);e.set(s),e.set(c,s.byteLength),e.set(new Uint8Array(v),s.byteLength+c.byteLength),this.buffer=a};T.NALU=f,T.convertPayloadSize=function(v){if(v<=0)throw new Error("payloadSize must be a positive integer.");for(var s=Math.ceil(v/255),c=new ArrayBuffer(s),a=new DataView(c),e=0;e<s-1;e++)a.setUint8(e,255);return a.setUint8(s-1,v%255&255),new Uint8Array(c)},T.SODBtoRBSP=function(v){for(var s=new Uint8Array(v),c="",a=0;a<s.length;a++)c+=s[a].toString(2).padStart(8,"0");for(c+="1";c.length%8!=0;)c+="0";var e=c.length/8,r=new Uint8Array(e);for(a=0;a<e;a++)r[a]=parseInt(c.slice(8*a,8*a+8),2);return(0,T.insertEPB)(r)},T.insertEPB=function(v){for(var s=[],c=0,a=0;a<v.length;a++)s.push(v[a]),v[a]===0?++c===2&&a<v.length-1&&v[a+1]<=3&&(s.push(3),c=0):c=0;return new Uint8Array(s)},T.discardEPB=function(v){for(var s=v.byteLength,c=[],a=1;a<s-2;)v[a]===0&&v[a+1]===0&&v[a+2]===3?(c.push(a+2),a+=2):a++;if(c.length===0)return v;var e=s-c.length,r=new Uint8Array(e),i=0;for(a=0;a<e;i++,a++)i===c[0]&&(i++,c.shift()),r[a]=v[i];return r},T.readUUID=function(v){if(v.length!==16)throw new Error("UUID must be 16 bytes long.");var s=v.reduce(function(c,a){return c+a.toString(16).padStart(2,"0")},"");return"".concat(s.slice(0,8),"-").concat(s.slice(8,12),"-").concat(s.slice(12,16),"-").concat(s.slice(16,20),"-").concat(s.slice(20))};var y=function(v){return v===5||v===m.CUMU_DELAY_SEI_PAYLOAD_TYPE}},8219:function(j,T,_){var m=this&&this.__importDefault||function(f){return f&&f.__esModule?f:{default:f}};Object.defineProperty(T,"__esModule",{value:!0});var d=m(_(2505));T.default=d.default.create({baseURL:"",timeout:5e3,headers:{"Content-Type":"application/x-www-form-urlencoded; charset=UTF-8"}})},4315:function(j,T,_){var m=this&&this.__spreadArray||function(v,s,c){if(c||arguments.length===2)for(var a,e=0,r=s.length;e<r;e++)!a&&e in s||(a||(a=Array.prototype.slice.call(s,0,e)),a[e]=s[e]);return v.concat(a||Array.prototype.slice.call(s))};Object.defineProperty(T,"__esModule",{value:!0}),T.SdpUtil=void 0;var d=_(233),f=function(){this.stramId="",this.audioTrackId="",this.videoTrackId="",this.screenTrackId="",this.customTrackId=""},y=function(){function v(s){this.sdpLines=new Array,this.localStream=s,this.publishStreamInfo=new f}return Object.defineProperty(v.prototype,"sdp",{get:function(){return this.sdpLines.join(`\r
|
|
157
|
+
`)},enumerable:!1,configurable:!0}),Object.defineProperty(v.prototype,"videoTrackId",{get:function(){return this.publishStreamInfo.videoTrackId},enumerable:!1,configurable:!0}),Object.defineProperty(v.prototype,"screenTrackId",{get:function(){return this.publishStreamInfo.videoTrackId},enumerable:!1,configurable:!0}),Object.defineProperty(v.prototype,"videoName",{get:function(){return"rts video"},enumerable:!1,configurable:!0}),Object.defineProperty(v.prototype,"screenName",{get:function(){return"rts screen"},enumerable:!1,configurable:!0}),Object.defineProperty(v.prototype,"hasTcpCandidate",{get:function(){return this.sdpLines.some(function(s){return s.indexOf("tcptype")!==-1})},enumerable:!1,configurable:!0}),v.prototype.init=function(s){this.sdpLines=s.split(`\r
|
|
158
|
+
`)},v.prototype.addNack=function(){for(var s=0;s<this.sdpLines.length;++s)if(this.sdpLines[s].indexOf("opus")!=-1&&this.sdpLines[s+1].indexOf("rtcp-fb")!=-1){var c=this.sdpLines[s+1].split(" ");c.length==2&&(this.sdpLines[s+2].indexOf("rtcp-fb")!=-1?this.sdpLines.splice(s+3,0,c[0]+" nack"):this.sdpLines.splice(s+2,0,c[0]+" nack"))}},v.prototype.parseCustomMsid=function(s){var c={stream:"",track:""};if(!s)return c;var a=s.trim().split(" ");return a.length==2?(c.stream=a[0],c.track=a[1]):c.track=a[0],c},v.prototype.modifyTrackName=function(s){s===void 0&&(s={});var c=s.vMsid,a=s.aMsid,e=c?this.parseCustomMsid(c):{stream:"rts",track:"video"},r=a?this.parseCustomMsid(a):{stream:"rts",track:"audio"},i="";if(this.localStream){this.publishStreamInfo.stramId=this.localStream.mediaStream.id,this.localStream.audioTrack&&(this.publishStreamInfo.audioTrackId=this.localStream.audioTrack.id,i=r.stream||"-"),this.localStream.videoTrack&&(this.publishStreamInfo.videoTrackId=this.localStream.videoTrack.id,i=e.stream||"-");for(var o=!1,t=!1,n=0;n<this.sdpLines.length;++n){var u=this.sdpLines[n],h=u.indexOf(this.publishStreamInfo.stramId);this.publishStreamInfo.stramId&&h!=-1&&(this.sdpLines[n]=this.sdpLines[n].replace(this.publishStreamInfo.stramId,i),d.BrowserUtil.isFirefox&&(o?this.sdpLines[n]=this.sdpLines[n].substring(0,h+i.length+1)+r.track:t&&(this.sdpLines[n]=this.sdpLines[n].substring(0,h+i.length+1)+e.track))),this.publishStreamInfo.audioTrackId&&u.indexOf(this.publishStreamInfo.audioTrackId)!=-1?this.sdpLines[n]=this.sdpLines[n].replace(this.publishStreamInfo.audioTrackId,r.track):this.publishStreamInfo.videoTrackId&&u.indexOf(this.publishStreamInfo.videoTrackId)!=-1&&(this.sdpLines[n]=this.sdpLines[n].replace(this.publishStreamInfo.videoTrackId,e.track)),u.indexOf("m=audio")!=-1?(o=!0,t=!1):u.indexOf("m=video")!=-1&&(t=!0,o=!1),u.indexOf("a=ssrc")!=-1&&(h=u.indexOf("cname:"))!==-1&&(o?this.sdpLines[n]=u.substr(0,h+6)+r.track:t&&(this.sdpLines[n]=u.substr(0,h+6)+e.track))}}},v.prototype.getPublishVideoSdp=function(){for(var s=-1,c=-1,a=!1,e=0;e<this.sdpLines.length;++e){if(a&&this.sdpLines[e].indexOf("m=application")>-1){c=e-1;break}if(this.sdpLines[e].indexOf("m=video")>-1){if(a){c=e-1;break}s=e}this.sdpLines[e].indexOf("rts video")>-1&&(a=!0)}return a?(c===-1&&(c=this.sdpLines.length-1),this.sdpLines.splice(s,c-s).join(`\r
|
|
159
|
+
`)):""},v.prototype.removeVideoTrack=function(s){for(var c="rts "+s,a=-1,e=-1,r=!1,i=0;i<this.sdpLines.length;++i){if(r&&this.sdpLines[i].indexOf("m=application")>-1){e=i-1;break}if(this.sdpLines[i].indexOf("m=video")>-1){if(r){e=i-1;break}a=i}this.sdpLines[i].indexOf(c)>-1&&(r=!0)}return!!r&&(e===-1&&(e=this.sdpLines.length-1),this.sdpLines.splice(a,e-a),!0)},v.prototype.ios15PushHack=function(){var s=!1,c=-1;if(this.sdpLines.forEach(function(r,i){r.includes("m=video")&&(s=!0),s&&c===-1&&r.includes("a=")&&(c=i)}),c!==-1){var a=this.getExtmapIds(),e=Math.max.apply(Math,a)+1;this.sdpLines.splice(c,0,"a=extmap:".concat(e," urn:3gpp:video-orientation"))}},v.prototype.addSps=function(){this.sdpLines=this.sdpLines.map(function(s){return s.includes("a=fmtp:")&&s.includes("level-asymmetry-allowed")?s+=";sps-pps-idr-in-keyframe=1":s})},v.prototype.removeTwccRtcpFb=function(){this.sdpLines=this.sdpLines.filter(function(s){return!s.includes("http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01")})},v.prototype.removeUdpCandidate=function(){this.sdpLines=this.sdpLines.filter(function(s){return!s.includes("a=candidate:")||!s.includes("UDP")})},v.prototype.setDirection=function(s){s===void 0&&(s={direction:"recvonly"});var c=["sendonly","recvonly","sendrecv"].filter(function(r){return r!==s.direction}),a=!1,e=!1;this.sdpLines=this.sdpLines.map(function(r,i){if(r.includes("m=video"))a=!0,e=!1;else if(r.includes("m=audio"))e=!0,a=!1;else if(r.includes("m=application"))a=!1,e=!1;else if(a||e){var o;if(c.some(function(t){if(r.includes(t))return o=t,!0})&&o)return r.replace(o,s.direction)}return r})},v.prototype.removeSDES=function(){var s=["urn:ietf:params:rtp-hdrext:sdes:mid","urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id","urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id"];this.sdpLines=this.sdpLines.filter(function(c){return!s.some(function(a){return c.includes(a)})})},v.prototype.addStereo=function(){var s=this;this.getPayloadType("opus").map(this.getFmtpIndex.bind(this)).filter(function(c){return c!==void 0}).forEach(function(c){s.sdpLines[c].indexOf("stereo=1")>-1||(s.sdpLines[c]=s.sdpLines[c]+";stereo=1")})},v.prototype.setSingleNaluPackMode__legacy=function(){this.sdpLines=this.sdpLines.filter(function(s){return!s.includes("a=fmtp:")||!s.includes("packetization-mode=1")})},v.prototype.setSingleNaluPackMode=function(){var s=this,c=[],a=[],e=!1;if(this.sdpLines.forEach(function(u){if(u.includes("packetization-mode=0")&&(e=!0),u.includes("packetization-mode=1")){var h=s.parseFmtpValue(u);c.push(h||"NULL")}c.length&&new RegExp("apt=(".concat(c.join("|"),")")).test(u)&&(h=s.parseFmtpValue(u),a.push(h||"NULL"))}),!e)return!1;var r=m(m([],c,!0),a,!0).join("|"),i=new RegExp("(rtpmap|rtcp-fb|fmtp):.*?(".concat(r,")"));this.sdpLines=this.sdpLines.filter(function(u){return!i.test(u)});for(var o=0;o<this.sdpLines.length;o++){var t=this.sdpLines[o];if(t.includes("m=video")){var n=new RegExp("( ".concat(m(m([],c,!0),a,!0).join("| "),")"),"g");this.sdpLines[o]=t.replace(n,"");break}}return!0},v.prototype.dispose=function(){this.localStream&&(this.localStream=void 0),this.sdpLines=new Array,this.publishStreamInfo=new f},v.prototype.getExtmapIds=function(){return this.sdpLines.reduce(function(s,c){if(c.includes("a=extmap")){var a=Number(c.replace("a=extmap:","").split(" ")[0]);return m(m([],s,!0),[a],!1)}return s},[]).filter(function(s){return s})},v.prototype.getPayloadType=function(s){for(var c=[],a=new RegExp("a\\=rtpmap\\:(\\d+) ".concat(s,".*"),"i"),e=0;e<this.sdpLines.length;e++){var r=this.sdpLines[e],i=a.exec(r);i?.length&&c.push(i[1])}return c},v.prototype.getFmtpIndex=function(s){for(var c=new RegExp("a\\=fmtp\\:".concat(s," .*"),"i"),a=0;a<this.sdpLines.length;a++){var e=this.sdpLines[a];if(c.test(e))return a}},v.prototype.parseFmtpValue=function(s){var c=s.match(/a=fmtp:(\d+)/);return c?c[1]:null},v}();T.SdpUtil=y},7989:function(j,T,_){var m=this&&this.__awaiter||function(e,r,i,o){return new(i||(i=Promise))(function(t,n){function u(x){try{S(o.next(x))}catch(E){n(E)}}function h(x){try{S(o.throw(x))}catch(E){n(E)}}function S(x){var E;x.done?t(x.value):(E=x.value,E instanceof i?E:new i(function(p){p(E)})).then(u,h)}S((o=o.apply(e,r||[])).next())})},d=this&&this.__generator||function(e,r){var i,o,t,n,u={label:0,sent:function(){if(1&t[0])throw t[1];return t[1]},trys:[],ops:[]};return n={next:h(0),throw:h(1),return:h(2)},typeof Symbol=="function"&&(n[Symbol.iterator]=function(){return this}),n;function h(S){return function(x){return function(E){if(i)throw new TypeError("Generator is already executing.");for(;n&&(n=0,E[0]&&(u=0)),u;)try{if(i=1,o&&(t=2&E[0]?o.return:E[0]?o.throw||((t=o.return)&&t.call(o),0):o.next)&&!(t=t.call(o,E[1])).done)return t;switch(o=0,t&&(E=[2&E[0],t.value]),E[0]){case 0:case 1:t=E;break;case 4:return u.label++,{value:E[1],done:!1};case 5:u.label++,o=E[1],E=[0];continue;case 7:E=u.ops.pop(),u.trys.pop();continue;default:if(t=u.trys,!((t=t.length>0&&t[t.length-1])||E[0]!==6&&E[0]!==2)){u=0;continue}if(E[0]===3&&(!t||E[1]>t[0]&&E[1]<t[3])){u.label=E[1];break}if(E[0]===6&&u.label<t[1]){u.label=t[1],t=E;break}if(t&&u.label<t[2]){u.label=t[2],u.ops.push(E);break}t[2]&&u.ops.pop(),u.trys.pop();continue}E=r.call(e,u)}catch(p){E=[6,p],o=0}finally{i=t=0}if(5&E[0])throw E[1];return{value:E[0]?E[1]:void 0,done:!0}}([S,x])}}};Object.defineProperty(T,"__esModule",{value:!0}),T.SupportUtil=void 0;var f=_(233),y=_(3412),v=_(9428),s=_(2672),c=function(){this.errorCode=0,this.message=""},a=function(){function e(){this.deviceManager=new y.BrowserDeviceManager}return e.prototype.isSupport=function(r){var i=this;return new Promise(function(o,t){return m(i,void 0,void 0,function(){var n,u,h,S;return d(this,function(x){switch(x.label){case 0:return n=new c,this.checkWebRtcSupport()?r.onlyCheckUA?this.checkBrowser(n)?[3,3]:[2,t(n)]:[3,1]:(n.errorCode=v.ErrorCode.ERROR_NOTSUPPORT_WEBRTC,n.message=s.EN.MESSAGE_NOTSUPPORT_WEBRTC,[2,t(n)]);case 1:return[4,this.checkWebrtcAbilities()];case 2:if(u=x.sent(),h=u[0],u[1],u[2],S=u[3],!h)return n.errorCode=v.ErrorCode.ERROR_NOTSUPPORT_WEBRTC,n.message=s.EN.MESSAGE_NOTSUPPORT_WEBRTC,[2,t(n)];if(S)return n.errorCode=v.ErrorCode.ERROR_BROWSER_NOTSUPPORT,n.message=s.EN.MESSAGE_BROWSER_NOTSUPPORT,[2,t(n)];x.label=3;case 3:return r.isReceiveVideo?this.checkH264Decode(n).then(function(){o(n)}).catch(function(){t(n)}):o(n),[2]}})})})},e.prototype.checkEncodedTransformSupport=function(){var r=window.RTCRtpReceiver&&"createEncodedStreams"in RTCRtpReceiver.prototype,i=window.RTCRtpReceiver&&"transform"in RTCRtpReceiver.prototype&&"RTCRtpScriptTransform"in window;return r||i},e.prototype.checkWebrtcAbilities=function(r){return m(this,void 0,void 0,function(){var i,o,t,n,u,h,S,x,E;return d(this,function(p){switch(p.label){case 0:i=window.RTCPeerConnection,o=!1,t=!1,n=null,u=!1,p.label=1;case 1:return p.trys.push([1,4,,5]),i?(h=new i,t="createDataChannel"in h,r&&(S=this.createBlankStream()).getTracks().forEach(function(b){h?.addTrack(b,S)}),[4,h.createOffer({offerToReceiveAudio:!0,offerToReceiveVideo:!0,iceRestart:!0})]):[3,3];case 2:x=p.sent(),E=(x||{}).sdp,n=r?!!(E&&E.indexOf("a=sendrecv")>-1):null,h.close(),h=void 0,o=!0,p.label=3;case 3:return[3,5];case 4:return p.sent(),o=!1,t=!1,n=!1,[3,5];case 5:return u=this.checkBlackList(),[2,[o,t,n,u]]}})})},e.prototype.checkPublishSupport=function(){return m(this,void 0,void 0,function(){var r,i,o,t,n,u,h,S;return d(this,function(x){switch(x.label){case 0:return r={isWebRTCSupported:!1,isH264EncodeSupported:!1,isMediaDevicesSupported:!1,isScreenCaptureSupported:!1,isAudioMixSupported:!1,cameraList:[],micList:[],speakerList:[]},this.checkWebRtcSupport()?[3,1]:(r.isWebRTCSupported=!1,r.isH264EncodeSupported=!1,[3,5]);case 1:return[4,this.checkWebrtcAbilities(!0)];case 2:return i=x.sent(),o=i[0],i[1],t=i[2],r.isWebRTCSupported=!(!o||!t),r.isWebRTCSupported?[3,3]:(r.isH264EncodeSupported=!1,[3,5]);case 3:return n=r,[4,this.checkH264Encode()];case 4:n.isH264EncodeSupported=x.sent(),x.label=5;case 5:if(r.isMediaDevicesSupported=this.checkMediaDevices(),r.isScreenCaptureSupported=this.checkScreenCapture(),r.isAudioMixSupported=this.checkAudioMix(),!r.isMediaDevicesSupported)return[3,11];x.label=6;case 6:return x.trys.push([6,10,,11]),u=r,[4,this.deviceManager.getCameraList()];case 7:return u.cameraList=x.sent().filter(function(E){return E.deviceId}),h=r,[4,this.deviceManager.getMicList()];case 8:return h.micList=x.sent().filter(function(E){return E.deviceId}),S=r,[4,this.deviceManager.getSpeakerList()];case 9:return S.speakerList=x.sent().filter(function(E){return E.deviceId}),[3,11];case 10:return x.sent(),[3,11];case 11:return[2,r]}})})},e.prototype.checkWebRtcSupport=function(){return!!window.RTCPeerConnection},e.prototype.checkMediaDevices=function(){return!(!navigator.mediaDevices||!navigator.mediaDevices.getUserMedia)},e.prototype.checkScreenCapture=function(){return!(!navigator.mediaDevices||!navigator.mediaDevices.getDisplayMedia)},e.prototype.checkAudioMix=function(){if(!window.AudioContext)return!1;var r=new AudioContext;return!!r.createMediaStreamDestination&&!!r.createMediaStreamSource},e.prototype.checkBlackList=function(){var r=!1;if(f.BrowserUtil.isOppoBrowser&&f.SystemUtil.isAndroid){var i=(this.getUa().toLowerCase().match(/heytapbrowser\/([\d.]+)/)||[])[1]||"";r=!this.compareVersion(i,"40.7.39.1")}else(f.BrowserUtil.isUCBrowser||f.BrowserUtil.isQuarkBrowser)&&f.SystemUtil.isIos?r=!0:f.BrowserUtil.isWebView&&f.SystemUtil.isAndroid&&(r=!(f.BrowserUtil.browserMainVersion>=79));return r},e.prototype.checkBrowser=function(r){if(f.SystemUtil.isIos){if(f.BrowserUtil.isUCBrowser||f.BrowserUtil.isQuarkBrowser)return r.errorCode=v.ErrorCode.ERROR_BROWSER_NOTSUPPORT,r.message=s.EN.MESSAGE_BROWSER_NOTSUPPORT,!1;if(f.BrowserUtil.isSafari||f.BrowserUtil.isQQBrowser)return f.BrowserUtil.browserMainVersion>=11||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isEdge||f.BrowserUtil.isChrome)return f.BrowserUtil.browserMainVersion>=79||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isMicroMessenger)return!!this.compareVersion(f.SystemUtil.systemVersion,"12.1.4")||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isDingTalk)return!!f.SystemUtil.compareVersion("11.2.5")||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isWebView)return!!this.compareVersion(f.SystemUtil.systemVersion,"14.3")||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1)}else if(f.SystemUtil.isAndroid){if(this.checkPrivateUcWebview())return!0;if(f.BrowserUtil.isChrome||f.BrowserUtil.isQQBrowser||f.BrowserUtil.isHuaweiBrowser||f.BrowserUtil.isSamsungBrowser)return f.BrowserUtil.browserMainVersion>=63||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isEdge)return f.BrowserUtil.browserMainVersion>=79||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isMicroMessenger)return!!this.compareVersion(this.getChromeCoreVersion(),"63")||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isDingTalk)return!!this.compareVersion(this.getChromeCoreVersion(),"69")||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isOppoBrowser){var i=(this.getUa().toLowerCase().match(/heytapbrowser\/([\d.]+)/)||[])[1]||"";return!!this.compareVersion(i,"40.7.39.1")||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1)}if(f.BrowserUtil.isX5Core)return!0;if(f.BrowserUtil.isWebView)return f.BrowserUtil.browserMainVersion>=79||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1)}else if(f.SystemUtil.isMacOS){if(f.BrowserUtil.isElectron)return!0;if(f.BrowserUtil.isSafari)return f.BrowserUtil.browserMainVersion>=11||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isChrome)return f.BrowserUtil.browserMainVersion>=63||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isEdge)return f.BrowserUtil.browserMainVersion>=79||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isFirefox)return f.BrowserUtil.browserMainVersion>=62||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isOpera)return f.BrowserUtil.browserMainVersion>=15||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1)}else if(f.SystemUtil.isWindows){if(f.BrowserUtil.isElectron||f.BrowserUtil.isMicroMessenger)return!0;if(f.BrowserUtil.isChrome||f.BrowserUtil.isQQBrowser)return f.BrowserUtil.browserMainVersion>=63||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isEdge)return f.BrowserUtil.browserMainVersion>=79||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isFirefox)return f.BrowserUtil.browserMainVersion>=62||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isOpera)return f.BrowserUtil.browserMainVersion>=15||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1)}else if(f.SystemUtil.isLinux){if(f.BrowserUtil.isChrome)return f.BrowserUtil.browserMainVersion>=63||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isEdge)return f.BrowserUtil.browserMainVersion>=79||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1);if(f.BrowserUtil.isFirefox)return f.BrowserUtil.browserMainVersion>=62||(r.errorCode=v.ErrorCode.ERROR_BROWSER_VERSIONLOW,r.message=s.EN.MESSAGE_BROWSER_VERSIONLOW,!1)}return r.errorCode===0&&(r.errorCode=v.ErrorCode.ERROR_BROWSER_NOTSUPPORT,r.message=s.EN.MESSAGE_BROWSER_NOTSUPPORT),!1},e.prototype.checkH264Decode=function(r){var i=this;return new Promise(function(o,t){return m(i,void 0,void 0,function(){var n;return d(this,function(u){switch(u.label){case 0:return[4,this.tryFindH264FromSdp(r)];case 1:if(n=u.sent())return o(!0),[2];u.label=2;case 2:return u.trys.push([2,4,,5]),[4,this.loadH264(3)];case 3:return n=u.sent(),[3,5];case 4:return u.sent(),[3,5];case 5:return n?o(!0):(r&&r.errorCode===0&&(r.errorCode=v.ErrorCode.ERROR_NOTSUPPORT_H264,r.message=s.EN.MESSAGE_NOTSUPPORT_H264),t(!1)),[2]}})})})},e.prototype.checkSDPSupportH264=function(r){return r.indexOf("H264")>0||r.indexOf("h264")>0||r.indexOf("H.264")>0||r.indexOf("h.264")>0},e.prototype.checkPrivateUcWebview=function(){return this.getUa().indexOf("UniqueCode")>0},e.prototype.getUa=function(){return navigator&&navigator.userAgent||""},e.prototype.getChromeCoreVersion=function(){return(this.getUa().toLowerCase().match(/chrome\/([\d.]+)/)||[])[1]||""},e.prototype.compareVersion=function(r,i){r===void 0&&(r=""),i===void 0&&(i="");for(var o=(r||"").split("."),t=(i||"").split("."),n=0,u=0,h=0;h<o.length&&h<t.length;++h){if((n=isNaN(parseInt(o[h],10))?0:parseInt(o[h],10))<(u=isNaN(parseInt(t[h],10))?0:parseInt(t[h],10)))return!1;if(n>u)return!0}return!0},e.prototype.tryFindH264FromSdp=function(r){return m(this,void 0,void 0,function(){var i,o,t;return d(this,function(n){switch(n.label){case 0:if(i=!1,!RTCPeerConnection)return[2,i];o=new RTCPeerConnection,t=void 0,n.label=1;case 1:return n.trys.push([1,3,,4]),[4,o.createOffer({offerToReceiveVideo:!0,offerToReceiveAudio:!0})];case 2:return(t=n.sent())&&t.sdp&&(i=this.checkSDPSupportH264(t.sdp)),[3,4];case 3:return n.sent(),i=!1,r&&(r.errorCode=v.ErrorCode.ERROR_CREATEOFFER,r.message=s.EN.MESSAGE_CREATEOFFER),[3,4];case 4:return o.close(),o=void 0,[2,i]}})})},e.prototype.loadH264=function(r){var i=this;return new Promise(function(o,t){return m(i,void 0,void 0,function(){var n,u,h,S,x=this;return d(this,function(E){if(!f.SystemUtil.isAndroid||!f.BrowserUtil.isChrome&&!f.BrowserUtil.isWebView)return o(!1),[2];for(n=0,u=[],h=0;n<r;)S=setTimeout(function(){return m(x,void 0,void 0,function(){return d(this,function(p){switch(p.label){case 0:return h++,[4,this.tryFindH264FromSdp()];case 1:return p.sent()?(u.forEach(function(b){clearTimeout(b)}),u=[],o(!0),[2]):(h===r&&o(!1),[2])}})})},1e3*n),u.push(S),n++;return[2]})})})},e.prototype.checkH264Encode=function(){return m(this,void 0,void 0,function(){var r,i,o;return d(this,function(t){switch(t.label){case 0:return[4,this.loadH264(3)];case 1:return!(r=t.sent())&&RTCRtpSender&&RTCRtpSender.getCapabilities&&(i=JSON.stringify((o=RTCRtpSender.getCapabilities("video"))===null||o===void 0?void 0:o.codecs),r=i.toLowerCase().includes("video/h264")),[2,!!r]}})})},e.prototype.createBlankStream=function(){var r,i,o,t=(r=new AudioContext,i=r.createOscillator(),o=i.connect(r.createMediaStreamDestination()),i.start(),Object.assign(o.stream.getAudioTracks()[0],{enabled:!1}));t.stop();var n=function(u){var h,S={},x=S.width,E=x===void 0?160:x,p=S.height,b=p===void 0?90:p,l=document.createElement("canvas");l.width=E,l.height=b,(h=l.getContext("2d"))===null||h===void 0||h.fillRect(0,0,E,b);var A=l.captureStream();return Object.assign(A.getVideoTracks()[0],{enabled:!1})}();return n.stop(),new MediaStream([t,n])},e}();T.SupportUtil=a},2718:function(j,T){var _=this&&this.__spreadArray||function(m,d,f){if(f||arguments.length===2)for(var y,v=0,s=d.length;v<s;v++)!y&&v in d||(y||(y=Array.prototype.slice.call(d,0,v)),y[v]=d[v]);return m.concat(y||Array.prototype.slice.call(d))};Object.defineProperty(T,"__esModule",{value:!0}),T.hebtLog=T.createUUID=T.evaluateNetworkCondition=T.makeCancelable=T.hasVideoTrack=T.hasAudioTrack=T.getVideoTrack=T.getAudioTrack=T.pruneSubUrl=T.getJitterBufferDelayAvg=void 0,T.lowercaseFirstLetter=function(m){return m.replace(/([A-Za-z])/,function(d){return d.toLowerCase()})},T.underlineToCamelCase=function(m){return m.replace(/_([a-z])/g,function(d,f){return f.toUpperCase()})},T.getJitterBufferDelayAvg=function(m,d){return m&&d?Number(m)/Number(d)*1e3:-1},T.pruneSubUrl=function(m,d){var f=m||"";return f=f.replace("@subaudio=no","").replace("@subvideo=no",""),d&&(f=f.split("?")[0]),f},T.getAudioTrack=function(m){return m.getAudioTracks()[0]},T.getVideoTrack=function(m){return m.getVideoTracks()[0]},T.hasAudioTrack=function(m){return m.getAudioTracks().length>0},T.hasVideoTrack=function(m){return m.getVideoTracks().length>0},T.makeCancelable=function(m){var d=!1;return{promise:new Promise(function(f,y){m.then(function(v){return d?y({isCanceled:!0}):f(v)}),m.catch(function(v){return y(d?{isCanceled:!0}:v)})}),cancel:function(){d=!0}}},T.evaluateNetworkCondition=function(m,d,f,y,v){var s=0;if(!navigator.onLine)return s=6;var c=[{loss:0,rtt:0,jbd:1},{loss:0,rtt:1,jbd:0},{loss:0,rtt:.5,jbd:.5},{loss:1,rtt:0,jbd:0},{loss:.8,rtt:0,jbd:.2},{loss:.8,rtt:.2,jbd:0},{loss:.6,rtt:.2,jbd:.2}],a=-1,e=-1,r=-1;if(typeof d=="number"&&d>=0||typeof f=="number"&&f>=0){a=0;var i=!1,o=!1;typeof d=="number"&&d>=0&&(a+=d,i=!0),typeof f=="number"&&f>=0&&(a+=f,o=!0),i&&!o&&(a*=2),o&&!i&&(a*=1.8)}typeof m=="number"&&m>=0&&(r=m),(typeof y=="number"&&y>=0||typeof v=="number"&&v>=0)&&(e=0,typeof y=="number"&&y>=0&&(e+=y),typeof v=="number"&&v>=0&&(e+=v));var t;if((t=4*(a!==-1?1:0)+2*(r!==-1?1:0)+(e!==-1?1:0))>0){var n=1.2*a*c[t-1].loss+r/1500*c[t-1].rtt+e/3e3*c[t-1].jbd;s=n<=.1?1:n<=.23?2:n<=.36?3:n<=.49?4:5}else s=0;return s},T.createUUID=function(m,d){var f,y="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),v=[];if(d=d||y.length,m)for(f=0;f<m;f++)v[f]=y[0|Math.random()*d];else{var s=void 0;for(v[8]=v[13]=v[18]=v[23]="-",v[14]="4",f=0;f<36;f++)v[f]||(s=0|16*Math.random(),v[f]=y[f==19?3&s|8:s])}return v.join("")},T.hebtLog=function(){for(var m=[],d=0;d<arguments.length;d++)m[d]=arguments[d];window.RTS_HEBT_DEBUG&&console.log.apply(console,_(["[rts hebt]"],m,!1))}},233:j=>{/*! useragent-util - ver 1.3.1 created:9/4/2024, 4:31:28 PM */j.exports=(()=>{var T={622:(f,y,v)=>{Object.defineProperty(y,"__esModule",{value:!0}),y.BrowserUtil=y.BrowserType=void 0;var s,c=v(101);(function(e){e.IE="IE",e.Chrome="Chrome",e.Safari="Safari",e.Firefox="Firefox",e.Opera="Opera",e.Edge="Edge",e.MicroMessenger="MicroMessenger",e.X5Core="X5Core",e.Quark="Quark",e.QQ="QQ",e.QQBrowser="QQBrowser",e.DingTalk="DingTalk",e.Electron="Electron",e.Sogou="Sogou",e.Vivo="VivoBrowser",e.Oppo="OppoBrowser",e.UC="UCBrowser",e.MI="MiBrowser",e.Lenovo="SLBrowser",e.Maxthon="Maxthon",e.Liebao="Liebao",e.Huawei="Huawei",e.Meizu="MZBrowser",e.Finger="FingerBrowser",e.Samsung="SamsungBrowser",e.WebVeiw="WebVeiw",e.Unknown="unknown"})(s=y.BrowserType||(y.BrowserType={}));var a=function(){function e(){}return Object.defineProperty(e,"isBrowser",{get:function(){return typeof document<"u"},enumerable:!1,configurable:!0}),Object.defineProperty(e,"domain",{get:function(){return window.location.protocol+window.location.host},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isHttps",{get:function(){return this.isBrowser&&document.location&&(document.location.protocol=="https:"||document.location.host.indexOf("127.0.0.1:")===0||document.location.host.indexOf("localhost:")===0)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSupportScreenShare",{get:function(){return!!(navigator&&navigator.mediaDevices&&navigator.mediaDevices.getDisplayMedia)},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isChrome",{get:function(){return e._getBrowserInfo(),s.Chrome===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSafari",{get:function(){return e._getBrowserInfo(),s.Safari===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isIE",{get:function(){return e._getBrowserInfo(),s.IE===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isFirefox",{get:function(){return e._getBrowserInfo(),s.Firefox===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isEdge",{get:function(){return e._getBrowserInfo(),s.Edge===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSogou",{get:function(){return e._getBrowserInfo(),s.Sogou===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isVivoBroswer",{get:function(){return e._getBrowserInfo(),s.Vivo===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isOppoBrowser",{get:function(){return e._getBrowserInfo(),s.Oppo===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isMiBrowser",{get:function(){return e._getBrowserInfo(),s.MI===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isLenovoBrowser",{get:function(){return e._getBrowserInfo(),s.Lenovo===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isMaxthonBrowser",{get:function(){return e._getBrowserInfo(),s.Maxthon===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isLiebaoBrowser",{get:function(){return e._getBrowserInfo(),s.Liebao===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isHuaweiBrowser",{get:function(){return e._getBrowserInfo(),s.Huawei===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isMZBrowser",{get:function(){return e._getBrowserInfo(),s.Meizu===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isSamsungBrowser",{get:function(){return e._getBrowserInfo(),s.Samsung===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isOpera",{get:function(){return e._getBrowserInfo(),s.Opera===e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isMicroMessenger",{get:function(){return e._getBrowserInfo(),e._browserName===s.MicroMessenger},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isQQ",{get:function(){return e._getBrowserInfo(),s.QQ===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isQQBrowser",{get:function(){return e._getBrowserInfo(),s.QQBrowser===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isX5Core",{get:function(){return e._getBrowserInfo(),e._browserName===s.X5Core},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isUCBrowser",{get:function(){return e._getBrowserInfo(),e._browserName===s.UC},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isQuarkBrowser",{get:function(){return e._getBrowserInfo(),e._browserName===s.Quark},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isFingerBrowser",{get:function(){return e._getBrowserInfo(),e._browserName===s.Finger},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isChromeCore",{get:function(){return e._getBrowserInfo(),e._core==="Chrome"},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isWebView",{get:function(){return e._getBrowserInfo(),e._browserName===s.WebVeiw},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isDingTalk",{get:function(){return e._getBrowserInfo(),e._browserName===s.DingTalk},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isUnknown",{get:function(){return e._getBrowserInfo(),s.Unknown===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"browserName",{get:function(){return e._getBrowserInfo(),e._browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"browserVersion",{get:function(){return e._getBrowserInfo(),e._browserVersion},enumerable:!1,configurable:!0}),Object.defineProperty(e,"browserMainVersion",{get:function(){return e._getBrowserInfo(),e._browserVersion?parseInt(e._browserVersion.split(".")[0],10):0},enumerable:!1,configurable:!0}),Object.defineProperty(e,"browserCoreVersion",{get:function(){return navigator.userAgent.toLowerCase(),c.SystemUtil.isIos||c.SystemUtil.isMacOS,e.browserMainVersion},enumerable:!1,configurable:!0}),Object.defineProperty(e,"isElectron",{get:function(){return e._getBrowserInfo(),s.Electron===e.browserName},enumerable:!1,configurable:!0}),Object.defineProperty(e,"userAgent",{get:function(){var r=navigator.userAgent.toLowerCase(),i=r.indexOf("gecko");if(i>-1){i=r.indexOf(" ",i);var o=(r=r.substring(i+1,r.length)).split(" ");r="";for(var t=0;t<o.length;++t){var n=o[t].split("/");n&&n.length&&(r+=n[0]+" ")}}return r},enumerable:!1,configurable:!0}),e.compareVersion=function(r){if(e._getBrowserInfo(),e._browserVersion){for(var i=e._browserVersion.split("."),o=r.split("."),t=0,n=0,u=0;u<i.length&&u<o.length;++u){if((t=isNaN(parseInt(i[u],10))?0:parseInt(i[u],10))<(n=isNaN(parseInt(o[u],10))?0:parseInt(o[u],10)))return!1;if(t>n)return!0}return!0}return!0},e._getBrowserInfo=function(){if(!e._browserName||!e._browserVersion)if(navigator&&navigator.userAgent){var r=navigator.userAgent.toLowerCase(),i=void 0;(i=r.match(/edg[e|a]?\/([\d.]+)/))||(i=r.match(/edgios\/([\d.]+)/))?e._updateBrowserInfo(s.Edge,r,i[1]):(i=r.match(/rv:([\d.]+)\) like gecko/))||(i=r.match(/msie ([\d.]+)/))?e._updateBrowserInfo(s.IE,r,i[1]):(i=r.match(/vivobrowser\/([\d.]+)/))?e._updateBrowserInfo(s.Vivo,r,i[1]):(i=r.match(/miuibrowser\/([\d.]+)/))?e._updateBrowserInfo(s.MI,r,i[1]):(i=r.match(/samsungbrowser\/([\d.]+)/))?e._updateBrowserInfo(s.Samsung,r,i[1]):(i=r.match(/heytapbrowser\/([\d.]+)/))?e._updateBrowserInfo(s.Oppo,r,i[1]):(i=r.match(/mzbrowser\/([\d.]+)/))?e._updateBrowserInfo(s.Meizu,r,i[1]):(i=r.match(/ucbrowser\/([\d.]+)/))?e._updateBrowserInfo(s.UC,r,i[1]):(i=r.match(/quark\/([\d.]+)/))?e._updateBrowserInfo(s.Quark,r,i[1]):(i=r.match(/slbrowser\/([\d.]+)/))?e._updateBrowserInfo(s.Lenovo,r,i[1]):(i=r.match(/lbbrowser\/([\d.]+)/))?e._updateBrowserInfo(s.Liebao,r,i[1]):(i=r.match(/fingerbrowser\/([\d.]+)/))?e._updateBrowserInfo(s.Finger,r,i[1]):(i=r.match(/huaweibrowser\/([\d.]+)/))?e._updateBrowserInfo(s.Huawei,r,i[1]):(i=r.match(/maxthon\/([\d.]+)/))?e._updateBrowserInfo(s.Maxthon,r,i[1]):(i=r.match(/firefox\/([\d.]+)/))?e._updateBrowserInfo(s.Firefox,r,i[1]):(i=r.match(/electron\/([\d.]+)/))?e._updateBrowserInfo(s.Electron,r,i[1]):(i=r.match(/chrome\/([\d.]+)/))&&this._isChrome(r)||(i=r.match(/crios\/([\d.]+)/))&&this._isChrome(r)?e._updateBrowserInfo(s.Chrome,r,i[1]):(i=r.match(/metasr\s([\d.]+)/))||(i=r.match(/sogoumobilebrowser\/([\d.]+)/))?e._updateBrowserInfo(s.Sogou,r,i[1]):(i=r.match(/opr.([\d.]+)/))?e._updateBrowserInfo(s.Opera,r,i[1]):(i=r.match(/micromessenger.([\d.]+)/))?e._updateBrowserInfo(s.MicroMessenger,r,i[1]):(i=r.match(/qq\/([\d.]+)/))?e._updateBrowserInfo(s.QQ,r,i[1]):(i=r.match(/m?qqbrowser\/([\d.]+)/))||(i=r.match(/qqbrowserlite\/([\d.]+)/))?e._updateBrowserInfo(s.QQBrowser,r,i[1]):(i=r.match(/dingtalk.([\d.]+)/))?e._updateBrowserInfo(s.DingTalk,r,i[1]):(i=r.match(/tbs\/([\d.]+)/))?e._updateBrowserInfo(s.X5Core,r,i[1]):(i=r.match(/version\/([\d.]+).*safari/))&&this._isSafari(r)&&e._updateBrowserInfo(s.Safari,r,i[1]),e._browserName===s.Unknown&&e._isWebview(r)&&e._updateBrowserInfo(s.WebVeiw,r,"")}else e._browserName=s.Unknown,e._browserVersion="0.0"},e._isChrome=function(r){var i=r.split(/\(|\)/);if(e._core="Chrome",i.length===5){var o=i[4].trim().split(" ");if(o.length===2){if(o[0].indexOf("chrome")>-1&&o[1].indexOf("safari")>-1)return!0}else if(o.length===3){if(o[1].indexOf("mobile")>-1&&o[2].indexOf("safari")>-1&&(o[0].indexOf("chrome")>-1||o[0].indexOf("crios")>-1))return!0}else if(r.indexOf("qianniu")>-1)return!0}return!1},e._isSafari=function(r){var i=r.split(/\(|\)/);if(i.length===5){var o=i[4].trim().split(" ");if(o.length===2){if(o[0].indexOf("version")>-1&&o[1].indexOf("safari")>-1)return!0}else if(o.length===3&&o[0].indexOf("version")>-1&&o[1].indexOf("mobile")>-1&&o[2].indexOf("safari")>-1)return!0}return!1},e._isWebview=function(r){if(r){var i=new RegExp("("+["WebView","(iPhone|iPod|iPad)(?!.*Safari)","Android.*(wv|.0.0.0)","Linux; U; Android"].join("|")+")","ig"),o=new RegExp("("+["VivoBrowser","MZBrowser","MiuiBrowser"].join("|")+")","ig");return!!r.match(i)&&!r.match(o)}},e._updateBrowserInfo=function(r,i,o){e._browserName=r;var t=null;switch(r){case s.QQBrowser:c.SystemUtil.isIos||c.SystemUtil.isMacOS?(t=i.match(/version\/([\d.]+).*safari/),e._browserVersion=t?t[1]:"0.0"):(t=i.match(/chrome\/([\d.]+)/),e._browserVersion=t?t[1]:"0.0");break;case s.Vivo:case s.Oppo:case s.Meizu:case s.Huawei:case s.Sogou:case s.Samsung:t=i.match(/chrome\/([\d.]+)/),e._browserVersion=t?t[1]:"0.0";break;case s.WebVeiw:c.SystemUtil.isAndroid?(t=i.match(/chrome\/([\d.]+)/),e._browserVersion=t?t[1]:"0.0"):c.SystemUtil.isIos&&(e._browserVersion=c.SystemUtil.systemVersion);break;default:e._browserVersion=o}},e._browserName=s.Unknown,e._browserVersion="",e._core="",e}();y.BrowserUtil=a},864:(f,y)=>{Object.defineProperty(y,"__esModule",{value:!0}),y.Guid=void 0;var v=function(){function s(){}return s.create=function(c,a){a===void 0&&(a=16);var e,r,i="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),o=[];if(a=a||i.length,c)for(e=0;e<c;e++)o[e]=i[0|Math.random()*a];else for(o[8]=o[13]=o[18]=o[23]="-",o[14]="4",e=0;e<36;e++)o[e]||(r=0|16*Math.random(),o[e]=i[e==19?3&r|8:r]);return o.join("")},s}();y.Guid=v},442:(f,y,v)=>{Object.defineProperty(y,"__esModule",{value:!0}),y.LocalStorage=void 0;var s=v(864),c=function(){function a(){}return Object.defineProperty(a,"uuid",{get:function(){var e="alirtc_uuid",r=a.get(e);return r||(r=s.Guid.create(32),a.set(e,r)),r},enumerable:!1,configurable:!0}),a.get=function(e){var r="";return window&&window.localStorage&&(r=window.localStorage.getItem(e)||""),r},a.set=function(e,r){e&&window&&window.localStorage&&window.localStorage.setItem(e,r)},a}();y.LocalStorage=c},72:(f,y)=>{Object.defineProperty(y,"__esModule",{value:!0}),y.ApiRequest=void 0;var v=function(){function s(){}return s.postBody=function(c,a,e){c=s._getUrl(c,a);var r,i={};return i.headers||(i.headers={}),i.headers.Accept="application/json",i.headers["Content-Type"]="application/json",new Promise(function(o,t){s.requestBody("POST",c,e).then(function(n){return r=n,n.ok?n.json():n.text()}).then(function(n){r.ok?n.code?(n=s._intercept(n),t(n)):o(n.data):t(s._httpErrorMessage(r,n))}).catch(function(n){n=s._httpErrorMessage(n),t(n)})})},s.get=function(c,a,e){var r;return e===void 0&&(e={}),c=s._getUrl(c,a),e.headers||(e.headers={}),e.headers["Content-Type"]="application/json",new Promise(function(i,o){s.request("GET",c,e).then(function(t){return r=t,t.ok?t.json():t.text()}).then(function(t){r.ok?t.code?(t=s._intercept(t),o(t)):i(t.data):o(s._httpErrorMessage(r,t))}).catch(function(t){t=s._httpErrorMessage(t),o(t)})})},s.post=function(c,a,e,r){var i;return r===void 0&&(r={}),c=s._getUrl(c,a),r.headers||(r.headers={}),r.body=e,r.headers.Accept="application/json",r.headers["Content-Type"]="application/json",new Promise(function(o,t){s.request("POST",c,r).then(function(n){return i=n,n.ok?n.json():n.text()}).then(function(n){i.ok?n.code?(n=s._intercept(n),t(n)):o(n.data):t(s._httpErrorMessage(i,n))}).catch(function(n){n=s._httpErrorMessage(n),t(n)})})},s.request=function(c,a,e){c===void 0&&(c="GET");var r=new Headers(e.headers),i=new Request(a,{method:c,headers:r});return fetch(i)},s.requestBody=function(c,a,e){return c===void 0&&(c="GET"),fetch(a,{method:c,body:e,headers:new Headers({"Content-Type":"application/json"})})},s.ajaxPost=function(c,a,e,r){return r===void 0&&(r={}),c=s._getUrl(c,a),r.headers||(r.headers={}),r.headers.Accept="application/json",r.headers["Content-Type"]="application/json",s.ajax("POST",c,e,r)},s.ajax=function(c,a,e,r){c===void 0&&(c="GET"),r===void 0&&(r={});var i=new XMLHttpRequest;return new Promise(function(o,t){i.onreadystatechange=function(){if(i.readyState===4)if(i.status===200){var u=JSON.parse(i.responseText);u.code?(u=s._intercept(u),t(u)):o(u)}else t({message:i.responseText||"\u8BF7\u6C42\u5931\u8D25:"+a})},i.open(c,a,!0);try{if(r.withCredentials&&(i.withCredentials=!0),r.headers)for(var n in r.headers)i.setRequestHeader(n,r.headers[n])}catch(u){return void t(u)}try{i.send(e)}catch(u){t(u)}})},s._getUrl=function(c,a){var e=[];if(a)for(var r in a)e.push(r+"="+a[r]);var i=e.join("&");return(c.indexOf("?")!=-1?c:c+"?")+i},s._httpErrorMessage=function(c,a){return c.message||(c.message="HTTP "+c.status+"("+c.statusText+") : "+a),c},s._intercept=function(c){var a=c.data;return c.code&&((a=a||{}).data=c.data,a.code=c.code,a.description=c.description,a.message="0x"+Number(c.code).toString(16)+", "+c.description,a.tid&&(a.message+=", tid="+a.tid)),a},s}();y.ApiRequest=v},101:(f,y)=>{var v,s;Object.defineProperty(y,"__esModule",{value:!0}),y.SystemUtil=y.WindowsType=y.SystemType=void 0,function(a){a.Unknown="Unknown",a.MacOS="Mac",a.Windows="Windows",a.Android="Android",a.Iphone="iphone",a.Ipad="ipad",a.iOS="iOS",a.Linux="Linux",a.ChromeOS="ChromeOS"}(v=y.SystemType||(y.SystemType={})),function(a){a.Windows10="Windows 10",a.Windows7="Windows 7",a.WindowsVista="Windows vista",a.WindowsXP="Windows xp"}(s=y.WindowsType||(y.WindowsType={}));var c=function(){function a(){}return Object.defineProperty(a,"isMacOS",{get:function(){return v.MacOS===a.systemName},enumerable:!1,configurable:!0}),Object.defineProperty(a,"isWindows",{get:function(){return a.systemName.indexOf(v.Windows)>-1},enumerable:!1,configurable:!0}),Object.defineProperty(a,"isIos",{get:function(){return v.Iphone===a.systemName||v.Ipad===a.systemName},enumerable:!1,configurable:!0}),Object.defineProperty(a,"isAndroid",{get:function(){return v.Android===a.systemName},enumerable:!1,configurable:!0}),Object.defineProperty(a,"isLinux",{get:function(){return v.Linux===a.systemName||v.Linux===a._platform},enumerable:!1,configurable:!0}),Object.defineProperty(a,"systemName",{get:function(){return a._getSystemInfo(),a._systemName},enumerable:!1,configurable:!0}),Object.defineProperty(a,"systemVersion",{get:function(){return a._getSystemInfo(),a._systemVersion},enumerable:!1,configurable:!0}),Object.defineProperty(a,"platform",{get:function(){return a._getSystemInfo(),a._platform},enumerable:!1,configurable:!0}),Object.defineProperty(a,"isUnknown",{get:function(){return!a.platform||a.platform===v.Unknown},enumerable:!1,configurable:!0}),a.compareVersion=function(e){if(a._getSystemInfo(),a._systemVersion){for(var r=a._systemVersion.split("."),i=e.split("."),o=0,t=0,n=0;n<r.length&&n<i.length;++n){if((o=isNaN(parseInt(r[n],10))?0:parseInt(r[n],10))<(t=isNaN(parseInt(i[n],10))?0:parseInt(i[n],10)))return!1;if(o>t)return!0}return!0}return!0},a._getSystemInfo=function(){if(!a._systemName||!a._systemVersion||!a._platform)if(navigator&&navigator.userAgent){var e=navigator.userAgent.toLowerCase();e.indexOf("ipad")>-1?(a._systemName=v.Ipad,a._platform=v.iOS,a._systemVersion=a._getIosSystemVersion(e)):e.indexOf("iphone")>-1?(a._systemName=v.Iphone,a._platform=v.iOS,a._systemVersion=a._getIosSystemVersion(e)):e.indexOf("android")>-1?(a._platform=v.Android,a._systemName=v.Android,a._systemVersion=a._getAndroidSystemVersion(e)):e.indexOf("win")>-1?e.indexOf("windwos nt 10")>-1||e.indexOf("windows 10")?(a._systemName=s.Windows10,a._platform=v.Windows,a._systemVersion="10"):e.indexOf("windows nt 6.1")>-1||e.indexOf("windows 7")>-1?(a._systemName=s.Windows7,a._platform=v.Windows,a._systemVersion="7"):e.indexOf("windows nt 6.0")>-1||e.indexOf("windows vista")>-1?(a._systemName=s.WindowsVista,a._platform=v.Windows,a._systemVersion="vista"):e.indexOf("widows nt 5.1")>-1||e.indexOf("windows xp")>-1?(a._systemName=s.WindowsXP,a._platform=v.Windows,a._systemVersion="xp"):(a._platform=v.Windows,a._systemName=v.Windows,a._systemVersion="0.0"):e.indexOf("mac")>-1?navigator&&navigator.maxTouchPoints&&navigator.maxTouchPoints>0?(a._systemName=v.Ipad,a._platform=v.iOS,a._systemVersion=a._getIosSystemVersion(e)):(a._platform=v.MacOS,a._systemName=v.MacOS,a._systemVersion=a._getMacSystemVersion(e)):e.indexOf("linux")>-1?(a._platform=v.Linux,a._systemName=v.Linux,a._systemVersion="0.0"):e.indexOf("cros")>-1?(a._platform=v.Linux,a._systemName=v.ChromeOS,a._systemVersion="0.0"):(a._systemName=v.Unknown,a._platform=v.Windows,a._systemVersion="0.0")}else a._systemName=v.Unknown,a._platform=v.Unknown,a._systemVersion="0.0"},a._getIosSystemVersion=function(e){return(e.match(/OS [\d._]*/gi)+"").replace(/[^0-9|_.]/gi,"").replace(/_/gi,".")},a._getMacSystemVersion=function(e){return(e.match(/OS X [\d._]*/gi)+"").replace(/[^0-9|_.]/gi,"").replace(/_/gi,".")},a._getAndroidSystemVersion=function(e){return e.substr(e.indexOf("android")+8,e.indexOf(";",e.indexOf("android"))-e.indexOf("android")-8)},a._systemName="",a._systemVersion="",a._platform=v.Unknown,a}();y.SystemUtil=c}},_={};function m(f){if(_[f])return _[f].exports;var y=_[f]={exports:{}};return T[f](y,y.exports,m),y.exports}var d={};return(()=>{var f=d;Object.defineProperty(f,"__esModule",{value:!0}),f.ApiRequest=f.LocalStorage=f.Guid=f.BrowserUtil=f.SystemUtil=void 0;var y=m(101);Object.defineProperty(f,"SystemUtil",{enumerable:!0,get:function(){return y.SystemUtil}});var v=m(622);Object.defineProperty(f,"BrowserUtil",{enumerable:!0,get:function(){return v.BrowserUtil}});var s=m(864);Object.defineProperty(f,"Guid",{enumerable:!0,get:function(){return s.Guid}});var c=m(442);Object.defineProperty(f,"LocalStorage",{enumerable:!0,get:function(){return c.LocalStorage}});var a=m(72);Object.defineProperty(f,"ApiRequest",{enumerable:!0,get:function(){return a.ApiRequest}}),window&&(window.SystemUtil=y.SystemUtil,window.BrowserUtil=v.BrowserUtil,window.Guid=s.Guid,window.LocalStorage=c.LocalStorage,window.ApiRequest=a.ApiRequest)})(),d})()},9543:(j,T,_)=>{_.r(T),_.d(T,{default:()=>Ae});var m={};_.r(m),_.d(m,{fixNegotiationNeeded:()=>U,shimAddTrackRemoveTrack:()=>D,shimAddTrackRemoveTrackWithNative:()=>g,shimGetDisplayMedia:()=>p,shimGetSendersWithDtmf:()=>A,shimGetStats:()=>R,shimGetUserMedia:()=>E,shimMediaStream:()=>b,shimOnTrack:()=>l,shimPeerConnection:()=>O,shimSenderReceiverGetStats:()=>C});var d={};_.r(d),_.d(d,{shimGetDisplayMedia:()=>H,shimGetUserMedia:()=>N,shimPeerConnection:()=>F,shimReplaceTrack:()=>P});var f={};_.r(f),_.d(f,{shimAddTransceiver:()=>ce,shimCreateAnswer:()=>pe,shimCreateOffer:()=>ue,shimGetDisplayMedia:()=>W,shimGetParameters:()=>se,shimGetUserMedia:()=>B,shimOnTrack:()=>z,shimPeerConnection:()=>G,shimRTCDataChannel:()=>ie,shimReceiverGetStats:()=>re,shimRemoveStream:()=>te,shimSenderGetStats:()=>J});var y={};_.r(y),_.d(y,{shimAudioContext:()=>Te,shimCallbacksAPI:()=>Ee,shimConstraints:()=>me,shimCreateOfferLegacy:()=>Re,shimGetUserMedia:()=>fe,shimLocalStreamsAPI:()=>de,shimRTCIceServerUrls:()=>ge,shimRemoteStreamsAPI:()=>ve,shimTrackEventTransceiver:()=>be});var v={};_.r(v),_.d(v,{removeExtmapAllowMixed:()=>Pe,shimAddIceCandidateNullOrEmpty:()=>ke,shimConnectionState:()=>Me,shimMaxMessageSize:()=>Ce,shimRTCIceCandidate:()=>De,shimSendThrowTypeError:()=>Oe});let s=!0,c=!0;function a(I,K,q){const X=I.match(K);return X&&X.length>=q&&parseInt(X[q],10)}function e(I,K,q){if(!I.RTCPeerConnection)return;const X=I.RTCPeerConnection.prototype,Z=X.addEventListener;X.addEventListener=function($,oe){if($!==K)return Z.apply(this,arguments);const ne=ae=>{const le=q(ae);le&&(oe.handleEvent?oe.handleEvent(le):oe(le))};return this._eventMap=this._eventMap||{},this._eventMap[K]||(this._eventMap[K]=new Map),this._eventMap[K].set(oe,ne),Z.apply(this,[$,ne])};const ee=X.removeEventListener;X.removeEventListener=function($,oe){if($!==K||!this._eventMap||!this._eventMap[K])return ee.apply(this,arguments);if(!this._eventMap[K].has(oe))return ee.apply(this,arguments);const ne=this._eventMap[K].get(oe);return this._eventMap[K].delete(oe),this._eventMap[K].size===0&&delete this._eventMap[K],Object.keys(this._eventMap).length===0&&delete this._eventMap,ee.apply(this,[$,ne])},Object.defineProperty(X,"on"+K,{get(){return this["_on"+K]},set($){this["_on"+K]&&(this.removeEventListener(K,this["_on"+K]),delete this["_on"+K]),$&&this.addEventListener(K,this["_on"+K]=$)},enumerable:!0,configurable:!0})}function r(I){return typeof I!="boolean"?new Error("Argument type: "+typeof I+". Please use a boolean."):(s=I,I?"adapter.js logging disabled":"adapter.js logging enabled")}function i(I){return typeof I!="boolean"?new Error("Argument type: "+typeof I+". Please use a boolean."):(c=!I,"adapter.js deprecation warnings "+(I?"disabled":"enabled"))}function o(){if(typeof window=="object"){if(s)return;typeof console<"u"&&typeof console.log=="function"&&console.log.apply(console,arguments)}}function t(I,K){c&&console.warn(I+" is deprecated, please use "+K+" instead.")}function n(I){return Object.prototype.toString.call(I)==="[object Object]"}function u(I){return n(I)?Object.keys(I).reduce(function(K,q){const X=n(I[q]),Z=X?u(I[q]):I[q],ee=X&&!Object.keys(Z).length;return Z===void 0||ee?K:Object.assign(K,{[q]:Z})},{}):I}function h(I,K,q){K&&!q.has(K.id)&&(q.set(K.id,K),Object.keys(K).forEach(X=>{X.endsWith("Id")?h(I,I.get(K[X]),q):X.endsWith("Ids")&&K[X].forEach(Z=>{h(I,I.get(Z),q)})}))}function S(I,K,q){const X=q?"outbound-rtp":"inbound-rtp",Z=new Map;if(K===null)return Z;const ee=[];return I.forEach($=>{$.type==="track"&&$.trackIdentifier===K.id&&ee.push($)}),ee.forEach($=>{I.forEach(oe=>{oe.type===X&&oe.trackId===$.id&&h(I,oe,Z)})}),Z}const x=o;function E(I,K){const q=I&&I.navigator;if(!q.mediaDevices)return;const X=function($){if(typeof $!="object"||$.mandatory||$.optional)return $;const oe={};return Object.keys($).forEach(ne=>{if(ne==="require"||ne==="advanced"||ne==="mediaSource")return;const ae=typeof $[ne]=="object"?$[ne]:{ideal:$[ne]};ae.exact!==void 0&&typeof ae.exact=="number"&&(ae.min=ae.max=ae.exact);const le=function(he,Se){return he?he+Se.charAt(0).toUpperCase()+Se.slice(1):Se==="deviceId"?"sourceId":Se};if(ae.ideal!==void 0){oe.optional=oe.optional||[];let he={};typeof ae.ideal=="number"?(he[le("min",ne)]=ae.ideal,oe.optional.push(he),he={},he[le("max",ne)]=ae.ideal,oe.optional.push(he)):(he[le("",ne)]=ae.ideal,oe.optional.push(he))}ae.exact!==void 0&&typeof ae.exact!="number"?(oe.mandatory=oe.mandatory||{},oe.mandatory[le("",ne)]=ae.exact):["min","max"].forEach(he=>{ae[he]!==void 0&&(oe.mandatory=oe.mandatory||{},oe.mandatory[le(he,ne)]=ae[he])})}),$.advanced&&(oe.optional=(oe.optional||[]).concat($.advanced)),oe},Z=function($,oe){if(K.version>=61)return oe($);if(($=JSON.parse(JSON.stringify($)))&&typeof $.audio=="object"){const ne=function(ae,le,he){le in ae&&!(he in ae)&&(ae[he]=ae[le],delete ae[le])};ne(($=JSON.parse(JSON.stringify($))).audio,"autoGainControl","googAutoGainControl"),ne($.audio,"noiseSuppression","googNoiseSuppression"),$.audio=X($.audio)}if($&&typeof $.video=="object"){let ne=$.video.facingMode;ne=ne&&(typeof ne=="object"?ne:{ideal:ne});const ae=K.version<66;if(ne&&(ne.exact==="user"||ne.exact==="environment"||ne.ideal==="user"||ne.ideal==="environment")&&(!q.mediaDevices.getSupportedConstraints||!q.mediaDevices.getSupportedConstraints().facingMode||ae)){let le;if(delete $.video.facingMode,ne.exact==="environment"||ne.ideal==="environment"?le=["back","rear"]:ne.exact!=="user"&&ne.ideal!=="user"||(le=["front"]),le)return q.mediaDevices.enumerateDevices().then(he=>{let Se=(he=he.filter(We=>We.kind==="videoinput")).find(We=>le.some(Fe=>We.label.toLowerCase().includes(Fe)));return!Se&&he.length&&le.includes("back")&&(Se=he[he.length-1]),Se&&($.video.deviceId=ne.exact?{exact:Se.deviceId}:{ideal:Se.deviceId}),$.video=X($.video),x("chrome: "+JSON.stringify($)),oe($)})}$.video=X($.video)}return x("chrome: "+JSON.stringify($)),oe($)},ee=function($){return K.version>=64?$:{name:{PermissionDeniedError:"NotAllowedError",PermissionDismissedError:"NotAllowedError",InvalidStateError:"NotAllowedError",DevicesNotFoundError:"NotFoundError",ConstraintNotSatisfiedError:"OverconstrainedError",TrackStartError:"NotReadableError",MediaDeviceFailedDueToShutdown:"NotAllowedError",MediaDeviceKillSwitchOn:"NotAllowedError",TabCaptureError:"AbortError",ScreenCaptureError:"AbortError",DeviceCaptureError:"AbortError"}[$.name]||$.name,message:$.message,constraint:$.constraint||$.constraintName,toString(){return this.name+(this.message&&": ")+this.message}}};if(q.getUserMedia=function($,oe,ne){Z($,ae=>{q.webkitGetUserMedia(ae,oe,le=>{ne&&ne(ee(le))})})}.bind(q),q.mediaDevices.getUserMedia){const $=q.mediaDevices.getUserMedia.bind(q.mediaDevices);q.mediaDevices.getUserMedia=function(oe){return Z(oe,ne=>$(ne).then(ae=>{if(ne.audio&&!ae.getAudioTracks().length||ne.video&&!ae.getVideoTracks().length)throw ae.getTracks().forEach(le=>{le.stop()}),new DOMException("","NotFoundError");return ae},ae=>Promise.reject(ee(ae))))}}}function p(I,K){I.navigator.mediaDevices&&"getDisplayMedia"in I.navigator.mediaDevices||I.navigator.mediaDevices&&(typeof K=="function"?I.navigator.mediaDevices.getDisplayMedia=function(q){return K(q).then(X=>{const Z=q.video&&q.video.width,ee=q.video&&q.video.height,$=q.video&&q.video.frameRate;return q.video={mandatory:{chromeMediaSource:"desktop",chromeMediaSourceId:X,maxFrameRate:$||3}},Z&&(q.video.mandatory.maxWidth=Z),ee&&(q.video.mandatory.maxHeight=ee),I.navigator.mediaDevices.getUserMedia(q)})}:console.error("shimGetDisplayMedia: getSourceId argument is not a function"))}function b(I){I.MediaStream=I.MediaStream||I.webkitMediaStream}function l(I){if(typeof I=="object"&&I.RTCPeerConnection&&!("ontrack"in I.RTCPeerConnection.prototype)){Object.defineProperty(I.RTCPeerConnection.prototype,"ontrack",{get(){return this._ontrack},set(q){this._ontrack&&this.removeEventListener("track",this._ontrack),this.addEventListener("track",this._ontrack=q)},enumerable:!0,configurable:!0});const K=I.RTCPeerConnection.prototype.setRemoteDescription;I.RTCPeerConnection.prototype.setRemoteDescription=function(){return this._ontrackpoly||(this._ontrackpoly=q=>{q.stream.addEventListener("addtrack",X=>{let Z;Z=I.RTCPeerConnection.prototype.getReceivers?this.getReceivers().find($=>$.track&&$.track.id===X.track.id):{track:X.track};const ee=new Event("track");ee.track=X.track,ee.receiver=Z,ee.transceiver={receiver:Z},ee.streams=[q.stream],this.dispatchEvent(ee)}),q.stream.getTracks().forEach(X=>{let Z;Z=I.RTCPeerConnection.prototype.getReceivers?this.getReceivers().find($=>$.track&&$.track.id===X.id):{track:X};const ee=new Event("track");ee.track=X,ee.receiver=Z,ee.transceiver={receiver:Z},ee.streams=[q.stream],this.dispatchEvent(ee)})},this.addEventListener("addstream",this._ontrackpoly)),K.apply(this,arguments)}}else e(I,"track",K=>(K.transceiver||Object.defineProperty(K,"transceiver",{value:{receiver:K.receiver}}),K))}function A(I){if(typeof I=="object"&&I.RTCPeerConnection&&!("getSenders"in I.RTCPeerConnection.prototype)&&"createDTMFSender"in I.RTCPeerConnection.prototype){const K=function(Z,ee){return{track:ee,get dtmf(){return this._dtmf===void 0&&(ee.kind==="audio"?this._dtmf=Z.createDTMFSender(ee):this._dtmf=null),this._dtmf},_pc:Z}};if(!I.RTCPeerConnection.prototype.getSenders){I.RTCPeerConnection.prototype.getSenders=function(){return this._senders=this._senders||[],this._senders.slice()};const Z=I.RTCPeerConnection.prototype.addTrack;I.RTCPeerConnection.prototype.addTrack=function($,oe){let ne=Z.apply(this,arguments);return ne||(ne=K(this,$),this._senders.push(ne)),ne};const ee=I.RTCPeerConnection.prototype.removeTrack;I.RTCPeerConnection.prototype.removeTrack=function($){ee.apply(this,arguments);const oe=this._senders.indexOf($);oe!==-1&&this._senders.splice(oe,1)}}const q=I.RTCPeerConnection.prototype.addStream;I.RTCPeerConnection.prototype.addStream=function(Z){this._senders=this._senders||[],q.apply(this,[Z]),Z.getTracks().forEach(ee=>{this._senders.push(K(this,ee))})};const X=I.RTCPeerConnection.prototype.removeStream;I.RTCPeerConnection.prototype.removeStream=function(Z){this._senders=this._senders||[],X.apply(this,[Z]),Z.getTracks().forEach(ee=>{const $=this._senders.find(oe=>oe.track===ee);$&&this._senders.splice(this._senders.indexOf($),1)})}}else if(typeof I=="object"&&I.RTCPeerConnection&&"getSenders"in I.RTCPeerConnection.prototype&&"createDTMFSender"in I.RTCPeerConnection.prototype&&I.RTCRtpSender&&!("dtmf"in I.RTCRtpSender.prototype)){const K=I.RTCPeerConnection.prototype.getSenders;I.RTCPeerConnection.prototype.getSenders=function(){const q=K.apply(this,[]);return q.forEach(X=>X._pc=this),q},Object.defineProperty(I.RTCRtpSender.prototype,"dtmf",{get(){return this._dtmf===void 0&&(this.track.kind==="audio"?this._dtmf=this._pc.createDTMFSender(this.track):this._dtmf=null),this._dtmf}})}}function R(I){if(!I.RTCPeerConnection)return;const K=I.RTCPeerConnection.prototype.getStats;I.RTCPeerConnection.prototype.getStats=function(){const[q,X,Z]=arguments;if(arguments.length>0&&typeof q=="function")return K.apply(this,arguments);if(K.length===0&&(arguments.length===0||typeof q!="function"))return K.apply(this,[]);const ee=function(oe){const ne={};return oe.result().forEach(ae=>{const le={id:ae.id,timestamp:ae.timestamp,type:{localcandidate:"local-candidate",remotecandidate:"remote-candidate"}[ae.type]||ae.type};ae.names().forEach(he=>{le[he]=ae.stat(he)}),ne[le.id]=le}),ne},$=function(oe){return new Map(Object.keys(oe).map(ne=>[ne,oe[ne]]))};if(arguments.length>=2){const oe=function(ne){X($(ee(ne)))};return K.apply(this,[oe,q])}return new Promise((oe,ne)=>{K.apply(this,[function(ae){oe($(ee(ae)))},ne])}).then(X,Z)}}function C(I){if(!(typeof I=="object"&&I.RTCPeerConnection&&I.RTCRtpSender&&I.RTCRtpReceiver))return;if(!("getStats"in I.RTCRtpSender.prototype)){const q=I.RTCPeerConnection.prototype.getSenders;q&&(I.RTCPeerConnection.prototype.getSenders=function(){const Z=q.apply(this,[]);return Z.forEach(ee=>ee._pc=this),Z});const X=I.RTCPeerConnection.prototype.addTrack;X&&(I.RTCPeerConnection.prototype.addTrack=function(){const Z=X.apply(this,arguments);return Z._pc=this,Z}),I.RTCRtpSender.prototype.getStats=function(){const Z=this;return this._pc.getStats().then(ee=>S(ee,Z.track,!0))}}if(!("getStats"in I.RTCRtpReceiver.prototype)){const q=I.RTCPeerConnection.prototype.getReceivers;q&&(I.RTCPeerConnection.prototype.getReceivers=function(){const X=q.apply(this,[]);return X.forEach(Z=>Z._pc=this),X}),e(I,"track",X=>(X.receiver._pc=X.srcElement,X)),I.RTCRtpReceiver.prototype.getStats=function(){const X=this;return this._pc.getStats().then(Z=>S(Z,X.track,!1))}}if(!("getStats"in I.RTCRtpSender.prototype)||!("getStats"in I.RTCRtpReceiver.prototype))return;const K=I.RTCPeerConnection.prototype.getStats;I.RTCPeerConnection.prototype.getStats=function(){if(arguments.length>0&&arguments[0]instanceof I.MediaStreamTrack){const q=arguments[0];let X,Z,ee;return this.getSenders().forEach($=>{$.track===q&&(X?ee=!0:X=$)}),this.getReceivers().forEach($=>($.track===q&&(Z?ee=!0:Z=$),$.track===q)),ee||X&&Z?Promise.reject(new DOMException("There are more than one sender or receiver for the track.","InvalidAccessError")):X?X.getStats():Z?Z.getStats():Promise.reject(new DOMException("There is no sender or receiver for the track.","InvalidAccessError"))}return K.apply(this,arguments)}}function g(I){I.RTCPeerConnection.prototype.getLocalStreams=function(){return this._shimmedLocalStreams=this._shimmedLocalStreams||{},Object.keys(this._shimmedLocalStreams).map(ee=>this._shimmedLocalStreams[ee][0])};const K=I.RTCPeerConnection.prototype.addTrack;I.RTCPeerConnection.prototype.addTrack=function(ee,$){if(!$)return K.apply(this,arguments);this._shimmedLocalStreams=this._shimmedLocalStreams||{};const oe=K.apply(this,arguments);return this._shimmedLocalStreams[$.id]?this._shimmedLocalStreams[$.id].indexOf(oe)===-1&&this._shimmedLocalStreams[$.id].push(oe):this._shimmedLocalStreams[$.id]=[$,oe],oe};const q=I.RTCPeerConnection.prototype.addStream;I.RTCPeerConnection.prototype.addStream=function(ee){this._shimmedLocalStreams=this._shimmedLocalStreams||{},ee.getTracks().forEach(ne=>{if(this.getSenders().find(ae=>ae.track===ne))throw new DOMException("Track already exists.","InvalidAccessError")});const $=this.getSenders();q.apply(this,arguments);const oe=this.getSenders().filter(ne=>$.indexOf(ne)===-1);this._shimmedLocalStreams[ee.id]=[ee].concat(oe)};const X=I.RTCPeerConnection.prototype.removeStream;I.RTCPeerConnection.prototype.removeStream=function(ee){return this._shimmedLocalStreams=this._shimmedLocalStreams||{},delete this._shimmedLocalStreams[ee.id],X.apply(this,arguments)};const Z=I.RTCPeerConnection.prototype.removeTrack;I.RTCPeerConnection.prototype.removeTrack=function(ee){return this._shimmedLocalStreams=this._shimmedLocalStreams||{},ee&&Object.keys(this._shimmedLocalStreams).forEach($=>{const oe=this._shimmedLocalStreams[$].indexOf(ee);oe!==-1&&this._shimmedLocalStreams[$].splice(oe,1),this._shimmedLocalStreams[$].length===1&&delete this._shimmedLocalStreams[$]}),Z.apply(this,arguments)}}function D(I,K){if(!I.RTCPeerConnection)return;if(I.RTCPeerConnection.prototype.addTrack&&K.version>=65)return g(I);const q=I.RTCPeerConnection.prototype.getLocalStreams;I.RTCPeerConnection.prototype.getLocalStreams=function(){const ne=q.apply(this);return this._reverseStreams=this._reverseStreams||{},ne.map(ae=>this._reverseStreams[ae.id])};const X=I.RTCPeerConnection.prototype.addStream;I.RTCPeerConnection.prototype.addStream=function(ne){if(this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{},ne.getTracks().forEach(ae=>{if(this.getSenders().find(le=>le.track===ae))throw new DOMException("Track already exists.","InvalidAccessError")}),!this._reverseStreams[ne.id]){const ae=new I.MediaStream(ne.getTracks());this._streams[ne.id]=ae,this._reverseStreams[ae.id]=ne,ne=ae}X.apply(this,[ne])};const Z=I.RTCPeerConnection.prototype.removeStream;function ee(ne,ae){let le=ae.sdp;return Object.keys(ne._reverseStreams||[]).forEach(he=>{const Se=ne._reverseStreams[he],We=ne._streams[Se.id];le=le.replace(new RegExp(We.id,"g"),Se.id)}),new RTCSessionDescription({type:ae.type,sdp:le})}I.RTCPeerConnection.prototype.removeStream=function(ne){this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{},Z.apply(this,[this._streams[ne.id]||ne]),delete this._reverseStreams[this._streams[ne.id]?this._streams[ne.id].id:ne.id],delete this._streams[ne.id]},I.RTCPeerConnection.prototype.addTrack=function(ne,ae){if(this.signalingState==="closed")throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");const le=[].slice.call(arguments,1);if(le.length!==1||!le[0].getTracks().find(Se=>Se===ne))throw new DOMException("The adapter.js addTrack polyfill only supports a single stream which is associated with the specified track.","NotSupportedError");if(this.getSenders().find(Se=>Se.track===ne))throw new DOMException("Track already exists.","InvalidAccessError");this._streams=this._streams||{},this._reverseStreams=this._reverseStreams||{};const he=this._streams[ae.id];if(he)he.addTrack(ne),Promise.resolve().then(()=>{this.dispatchEvent(new Event("negotiationneeded"))});else{const Se=new I.MediaStream([ne]);this._streams[ae.id]=Se,this._reverseStreams[Se.id]=ae,this.addStream(Se)}return this.getSenders().find(Se=>Se.track===ne)},["createOffer","createAnswer"].forEach(function(ne){const ae=I.RTCPeerConnection.prototype[ne],le={[ne](){const he=arguments;return arguments.length&&typeof arguments[0]=="function"?ae.apply(this,[Se=>{const We=ee(this,Se);he[0].apply(null,[We])},Se=>{he[1]&&he[1].apply(null,Se)},arguments[2]]):ae.apply(this,arguments).then(Se=>ee(this,Se))}};I.RTCPeerConnection.prototype[ne]=le[ne]});const $=I.RTCPeerConnection.prototype.setLocalDescription;I.RTCPeerConnection.prototype.setLocalDescription=function(){return arguments.length&&arguments[0].type?(arguments[0]=function(ne,ae){let le=ae.sdp;return Object.keys(ne._reverseStreams||[]).forEach(he=>{const Se=ne._reverseStreams[he],We=ne._streams[Se.id];le=le.replace(new RegExp(Se.id,"g"),We.id)}),new RTCSessionDescription({type:ae.type,sdp:le})}(this,arguments[0]),$.apply(this,arguments)):$.apply(this,arguments)};const oe=Object.getOwnPropertyDescriptor(I.RTCPeerConnection.prototype,"localDescription");Object.defineProperty(I.RTCPeerConnection.prototype,"localDescription",{get(){const ne=oe.get.apply(this);return ne.type===""?ne:ee(this,ne)}}),I.RTCPeerConnection.prototype.removeTrack=function(ne){if(this.signalingState==="closed")throw new DOMException("The RTCPeerConnection's signalingState is 'closed'.","InvalidStateError");if(!ne._pc)throw new DOMException("Argument 1 of RTCPeerConnection.removeTrack does not implement interface RTCRtpSender.","TypeError");if(ne._pc!==this)throw new DOMException("Sender was not created by this connection.","InvalidAccessError");let ae;this._streams=this._streams||{},Object.keys(this._streams).forEach(le=>{this._streams[le].getTracks().find(he=>ne.track===he)&&(ae=this._streams[le])}),ae&&(ae.getTracks().length===1?this.removeStream(this._reverseStreams[ae.id]):ae.removeTrack(ne.track),this.dispatchEvent(new Event("negotiationneeded")))}}function O(I,K){!I.RTCPeerConnection&&I.webkitRTCPeerConnection&&(I.RTCPeerConnection=I.webkitRTCPeerConnection),I.RTCPeerConnection&&K.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach(function(q){const X=I.RTCPeerConnection.prototype[q],Z={[q](){return arguments[0]=new(q==="addIceCandidate"?I.RTCIceCandidate:I.RTCSessionDescription)(arguments[0]),X.apply(this,arguments)}};I.RTCPeerConnection.prototype[q]=Z[q]})}function U(I,K){e(I,"negotiationneeded",q=>{const X=q.target;if(!(K.version<72||X.getConfiguration&&X.getConfiguration().sdpSemantics==="plan-b")||X.signalingState==="stable")return q})}var k=_(6677),w=_.n(k);function N(I){const K=I&&I.navigator,q=K.mediaDevices.getUserMedia.bind(K.mediaDevices);K.mediaDevices.getUserMedia=function(X){return q(X).catch(Z=>Promise.reject(function(ee){return{name:{PermissionDeniedError:"NotAllowedError"}[ee.name]||ee.name,message:ee.message,constraint:ee.constraint,toString(){return this.name}}}(Z)))}}function H(I){"getDisplayMedia"in I.navigator&&I.navigator.mediaDevices&&(I.navigator.mediaDevices&&"getDisplayMedia"in I.navigator.mediaDevices||(I.navigator.mediaDevices.getDisplayMedia=I.navigator.getDisplayMedia.bind(I.navigator)))}function F(I,K){if(I.RTCIceGatherer&&(I.RTCIceCandidate||(I.RTCIceCandidate=function(X){return X}),I.RTCSessionDescription||(I.RTCSessionDescription=function(X){return X}),K.version<15025)){const X=Object.getOwnPropertyDescriptor(I.MediaStreamTrack.prototype,"enabled");Object.defineProperty(I.MediaStreamTrack.prototype,"enabled",{set(Z){X.set.call(this,Z);const ee=new Event("enabled");ee.enabled=Z,this.dispatchEvent(ee)}})}I.RTCRtpSender&&!("dtmf"in I.RTCRtpSender.prototype)&&Object.defineProperty(I.RTCRtpSender.prototype,"dtmf",{get(){return this._dtmf===void 0&&(this.track.kind==="audio"?this._dtmf=new I.RTCDtmfSender(this):this.track.kind==="video"&&(this._dtmf=null)),this._dtmf}}),I.RTCDtmfSender&&!I.RTCDTMFSender&&(I.RTCDTMFSender=I.RTCDtmfSender);const q=w()(I,K.version);I.RTCPeerConnection=function(X){return X&&X.iceServers&&(X.iceServers=function(Z){let ee=!1;return(Z=JSON.parse(JSON.stringify(Z))).filter($=>{if($&&($.urls||$.url)){let oe=$.urls||$.url;$.url&&!$.urls&&t("RTCIceServer.url","RTCIceServer.urls");const ne=typeof oe=="string";return ne&&(oe=[oe]),oe=oe.filter(ae=>{if(ae.indexOf("stun:")===0)return!1;const le=ae.startsWith("turn")&&!ae.startsWith("turn:[")&&ae.includes("transport=udp");return le&&!ee?(ee=!0,!0):le&&!ee}),delete $.url,$.urls=ne?oe[0]:oe,!!oe.length}})}(X.iceServers,K.version),o("ICE servers after filtering:",X.iceServers)),new q(X)},I.RTCPeerConnection.prototype=q.prototype}function P(I){I.RTCRtpSender&&!("replaceTrack"in I.RTCRtpSender.prototype)&&(I.RTCRtpSender.prototype.replaceTrack=I.RTCRtpSender.prototype.setTrack)}function B(I,K){const q=I&&I.navigator,X=I&&I.MediaStreamTrack;if(q.getUserMedia=function(Z,ee,$){t("navigator.getUserMedia","navigator.mediaDevices.getUserMedia"),q.mediaDevices.getUserMedia(Z).then(ee,$)},!(K.version>55&&"autoGainControl"in q.mediaDevices.getSupportedConstraints())){const Z=function($,oe,ne){oe in $&&!(ne in $)&&($[ne]=$[oe],delete $[oe])},ee=q.mediaDevices.getUserMedia.bind(q.mediaDevices);if(q.mediaDevices.getUserMedia=function($){return typeof $=="object"&&typeof $.audio=="object"&&($=JSON.parse(JSON.stringify($)),Z($.audio,"autoGainControl","mozAutoGainControl"),Z($.audio,"noiseSuppression","mozNoiseSuppression")),ee($)},X&&X.prototype.getSettings){const $=X.prototype.getSettings;X.prototype.getSettings=function(){const oe=$.apply(this,arguments);return Z(oe,"mozAutoGainControl","autoGainControl"),Z(oe,"mozNoiseSuppression","noiseSuppression"),oe}}if(X&&X.prototype.applyConstraints){const $=X.prototype.applyConstraints;X.prototype.applyConstraints=function(oe){return this.kind==="audio"&&typeof oe=="object"&&(oe=JSON.parse(JSON.stringify(oe)),Z(oe,"autoGainControl","mozAutoGainControl"),Z(oe,"noiseSuppression","mozNoiseSuppression")),$.apply(this,[oe])}}}}function W(I,K){I.navigator.mediaDevices&&"getDisplayMedia"in I.navigator.mediaDevices||I.navigator.mediaDevices&&(I.navigator.mediaDevices.getDisplayMedia=function(q){if(!q||!q.video){const X=new DOMException("getDisplayMedia without video constraints is undefined");return X.name="NotFoundError",X.code=8,Promise.reject(X)}return q.video===!0?q.video={mediaSource:K}:q.video.mediaSource=K,I.navigator.mediaDevices.getUserMedia(q)})}function z(I){typeof I=="object"&&I.RTCTrackEvent&&"receiver"in I.RTCTrackEvent.prototype&&!("transceiver"in I.RTCTrackEvent.prototype)&&Object.defineProperty(I.RTCTrackEvent.prototype,"transceiver",{get(){return{receiver:this.receiver}}})}function G(I,K){if(typeof I!="object"||!I.RTCPeerConnection&&!I.mozRTCPeerConnection)return;!I.RTCPeerConnection&&I.mozRTCPeerConnection&&(I.RTCPeerConnection=I.mozRTCPeerConnection),K.version<53&&["setLocalDescription","setRemoteDescription","addIceCandidate"].forEach(function(Z){const ee=I.RTCPeerConnection.prototype[Z],$={[Z](){return arguments[0]=new(Z==="addIceCandidate"?I.RTCIceCandidate:I.RTCSessionDescription)(arguments[0]),ee.apply(this,arguments)}};I.RTCPeerConnection.prototype[Z]=$[Z]});const q={inboundrtp:"inbound-rtp",outboundrtp:"outbound-rtp",candidatepair:"candidate-pair",localcandidate:"local-candidate",remotecandidate:"remote-candidate"},X=I.RTCPeerConnection.prototype.getStats;I.RTCPeerConnection.prototype.getStats=function(){const[Z,ee,$]=arguments;return X.apply(this,[Z||null]).then(oe=>{if(K.version<53&&!ee)try{oe.forEach(ne=>{ne.type=q[ne.type]||ne.type})}catch(ne){if(ne.name!=="TypeError")throw ne;oe.forEach((ae,le)=>{oe.set(le,Object.assign({},ae,{type:q[ae.type]||ae.type}))})}return oe}).then(ee,$)}}function J(I){if(typeof I!="object"||!I.RTCPeerConnection||!I.RTCRtpSender||I.RTCRtpSender&&"getStats"in I.RTCRtpSender.prototype)return;const K=I.RTCPeerConnection.prototype.getSenders;K&&(I.RTCPeerConnection.prototype.getSenders=function(){const X=K.apply(this,[]);return X.forEach(Z=>Z._pc=this),X});const q=I.RTCPeerConnection.prototype.addTrack;q&&(I.RTCPeerConnection.prototype.addTrack=function(){const X=q.apply(this,arguments);return X._pc=this,X}),I.RTCRtpSender.prototype.getStats=function(){return this.track?this._pc.getStats(this.track):Promise.resolve(new Map)}}function re(I){if(typeof I!="object"||!I.RTCPeerConnection||!I.RTCRtpSender||I.RTCRtpSender&&"getStats"in I.RTCRtpReceiver.prototype)return;const K=I.RTCPeerConnection.prototype.getReceivers;K&&(I.RTCPeerConnection.prototype.getReceivers=function(){const q=K.apply(this,[]);return q.forEach(X=>X._pc=this),q}),e(I,"track",q=>(q.receiver._pc=q.srcElement,q)),I.RTCRtpReceiver.prototype.getStats=function(){return this._pc.getStats(this.track)}}function te(I){I.RTCPeerConnection&&!("removeStream"in I.RTCPeerConnection.prototype)&&(I.RTCPeerConnection.prototype.removeStream=function(K){t("removeStream","removeTrack"),this.getSenders().forEach(q=>{q.track&&K.getTracks().includes(q.track)&&this.removeTrack(q)})})}function ie(I){I.DataChannel&&!I.RTCDataChannel&&(I.RTCDataChannel=I.DataChannel)}function ce(I){if(typeof I!="object"||!I.RTCPeerConnection)return;const K=I.RTCPeerConnection.prototype.addTransceiver;K&&(I.RTCPeerConnection.prototype.addTransceiver=function(){this.setParametersPromises=[];const q=arguments[1],X=q&&"sendEncodings"in q;X&&q.sendEncodings.forEach(ee=>{if("rid"in ee&&!/^[a-z0-9]{0,16}$/i.test(ee.rid))throw new TypeError("Invalid RID value provided.");if("scaleResolutionDownBy"in ee&&!(parseFloat(ee.scaleResolutionDownBy)>=1))throw new RangeError("scale_resolution_down_by must be >= 1.0");if("maxFramerate"in ee&&!(parseFloat(ee.maxFramerate)>=0))throw new RangeError("max_framerate must be >= 0.0")});const Z=K.apply(this,arguments);if(X){const{sender:ee}=Z,$=ee.getParameters();(!("encodings"in $)||$.encodings.length===1&&Object.keys($.encodings[0]).length===0)&&($.encodings=q.sendEncodings,ee.sendEncodings=q.sendEncodings,this.setParametersPromises.push(ee.setParameters($).then(()=>{delete ee.sendEncodings}).catch(()=>{delete ee.sendEncodings})))}return Z})}function se(I){if(typeof I!="object"||!I.RTCRtpSender)return;const K=I.RTCRtpSender.prototype.getParameters;K&&(I.RTCRtpSender.prototype.getParameters=function(){const q=K.apply(this,arguments);return"encodings"in q||(q.encodings=[].concat(this.sendEncodings||[{}])),q})}function ue(I){if(typeof I!="object"||!I.RTCPeerConnection)return;const K=I.RTCPeerConnection.prototype.createOffer;I.RTCPeerConnection.prototype.createOffer=function(){return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then(()=>K.apply(this,arguments)).finally(()=>{this.setParametersPromises=[]}):K.apply(this,arguments)}}function pe(I){if(typeof I!="object"||!I.RTCPeerConnection)return;const K=I.RTCPeerConnection.prototype.createAnswer;I.RTCPeerConnection.prototype.createAnswer=function(){return this.setParametersPromises&&this.setParametersPromises.length?Promise.all(this.setParametersPromises).then(()=>K.apply(this,arguments)).finally(()=>{this.setParametersPromises=[]}):K.apply(this,arguments)}}function de(I){if(typeof I=="object"&&I.RTCPeerConnection){if("getLocalStreams"in I.RTCPeerConnection.prototype||(I.RTCPeerConnection.prototype.getLocalStreams=function(){return this._localStreams||(this._localStreams=[]),this._localStreams}),!("addStream"in I.RTCPeerConnection.prototype)){const K=I.RTCPeerConnection.prototype.addTrack;I.RTCPeerConnection.prototype.addStream=function(q){this._localStreams||(this._localStreams=[]),this._localStreams.includes(q)||this._localStreams.push(q),q.getAudioTracks().forEach(X=>K.call(this,X,q)),q.getVideoTracks().forEach(X=>K.call(this,X,q))},I.RTCPeerConnection.prototype.addTrack=function(q,...X){return X&&X.forEach(Z=>{this._localStreams?this._localStreams.includes(Z)||this._localStreams.push(Z):this._localStreams=[Z]}),K.apply(this,arguments)}}"removeStream"in I.RTCPeerConnection.prototype||(I.RTCPeerConnection.prototype.removeStream=function(K){this._localStreams||(this._localStreams=[]);const q=this._localStreams.indexOf(K);if(q===-1)return;this._localStreams.splice(q,1);const X=K.getTracks();this.getSenders().forEach(Z=>{X.includes(Z.track)&&this.removeTrack(Z)})})}}function ve(I){if(typeof I=="object"&&I.RTCPeerConnection&&("getRemoteStreams"in I.RTCPeerConnection.prototype||(I.RTCPeerConnection.prototype.getRemoteStreams=function(){return this._remoteStreams?this._remoteStreams:[]}),!("onaddstream"in I.RTCPeerConnection.prototype))){Object.defineProperty(I.RTCPeerConnection.prototype,"onaddstream",{get(){return this._onaddstream},set(q){this._onaddstream&&(this.removeEventListener("addstream",this._onaddstream),this.removeEventListener("track",this._onaddstreampoly)),this.addEventListener("addstream",this._onaddstream=q),this.addEventListener("track",this._onaddstreampoly=X=>{X.streams.forEach(Z=>{if(this._remoteStreams||(this._remoteStreams=[]),this._remoteStreams.includes(Z))return;this._remoteStreams.push(Z);const ee=new Event("addstream");ee.stream=Z,this.dispatchEvent(ee)})})}});const K=I.RTCPeerConnection.prototype.setRemoteDescription;I.RTCPeerConnection.prototype.setRemoteDescription=function(){const q=this;return this._onaddstreampoly||this.addEventListener("track",this._onaddstreampoly=function(X){X.streams.forEach(Z=>{if(q._remoteStreams||(q._remoteStreams=[]),q._remoteStreams.indexOf(Z)>=0)return;q._remoteStreams.push(Z);const ee=new Event("addstream");ee.stream=Z,q.dispatchEvent(ee)})}),K.apply(q,arguments)}}}function Ee(I){if(typeof I!="object"||!I.RTCPeerConnection)return;const K=I.RTCPeerConnection.prototype,q=K.createOffer,X=K.createAnswer,Z=K.setLocalDescription,ee=K.setRemoteDescription,$=K.addIceCandidate;K.createOffer=function(ne,ae){const le=arguments.length>=2?arguments[2]:arguments[0],he=q.apply(this,[le]);return ae?(he.then(ne,ae),Promise.resolve()):he},K.createAnswer=function(ne,ae){const le=arguments.length>=2?arguments[2]:arguments[0],he=X.apply(this,[le]);return ae?(he.then(ne,ae),Promise.resolve()):he};let oe=function(ne,ae,le){const he=Z.apply(this,[ne]);return le?(he.then(ae,le),Promise.resolve()):he};K.setLocalDescription=oe,oe=function(ne,ae,le){const he=ee.apply(this,[ne]);return le?(he.then(ae,le),Promise.resolve()):he},K.setRemoteDescription=oe,oe=function(ne,ae,le){const he=$.apply(this,[ne]);return le?(he.then(ae,le),Promise.resolve()):he},K.addIceCandidate=oe}function fe(I){const K=I&&I.navigator;if(K.mediaDevices&&K.mediaDevices.getUserMedia){const q=K.mediaDevices,X=q.getUserMedia.bind(q);K.mediaDevices.getUserMedia=Z=>X(me(Z))}!K.getUserMedia&&K.mediaDevices&&K.mediaDevices.getUserMedia&&(K.getUserMedia=function(q,X,Z){K.mediaDevices.getUserMedia(q).then(X,Z)}.bind(K))}function me(I){return I&&I.video!==void 0?Object.assign({},I,{video:u(I.video)}):I}function ge(I){if(!I.RTCPeerConnection)return;const K=I.RTCPeerConnection;I.RTCPeerConnection=function(q,X){if(q&&q.iceServers){const Z=[];for(let ee=0;ee<q.iceServers.length;ee++){let $=q.iceServers[ee];!$.hasOwnProperty("urls")&&$.hasOwnProperty("url")?(t("RTCIceServer.url","RTCIceServer.urls"),$=JSON.parse(JSON.stringify($)),$.urls=$.url,delete $.url,Z.push($)):Z.push(q.iceServers[ee])}q.iceServers=Z}return new K(q,X)},I.RTCPeerConnection.prototype=K.prototype,"generateCertificate"in K&&Object.defineProperty(I.RTCPeerConnection,"generateCertificate",{get:()=>K.generateCertificate})}function be(I){typeof I=="object"&&I.RTCTrackEvent&&"receiver"in I.RTCTrackEvent.prototype&&!("transceiver"in I.RTCTrackEvent.prototype)&&Object.defineProperty(I.RTCTrackEvent.prototype,"transceiver",{get(){return{receiver:this.receiver}}})}function Re(I){const K=I.RTCPeerConnection.prototype.createOffer;I.RTCPeerConnection.prototype.createOffer=function(q){if(q){q.offerToReceiveAudio!==void 0&&(q.offerToReceiveAudio=!!q.offerToReceiveAudio);const X=this.getTransceivers().find(ee=>ee.receiver.track.kind==="audio");q.offerToReceiveAudio===!1&&X?X.direction==="sendrecv"?X.setDirection?X.setDirection("sendonly"):X.direction="sendonly":X.direction==="recvonly"&&(X.setDirection?X.setDirection("inactive"):X.direction="inactive"):q.offerToReceiveAudio!==!0||X||this.addTransceiver("audio"),q.offerToReceiveVideo!==void 0&&(q.offerToReceiveVideo=!!q.offerToReceiveVideo);const Z=this.getTransceivers().find(ee=>ee.receiver.track.kind==="video");q.offerToReceiveVideo===!1&&Z?Z.direction==="sendrecv"?Z.setDirection?Z.setDirection("sendonly"):Z.direction="sendonly":Z.direction==="recvonly"&&(Z.setDirection?Z.setDirection("inactive"):Z.direction="inactive"):q.offerToReceiveVideo!==!0||Z||this.addTransceiver("video")}return K.apply(this,arguments)}}function Te(I){typeof I!="object"||I.AudioContext||(I.AudioContext=I.webkitAudioContext)}var Ie=_(7963),xe=_.n(Ie);function De(I){if(!I.RTCIceCandidate||I.RTCIceCandidate&&"foundation"in I.RTCIceCandidate.prototype)return;const K=I.RTCIceCandidate;I.RTCIceCandidate=function(q){if(typeof q=="object"&&q.candidate&&q.candidate.indexOf("a=")===0&&((q=JSON.parse(JSON.stringify(q))).candidate=q.candidate.substr(2)),q.candidate&&q.candidate.length){const X=new K(q),Z=xe().parseCandidate(q.candidate),ee=Object.assign(X,Z);return ee.toJSON=function(){return{candidate:ee.candidate,sdpMid:ee.sdpMid,sdpMLineIndex:ee.sdpMLineIndex,usernameFragment:ee.usernameFragment}},ee}return new K(q)},I.RTCIceCandidate.prototype=K.prototype,e(I,"icecandidate",q=>(q.candidate&&Object.defineProperty(q,"candidate",{value:new I.RTCIceCandidate(q.candidate),writable:"false"}),q))}function Ce(I,K){if(!I.RTCPeerConnection)return;"sctp"in I.RTCPeerConnection.prototype||Object.defineProperty(I.RTCPeerConnection.prototype,"sctp",{get(){return this._sctp===void 0?null:this._sctp}});const q=I.RTCPeerConnection.prototype.setRemoteDescription;I.RTCPeerConnection.prototype.setRemoteDescription=function(){if(this._sctp=null,K.browser==="chrome"&&K.version>=76){const{sdpSemantics:X}=this.getConfiguration();X==="plan-b"&&Object.defineProperty(this,"sctp",{get(){return this._sctp===void 0?null:this._sctp},enumerable:!0,configurable:!0})}if(function(X){if(!X||!X.sdp)return!1;const Z=xe().splitSections(X.sdp);return Z.shift(),Z.some(ee=>{const $=xe().parseMLine(ee);return $&&$.kind==="application"&&$.protocol.indexOf("SCTP")!==-1})}(arguments[0])){const X=function(ne){const ae=ne.sdp.match(/mozilla...THIS_IS_SDPARTA-(\d+)/);if(ae===null||ae.length<2)return-1;const le=parseInt(ae[1],10);return le!=le?-1:le}(arguments[0]),Z=function(ne){let ae=65536;return K.browser==="firefox"&&(ae=K.version<57?ne===-1?16384:2147483637:K.version<60?K.version===57?65535:65536:2147483637),ae}(X),ee=function(ne,ae){let le=65536;K.browser==="firefox"&&K.version===57&&(le=65535);const he=xe().matchPrefix(ne.sdp,"a=max-message-size:");return he.length>0?le=parseInt(he[0].substr(19),10):K.browser==="firefox"&&ae!==-1&&(le=2147483637),le}(arguments[0],X);let $;$=Z===0&&ee===0?Number.POSITIVE_INFINITY:Z===0||ee===0?Math.max(Z,ee):Math.min(Z,ee);const oe={};Object.defineProperty(oe,"maxMessageSize",{get:()=>$}),this._sctp=oe}return q.apply(this,arguments)}}function Oe(I){if(!I.RTCPeerConnection||!("createDataChannel"in I.RTCPeerConnection.prototype))return;function K(X,Z){const ee=X.send;X.send=function(){const $=arguments[0],oe=$.length||$.size||$.byteLength;if(X.readyState==="open"&&Z.sctp&&oe>Z.sctp.maxMessageSize)throw new TypeError("Message too large (can send a maximum of "+Z.sctp.maxMessageSize+" bytes)");return ee.apply(X,arguments)}}const q=I.RTCPeerConnection.prototype.createDataChannel;I.RTCPeerConnection.prototype.createDataChannel=function(){const X=q.apply(this,arguments);return K(X,this),X},e(I,"datachannel",X=>(K(X.channel,X.target),X))}function Me(I){if(!I.RTCPeerConnection||"connectionState"in I.RTCPeerConnection.prototype)return;const K=I.RTCPeerConnection.prototype;Object.defineProperty(K,"connectionState",{get(){return{completed:"connected",checking:"connecting"}[this.iceConnectionState]||this.iceConnectionState},enumerable:!0,configurable:!0}),Object.defineProperty(K,"onconnectionstatechange",{get(){return this._onconnectionstatechange||null},set(q){this._onconnectionstatechange&&(this.removeEventListener("connectionstatechange",this._onconnectionstatechange),delete this._onconnectionstatechange),q&&this.addEventListener("connectionstatechange",this._onconnectionstatechange=q)},enumerable:!0,configurable:!0}),["setLocalDescription","setRemoteDescription"].forEach(q=>{const X=K[q];K[q]=function(){return this._connectionstatechangepoly||(this._connectionstatechangepoly=Z=>{const ee=Z.target;if(ee._lastConnectionState!==ee.connectionState){ee._lastConnectionState=ee.connectionState;const $=new Event("connectionstatechange",Z);ee.dispatchEvent($)}return Z},this.addEventListener("iceconnectionstatechange",this._connectionstatechangepoly)),X.apply(this,arguments)}})}function Pe(I,K){if(!I.RTCPeerConnection||K.browser==="chrome"&&K.version>=71||K.browser==="safari"&&K.version>=605)return;const q=I.RTCPeerConnection.prototype.setRemoteDescription;I.RTCPeerConnection.prototype.setRemoteDescription=function(X){if(X&&X.sdp&&X.sdp.indexOf(`
|
|
157
160
|
a=extmap-allow-mixed`)!==-1){const Z=X.sdp.split(`
|
|
158
|
-
`).filter(
|
|
159
|
-
`);O.RTCSessionDescription&&X instanceof O.RTCSessionDescription?arguments[0]=new O.RTCSessionDescription({type:X.type,sdp:Z}):X.sdp=Z}return Y.apply(this,arguments)}}function He(O,K){if(!O.RTCPeerConnection||!O.RTCPeerConnection.prototype)return;const Y=O.RTCPeerConnection.prototype.addIceCandidate;Y&&Y.length!==0&&(O.RTCPeerConnection.prototype.addIceCandidate=function(){return arguments[0]?(K.browser==="chrome"&&K.version<78||K.browser==="firefox"&&K.version<68||K.browser==="safari")&&arguments[0]&&arguments[0].candidate===""?Promise.resolve():Y.apply(this,arguments):(arguments[1]&&arguments[1].apply(null),Promise.resolve())})}const We=function({window:O}={},K={shimChrome:!0,shimFirefox:!0,shimEdge:!0,shimSafari:!0}){const Y=s,X=function(te){const Q={browser:null,version:null};if(te===void 0||!te.navigator)return Q.browser="Not a browser.",Q;const{navigator:oe}=te;if(oe.mozGetUserMedia)Q.browser="firefox",Q.version=p(oe.userAgent,/Firefox\/(\d+)\./,1);else if(oe.webkitGetUserMedia||te.isSecureContext===!1&&te.webkitRTCPeerConnection&&!te.RTCIceGatherer)Q.browser="chrome",Q.version=p(oe.userAgent,/Chrom(e|ium)\/(\d+)\./,2);else if(oe.mediaDevices&&oe.userAgent.match(/Edge\/(\d+).(\d+)$/))Q.browser="edge",Q.version=p(oe.userAgent,/Edge\/(\d+).(\d+)$/,2);else{if(!te.RTCPeerConnection||!oe.userAgent.match(/AppleWebKit\/(\d+)\./))return Q.browser="Not a supported browser.",Q;Q.browser="safari",Q.version=p(oe.userAgent,/AppleWebKit\/(\d+)\./,1),Q.supportsUnifiedPlan=te.RTCRtpTransceiver&&"currentDirection"in te.RTCRtpTransceiver.prototype}return Q}(O),Z={browserDetails:X,commonShim:f,extractVersion:p,disableLog:r,disableWarnings:n};switch(X.browser){case"chrome":if(!v||!w||!K.shimChrome)return Y("Chrome shim is not included in this adapter release."),Z;if(X.version===null)return Y("Chrome shim can not determine version, not shimming."),Z;Y("adapter.js shimming chrome."),Z.browserShim=v,He(O,X),h(O,X),g(O),w(O,X),m(O),A(O,X),T(O),C(O),D(O),j(O,X),we(O),Pe(O),Ce(O,X),Ae(O),Oe(O,X);break;case"firefox":if(!u||!z||!K.shimFirefox)return Y("Firefox shim is not included in this adapter release."),Z;Y("adapter.js shimming firefox."),Z.browserShim=u,He(O,X),V(O,X),z(O,X),q(O),ee(O),$(O),re(O),ie(O),se(O),ce(O),ue(O),de(O),we(O),Pe(O),Ce(O,X),Ae(O);break;case"edge":if(!c||!B||!K.shimEdge)return Y("MS edge shim is not included in this adapter release."),Z;Y("adapter.js shimming edge."),Z.browserShim=c,F(O),U(O),B(O,X),k(O),Ce(O,X),Ae(O);break;case"safari":if(!S||!K.shimSafari)return Y("Safari shim is not included in this adapter release."),Z;Y("adapter.js shimming safari."),Z.browserShim=S,He(O,X),ge(O),Re(O),he(O),pe(O),Ee(O),_e(O),fe(O),Te(O),we(O),Ce(O,X),Ae(O),Oe(O,X);break;default:Y("Unsupported browser!")}return Z}({window:typeof window>"u"?void 0:window}),xe=We},6834:(L,R,x)=>{x.r(R),x.d(R,{default:()=>u});var v=x(5512),c=x.n(v);function u(){return c()('/*! aliyun rts sdk - ver2.12.5 created:2025/6/6 14:17:23 */(()=>{"use strict";var e={917:(e,r)=>{var t,n,a,o;Object.defineProperty(r,"__esModule",{value:!0}),r.DEFAULT_RETRY_DATACHANNEL_TIMEOUT=r.DEFAULT_HEARTBEAT_TIMEOUT=r.DEFAULT_RETRY_PUBLISH_INTERVAL=r.DEFAULT_RETRY_SUBSCRIBE_INTERVAL=r.DEFAULT_RETRY_PUBLISH_LIMIT=r.DEFAULT_RETRY_SUBSCRIBE_LIMIT=r.EWorkerAction=r.EWorkerSource=r.EConnectStatus=r.TrackType=void 0,function(e){e.AUDIO="audio",e.VIDEO="video"}(t||(r.TrackType=t={})),function(e){e[e.CONNECT_STATUS_DISCONNECTED=0]="CONNECT_STATUS_DISCONNECTED",e[e.CONNECT_STATUS_CONNECTING=1]="CONNECT_STATUS_CONNECTING",e[e.CONNECT_STATUS_CONNECTED=2]="CONNECT_STATUS_CONNECTED",e[e.CONNECT_STATUS_RECONNECTING=3]="CONNECT_STATUS_RECONNECTING"}(n||(r.EConnectStatus=n={})),function(e){e.Sender="sender",e.Receiver="receiver"}(a||(r.EWorkerSource=a={})),function(e){e.Setup="setup",e.InserSEI="insertSEI"}(o||(r.EWorkerAction=o={})),r.DEFAULT_RETRY_SUBSCRIBE_LIMIT=5,r.DEFAULT_RETRY_PUBLISH_LIMIT=5,r.DEFAULT_RETRY_SUBSCRIBE_INTERVAL=2e3,r.DEFAULT_RETRY_PUBLISH_INTERVAL=2e3,r.DEFAULT_HEARTBEAT_TIMEOUT=8,r.DEFAULT_RETRY_DATACHANNEL_TIMEOUT=8e3},594:(e,r)=>{Object.defineProperty(r,"__esModule",{value:!0}),r.readUUID=r.discardEPB=r.insertEPB=r.SODBtoRBSP=r.convertPayloadSize=r.NALU=r.SEI=r.parseSei=r.insertSei=void 0;r.insertSei=function(e,r,a,o){void 0===a&&(a=5);for(var i=e.data,u=new DataView(i),c=0;;){if(1===u.getUint32(c)){u.getUint8(c+4);var s=new t(r,a,o).buffer,f=new n(s).buffer,T=new ArrayBuffer(f.byteLength+i.byteLength),E=new Uint8Array(T),l=new Uint8Array(f);E.set(l);var d=new Uint8Array(i);E.set(d,f.byteLength),e.data=T,c+=1;break}if((c+=1)+4>=u.byteLength)break}};r.parseSei=function(e){for(var t=[],n=new DataView(e),a=0;;){var o=a,i=n.getUint32(o);if(o+=4,1===i){if(6===(31&n.getUint8(o++))){for(var u=n.getUint8(o++),c=5===u?16:0,s=0;255==n.getUint8(o);)o++,s+=255;if((s+=n.getUint8(o++))>0&&n.byteLength>o+s){var f=new Uint8Array(n.buffer),T="";if(5===u){var E=f.slice(o,o+c);T=(0,r.readUUID)((0,r.discardEPB)(E))}var l=f.slice(o+c,o+s);o+=s,t.push({payloadType:u,uuid:T,data:l.buffer})}}a=o}else a+=1;if(a+4>=n.byteLength)break}return t};var t=function(e,t,n){void 0===t&&(t=5);var a=5===t?16:0,o=e.byteLength+a,i=(0,r.convertPayloadSize)(o),u=i.buffer.byteLength,c=new ArrayBuffer(1+u+a+e.byteLength),s=new Uint8Array(c),f=0;if(s[f++]=t,s.set(i,f),f+=i.byteLength,5===t){n=(n||"00000000-0000-0000-0000-000000000000").replace(/-/g,"");for(var T=0;T<16;T++)s[f+T]=parseInt(n.substr(2*T,2),16);f+=16}var E=new Uint8Array(e);s.set(E,f);var l=(0,r.SODBtoRBSP)(s);this.buffer=l.buffer};r.SEI=t;var n=function(e){var r=new Uint8Array([0,0,0,1]),t=new Uint8Array([6]),n=new ArrayBuffer(r.byteLength+t.byteLength+e.byteLength),a=new Uint8Array(n);a.set(r),a.set(t,r.byteLength),a.set(new Uint8Array(e),r.byteLength+t.byteLength),this.buffer=n};r.NALU=n;r.convertPayloadSize=function(e){if(e<=0)throw new Error("payloadSize must be a positive integer.");for(var r=Math.ceil(e/255),t=new ArrayBuffer(r),n=new DataView(t),a=0;a<r-1;a++)n.setUint8(a,255);return n.setUint8(r-1,e%255&255),new Uint8Array(t)};r.SODBtoRBSP=function(e){for(var t=new Uint8Array(e),n="",a=0;a<t.length;a++)n+=t[a].toString(2).padStart(8,"0");for(n+="1";n.length%8!=0;)n+="0";var o=n.length/8,i=new Uint8Array(o);for(a=0;a<o;a++)i[a]=parseInt(n.slice(8*a,8*a+8),2);return(0,r.insertEPB)(i)};r.insertEPB=function(e){for(var r=[],t=0,n=0;n<e.length;n++)r.push(e[n]),0===e[n]?2===++t&&n<e.length-1&&e[n+1]<=3&&(r.push(3),t=0):t=0;return new Uint8Array(r)};r.discardEPB=function(e){for(var r=e.byteLength,t=[],n=1;n<r-2;)0===e[n]&&0===e[n+1]&&3===e[n+2]?(t.push(n+2),n+=2):n++;if(0===t.length)return e;var a=r-t.length,o=new Uint8Array(a),i=0;for(n=0;n<a;i++,n++)i===t[0]&&(i++,t.shift()),o[n]=e[i];return o};r.readUUID=function(e){if(16!==e.length)throw new Error("UUID must be 16 bytes long.");var r=e.reduce((function(e,r){return e+r.toString(16).padStart(2,"0")}),"");return"".concat(r.slice(0,8),"-").concat(r.slice(8,12),"-").concat(r.slice(12,16),"-").concat(r.slice(16,20),"-").concat(r.slice(20))}},718:function(e,r){var t=this&&this.__spreadArray||function(e,r,t){if(t||2===arguments.length)for(var n,a=0,o=r.length;a<o;a++)!n&&a in r||(n||(n=Array.prototype.slice.call(r,0,a)),n[a]=r[a]);return e.concat(n||Array.prototype.slice.call(r))};Object.defineProperty(r,"__esModule",{value:!0}),r.hebtLog=r.createUUID=r.evaluateNetworkCondition=r.makeCancelable=r.hasVideoTrack=r.hasAudioTrack=r.getVideoTrack=r.getAudioTrack=r.pruneSubUrl=r.getJitterBufferDelayAvg=void 0;r.getJitterBufferDelayAvg=function(e,r){return e&&r?Number(e)/Number(r)*1e3:-1};r.pruneSubUrl=function(e,r){var t=e||"";return t=t.replace("@subaudio=no","").replace("@subvideo=no",""),r&&(t=t.split("?")[0]),t};r.getAudioTrack=function(e){return e.getAudioTracks()[0]};r.getVideoTrack=function(e){return e.getVideoTracks()[0]};r.hasAudioTrack=function(e){return e.getAudioTracks().length>0};r.hasVideoTrack=function(e){return e.getVideoTracks().length>0};r.makeCancelable=function(e){var r=!1;return{promise:new Promise((function(t,n){e.then((function(e){return r?n({isCanceled:!0}):t(e)})),e.catch((function(e){return n(r?{isCanceled:!0}:e)}))})),cancel:function(){r=!0}}};r.evaluateNetworkCondition=function(e,r,t,n,a){var o=0;if(!navigator.onLine)return o=6;var i=[{loss:0,rtt:0,jbd:1},{loss:0,rtt:1,jbd:0},{loss:0,rtt:.5,jbd:.5},{loss:1,rtt:0,jbd:0},{loss:.8,rtt:0,jbd:.2},{loss:.8,rtt:.2,jbd:0},{loss:.6,rtt:.2,jbd:.2}],u=-1,c=-1,s=-1;if("number"==typeof r&&r>=0||"number"==typeof t&&t>=0){u=0;var f=!1,T=!1;"number"==typeof r&&r>=0&&(u+=r,f=!0),"number"==typeof t&&t>=0&&(u+=t,T=!0),f&&!T&&(u*=2),T&&!f&&(u*=1.8)}if("number"==typeof e&&e>=0&&(s=e),"number"==typeof n&&n>=0||"number"==typeof a&&a>=0){c=0;"number"==typeof n&&n>=0&&(c+=n),"number"==typeof a&&a>=0&&(c+=a)}var E;if((E=4*(-1!==u?1:0)+2*(-1!==s?1:0)+(-1!==c?1:0))>0){var l=1.2*u*i[E-1].loss+s/1500*i[E-1].rtt+c/3e3*i[E-1].jbd;o=l<=.1?1:l<=.23?2:l<=.36?3:l<=.49?4:5}else o=0;return o};r.createUUID=function(e,r){var t,n="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),a=[];if(r=r||n.length,e)for(t=0;t<e;t++)a[t]=n[0|Math.random()*r];else{var o=void 0;for(a[8]=a[13]=a[18]=a[23]="-",a[14]="4",t=0;t<36;t++)a[t]||(o=0|16*Math.random(),a[t]=n[19==t?3&o|8:o])}return a.join("")};r.hebtLog=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];window.RTS_HEBT_DEBUG&&console.log.apply(console,t(["[rts hebt]"],e,!1))}}},r={};function t(n){var a=r[n];if(void 0!==a)return a.exports;var o=r[n]={exports:{}};return e[n].call(o.exports,o,o.exports,t),o.exports}var n,a,o,i,u,c,s;a=t(594),o=t(718),i=t(917),u=self,c=function(e,r,t,o){if(e===i.EWorkerSource.Sender){var u=new TransformStream({transform:function(e,r){e.type&&(n&&((0,a.insertSei)(e,n.sei,n.payloadType,n.uuid),void 0===n.repeatCount?n=null:-1!==n.repeatCount&&(n.repeatCount--,n.repeatCount<0&&(n=null))),o&&o(e)),r.enqueue(e)}});r.pipeThrough(u).pipeTo(t)}else e===i.EWorkerSource.Receiver&&(u=new TransformStream({transform:function(e,r){e.type&&o&&o(e),r.enqueue(e)}}),r.pipeThrough(u).pipeTo(t))},s=function(e){var r=e.data.slice(0);u.postMessage({type:"encodedFrame",data:r,frameInfo:{type:e.type,timestamp:e.timestamp}},[r]),r=null},u.RTCTransformEvent&&(u.onrtctransform=function(e){var r=e.transformer,t=r.options.source,n=r.readable,a=r.writable;c(t,n,a,(function(e){t===i.EWorkerSource.Receiver&&s(e)}))}),onmessage=function(e){switch(e.data.operation){case i.EWorkerAction.Setup:r=e.data,t=r.source,a=r.readable,u=r.writable,c(t,a,u,(function(e){t===i.EWorkerSource.Receiver&&s(e)}));break;case i.EWorkerAction.InserSEI:!function(e){(n=e)&&(n.uuid=(0,o.createUUID)().toLowerCase(),n.repeatCount=n.repeatCount||0)}(e.data)}var r,t,a,u}})();',"Worker",void 0,void 0)}},5512:L=>{L.exports=function(R,x,v,c){var u=self||window;try{try{var S;try{S=new u.Blob([R])}catch{(S=new(u.BlobBuilder||u.WebKitBlobBuilder||u.MozBlobBuilder||u.MSBlobBuilder)).append(R),S=S.getBlob()}var f=u.URL||u.webkitURL,a=f.createObjectURL(S),d=new u[x](a,v);return f.revokeObjectURL(a),d}catch{return new u[x]("data:application/javascript,".concat(encodeURIComponent(R)),v)}}catch{if(!c)throw Error("Inline worker is not supported");return new u[x](c,v)}}},2632:(L,R,x)=>{x.r(R),x.d(R,{default:()=>p});function v(e,r,n){Object.defineProperty(e,r,{writable:!0,enumerable:!0,configurable:!0,value:n})}Array(32);var c,u,S;class f{constructor(r){var n,s;this.timer=null,this.time=10,this.count=10,this.arr=[],this.time=(n=r.time)!=null?n:10,this.count=(s=r.count)!=null?s:10,r.host.startsWith("http://")||r.host.startsWith("https://")?this.url=r.host+"/logstores/"+r.logstore+"/track":this.url="https://"+r.project+"."+r.host+"/logstores/"+r.logstore+"/track",this.opt=r,r.installUnloadHook&&typeof r.installUnloadHook=="function"&&r.installUnloadHook(()=>{this.sendImmediateInner()})}assemblePayload(r=this.arr){const n={__logs__:r};return this.opt.tags&&(n.__tags__=this.opt.tags),this.opt.topic&&(n.__topic__=this.opt.topic),this.opt.source&&(n.__source__=this.opt.source),JSON.stringify(n)}platformSend(){if(this.opt.sendPayload&&typeof this.opt.sendPayload=="function"){const r=this.assemblePayload();this.opt.sendPayload(this.url,r)}}transString(r){let n={};for(let s in r)typeof r[s]=="object"?n[s]=JSON.stringify(r[s]):n[s]=String(r[s]);return n}sendImmediateInner(){this.arr&&this.arr.length>0&&(this.platformSend(),this.timer!=null&&(clearTimeout(this.timer),this.timer=null),this.arr=[])}sendInner(){if(this.timer)this.arr.length>=this.count&&(clearTimeout(this.timer),this.timer=null,this.sendImmediateInner());else{const r=this;this.arr.length>=this.count||this.time<=0?this.sendImmediateInner():this.timer=setTimeout(function(){r.sendImmediateInner()},1e3*this.time)}}send(r){const n=this.transString(r);this.arr.push(n),this.sendInner()}sendImmediate(r){const n=this.transString(r);this.arr.push(n),this.sendImmediateInner()}sendBatchLogs(r){const n=r.map(s=>this.transString(s));this.arr.push(...n),this.sendInner()}sendBatchLogsImmediate(r){const n=r.map(s=>this.transString(s));this.arr.push(...n),this.sendImmediateInner()}}function a(e,r){const n=new window.XMLHttpRequest;n.open("POST",`${e}?APIVersion=0.6.0`,!0),n.send(r)}function d(e,r){try{if(r.length>=32768)return void a(e,r);(function(n,s){return!(!navigator||!navigator.sendBeacon)&&navigator.sendBeacon(`${n}?APIVersion=0.6.0`,s)})(e,r)||a(e,r)}catch(n){window&&window.console&&typeof window.console.error=="function"&&(console.error(`Failed to log to ali log service because of this exception:
|
|
160
|
-
`+n),console.error("Failed log data:",e))}}class p extends f{constructor(r){super(Object.assign({},r,{installUnloadHook:n=>{window.addEventListener("beforeunload",()=>{n()})},sendPayload:(n,s)=>{d(n,s)}}))}}c=window,u="SLS_Tracker",S=p,v(c,u,S)},4198:L=>{L.exports=JSON.parse('{"name":"axios","version":"0.21.4","description":"Promise based HTTP client for the browser and node.js","main":"index.js","scripts":{"test":"grunt test","start":"node ./sandbox/server.js","build":"NODE_ENV=production grunt build","preversion":"npm test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json","postversion":"git push && git push --tags","examples":"node ./examples/server.js","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","fix":"eslint --fix lib/**/*.js"},"repository":{"type":"git","url":"https://github.com/axios/axios.git"},"keywords":["xhr","http","ajax","promise","node"],"author":"Matt Zabriskie","license":"MIT","bugs":{"url":"https://github.com/axios/axios/issues"},"homepage":"https://axios-http.com","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"browser":{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},"jsdelivr":"dist/axios.min.js","unpkg":"dist/axios.min.js","typings":"./index.d.ts","dependencies":{"follow-redirects":"^1.14.0"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}]}')}},N={};function J(L){var R=N[L];if(R!==void 0)return R.exports;var x=N[L]={exports:{}};return P[L].call(x.exports,x,x.exports,J),x.exports}return J.n=L=>{var R=L&&L.__esModule?()=>L.default:()=>L;return J.d(R,{a:R}),R},J.d=(L,R)=>{for(var x in R)J.o(R,x)&&!J.o(L,x)&&Object.defineProperty(L,x,{enumerable:!0,get:R[x]})},J.o=(L,R)=>Object.prototype.hasOwnProperty.call(L,R),J.r=L=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(L,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(L,"__esModule",{value:!0})},J(8156)})())})(Hr);for(var jn=Hr.exports,Be=[],Gt=0;Gt<256;++Gt)Be.push((Gt+256).toString(16).slice(1));function Wn(W,M=0){return(Be[W[M+0]]+Be[W[M+1]]+Be[W[M+2]]+Be[W[M+3]]+"-"+Be[W[M+4]]+Be[W[M+5]]+"-"+Be[W[M+6]]+Be[W[M+7]]+"-"+Be[W[M+8]]+Be[W[M+9]]+"-"+Be[W[M+10]]+Be[W[M+11]]+Be[W[M+12]]+Be[W[M+13]]+Be[W[M+14]]+Be[W[M+15]]).toLowerCase()}var nt,Gn=new Uint8Array(16);function zn(){if(!nt&&(nt=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!nt))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return nt(Gn)}var qn=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Vr={randomUUID:qn};function it(W,M,P){if(Vr.randomUUID&&!M&&!W)return Vr.randomUUID();W=W||{};var N=W.random||(W.rng||zn)();return N[6]=N[6]&15|64,N[8]=N[8]&63|128,Wn(N)}var Yn=/d{1,4}|D{3,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|W{1,2}|[LlopSZN]|"[^"]*"|'[^']*'/g,Kn=/\b(?:[A-Z]{1,3}[A-Z][TC])(?:[-+]\d{4})?|((?:Australian )?(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time)\b/g,Xn=/[^-+\dA-Z]/g;function zt(W,M,P,N){if(arguments.length===1&&typeof W=="string"&&!/\d/.test(W)&&(M=W,W=void 0),W=W||W===0?W:new Date,W instanceof Date||(W=new Date(W)),isNaN(W))throw TypeError("Invalid date");M=String(jr[M]||M||jr.default);var J=M.slice(0,4);(J==="UTC:"||J==="GMT:")&&(M=M.slice(4),P=!0,J==="GMT:"&&(N=!0));var L=function(){return P?"getUTC":"get"},R=function(){return W[L()+"Date"]()},x=function(){return W[L()+"Day"]()},v=function(){return W[L()+"Month"]()},c=function(){return W[L()+"FullYear"]()},u=function(){return W[L()+"Hours"]()},S=function(){return W[L()+"Minutes"]()},f=function(){return W[L()+"Seconds"]()},a=function(){return W[L()+"Milliseconds"]()},d=function(){return P?0:W.getTimezoneOffset()},p=function(){return Jn(W)},e=function(){return Qn(W)},r={d:function(){return R()},dd:function(){return Ve(R())},ddd:function(){return Ue.dayNames[x()]},DDD:function(){return Wr({y:c(),m:v(),d:R(),_:L(),dayName:Ue.dayNames[x()],short:!0})},dddd:function(){return Ue.dayNames[x()+7]},DDDD:function(){return Wr({y:c(),m:v(),d:R(),_:L(),dayName:Ue.dayNames[x()+7]})},m:function(){return v()+1},mm:function(){return Ve(v()+1)},mmm:function(){return Ue.monthNames[v()]},mmmm:function(){return Ue.monthNames[v()+12]},yy:function(){return String(c()).slice(2)},yyyy:function(){return Ve(c(),4)},h:function(){return u()%12||12},hh:function(){return Ve(u()%12||12)},H:function(){return u()},HH:function(){return Ve(u())},M:function(){return S()},MM:function(){return Ve(S())},s:function(){return f()},ss:function(){return Ve(f())},l:function(){return Ve(a(),3)},L:function(){return Ve(Math.floor(a()/10))},t:function(){return u()<12?Ue.timeNames[0]:Ue.timeNames[1]},tt:function(){return u()<12?Ue.timeNames[2]:Ue.timeNames[3]},T:function(){return u()<12?Ue.timeNames[4]:Ue.timeNames[5]},TT:function(){return u()<12?Ue.timeNames[6]:Ue.timeNames[7]},Z:function(){return N?"GMT":P?"UTC":$n(W)},o:function(){return(d()>0?"-":"+")+Ve(Math.floor(Math.abs(d())/60)*100+Math.abs(d())%60,4)},p:function(){return(d()>0?"-":"+")+Ve(Math.floor(Math.abs(d())/60),2)+":"+Ve(Math.floor(Math.abs(d())%60),2)},S:function(){return["th","st","nd","rd"][R()%10>3?0:(R()%100-R()%10!=10)*R()%10]},W:function(){return p()},WW:function(){return Ve(p())},N:function(){return e()}};return M.replace(Yn,function(n){return n in r?r[n]():n.slice(1,n.length-1)})}var jr={default:"ddd mmm dd yyyy HH:MM:ss",shortDate:"m/d/yy",paddedShortDate:"mm/dd/yyyy",mediumDate:"mmm d, yyyy",longDate:"mmmm d, yyyy",fullDate:"dddd, mmmm d, yyyy",shortTime:"h:MM TT",mediumTime:"h:MM:ss TT",longTime:"h:MM:ss TT Z",isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:sso",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'",expiresHeaderFormat:"ddd, dd mmm yyyy HH:MM:ss Z"},Ue={dayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],timeNames:["a","p","am","pm","A","P","AM","PM"]},Ve=function(M){var P=arguments.length>1&&arguments[1]!==void 0?arguments[1]:2;return String(M).padStart(P,"0")},Wr=function(M){var P=M.y,N=M.m,J=M.d,L=M._,R=M.dayName,x=M.short,v=x===void 0?!1:x,c=new Date,u=new Date;u.setDate(u[L+"Date"]()-1);var S=new Date;S.setDate(S[L+"Date"]()+1);var f=function(){return c[L+"Date"]()},a=function(){return c[L+"Month"]()},d=function(){return c[L+"FullYear"]()},p=function(){return u[L+"Date"]()},e=function(){return u[L+"Month"]()},r=function(){return u[L+"FullYear"]()},n=function(){return S[L+"Date"]()},s=function(){return S[L+"Month"]()},t=function(){return S[L+"FullYear"]()};return d()===P&&a()===N&&f()===J?v?"Tdy":"Today":r()===P&&e()===N&&p()===J?v?"Ysd":"Yesterday":t()===P&&s()===N&&n()===J?v?"Tmw":"Tomorrow":R},Jn=function(M){var P=new Date(M.getFullYear(),M.getMonth(),M.getDate());P.setDate(P.getDate()-(P.getDay()+6)%7+3);var N=new Date(P.getFullYear(),0,4);N.setDate(N.getDate()-(N.getDay()+6)%7+3);var J=P.getTimezoneOffset()-N.getTimezoneOffset();P.setHours(P.getHours()-J);var L=(P-N)/(864e5*7);return 1+Math.floor(L)},Qn=function(M){var P=M.getDay();return P===0&&(P=7),P},$n=function(M){return(String(M).match(Kn)||[""]).pop().replace(Xn,"").replace(/GMT\+0000/g,"UTC")},qt;(function(W){W.prod="rs.rtn.aliyuncs.com",W.pre="prs.rtn.aliyuncs.com"})(qt||(qt={}));var Gr;(function(W){W[W.ByClient=0]="ByClient",W[W.KickOut=1]="KickOut",W[W.ChannelClosed=2]="ChannelClosed",W[W.Restore=3]="Restore",W[W.Expired=4]="Expired",W[W.Reconnect=5]="Reconnect",W[W.ReconnectExhausted=6]="ReconnectExhausted"})(Gr||(Gr={}));const zr="7.1.2";class Kt{static getVersionNumber(){let M=zr.split("."),P="";return M.forEach(N=>{N.length===1?P+="0"+N:P+=N}),parseInt(P)}static queryingParam(M){let P=[];if(M)for(let N in M)P.push(N+"="+M[N]);return P.join("&")}static getQueryParams(M){const P=window.location.search.substring(1).split("&");for(let N=0;N<P.length;N++){const J=P[N].split("=");if(decodeURIComponent(J[0])===M)return decodeURIComponent(J[1])}}static createCallid(M=""){const P=it();return M&&P&&P.length>M.length?`${M}${P.substring(M.length)}`:P}static checkSubOptionsValid(M){if(M){const{audio:P,video:N,screen:J}=M;if(P===!1&&N===!1&&J===!1)return!1}return!0}static async isNetworkAvailable(){const M=qt.prod,{onLine:P}=navigator;if(!P)return!1;try{return await fetch(`https://${M}/roomserver/v1/ws/version`),!0}catch{return!1}}static toString(M){let P;if(M instanceof Error)P=M.message;else if(typeof M=="string")P=M;else try{P=JSON.stringify(M)}catch{P="undefined"}return P}static paramArrayToString(M){let P="";for(let N=0;N<M.length;N++){P!==""&&(P+=" ");let J=Kt.toString(M[N]);P+=J}return P}}const Zn=(W,M)=>W.find(P=>{if(typeof P.test=="function")return P.test(M);if(Array.isArray(P.test))return P.test.some(N=>typeof N=="string"?M.indexOf(N)>-1:N instanceof RegExp?N.test(M):!1)}),ei=[{test:["wow64","win64","x64"],describe(){return"amd64"}},{test:["i686","x86"],describe(){return"x86"}},{test:["aarch64","arm64"],describe(){return"arm64"}},{test:["arm"],describe(){return"arm"}}],ti=()=>{let W="unknown";try{const M=navigator.userAgent||"",P=Zn(ei,M);if(!P)return W;W=P.describe(M)}catch{}return W};var ri=Object.defineProperty,ni=(W,M,P)=>M in W?ri(W,M,{enumerable:!0,configurable:!0,writable:!0,value:P}):W[M]=P,De=(W,M,P)=>ni(W,typeof M!="symbol"?M+"":M,P);const{BrowserUtil:qr,SystenUtil:Yr}=jn.AliRTS,ii=ti(),oi="woMMssV6jmyol9fr",ai=200,ot=10*60*1e3,at={host:"cn-hangzhou.log.aliyuncs.com",project:"alivc-aio",logstore:"logger",time:10,count:10};function Yt(){return zt(new Date,"HH:MM:ss.l")}function Kr(){return zt(new Date,"isoDate")}var Fe;(function(W){W[W.DEBUG=0]="DEBUG",W[W.INFO=1]="INFO",W[W.API=2]="API",W[W.WARNING=3]="WARNING",W[W.ERROR=4]="ERROR",W[W.NONE=5]="NONE"})(Fe||(Fe={}));var Ke;(function(W){W[W.TASK_UPLOAD_BEGIN=710201]="TASK_UPLOAD_BEGIN",W[W.SESSION_UPLOAD_BEGIN=710202]="SESSION_UPLOAD_BEGIN",W[W.SESSION_UPLOAD_ING=710203]="SESSION_UPLOAD_ING",W[W.SESSION_UPLOAD_END=710204]="SESSION_UPLOAD_END",W[W.TASK_UPLOAD_END=710205]="TASK_UPLOAD_END"})(Ke||(Ke={}));class si{constructor(){De(this,"tracker"),De(this,"slsPlugin"),De(this,"stsData"),De(this,"stsExpiration",Date.now()),De(this,"clientId",it()),De(this,"bSesid",it()),De(this,"logLevel",Fe.WARNING),De(this,"appId",""),De(this,"sessionId",""),De(this,"logCache",[]),De(this,"updateTaskTimer"),De(this,"endReported",!0),De(this,"logSequence",0),De(this,"sendLogBeforeUnload",async M=>{if(!this.slsPlugin)return;this.logSequence+=1,M.unshift(this.getLogParams(Ke.SESSION_UPLOAD_ING,{log:`[${Kr()} ${Yt()}] [INF] beforeunload`,stat_log_seq:this.logSequence}));const P=`https://${at.project}.${at.host}/logstores/${at.logstore}`,N={__logs__:M.map(R=>this.slsPlugin.transString(R))},{data:J,header:L}=await this.slsPlugin.process(P,JSON.stringify(N));fetch(P,{keepalive:!0,method:"POST",headers:L,body:J})}),De(this,"logMethod",(M,P=console.log)=>(...N)=>{let J=Yt();this.logLevel<=M&&P(J,...N);let L=Kt.paramArrayToString(N);M>Fe.DEBUG&&this.addLog(L)}),De(this,"d",this.logMethod(Fe.DEBUG,console.debug)),De(this,"i",this.logMethod(Fe.INFO)),De(this,"w",this.logMethod(Fe.WARNING,console.warn)),De(this,"e",this.logMethod(Fe.ERROR,(...M)=>{const[P,...N]=M;console.error(P,"<error>",N)})),De(this,"ev",this.logMethod(Fe.API)),De(this,"a",this.logMethod(Fe.API,(...M)=>{const[P,...N]=M;if(N.length>2){const J=`${N[1]}`;J.startsWith("__g__")&&console.group(`${J.substring(5)}_${N[2]}`)}console.log(P,...N)})),De(this,"ar",this.logMethod(Fe.API,(...M)=>{const[P,...N]=M;console.log(P,...N),N.length>2&&`${N[1]}`.startsWith("__g__")&&console.groupEnd()})),De(this,"ae",this.logMethod(Fe.API,(...M)=>{const[P,...N]=M;console.error(P,"<error>",...N),N.length>2&&`${N[1]}`.startsWith("__g__")&&console.groupEnd()})),window.addEventListener("beforeunload",()=>{this.reportEnd(!0)})}init(){this.reset(),this.startSTSUpdateTask()}destroy(){this.updateTaskTimer&&clearTimeout(this.updateTaskTimer)}reset(){this.bSesid=it(),this.endReported=!0,this.logSequence=0,this.appId="",this.sessionId=""}async startSTSUpdateTask(){this.updateTaskTimer&&clearTimeout(this.updateTaskTimer);try{const M=await this.refreshSTSToken();this.createTracker(M)}catch{}this.updateTaskTimer=setTimeout(()=>{this.startSTSUpdateTask()},ot)}async refreshSTSToken(){if(!this.stsData||this.stsExpiration<=Date.now()-ot){const M=await this.requestSTSToken(),P=new Date(M?.Expiration).getTime()||0,N=Date.now()+ot;this.stsExpiration=Math.max(P,N),this.stsData=M}return this.stsData}requestSTSToken(){const M=Date.now(),P=`${this.clientId}|${oi}|${M}`,N={Action:"AssumeSlsRoleV2",AuthInfo:et.MD5(P).toString(et.enc.Hex),ClientId:this.clientId,BusinessType:"logger",AppVersion:"1.0",Version:"2017-03-14",AuthTimestamp:`${M}`,TerminalType:"web",DeviceModel:"",Format:"JSON",SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0",Timestamp:zt(M,"isoUtcDateTime")},J=`https://slsrole.alicdn.com/?${new URLSearchParams(N).toString()}`;return fetch(J).then(L=>L.json()).then(L=>JSON.parse(window.atob(L.SlsAuthResult)))}createTracker(M){if(!this.tracker){const P={accessKeyId:M.AccessKeyId,accessKeySecret:M.AccessKeySecret,securityToken:M.SecurityToken,refreshSTSTokenInterval:ot,stsTokenFreshTime:void 0,refreshSTSToken:()=>{this.refreshSTSToken().then(L=>{P.accessKeyId=L.AccessKeyId,P.accessKeySecret=L.AccessKeySecret,P.securityToken=L.SecurityToken}).catch(()=>{})}},N=new er(at),J=Fr(P);N.useStsPlugin(J),this.slsPlugin=J,this.tracker=N,this.reportStartAndCache()}}changeConfig(M){M.logLevel!==void 0&&M.logLevel>=Fe.DEBUG&&M.logLevel<=Fe.NONE&&(this.logLevel=M.logLevel)}setSessionID(M,P){!M||!P||(this.appId=M,this.sessionId=P,this.reportStartAndCache())}reportStartAndCache(){if(!this.tracker||!this.sessionId)return;this.endReported=!1;const M={task_btm_sec:0,task_duration:0,task_etm_sec:0,task_type:"session"},P=[this.getLogParams(Ke.TASK_UPLOAD_BEGIN,M),this.getLogParams(Ke.SESSION_UPLOAD_BEGIN,M)];this.tracker.sendBatchLogsImmediate(P),this.logCache.forEach(N=>{this.sendLog(N)})}reportEnd(M=!1){if(!this.tracker||!this.sessionId||this.endReported){this.reset();return}const P={task_btm_sec:0,task_duration:0,task_etm_sec:0,task_type:"session"},N=[this.getLogParams(Ke.SESSION_UPLOAD_END,P),this.getLogParams(Ke.TASK_UPLOAD_END,P)];M?this.sendLogBeforeUnload(N):(this.tracker.sendBatchLogsImmediate(N),this.endReported=!0),this.reset()}getLogParams(M,P){return{appid:`${window.location.host}`,appid_list:this.appId,appver:"",b_sesid:this.bSesid,biz_type:"rtc",cpu_info:ii,db:qr.browserName,dm:qr.browserVersion,install_uuid:this.clientId,logger_v:"0.0.1",os:Yr.systemName,osv:Yr.systemVersion,p_sesid:this.bSesid,sdk_version:zr,sdkname:"AliRTCSdk",stm:Date.now(),tar_pf:"web",traceid:this.sessionId,event_id:M,...P||{}}}sendLog(M){if(!this.tracker||!this.sessionId)return;this.logSequence+=1;const P=this.getLogParams(Ke.SESSION_UPLOAD_ING,{log:M,stat_log_seq:this.logSequence});this.tracker.send(P)}addLog(M){const P=Yt(),N=`[${Kr()} ${P}] ${M}`;!this.sessionId||!this.tracker?(this.logCache.push(N),this.logCache.length>=ai&&this.logCache.shift()):this.sendLog(N)}}var ci=Object.defineProperty,ui=(W,M,P)=>M in W?ci(W,M,{enumerable:!0,configurable:!0,writable:!0,value:P}):W[M]=P,di=(W,M,P)=>ui(W,M+"",P);class Ze{static getLogger(){return this.logger||(this.logger=new si),this.logger}static init(){this.getLogger().init()}static destroy(){this.getLogger().destroy()}static setLogLevel(M){this.getLogger().changeConfig({logLevel:M})}static setSessionID(M,P){this.getLogger().setSessionID(M,P)}static reportEnd(){this.getLogger().reportEnd()}static interface(...M){this.getLogger().a("[API]",...M)}static interfaceResult(M,P,N,...J){N?this.getLogger().ar("[ARE]",M,P,...J):this.getLogger().ae("[ARE]",M,P,...J)}static event(...M){this.getLogger().ev("[EVT]",...M)}static debug(...M){this.getLogger().d("[DBG]",...M)}static info(...M){this.getLogger().i("[INF]",...M)}static warn(...M){this.getLogger().w("[WARN]",...M)}static error(...M){this.getLogger().e("[ERR]",...M)}}di(Ze,"logger");var li=Object.defineProperty,pi=(W,M,P)=>M in W?li(W,M,{enumerable:!0,configurable:!0,writable:!0,value:P}):W[M]=P,Xe=(W,M,P)=>pi(W,typeof M!="symbol"?M+"":M,P);const Xr=48e3,tt="[AliyunAudio3A] ";class fi extends Qr{constructor(M){super("AliRtcAudioProcessPlugin",$r.AliRtcSdkStreamTypeCapture,Zr.AUDIO),Xe(this,"audioProcessor"),Xe(this,"slsReporter"),Xe(this,"enableSoft3ACheck",!1),Xe(this,"useHardOnly",!1),Xe(this,"lastDiffOutputLog",""),Xe(this,"audioContext",new AudioContext({sampleRate:Xr})),Xe(this,"farNode"),Xe(this,"createNode",P=>this.audioContext.createMediaStreamSource(new MediaStream([P]))),this.options=M,this.slsReporter=M?.slsReporter,this.enableSoft3ACheck=M?.enableSoft3ACheck||!1,this.useHardOnly=M?.useHardOnly||!1,this.zIndex=7,document.addEventListener("click",this.activeAudioContext)}activeAudioContext(){this.audioContext.resume(),document.removeEventListener("click",this.activeAudioContext)}audioUpdated(M){return this.lastInputAudioTrack?.id!==M.currentAudioTrack?.id}videoUpdated(M){return console.log("videoUpdated",M),!1}setOptions(M){this.farNode||!M.farMediaStream||(this.farNode=this.audioContext.createMediaStreamSource(M.farMediaStream),this.audioProcessor&&this.audioProcessor?.addFarNode(this.farNode),this.options={...this.options,...M})}isSupported(){return Qt.isSupported()}shouldUpdate(M){return!!(M.originAudioTrack&&!this.audioProcessor||!M.originAudioTrack&&this.audioProcessor)}async process(M){if(!M.currentAudioTrack){M.updateAudioTrack(),this.clear(M);return}if(!this.audioProcessor){Ze.info(tt,"create audio processor this.options:",this.options),this.audioProcessor=new Qt({aecOn:!0,ansOn:!0,agcOn:!0,dumpOn:this.options?.dumpAudioData||!1,aiaecOn:this.options.aiaecOn||!1,useHardOnly:this.useHardOnly,wasmCdnPath:this.options.wasmCdnPath||"https://g.alicdn.com/code/npm/@ali/aliyun-audio-3a/0.0.6/"}),this.audioProcessor.on("dumpdata",(N,J)=>{let L=3e3;J.includes("far")?L=5e3:J.includes("output")?L=1e4:J.includes("meta")&&(L=8e3),setTimeout(()=>{const R=URL.createObjectURL(N),x=document.createElement("a");x.href=R,x.download=J,document.body.appendChild(x),x.click(),document.body.removeChild(x)},L)}),this.audioProcessor.on("loadsuccess",()=>{Ze.info(tt,"loadsuccess"),this.enableSoft3ACheck||M.updateAudioTrack(this.audioProcessor?.targetMediaTrack),this.options.dumpAudioData&&this.audioProcessor?.startDump()}),this.audioProcessor.on("loaderror",N=>{Ze.error(tt,"loaderror:",N?.message),this.emit("error",N)}),this.audioProcessor.on("outputlog",N=>{Ze.info(tt,"outputlog:",N),N?.includes("diff")&&(this.lastDiffOutputLog=N||"")}),this.audioProcessor.on("statdata",N=>{if(N)try{let J=N;if(this.lastDiffOutputLog){const L=this.extractDiffValue(this.lastDiffOutputLog),R=JSON.parse(N);L!==null&&(R.diff=L);const x=this.extractLeakValue(this.lastDiffOutputLog);x!==null&&(R.leak=x),J=JSON.stringify(R)}this.slsReporter?.reportPublishAudio3A("","","",J)}catch(J){Ze.error(tt,"statdata error:",J)}});const P=this.createNode(M.currentAudioTrack);await this.audioProcessor.createProcessor(this.audioContext,P,1,Xr,this.farNode)}}extractDiffValue(M){if(!M)return null;const P=M.match(/diff\s*=\s*(-?\d+\.?\d*)/);return P?parseFloat(P[1]):null}extractLeakValue(M){if(!M)return null;const P=M.match(/leak\s*=\s*(-?\d+\.?\d*)/);return P?parseFloat(P[1]):null}clear(M){this.options.dumpAudioData&&this.audioProcessor?.stopDump(),super.clear(M),this.audioProcessor?.destroy(),this.audioProcessor=void 0,document.removeEventListener("click",this.activeAudioContext),this.farNode?.disconnect(),this.farNode=void 0}dump(){this.audioProcessor?.stopDump()}}export{fi as default};
|
|
161
|
+
`).filter(ee=>ee.trim()!=="a=extmap-allow-mixed").join(`
|
|
162
|
+
`);I.RTCSessionDescription&&X instanceof I.RTCSessionDescription?arguments[0]=new I.RTCSessionDescription({type:X.type,sdp:Z}):X.sdp=Z}return q.apply(this,arguments)}}function ke(I,K){if(!I.RTCPeerConnection||!I.RTCPeerConnection.prototype)return;const q=I.RTCPeerConnection.prototype.addIceCandidate;q&&q.length!==0&&(I.RTCPeerConnection.prototype.addIceCandidate=function(){return arguments[0]?(K.browser==="chrome"&&K.version<78||K.browser==="firefox"&&K.version<68||K.browser==="safari")&&arguments[0]&&arguments[0].candidate===""?Promise.resolve():q.apply(this,arguments):(arguments[1]&&arguments[1].apply(null),Promise.resolve())})}const Ue=function({window:I}={},K={shimChrome:!0,shimFirefox:!0,shimEdge:!0,shimSafari:!0}){const q=o,X=function(ee){const $={browser:null,version:null};if(ee===void 0||!ee.navigator)return $.browser="Not a browser.",$;const{navigator:oe}=ee;if(oe.mozGetUserMedia)$.browser="firefox",$.version=a(oe.userAgent,/Firefox\/(\d+)\./,1);else if(oe.webkitGetUserMedia||ee.isSecureContext===!1&&ee.webkitRTCPeerConnection&&!ee.RTCIceGatherer)$.browser="chrome",$.version=a(oe.userAgent,/Chrom(e|ium)\/(\d+)\./,2);else if(oe.mediaDevices&&oe.userAgent.match(/Edge\/(\d+).(\d+)$/))$.browser="edge",$.version=a(oe.userAgent,/Edge\/(\d+).(\d+)$/,2);else{if(!ee.RTCPeerConnection||!oe.userAgent.match(/AppleWebKit\/(\d+)\./))return $.browser="Not a supported browser.",$;$.browser="safari",$.version=a(oe.userAgent,/AppleWebKit\/(\d+)\./,1),$.supportsUnifiedPlan=ee.RTCRtpTransceiver&&"currentDirection"in ee.RTCRtpTransceiver.prototype}return $}(I),Z={browserDetails:X,commonShim:v,extractVersion:a,disableLog:r,disableWarnings:i};switch(X.browser){case"chrome":if(!m||!O||!K.shimChrome)return q("Chrome shim is not included in this adapter release."),Z;if(X.version===null)return q("Chrome shim can not determine version, not shimming."),Z;q("adapter.js shimming chrome."),Z.browserShim=m,ke(I,X),E(I,X),b(I),O(I,X),l(I),D(I,X),A(I),R(I),C(I),U(I,X),De(I),Me(I),Ce(I,X),Oe(I),Pe(I,X);break;case"firefox":if(!f||!G||!K.shimFirefox)return q("Firefox shim is not included in this adapter release."),Z;q("adapter.js shimming firefox."),Z.browserShim=f,ke(I,X),B(I,X),G(I,X),z(I),te(I),J(I),re(I),ie(I),ce(I),se(I),ue(I),pe(I),De(I),Me(I),Ce(I,X),Oe(I);break;case"edge":if(!d||!F||!K.shimEdge)return q("MS edge shim is not included in this adapter release."),Z;q("adapter.js shimming edge."),Z.browserShim=d,N(I),H(I),F(I,X),P(I),Ce(I,X),Oe(I);break;case"safari":if(!y||!K.shimSafari)return q("Safari shim is not included in this adapter release."),Z;q("adapter.js shimming safari."),Z.browserShim=y,ke(I,X),ge(I),Re(I),Ee(I),de(I),ve(I),be(I),fe(I),Te(I),De(I),Ce(I,X),Oe(I),Pe(I,X);break;default:q("Unsupported browser!")}return Z}({window:typeof window>"u"?void 0:window}),Ae=Ue},6834:(j,T,_)=>{_.r(T),_.d(T,{default:()=>f});var m=_(5512),d=_.n(m);function f(){return d()('/*! aliyun rts sdk - ver2.13.0 created:2025/7/24 20:19:04 */(()=>{"use strict";var e={28:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0});t.default={version:"2.13.0",protocol_version:2,sdk_version:"0.0.1"}},917:(e,t)=>{var r,o,n,i;Object.defineProperty(t,"__esModule",{value:!0}),t.DEFAULT_RETRY_DATACHANNEL_TIMEOUT=t.DEFAULT_HEARTBEAT_TIMEOUT=t.DEFAULT_RETRY_PUBLISH_INTERVAL=t.DEFAULT_RETRY_SUBSCRIBE_INTERVAL=t.DEFAULT_RETRY_PUBLISH_LIMIT=t.DEFAULT_RETRY_SUBSCRIBE_LIMIT=t.EWorkerAction=t.EWorkerSource=t.EConnectStatus=t.TrackType=void 0,function(e){e.AUDIO="audio",e.VIDEO="video"}(r||(t.TrackType=r={})),function(e){e[e.CONNECT_STATUS_DISCONNECTED=0]="CONNECT_STATUS_DISCONNECTED",e[e.CONNECT_STATUS_CONNECTING=1]="CONNECT_STATUS_CONNECTING",e[e.CONNECT_STATUS_CONNECTED=2]="CONNECT_STATUS_CONNECTED",e[e.CONNECT_STATUS_RECONNECTING=3]="CONNECT_STATUS_RECONNECTING"}(o||(t.EConnectStatus=o={})),function(e){e.Sender="sender",e.Receiver="receiver"}(n||(t.EWorkerSource=n={})),function(e){e.Setup="setup",e.InserSEI="insertSEI",e.UpdatePubStats="updatePubStats",e.UpdateSubStats="updateSubStats",e.SwitchCumuDelay="switchCumuDelay"}(i||(t.EWorkerAction=i={})),t.DEFAULT_RETRY_SUBSCRIBE_LIMIT=5,t.DEFAULT_RETRY_PUBLISH_LIMIT=5,t.DEFAULT_RETRY_SUBSCRIBE_INTERVAL=2e3,t.DEFAULT_RETRY_PUBLISH_INTERVAL=2e3,t.DEFAULT_HEARTBEAT_TIMEOUT=8,t.DEFAULT_RETRY_DATACHANNEL_TIMEOUT=8e3},649:function(e,t,r){var o,n,i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,r=1,o=arguments.length;r<o;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e},i.apply(this,arguments)},a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.CumuDelaySeiPayloadParser=t.CumuDelaySeiPayload=t.ECumuDelayGrtnKey=t.ECumuDelayPubSdkKey=t.ECumuDelayAVCommonKey=t.ECumuDelayVideoKey=t.ECumuDelayGrtnExportKey=t.ECumuDelaySubKey=t.CUMU_DELAY_UUID=t.CUMU_DELAY_SEI_PAYLOAD_TYPE=void 0;var s,u,l,A,C=a(r(28));t.CUMU_DELAY_SEI_PAYLOAD_TYPE=99,t.CUMU_DELAY_UUID=[32,36,16,9,16,23,7,1,150,117,25,212,25,129,3,7],function(e){e.SophonAudioDual="sophon_audio_dual",e.SophonVideoCamera="sophon_video_camera",e.SophonVideoCameraSmall="sophon_video_camera_small",e.SophonVideoCameraSuper="sophon_video_camera_super",e.SophonVideoScreenShare="sophon_video_screen_share",e.SophonAudio="sophon_audio",e.SophonVideoCameraLarge="sophon_video_camera_large",e.RtsAudio="rts audio",e.RtsVideo="rts video"}(s||(s={})),function(e){e[e.Web=0]="Web",e[e.iOS=1]="iOS",e[e.Android=2]="Android"}(u||(u={})),function(e){e.VTotalCost="VTotalCost",e.VAssemblyCost="VAssemblyCost",e.VJitterBufferDelay="VJitterBufferDelay",e.VDecPlugCost="VDecPlugCost",e.DownRTTHalf="DownRTTHalf"}(l||(t.ECumuDelaySubKey=l={})),function(e){e.TOTAL_COST="TOTAL_COST",e.ENTER_GRTN_TIMESTAMP="ENTER_GRTN_TIMESTAMP",e.LEAVE_GRTN_TIMESTAMP="LEAVE_GRTN_TIMESTAMP"}(A||(t.ECumuDelayGrtnExportKey=A={}));var c,T,f,d,E,_,y,S=((o={})[s.SophonAudioDual]=4,o[s.SophonVideoCamera]=5,o[s.SophonVideoCameraSmall]=6,o[s.SophonVideoCameraSuper]=7,o[s.SophonVideoScreenShare]=8,o[s.SophonAudio]=9,o[s.SophonVideoCameraLarge]=10,o[s.RtsAudio]=11,o[s.RtsVideo]=12,o);(n={})[S[s.SophonAudioDual]]=s.SophonAudioDual,n[S[s.SophonVideoCamera]]=s.SophonVideoCamera,n[S[s.SophonVideoCameraSmall]]=s.SophonVideoCameraSmall,n[S[s.SophonVideoCameraSuper]]=s.SophonVideoCameraSuper,n[S[s.SophonVideoScreenShare]]=s.SophonVideoScreenShare,n[S[s.SophonAudio]]=s.SophonAudio,n[S[s.SophonVideoCameraLarge]]=s.SophonVideoCameraLarge,n[S[s.RtsAudio]]=s.RtsAudio,n[S[s.RtsVideo]]=s.RtsVideo;!function(e){e[e.VTotalCost=4]="VTotalCost",e[e.CapDeviceCost=5]="CapDeviceCost",e[e.PushExtCost=6]="PushExtCost",e[e.CapPlugCost=7]="CapPlugCost",e[e.PrepThrCost=8]="PrepThrCost",e[e.PrepPlugCost=9]="PrepPlugCost",e[e.DispThrCost=10]="DispThrCost",e[e.DispPlugCost=11]="DispPlugCost",e[e.VEncThrCost=12]="VEncThrCost",e[e.VEncPlugCost=13]="VEncPlugCost"}(c||(t.ECumuDelayVideoKey=c={})),function(e){e[e.ATotalCost=24]="ATotalCost",e[e.ASourceCCost=25]="ASourceCCost",e[e.AMixerCost=26]="AMixerCost",e[e.AEncodeCCost=27]="AEncodeCCost",e[e.AAIClientQuestionTimestampHEAD=28]="AAIClientQuestionTimestampHEAD",e[e.AAIClientQuestionTimestampTAIL=29]="AAIClientQuestionTimestampTAIL",e[e.AAIClientAnswerTimestampHEAD=30]="AAIClientAnswerTimestampHEAD",e[e.AAIClientAnswerTimestampTAIL=31]="AAIClientAnswerTimestampTAIL",e[e.AAIClientScentenceId=32]="AAIClientScentenceId",e[e.AAIClientSourceCost=33]="AAIClientSourceCost",e[e.AAIClientMixerCost=34]="AAIClientMixerCost",e[e.AAIClientEncoderCost=35]="AAIClientEncoderCost",e[e.AAILinuxReceiveCost=36]="AAILinuxReceiveCost",e[e.AAILinuxNeteqCost=37]="AAILinuxNeteqCost",e[e.AAILinuxRemoteSourceCost=38]="AAILinuxRemoteSourceCost",e[e.AAILinuxPlayMixerCost=39]="AAILinuxPlayMixerCost",e[e.AAILinuxPlayCost=40]="AAILinuxPlayCost",e[e.AAIClientQuestionUidDigestHEAD=41]="AAIClientQuestionUidDigestHEAD",e[e.AAIClientQuestionUidDigestTAIL=42]="AAIClientQuestionUidDigestTAIL",e[e.AIClinetSmartDenoise=43]="AIClinetSmartDenoise"}(T||(T={})),function(e){e[e.NetsdkThrCost=44]="NetsdkThrCost",e[e.QosThrCost=45]="QosThrCost",e[e.PacerCost=46]="PacerCost",e[e.UpRTTHalf=47]="UpRTTHalf",e[e.AIClientNetsdkThrCost=48]="AIClientNetsdkThrCost",e[e.AIClientQosThrCost=49]="AIClientQosThrCost",e[e.AIClientPacerCost=50]="AIClientPacerCost",e[e.AIClientUpRTTHalf=51]="AIClientUpRTTHalf"}(f||(t.ECumuDelayAVCommonKey=f={})),function(e){e[e.AIAsrCost=64]="AIAsrCost",e[e.AILlmCost=65]="AILlmCost",e[e.AITtsCost=66]="AITtsCost",e[e.AIMuteCost=67]="AIMuteCost",e[e.AIAgentTotalCost=68]="AIAgentTotalCost",e[e.AIAgentExtraAvatarCost=69]="AIAgentExtraAvatarCost"}(d||(d={})),function(e){e[e.PubSdkType=100]="PubSdkType",e[e.PubSdkVersion=101]="PubSdkVersion"}(E||(t.ECumuDelayPubSdkKey=E={})),function(e){e[e.NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_INTERNAL_RTT_HALF=121]="NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_INTERNAL_RTT_HALF",e[e.NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_GRTN_NODE_BEF_PACER=122]="NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_GRTN_NODE_BEF_PACER",e[e.NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_GRTN_NODE_PACER_COST=123]="NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_GRTN_NODE_PACER_COST",e[e.NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_DOWN_RTT_HALF=124]="NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_DOWN_RTT_HALF"}(_||(t.ECumuDelayGrtnKey=_={})),function(e){e[e.AIGRTNInternalRTTHalf=104]="AIGRTNInternalRTTHalf",e[e.AIGRTNBeforePacer=105]="AIGRTNBeforePacer",e[e.AIGRTNPacerCost=106]="AIGRTNPacerCost",e[e.AIGRTNDownRTTHalf=107]="AIGRTNDownRTTHalf"}(y||(y={}));var p=function(e){e.msid=s.SophonAudio;var t=S[e.msid];t||console.warn("No mapped msid for cumuDelay",e.msid);var r=new ArrayBuffer(e.sendTs?8:4);if(e.sendTs){var o=Math.floor(performance.now()+performance.timeOrigin-e.windowTimeOrigin);o>=Math.pow(2,32)-1&&(o=0);var n=new DataView(r);n.setUint8(0,8),n.setUint8(1,0),n.setUint8(2,t),n.setUint8(3,5),n.setUint32(4,o)}else new Uint8Array(r).set([0,0,t,1]);e.kv[E.PubSdkType]=u.Web,e.kv[E.PubSdkVersion]=Number(C.default.version.split(".").join("").split("-")[0]);var a=Object.keys(e.kv).length;a>256&&console.warn("Too much kv");var l,A,T,d,_=1+3*a+1,y=new ArrayBuffer(_),p=new DataView(y);p.setInt8(0,a),Object.keys(e.kv).forEach((function(t,r){t in i(i(i({},c),f),E)||console.warn("Unknown CumuDelay key: ".concat(t));var o=e.kv[t],n=1+3*r;p.setUint8(n,parseInt(t)),p.setUint16(n+1,o)})),p.setUint8(_-1,128),this.buffer=(l=r,A=y,T=new ArrayBuffer(l.byteLength+A.byteLength),(d=new Uint8Array(T)).set(new Uint8Array(l),0),d.set(new Uint8Array(A),l.byteLength),T)};t.CumuDelaySeiPayload=p;var h=function(e){var t;this.pub={},this.grtn={},this.AIPub={},this.AISub={},this.AIAgent={},this.AIGrtn={},this.other={};var r,o,n=new v(e),i=(n.readBits(3),n.readBits()),a=n.readBits(),s=n.readBits(),u=n.readBits(),l=n.readBits();n.readBits(8),n.readBits(8),n.readBits(8),1===i&&n.readBits(16);if(1===a){var C=n.readBits(32);this.pub.timestamp=C,this.pub.timestampRecv=Math.floor(performance.now())}1===s&&n.readBits(16);1===u&&(r=n.readBits(32)),1===l&&(o=n.readBits(32)),r&&o&&(this.grtn=((t={})[A.TOTAL_COST]=o-r,t[A.ENTER_GRTN_TIMESTAMP]=r,t[A.LEAVE_GRTN_TIMESTAMP]=o,t));for(var S=n.readBits(8),p=0;p<S;p++){var h=n.readBits(8),m=n.readBits(16);if(I(h,[c.VTotalCost,c.VEncPlugCost])||I(h,[T.ATotalCost,T.AEncodeCCost])||I(h,[f.NetsdkThrCost,f.UpRTTHalf])||I(h,[E.PubSdkType,E.PubSdkVersion])){var b=c[h]||T[h]||f[h]||E[h];this.pub[b]=m}else if(I(h,[T.AAIClientQuestionTimestampHEAD,T.AAIClientEncoderCost])||I(h,[f.AIClientNetsdkThrCost,f.AIClientUpRTTHalf]))b=T[h]||f[h],this.AIPub[b]=m;else if(I(h,[T.AAILinuxReceiveCost,T.AIClinetSmartDenoise]))b=T[h],this.AISub[b]=m;else if(I(h,[d.AIAsrCost,d.AIAgentExtraAvatarCost]))b=d[h],this.AIAgent[b]=m;else if(I(h,[y.AIGRTNInternalRTTHalf,y.AIGRTNDownRTTHalf])){b=y[h];for(var D=0,U="".concat(b,"_").concat(D);this.AIGrtn.hasOwnProperty(U);)U="".concat(b,"_").concat(D++);this.AIGrtn[U]=m}else if(I(h,[_.NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_INTERNAL_RTT_HALF,_.NGX_RTC_SEI_CUMULATIVE_DELAY_KEY_DOWN_RTT_HALF])){for(b=_[h],D=0,U="".concat(b,"_").concat(D);this.grtn.hasOwnProperty(U);)U="".concat(b,"_").concat(D++);this.grtn[U]=m}else this.other[h]=m}};function I(e,t){return e>=t[0]&&e<=t[1]}t.CumuDelaySeiPayloadParser=h;var v=function(){function e(e){this.byteOffset=0,this.bitOffset=0;var t=new Uint8Array(e);this.buffer=t}return e.prototype.readBits=function(e){void 0===e&&(e=1);for(var t=0,r=0;r<e;){if(this.byteOffset>=this.buffer.byteLength)throw new Error("readBits out of range");var o=8-this.bitOffset,n=Math.min(o,e-r);t=t<<n|this.getBitsFromByte(this.buffer,this.byteOffset,this.bitOffset,this.bitOffset+n-1),this.bitOffset+=n,r+=n,8===this.bitOffset&&(this.byteOffset++,this.bitOffset=0)}return 32===e&&(t>>>=0),t},e.prototype.hasNext=function(){return this.byteOffset<this.buffer.byteLength},e.prototype.getBitsFromByte=function(e,t,r,o){if(t<0||t>=e.byteLength||r<0||o>7||r>o)throw new Error("Invalid parameters");return e[t]>>7-o&(1<<o-r+1)-1},e}()},594:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.readUUID=t.discardEPB=t.insertEPB=t.SODBtoRBSP=t.convertPayloadSize=t.NALU=t.SEI=t.parseSei=t.insertSei=void 0;var o=r(649);t.insertSei=function(e,t,r,o){void 0===r&&(r=5);for(var a=e.data,s=new DataView(a),u=0;;){if(1===s.getUint32(u)){s.getUint8(u+4);var l=new n(t,r,o).buffer,A=new i(l).buffer,C=new ArrayBuffer(A.byteLength+a.byteLength),c=new Uint8Array(C),T=new Uint8Array(A);c.set(T);var f=new Uint8Array(a);c.set(f,A.byteLength),e.data=C,u+=1;break}if((u+=1)+4>=s.byteLength)break}};t.parseSei=function(e){for(var r=[],o=new DataView(e),n=0;;){var i=n,s=o.getUint32(i);if(i+=4,1===s){if(6===(31&o.getUint8(i++))){for(var u=o.getUint8(i++),l=a(u)?16:0,A=0;255==o.getUint8(i);)i++,A+=255;if((A+=o.getUint8(i++))>0&&o.byteLength>i+A){var C=new Uint8Array(o.buffer),c="";if(a(u)){var T=C.slice(i,i+l);c=(0,t.readUUID)((0,t.discardEPB)(T))}var f=C.slice(i+l,i+A);i+=A,r.push({payloadType:u,uuid:c,data:f.buffer})}}n=i}else n+=1;if(n+4>=o.byteLength)break}return r};var n=function(e,r,o){void 0===r&&(r=5);var n=a(r)?16:0,i=e.byteLength+n,s=(0,t.convertPayloadSize)(i),u=s.buffer.byteLength,l=new ArrayBuffer(1+u+n+e.byteLength),A=new Uint8Array(l),C=0;if(A[C++]=r,A.set(s,C),C+=s.byteLength,a(r)){o=(o||"00000000-0000-0000-0000-000000000000").replace(/-/g,"");for(var c=0;c<16;c++)A[C+c]=parseInt(o.substr(2*c,2),16);C+=16}var T=new Uint8Array(e);A.set(T,C);var f=(0,t.SODBtoRBSP)(A);this.buffer=f.buffer};t.SEI=n;var i=function(e){var t=new Uint8Array([0,0,0,1]),r=new Uint8Array([6]),o=new ArrayBuffer(t.byteLength+r.byteLength+e.byteLength),n=new Uint8Array(o);n.set(t),n.set(r,t.byteLength),n.set(new Uint8Array(e),t.byteLength+r.byteLength),this.buffer=o};t.NALU=i;t.convertPayloadSize=function(e){if(e<=0)throw new Error("payloadSize must be a positive integer.");for(var t=Math.ceil(e/255),r=new ArrayBuffer(t),o=new DataView(r),n=0;n<t-1;n++)o.setUint8(n,255);return o.setUint8(t-1,e%255&255),new Uint8Array(r)};t.SODBtoRBSP=function(e){for(var r=new Uint8Array(e),o="",n=0;n<r.length;n++)o+=r[n].toString(2).padStart(8,"0");for(o+="1";o.length%8!=0;)o+="0";var i=o.length/8,a=new Uint8Array(i);for(n=0;n<i;n++)a[n]=parseInt(o.slice(8*n,8*n+8),2);return(0,t.insertEPB)(a)};t.insertEPB=function(e){for(var t=[],r=0,o=0;o<e.length;o++)t.push(e[o]),0===e[o]?2===++r&&o<e.length-1&&e[o+1]<=3&&(t.push(3),r=0):r=0;return new Uint8Array(t)};t.discardEPB=function(e){for(var t=e.byteLength,r=[],o=1;o<t-2;)0===e[o]&&0===e[o+1]&&3===e[o+2]?(r.push(o+2),o+=2):o++;if(0===r.length)return e;var n=t-r.length,i=new Uint8Array(n),a=0;for(o=0;o<n;a++,o++)a===r[0]&&(a++,r.shift()),i[o]=e[a];return i};t.readUUID=function(e){if(16!==e.length)throw new Error("UUID must be 16 bytes long.");var t=e.reduce((function(e,t){return e+t.toString(16).padStart(2,"0")}),"");return"".concat(t.slice(0,8),"-").concat(t.slice(8,12),"-").concat(t.slice(12,16),"-").concat(t.slice(16,20),"-").concat(t.slice(20))};var a=function(e){return 5===e||e===o.CUMU_DELAY_SEI_PAYLOAD_TYPE}},718:function(e,t){var r=this&&this.__spreadArray||function(e,t,r){if(r||2===arguments.length)for(var o,n=0,i=t.length;n<i;n++)!o&&n in t||(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))};Object.defineProperty(t,"__esModule",{value:!0}),t.hebtLog=t.createUUID=t.evaluateNetworkCondition=t.makeCancelable=t.hasVideoTrack=t.hasAudioTrack=t.getVideoTrack=t.getAudioTrack=t.pruneSubUrl=t.getJitterBufferDelayAvg=void 0,t.lowercaseFirstLetter=function(e){return e.replace(/([A-Za-z])/,(function(e){return e.toLowerCase()}))},t.underlineToCamelCase=function(e){return e.replace(/_([a-z])/g,(function(e,t){return t.toUpperCase()}))};t.getJitterBufferDelayAvg=function(e,t){return e&&t?Number(e)/Number(t)*1e3:-1};t.pruneSubUrl=function(e,t){var r=e||"";return r=r.replace("@subaudio=no","").replace("@subvideo=no",""),t&&(r=r.split("?")[0]),r};t.getAudioTrack=function(e){return e.getAudioTracks()[0]};t.getVideoTrack=function(e){return e.getVideoTracks()[0]};t.hasAudioTrack=function(e){return e.getAudioTracks().length>0};t.hasVideoTrack=function(e){return e.getVideoTracks().length>0};t.makeCancelable=function(e){var t=!1;return{promise:new Promise((function(r,o){e.then((function(e){return t?o({isCanceled:!0}):r(e)})),e.catch((function(e){return o(t?{isCanceled:!0}:e)}))})),cancel:function(){t=!0}}};t.evaluateNetworkCondition=function(e,t,r,o,n){var i=0;if(!navigator.onLine)return i=6;var a=[{loss:0,rtt:0,jbd:1},{loss:0,rtt:1,jbd:0},{loss:0,rtt:.5,jbd:.5},{loss:1,rtt:0,jbd:0},{loss:.8,rtt:0,jbd:.2},{loss:.8,rtt:.2,jbd:0},{loss:.6,rtt:.2,jbd:.2}],s=-1,u=-1,l=-1;if("number"==typeof t&&t>=0||"number"==typeof r&&r>=0){s=0;var A=!1,C=!1;"number"==typeof t&&t>=0&&(s+=t,A=!0),"number"==typeof r&&r>=0&&(s+=r,C=!0),A&&!C&&(s*=2),C&&!A&&(s*=1.8)}if("number"==typeof e&&e>=0&&(l=e),"number"==typeof o&&o>=0||"number"==typeof n&&n>=0){u=0;"number"==typeof o&&o>=0&&(u+=o),"number"==typeof n&&n>=0&&(u+=n)}var c;if((c=4*(-1!==s?1:0)+2*(-1!==l?1:0)+(-1!==u?1:0))>0){var T=1.2*s*a[c-1].loss+l/1500*a[c-1].rtt+u/3e3*a[c-1].jbd;i=T<=.1?1:T<=.23?2:T<=.36?3:T<=.49?4:5}else i=0;return i};t.createUUID=function(e,t){var r,o="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split(""),n=[];if(t=t||o.length,e)for(r=0;r<e;r++)n[r]=o[0|Math.random()*t];else{var i=void 0;for(n[8]=n[13]=n[18]=n[23]="-",n[14]="4",r=0;r<36;r++)n[r]||(i=0|16*Math.random(),n[r]=o[19==r?3&i|8:i])}return n.join("")};t.hebtLog=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];window.RTS_HEBT_DEBUG&&console.log.apply(console,r(["[rts hebt]"],e,!1))}}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var i=t[o]={exports:{}};return e[o].call(i.exports,i,i.exports,r),i.exports}var o,n,i,a,s,u,l,A,C,c,T,f;a=r(594),s=r(718),u=r(649),l=r(917),A=self,C=!1,c=0,T=function(e,t,r,s){if(e===l.EWorkerSource.Sender){var A=new TransformStream({transform:function(e,t){var r=e;if(e.type){if(o)try{(!o.keyframeOnly||o.keyframeOnly&&"key"===e.type)&&((0,a.insertSei)(e,o.sei,o.payloadType,o.uuid),void 0===o.repeatCount?o=null:-1!==o.repeatCount&&(o.repeatCount--,o.repeatCount<0&&(o=null)))}catch(t){e=r,console.log("error in inserting user SEI",t)}else if(C)try{if("key"===e.type&&n){var i={};n.v_encode_time_avg&&(i[u.ECumuDelayVideoKey.VEncPlugCost]=Math.ceil(n.v_encode_time_avg)),n.v_packet_send_delay_avg&&(i[u.ECumuDelayAVCommonKey.PacerCost]=Math.ceil(n.v_packet_send_delay_avg)),n.rtt&&(i[u.ECumuDelayAVCommonKey.UpRTTHalf]=Math.ceil(n.rtt/2*1e3)),i[u.ECumuDelayVideoKey.VTotalCost]=Math.ceil((i[u.ECumuDelayVideoKey.VEncPlugCost]||0)+(i[u.ECumuDelayAVCommonKey.PacerCost]||0)),(0,a.insertSei)(e,new u.CumuDelaySeiPayload({msid:n.vMsid||"",kv:i,sendTs:!0,windowTimeOrigin:c}).buffer,u.CUMU_DELAY_SEI_PAYLOAD_TYPE,(0,a.readUUID)(new Uint8Array(u.CUMU_DELAY_UUID)))}}catch(t){e=r,console.log("error in inserting cumuDelay SEI",t)}r=null,s&&s(e)}t.enqueue(e)}});t.pipeThrough(A).pipeTo(r)}else e===l.EWorkerSource.Receiver&&(A=new TransformStream({transform:function(e,t){var r,o,n,a,l,A,C,c,T,f,d,E=e;if(e.type){try{if(i){var _=((r={})[u.ECumuDelaySubKey.DownRTTHalf]=Math.ceil(((null===(n=null===(o=i.video)||void 0===o?void 0:o.transportStats)||void 0===n?void 0:n.rtt)||0)/2*1e3),r[u.ECumuDelaySubKey.VAssemblyCost]=Math.ceil((null===(l=null===(a=i.video)||void 0===a?void 0:a.inboundRtpStatsPerSec)||void 0===l?void 0:l.totalAssemblyTimeAvg)||0),r[u.ECumuDelaySubKey.VJitterBufferDelay]=Math.ceil((null===(C=null===(A=i.video)||void 0===A?void 0:A.inboundRtpStatsPerSec)||void 0===C?void 0:C.jitterBufferDelayAvg)||0),r[u.ECumuDelaySubKey.VDecPlugCost]=Math.ceil((null===(T=null===(c=i.video)||void 0===c?void 0:c.inboundRtpStatsPerSec)||void 0===T?void 0:T.decodeTimeAvg)||0),r[u.ECumuDelaySubKey.VTotalCost]=Math.ceil((null===(d=null===(f=i.video)||void 0===f?void 0:f.inboundRtpStatsPerSec)||void 0===d?void 0:d.totalProcessingDelayAvg)||0),r);_[u.ECumuDelaySubKey.VTotalCost]||(_[u.ECumuDelaySubKey.VTotalCost]=Math.ceil((_[u.ECumuDelaySubKey.VAssemblyCost]||0)+(_[u.ECumuDelaySubKey.VJitterBufferDelay]||0)+(_[u.ECumuDelaySubKey.VDecPlugCost]||0))),e.subStats=_}}catch(t){console.log("error in parsing SEI",t),e=E}E=null,s&&s(e)}delete e.subStats,t.enqueue(e)}}),t.pipeThrough(A).pipeTo(r))},f=function(e){var t=e.data.slice(0);A.postMessage({type:"encodedFrame",data:t,frameInfo:{type:e.type,timestamp:e.timestamp},subStats:e.subStats},[t]),t=null},A.RTCTransformEvent&&(A.onrtctransform=function(e){var t=e.transformer,r=t.options.source,o=t.readable,n=t.writable;T(r,o,n,(function(e){r===l.EWorkerSource.Receiver&&f(e)}))}),onmessage=function(e){switch(e.data.operation){case l.EWorkerAction.Setup:t=e.data,r=t.source,a=t.readable,u=t.writable,T(r,a,u,(function(e){r===l.EWorkerSource.Receiver&&f(e)}));break;case l.EWorkerAction.InserSEI:!function(e){(o=e)&&(o.uuid=(0,s.createUUID)().toLowerCase(),o.repeatCount=o.repeatCount||0)}(e.data);break;case l.EWorkerAction.UpdatePubStats:!function(e){n=e.stats}(e.data);break;case l.EWorkerAction.UpdateSubStats:!function(e){i=e.stats}(e.data);break;case l.EWorkerAction.SwitchCumuDelay:!function(e){C=e.enable,c=e.windowTimeOrigin}(e.data)}var t,r,a,u}})();',"Worker",void 0,void 0)}},5512:j=>{j.exports=function(T,_,m,d){var f=self||window;try{try{var y;try{y=new f.Blob([T])}catch{(y=new(f.BlobBuilder||f.WebKitBlobBuilder||f.MozBlobBuilder||f.MSBlobBuilder)).append(T),y=y.getBlob()}var v=f.URL||f.webkitURL,s=v.createObjectURL(y),c=new f[_](s,m);return v.revokeObjectURL(s),c}catch{return new f[_]("data:application/javascript,".concat(encodeURIComponent(T)),m)}}catch{if(!d)throw Error("Inline worker is not supported");return new f[_](d,m)}}},2632:(j,T,_)=>{_.r(T),_.d(T,{default:()=>a});function m(e,r,i){Object.defineProperty(e,r,{writable:!0,enumerable:!0,configurable:!0,value:i})}Array(32);var d,f,y;class v{constructor(r){var i,o;this.timer=null,this.time=10,this.count=10,this.arr=[],this.time=(i=r.time)!=null?i:10,this.count=(o=r.count)!=null?o:10,r.host.startsWith("http://")||r.host.startsWith("https://")?this.url=r.host+"/logstores/"+r.logstore+"/track":this.url="https://"+r.project+"."+r.host+"/logstores/"+r.logstore+"/track",this.opt=r,r.installUnloadHook&&typeof r.installUnloadHook=="function"&&r.installUnloadHook(()=>{this.sendImmediateInner()})}assemblePayload(r=this.arr){const i={__logs__:r};return this.opt.tags&&(i.__tags__=this.opt.tags),this.opt.topic&&(i.__topic__=this.opt.topic),this.opt.source&&(i.__source__=this.opt.source),JSON.stringify(i)}platformSend(){if(this.opt.sendPayload&&typeof this.opt.sendPayload=="function"){const r=this.assemblePayload();this.opt.sendPayload(this.url,r)}}transString(r){let i={};for(let o in r)typeof r[o]=="object"?i[o]=JSON.stringify(r[o]):i[o]=String(r[o]);return i}sendImmediateInner(){this.arr&&this.arr.length>0&&(this.platformSend(),this.timer!=null&&(clearTimeout(this.timer),this.timer=null),this.arr=[])}sendInner(){if(this.timer)this.arr.length>=this.count&&(clearTimeout(this.timer),this.timer=null,this.sendImmediateInner());else{const r=this;this.arr.length>=this.count||this.time<=0?this.sendImmediateInner():this.timer=setTimeout(function(){r.sendImmediateInner()},1e3*this.time)}}send(r){const i=this.transString(r);this.arr.push(i),this.sendInner()}sendImmediate(r){const i=this.transString(r);this.arr.push(i),this.sendImmediateInner()}sendBatchLogs(r){const i=r.map(o=>this.transString(o));this.arr.push(...i),this.sendInner()}sendBatchLogsImmediate(r){const i=r.map(o=>this.transString(o));this.arr.push(...i),this.sendImmediateInner()}}function s(e,r){const i=new window.XMLHttpRequest;i.open("POST",`${e}?APIVersion=0.6.0`,!0),i.send(r)}function c(e,r){try{if(r.length>=32768)return void s(e,r);(function(i,o){return!(!navigator||!navigator.sendBeacon)&&navigator.sendBeacon(`${i}?APIVersion=0.6.0`,o)})(e,r)||s(e,r)}catch(i){window&&window.console&&typeof window.console.error=="function"&&(console.error(`Failed to log to ali log service because of this exception:
|
|
163
|
+
`+i),console.error("Failed log data:",e))}}class a extends v{constructor(r){super(Object.assign({},r,{installUnloadHook:i=>{window.addEventListener("beforeunload",()=>{i()})},sendPayload:(i,o)=>{c(i,o)}}))}}d=window,f="SLS_Tracker",y=a,m(d,f,y)},4198:j=>{j.exports=JSON.parse('{"name":"axios","version":"0.21.4","description":"Promise based HTTP client for the browser and node.js","main":"index.js","scripts":{"test":"grunt test","start":"node ./sandbox/server.js","build":"NODE_ENV=production grunt build","preversion":"npm test","version":"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json","postversion":"git push && git push --tags","examples":"node ./examples/server.js","coveralls":"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js","fix":"eslint --fix lib/**/*.js"},"repository":{"type":"git","url":"https://github.com/axios/axios.git"},"keywords":["xhr","http","ajax","promise","node"],"author":"Matt Zabriskie","license":"MIT","bugs":{"url":"https://github.com/axios/axios/issues"},"homepage":"https://axios-http.com","devDependencies":{"coveralls":"^3.0.0","es6-promise":"^4.2.4","grunt":"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1","karma":"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2","minimist":"^1.2.0","mocha":"^8.2.1","sinon":"^4.5.0","terser-webpack-plugin":"^4.2.3","typescript":"^4.0.5","url-search-params":"^0.10.0","webpack":"^4.44.2","webpack-dev-server":"^3.11.0"},"browser":{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},"jsdelivr":"dist/axios.min.js","unpkg":"dist/axios.min.js","typings":"./index.d.ts","dependencies":{"follow-redirects":"^1.14.0"},"bundlesize":[{"path":"./dist/axios.min.js","threshold":"5kB"}]}')}},V={};function Q(j){var T=V[j];if(T!==void 0)return T.exports;var _=V[j]={exports:{}};return M[j].call(_.exports,_,_.exports,Q),_.exports}return Q.n=j=>{var T=j&&j.__esModule?()=>j.default:()=>j;return Q.d(T,{a:T}),T},Q.d=(j,T)=>{for(var _ in T)Q.o(T,_)&&!Q.o(j,_)&&Object.defineProperty(j,_,{enumerable:!0,get:T[_]})},Q.o=(j,T)=>Object.prototype.hasOwnProperty.call(j,T),Q.r=j=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(j,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(j,"__esModule",{value:!0})},Q(8156)})())})(Vr);for(var jn=Vr.exports,Le=[],Gt=0;Gt<256;++Gt)Le.push((Gt+256).toString(16).slice(1));function Wn(Y,L=0){return(Le[Y[L+0]]+Le[Y[L+1]]+Le[Y[L+2]]+Le[Y[L+3]]+"-"+Le[Y[L+4]]+Le[Y[L+5]]+"-"+Le[Y[L+6]]+Le[Y[L+7]]+"-"+Le[Y[L+8]]+Le[Y[L+9]]+"-"+Le[Y[L+10]]+Le[Y[L+11]]+Le[Y[L+12]]+Le[Y[L+13]]+Le[Y[L+14]]+Le[Y[L+15]]).toLowerCase()}var nt,Gn=new Uint8Array(16);function zn(){if(!nt&&(nt=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!nt))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return nt(Gn)}var Yn=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Hr={randomUUID:Yn};function it(Y,L,M){if(Hr.randomUUID&&!L&&!Y)return Hr.randomUUID();Y=Y||{};var V=Y.random||(Y.rng||zn)();return V[6]=V[6]&15|64,V[8]=V[8]&63|128,Wn(V)}var qn=/d{1,4}|D{3,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|W{1,2}|[LlopSZN]|"[^"]*"|'[^']*'/g,Kn=/\b(?:[A-Z]{1,3}[A-Z][TC])(?:[-+]\d{4})?|((?:Australian )?(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time)\b/g,Xn=/[^-+\dA-Z]/g;function zt(Y,L,M,V){if(arguments.length===1&&typeof Y=="string"&&!/\d/.test(Y)&&(L=Y,Y=void 0),Y=Y||Y===0?Y:new Date,Y instanceof Date||(Y=new Date(Y)),isNaN(Y))throw TypeError("Invalid date");L=String(jr[L]||L||jr.default);var Q=L.slice(0,4);(Q==="UTC:"||Q==="GMT:")&&(L=L.slice(4),M=!0,Q==="GMT:"&&(V=!0));var j=function(){return M?"getUTC":"get"},T=function(){return Y[j()+"Date"]()},_=function(){return Y[j()+"Day"]()},m=function(){return Y[j()+"Month"]()},d=function(){return Y[j()+"FullYear"]()},f=function(){return Y[j()+"Hours"]()},y=function(){return Y[j()+"Minutes"]()},v=function(){return Y[j()+"Seconds"]()},s=function(){return Y[j()+"Milliseconds"]()},c=function(){return M?0:Y.getTimezoneOffset()},a=function(){return Qn(Y)},e=function(){return Jn(Y)},r={d:function(){return T()},dd:function(){return je(T())},ddd:function(){return Ve.dayNames[_()]},DDD:function(){return Wr({y:d(),m:m(),d:T(),_:j(),dayName:Ve.dayNames[_()],short:!0})},dddd:function(){return Ve.dayNames[_()+7]},DDDD:function(){return Wr({y:d(),m:m(),d:T(),_:j(),dayName:Ve.dayNames[_()+7]})},m:function(){return m()+1},mm:function(){return je(m()+1)},mmm:function(){return Ve.monthNames[m()]},mmmm:function(){return Ve.monthNames[m()+12]},yy:function(){return String(d()).slice(2)},yyyy:function(){return je(d(),4)},h:function(){return f()%12||12},hh:function(){return je(f()%12||12)},H:function(){return f()},HH:function(){return je(f())},M:function(){return y()},MM:function(){return je(y())},s:function(){return v()},ss:function(){return je(v())},l:function(){return je(s(),3)},L:function(){return je(Math.floor(s()/10))},t:function(){return f()<12?Ve.timeNames[0]:Ve.timeNames[1]},tt:function(){return f()<12?Ve.timeNames[2]:Ve.timeNames[3]},T:function(){return f()<12?Ve.timeNames[4]:Ve.timeNames[5]},TT:function(){return f()<12?Ve.timeNames[6]:Ve.timeNames[7]},Z:function(){return V?"GMT":M?"UTC":$n(Y)},o:function(){return(c()>0?"-":"+")+je(Math.floor(Math.abs(c())/60)*100+Math.abs(c())%60,4)},p:function(){return(c()>0?"-":"+")+je(Math.floor(Math.abs(c())/60),2)+":"+je(Math.floor(Math.abs(c())%60),2)},S:function(){return["th","st","nd","rd"][T()%10>3?0:(T()%100-T()%10!=10)*T()%10]},W:function(){return a()},WW:function(){return je(a())},N:function(){return e()}};return L.replace(qn,function(i){return i in r?r[i]():i.slice(1,i.length-1)})}var jr={default:"ddd mmm dd yyyy HH:MM:ss",shortDate:"m/d/yy",paddedShortDate:"mm/dd/yyyy",mediumDate:"mmm d, yyyy",longDate:"mmmm d, yyyy",fullDate:"dddd, mmmm d, yyyy",shortTime:"h:MM TT",mediumTime:"h:MM:ss TT",longTime:"h:MM:ss TT Z",isoDate:"yyyy-mm-dd",isoTime:"HH:MM:ss",isoDateTime:"yyyy-mm-dd'T'HH:MM:sso",isoUtcDateTime:"UTC:yyyy-mm-dd'T'HH:MM:ss'Z'",expiresHeaderFormat:"ddd, dd mmm yyyy HH:MM:ss Z"},Ve={dayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],timeNames:["a","p","am","pm","A","P","AM","PM"]},je=function(L){var M=arguments.length>1&&arguments[1]!==void 0?arguments[1]:2;return String(L).padStart(M,"0")},Wr=function(L){var M=L.y,V=L.m,Q=L.d,j=L._,T=L.dayName,_=L.short,m=_===void 0?!1:_,d=new Date,f=new Date;f.setDate(f[j+"Date"]()-1);var y=new Date;y.setDate(y[j+"Date"]()+1);var v=function(){return d[j+"Date"]()},s=function(){return d[j+"Month"]()},c=function(){return d[j+"FullYear"]()},a=function(){return f[j+"Date"]()},e=function(){return f[j+"Month"]()},r=function(){return f[j+"FullYear"]()},i=function(){return y[j+"Date"]()},o=function(){return y[j+"Month"]()},t=function(){return y[j+"FullYear"]()};return c()===M&&s()===V&&v()===Q?m?"Tdy":"Today":r()===M&&e()===V&&a()===Q?m?"Ysd":"Yesterday":t()===M&&o()===V&&i()===Q?m?"Tmw":"Tomorrow":T},Qn=function(L){var M=new Date(L.getFullYear(),L.getMonth(),L.getDate());M.setDate(M.getDate()-(M.getDay()+6)%7+3);var V=new Date(M.getFullYear(),0,4);V.setDate(V.getDate()-(V.getDay()+6)%7+3);var Q=M.getTimezoneOffset()-V.getTimezoneOffset();M.setHours(M.getHours()-Q);var j=(M-V)/(864e5*7);return 1+Math.floor(j)},Jn=function(L){var M=L.getDay();return M===0&&(M=7),M},$n=function(L){return(String(L).match(Kn)||[""]).pop().replace(Xn,"").replace(/GMT\+0000/g,"UTC")},Yt;(function(Y){Y.prod="rs.rtn.aliyuncs.com",Y.pre="prs.rtn.aliyuncs.com"})(Yt||(Yt={}));var Gr;(function(Y){Y[Y.ByClient=0]="ByClient",Y[Y.KickOut=1]="KickOut",Y[Y.ChannelClosed=2]="ChannelClosed",Y[Y.Restore=3]="Restore",Y[Y.Expired=4]="Expired",Y[Y.Reconnect=5]="Reconnect",Y[Y.ReconnectExhausted=6]="ReconnectExhausted"})(Gr||(Gr={}));const zr="7.1.3-beta.1";class Kt{static getVersionNumber(){let L=zr.split("."),M="";return L.forEach(V=>{V.length===1?M+="0"+V:M+=V}),parseInt(M)}static queryingParam(L){let M=[];if(L)for(let V in L)M.push(V+"="+L[V]);return M.join("&")}static getQueryParams(L){const M=window.location.search.substring(1).split("&");for(let V=0;V<M.length;V++){const Q=M[V].split("=");if(decodeURIComponent(Q[0])===L)return decodeURIComponent(Q[1])}}static createCallid(L=""){const M=it();return L&&M&&M.length>L.length?`${L}${M.substring(L.length)}`:M}static checkSubOptionsValid(L){if(L){const{audio:M,video:V,screen:Q}=L;if(M===!1&&V===!1&&Q===!1)return!1}return!0}static async isNetworkAvailable(){const L=Yt.prod,{onLine:M}=navigator;if(!M)return!1;try{return await fetch(`https://${L}/roomserver/v1/ws/version`),!0}catch{return!1}}static toString(L){let M;if(L instanceof Error)M=L.message;else if(typeof L=="string")M=L;else try{M=JSON.stringify(L)}catch{M="undefined"}return M}static paramArrayToString(L){let M="";for(let V=0;V<L.length;V++){M!==""&&(M+=" ");let Q=Kt.toString(L[V]);M+=Q}return M}}const Zn=(Y,L)=>Y.find(M=>{if(typeof M.test=="function")return M.test(L);if(Array.isArray(M.test))return M.test.some(V=>typeof V=="string"?L.indexOf(V)>-1:V instanceof RegExp?V.test(L):!1)}),ei=[{test:["wow64","win64","x64"],describe(){return"amd64"}},{test:["i686","x86"],describe(){return"x86"}},{test:["aarch64","arm64"],describe(){return"arm64"}},{test:["arm"],describe(){return"arm"}}],ti=()=>{let Y="unknown";try{const L=navigator.userAgent||"",M=Zn(ei,L);if(!M)return Y;Y=M.describe(L)}catch{}return Y};var ri=Object.defineProperty,ni=(Y,L,M)=>L in Y?ri(Y,L,{enumerable:!0,configurable:!0,writable:!0,value:M}):Y[L]=M,we=(Y,L,M)=>ni(Y,typeof L!="symbol"?L+"":L,M);const{BrowserUtil:Yr,SystenUtil:qr}=jn.AliRTS,ii=ti(),oi="woMMssV6jmyol9fr",ai=200,ot=10*60*1e3,at={host:"cn-hangzhou.log.aliyuncs.com",project:"alivc-aio",logstore:"logger",time:10,count:10};function qt(){return zt(new Date,"HH:MM:ss.l")}function Kr(){return zt(new Date,"isoDate")}var He;(function(Y){Y[Y.DEBUG=0]="DEBUG",Y[Y.INFO=1]="INFO",Y[Y.API=2]="API",Y[Y.WARNING=3]="WARNING",Y[Y.ERROR=4]="ERROR",Y[Y.NONE=5]="NONE"})(He||(He={}));var Ke;(function(Y){Y[Y.TASK_UPLOAD_BEGIN=710201]="TASK_UPLOAD_BEGIN",Y[Y.SESSION_UPLOAD_BEGIN=710202]="SESSION_UPLOAD_BEGIN",Y[Y.SESSION_UPLOAD_ING=710203]="SESSION_UPLOAD_ING",Y[Y.SESSION_UPLOAD_END=710204]="SESSION_UPLOAD_END",Y[Y.TASK_UPLOAD_END=710205]="TASK_UPLOAD_END"})(Ke||(Ke={}));class si{constructor(){we(this,"tracker"),we(this,"slsPlugin"),we(this,"stsData"),we(this,"stsExpiration",Date.now()),we(this,"clientId",it()),we(this,"bSesid",it()),we(this,"logLevel",He.WARNING),we(this,"appId",""),we(this,"sessionId",""),we(this,"logCache",[]),we(this,"updateTaskTimer"),we(this,"endReported",!0),we(this,"logSequence",0),we(this,"sendLogBeforeUnload",async L=>{if(!this.slsPlugin)return;this.logSequence+=1,L.unshift(this.getLogParams(Ke.SESSION_UPLOAD_ING,{log:`[${Kr()} ${qt()}] [INF] beforeunload`,stat_log_seq:this.logSequence}));const M=`https://${at.project}.${at.host}/logstores/${at.logstore}`,V={__logs__:L.map(T=>this.slsPlugin.transString(T))},{data:Q,header:j}=await this.slsPlugin.process(M,JSON.stringify(V));fetch(M,{keepalive:!0,method:"POST",headers:j,body:Q})}),we(this,"logMethod",(L,M=console.log)=>(...V)=>{let Q=qt();this.logLevel<=L&&M(Q,...V);let j=Kt.paramArrayToString(V);L>He.DEBUG&&this.addLog(j)}),we(this,"d",this.logMethod(He.DEBUG,console.debug)),we(this,"i",this.logMethod(He.INFO)),we(this,"w",this.logMethod(He.WARNING,console.warn)),we(this,"e",this.logMethod(He.ERROR,(...L)=>{const[M,...V]=L;console.error(M,"<error>",V)})),we(this,"ev",this.logMethod(He.API)),we(this,"a",this.logMethod(He.API,(...L)=>{const[M,...V]=L;if(V.length>2){const Q=`${V[1]}`;Q.startsWith("__g__")&&console.group(`${Q.substring(5)}_${V[2]}`)}console.log(M,...V)})),we(this,"ar",this.logMethod(He.API,(...L)=>{const[M,...V]=L;console.log(M,...V),V.length>2&&`${V[1]}`.startsWith("__g__")&&console.groupEnd()})),we(this,"ae",this.logMethod(He.API,(...L)=>{const[M,...V]=L;console.error(M,"<error>",...V),V.length>2&&`${V[1]}`.startsWith("__g__")&&console.groupEnd()})),window.addEventListener("beforeunload",()=>{this.reportEnd(!0)})}init(){this.reset(),this.startSTSUpdateTask()}destroy(){this.updateTaskTimer&&clearTimeout(this.updateTaskTimer)}reset(){this.bSesid=it(),this.endReported=!0,this.logSequence=0,this.appId="",this.sessionId=""}async startSTSUpdateTask(){this.updateTaskTimer&&clearTimeout(this.updateTaskTimer);try{const L=await this.refreshSTSToken();this.createTracker(L)}catch{}this.updateTaskTimer=setTimeout(()=>{this.startSTSUpdateTask()},ot)}async refreshSTSToken(){if(!this.stsData||this.stsExpiration<=Date.now()-ot){const L=await this.requestSTSToken(),M=new Date(L?.Expiration).getTime()||0,V=Date.now()+ot;this.stsExpiration=Math.max(M,V),this.stsData=L}return this.stsData}requestSTSToken(){const L=Date.now(),M=`${this.clientId}|${oi}|${L}`,V={Action:"AssumeSlsRoleV2",AuthInfo:et.MD5(M).toString(et.enc.Hex),ClientId:this.clientId,BusinessType:"logger",AppVersion:"1.0",Version:"2017-03-14",AuthTimestamp:`${L}`,TerminalType:"web",DeviceModel:"",Format:"JSON",SignatureMethod:"HMAC-SHA1",SignatureVersion:"1.0",Timestamp:zt(L,"isoUtcDateTime")},Q=`https://slsrole.alicdn.com/?${new URLSearchParams(V).toString()}`;return fetch(Q).then(j=>j.json()).then(j=>JSON.parse(window.atob(j.SlsAuthResult)))}createTracker(L){if(!this.tracker){const M={accessKeyId:L.AccessKeyId,accessKeySecret:L.AccessKeySecret,securityToken:L.SecurityToken,refreshSTSTokenInterval:ot,stsTokenFreshTime:void 0,refreshSTSToken:()=>{this.refreshSTSToken().then(j=>{M.accessKeyId=j.AccessKeyId,M.accessKeySecret=j.AccessKeySecret,M.securityToken=j.SecurityToken}).catch(()=>{})}},V=new er(at),Q=Fr(M);V.useStsPlugin(Q),this.slsPlugin=Q,this.tracker=V,this.reportStartAndCache()}}changeConfig(L){L.logLevel!==void 0&&L.logLevel>=He.DEBUG&&L.logLevel<=He.NONE&&(this.logLevel=L.logLevel)}setSessionID(L,M){!L||!M||(this.appId=L,this.sessionId=M,this.reportStartAndCache())}reportStartAndCache(){if(!this.tracker||!this.sessionId)return;this.endReported=!1;const L={task_btm_sec:0,task_duration:0,task_etm_sec:0,task_type:"session"},M=[this.getLogParams(Ke.TASK_UPLOAD_BEGIN,L),this.getLogParams(Ke.SESSION_UPLOAD_BEGIN,L)];this.tracker.sendBatchLogsImmediate(M),this.logCache.forEach(V=>{this.sendLog(V)})}reportEnd(L=!1){if(!this.tracker||!this.sessionId||this.endReported){this.reset();return}const M={task_btm_sec:0,task_duration:0,task_etm_sec:0,task_type:"session"},V=[this.getLogParams(Ke.SESSION_UPLOAD_END,M),this.getLogParams(Ke.TASK_UPLOAD_END,M)];L?this.sendLogBeforeUnload(V):(this.tracker.sendBatchLogsImmediate(V),this.endReported=!0),this.reset()}getLogParams(L,M){return{appid:`${window.location.host}`,appid_list:this.appId,appver:"",b_sesid:this.bSesid,biz_type:"rtc",cpu_info:ii,db:Yr.browserName,dm:Yr.browserVersion,install_uuid:this.clientId,logger_v:"0.0.1",os:qr.systemName,osv:qr.systemVersion,p_sesid:this.bSesid,sdk_version:zr,sdkname:"AliRTCSdk",stm:Date.now(),tar_pf:"web",traceid:this.sessionId,event_id:L,...M||{}}}sendLog(L){if(!this.tracker||!this.sessionId)return;this.logSequence+=1;const M=this.getLogParams(Ke.SESSION_UPLOAD_ING,{log:L,stat_log_seq:this.logSequence});this.tracker.send(M)}addLog(L){const M=qt(),V=`[${Kr()} ${M}] ${L}`;!this.sessionId||!this.tracker?(this.logCache.push(V),this.logCache.length>=ai&&this.logCache.shift()):this.sendLog(V)}}var ci=Object.defineProperty,ui=(Y,L,M)=>L in Y?ci(Y,L,{enumerable:!0,configurable:!0,writable:!0,value:M}):Y[L]=M,di=(Y,L,M)=>ui(Y,L+"",M);class Ze{static getLogger(){return this.logger||(this.logger=new si),this.logger}static init(){this.getLogger().init()}static destroy(){this.getLogger().destroy()}static setLogLevel(L){this.getLogger().changeConfig({logLevel:L})}static setSessionID(L,M){this.getLogger().setSessionID(L,M)}static reportEnd(){this.getLogger().reportEnd()}static interface(...L){this.getLogger().a("[API]",...L)}static interfaceResult(L,M,V,...Q){V?this.getLogger().ar("[ARE]",L,M,...Q):this.getLogger().ae("[ARE]",L,M,...Q)}static event(...L){this.getLogger().ev("[EVT]",...L)}static debug(...L){this.getLogger().d("[DBG]",...L)}static info(...L){this.getLogger().i("[INF]",...L)}static warn(...L){this.getLogger().w("[WARN]",...L)}static error(...L){this.getLogger().e("[ERR]",...L)}}di(Ze,"logger");var li=Object.defineProperty,pi=(Y,L,M)=>L in Y?li(Y,L,{enumerable:!0,configurable:!0,writable:!0,value:M}):Y[L]=M,Xe=(Y,L,M)=>pi(Y,typeof L!="symbol"?L+"":L,M);const Xr=48e3,tt="[AliyunAudio3A] ";class fi extends Jr{constructor(L){super("AliRtcAudioProcessPlugin",$r.AliRtcSdkStreamTypeCapture,Zr.AUDIO),Xe(this,"audioProcessor"),Xe(this,"slsReporter"),Xe(this,"enableSoft3ACheck",!1),Xe(this,"useHardOnly",!1),Xe(this,"lastDiffOutputLog",""),Xe(this,"audioContext",new AudioContext({sampleRate:Xr})),Xe(this,"farNode"),Xe(this,"createNode",M=>this.audioContext.createMediaStreamSource(new MediaStream([M]))),this.options=L,this.slsReporter=L?.slsReporter,this.enableSoft3ACheck=L?.enableSoft3ACheck||!1,this.useHardOnly=L?.useHardOnly||!1,this.zIndex=7,document.addEventListener("click",this.activeAudioContext)}activeAudioContext(){this.audioContext.resume(),document.removeEventListener("click",this.activeAudioContext)}audioUpdated(L){return this.lastInputAudioTrack?.id!==L.currentAudioTrack?.id}videoUpdated(L){return console.log("videoUpdated",L),!1}setOptions(L){this.farNode||!L.farMediaStream||(this.farNode=this.audioContext.createMediaStreamSource(L.farMediaStream),this.audioProcessor&&this.audioProcessor?.addFarNode(this.farNode),this.options={...this.options,...L})}isSupported(){return Jt.isSupported()}shouldUpdate(L){return!!(L.originAudioTrack&&!this.audioProcessor||!L.originAudioTrack&&this.audioProcessor)}async process(L){if(!L.currentAudioTrack){L.updateAudioTrack(),this.clear(L);return}if(!this.audioProcessor){Ze.info(tt,"create audio processor this.options:",this.options),this.audioProcessor=new Jt({aecOn:!0,ansOn:!0,agcOn:!0,dumpOn:this.options?.dumpAudioData||!1,aiaecOn:this.options.aiaecOn||!1,useHardOnly:this.useHardOnly,wasmCdnPath:this.options.wasmCdnPath||"https://g.alicdn.com/code/npm/@ali/aliyun-audio-3a/0.0.6/"}),this.audioProcessor.on("dumpdata",(V,Q)=>{let j=3e3;Q.includes("far")?j=5e3:Q.includes("output")?j=1e4:Q.includes("meta")&&(j=8e3),setTimeout(()=>{const T=URL.createObjectURL(V),_=document.createElement("a");_.href=T,_.download=Q,document.body.appendChild(_),_.click(),document.body.removeChild(_)},j)}),this.audioProcessor.on("loadsuccess",()=>{Ze.info(tt,"loadsuccess"),this.enableSoft3ACheck||L.updateAudioTrack(this.audioProcessor?.targetMediaTrack),this.options.dumpAudioData&&this.audioProcessor?.startDump()}),this.audioProcessor.on("loaderror",V=>{Ze.error(tt,"loaderror:",V?.message),this.emit("error",V)}),this.audioProcessor.on("outputlog",V=>{Ze.info(tt,"outputlog:",V),V?.includes("diff")&&(this.lastDiffOutputLog=V||"")}),this.audioProcessor.on("statdata",V=>{if(V)try{let Q=V;if(this.lastDiffOutputLog){const j=this.extractDiffValue(this.lastDiffOutputLog),T=JSON.parse(V);j!==null&&(T.diff=j);const _=this.extractLeakValue(this.lastDiffOutputLog);_!==null&&(T.leak=_),Q=JSON.stringify(T)}this.slsReporter?.reportPublishAudio3A("","","",Q)}catch(Q){Ze.error(tt,"statdata error:",Q)}});const M=this.createNode(L.currentAudioTrack);await this.audioProcessor.createProcessor(this.audioContext,M,1,Xr,this.farNode)}}extractDiffValue(L){if(!L)return null;const M=L.match(/diff\s*=\s*(-?\d+\.?\d*)/);return M?parseFloat(M[1]):null}extractLeakValue(L){if(!L)return null;const M=L.match(/leak\s*=\s*(-?\d+\.?\d*)/);return M?parseFloat(M[1]):null}clear(L){this.options.dumpAudioData&&this.audioProcessor?.stopDump(),super.clear(L),this.audioProcessor?.destroy(),this.audioProcessor=void 0,document.removeEventListener("click",this.activeAudioContext),this.farNode?.disconnect(),this.farNode=void 0}dump(){this.audioProcessor?.stopDump()}}export{fi as default};
|