sip-connector 6.0.2 → 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/SipConnector.d.ts +6 -1
- package/dist/SipConnector.d.ts.map +1 -1
- package/dist/SipConnector.js +29 -18
- package/dist/SipConnector.js.map +1 -1
- package/dist/__mocks__/Session.mock.d.ts +2 -3
- package/dist/__mocks__/Session.mock.d.ts.map +1 -1
- package/dist/__mocks__/Session.mock.js +25 -25
- package/dist/__mocks__/Session.mock.js.map +1 -1
- package/dist/__mocks__/UA.mock.d.ts +2 -4
- package/dist/__mocks__/UA.mock.d.ts.map +1 -1
- package/dist/__mocks__/UA.mock.js +7 -6
- package/dist/__mocks__/UA.mock.js.map +1 -1
- package/dist/__mocks__/index.d.ts +4 -0
- package/dist/__mocks__/index.d.ts.map +1 -1
- package/dist/__mocks__/index.js +1 -0
- package/dist/__mocks__/index.js.map +1 -1
- package/dist/index.es5.js +1 -1
- package/dist/index.es5.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/utils.d.ts +4 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +6 -3
- package/dist/utils.js.map +1 -1
- package/package.json +20 -20
package/dist/index.es5.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{CancelableRequest as e,isCanceledError as t}from"@krivega/cancelable-promise";import s from"events-constructor";import n from"stack-promises";const i=e=>e.getStats().then((e=>{const t=(s="codec",(e=>[...e.keys()].map((t=>e.get(t))))(e).find((e=>e.type===s)));var s;return null==t?void 0:t.mimeType}));function r(e,t,s,n){return new(s||(s=Promise))((function(i,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function a(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(o,a)}c((n=n.apply(e,t||[])).next())}))}const o=e=>(t,s)=>void 0!==s&&t!==s||void 0===s&&t!==e,a=o(1),c=o(void 0),d=(e,t,s)=>{const n=e.getParameters();n.encodings&&0!==n.encodings.length||(n.encodings=[{}]);const[i]=n.encodings,r=i.scaleResolutionDownBy,o=((e,t)=>{const s=void 0!==e?Math.max(e,1):null;if(null!==s&&a(s,t))return s})(t.scaleResolutionDownBy,r);let d=!1;void 0!==o&&(n.encodings[0].scaleResolutionDownBy=o,d=!0);const h=i.maxBitrate,l=((e,t)=>{if(c(e,t))return e})(t.maxBitrate,h);return void 0!==l&&(n.encodings[0].maxBitrate=l,d=!0),d?(s&&s(n),e.setParameters(n).then((()=>({parameters:n,isChanged:d})))):Promise.resolve({parameters:n,isChanged:d})},h=["incomingCall","declinedIncomingCall","failedIncomingCall","participant:canceling-word-request","participant:move-request-to-stream","participant:move-request-to-conference","channels:notify","conference:participant-token-issued","account:changed","account:deleted","webcast:started","webcast:stopped","participant:added-to-list-moderators","participant:removed-from-list-moderators"],l=["connecting","connected","disconnected","newRTCSession","registered","unregistered","registrationFailed","newMessage","sipEvent"],g=["availableSecondRemoteStream","notAvailableSecondRemoteStream","mustStopPresentation","shareState","enterRoom","peerconnection:confirmed","peerconnection:ontrack","channels","ended:fromserver","main-cam-control","admin-start-main-cam","admin-stop-main-cam","admin-stop-mic","admin-start-mic"],u=["ended","connecting","sending","reinvite","replaces","refer","progress","accepted","confirmed","peerconnection","failed","muted","unmuted","newDTMF","newInfo","hold","unhold","update","sdp","icecandidate","getusermediafailed","peerconnection:createofferfailed","peerconnection:createanswerfailed","peerconnection:setlocaldescriptionfailed","peerconnection:setremotedescriptionfailed","presentation:start","presentation:started","presentation:end","presentation:ended","presentation:failed"],m=[...l,...h],_=[...u,...g];var S=Object.freeze({__proto__:null,UA_SYNTHETICS_EVENT_NAMES:h,UA_JSSIP_EVENT_NAMES:l,SESSION_SYNTHETICS_EVENT_NAMES:g,SESSION_JSSIP_EVENT_NAMES:u,UA_EVENT_NAMES:m,SESSION_EVENT_NAMES:_});const f="Terminated";var E=Object.freeze({__proto__:null,CONNECTION_ERROR:"Connection Error",REQUEST_TIMEOUT:"Request Timeout",SIP_FAILURE_CODE:"SIP Failure Code",INTERNAL_ERROR:"Internal Error",BUSY:"Busy",REJECTED:"Rejected",REDIRECTED:"Redirected",UNAVAILABLE:"Unavailable",NOT_FOUND:"Not Found",ADDRESS_INCOMPLETE:"Address Incomplete",INCOMPATIBLE_SDP:"Incompatible SDP",MISSING_SDP:"Missing SDP",AUTHENTICATION_ERROR:"Authentication Error",BYE:f,WEBRTC_ERROR:"WebRTC Error",CANCELED:"Canceled",NO_ANSWER:"No Answer",EXPIRES:"Expires",NO_ACK:"No ACK",DIALOG_ERROR:"Dialog Error",USER_DENIED_MEDIA_ACCESS:"User Denied Media Access",BAD_MEDIA_DESCRIPTION:"Bad Media Description",RTP_TIMEOUT:"RTP Timeout"});const v=e=>e.trim().replace(/ /g,"_"),C=(p=1e5,T=99999999,()=>Math.floor(Math.random()*(T-p))+p);var p,T;const N=e=>{const t=[...e.getAudioTracks(),...e.getVideoTracks()],s=new MediaStream(t);return s.getTracks=()=>[...s.getAudioTracks(),...s.getVideoTracks()],s};var R,w;!function(e){e.PAUSE_MAIN_CAM="PAUSEMAINCAM",e.RESUME_MAIN_CAM="RESUMEMAINCAM",e.MAX_MAIN_CAM_RESOLUTION="MAXMAINCAMRESOLUTION",e.ADMIN_STOP_MAIN_CAM="ADMINSTOPMAINCAM",e.ADMIN_START_MAIN_CAM="ADMINSTARTMAINCAM"}(R||(R={})),function(e){e.ADMIN_STOP_MIC="ADMINSTOPMIC",e.ADMIN_START_MIC="ADMINSTARTMIC"}(w||(w={}));const A=(e=new Error)=>{const{originator:s,cause:n}=e;return!!t(e)||"string"==typeof n&&("Request Timeout"===n||"Rejected"===n||"local"===s&&("Canceled"===n||n===f))},M="SipConnector";class b{constructor({JsSIP:t}){this._isRegisterConfig=!1,this._connectionConfiguration={},this._remoteStreams={},this.getSipServerUrl=e=>e,this.isPendingPresentation=!1,this.connect=e=>(this._cancelRequests(),this._cancelableConnect.request(e)),this.createUa=e=>this._cancelableCreateUa.request(e),this.set=e=>this._cancelableSet.request(e),this.call=e=>this._cancelableCall.request(e),this.disconnect=()=>(this._cancelRequests(),this._disconnectWithoutCancelRequests()),this.answerToIncomingCall=e=>this._cancelableAnswer.request(e),this.sendDTMF=e=>this._cancelableSendDTMF.request(e),this.hangUp=()=>(this._cancelRequests(),this._hangUpWithoutCancelRequests()),this.tryRegister=()=>this.isRegisterConfig?(this._uaEvents.trigger("connecting",void 0),this.unregister().finally((()=>this.register())).finally((()=>{}))):Promise.reject(new Error("Config is not registered")),this.declineToIncomingCall=({statusCode:e=487}={})=>new Promise(((t,s)=>{if(!this.isAvailableIncomingCall)return void s(new Error("no incomingSession"));const n=this.incomingSession,i=this.remoteCallerData;this._cancelableCall.cancelRequest(),this._cancelableAnswer.cancelRequest(),this.removeIncomingSession(),this._uaEvents.trigger("declinedIncomingCall",i),t(n.terminate({status_code:e}))})),this.busyIncomingCall=()=>this.declineToIncomingCall({statusCode:486}),this.removeIncomingSession=()=>{delete this.incomingSession},this.handleNewRTCSession=({originator:e,session:t})=>{if("remote"===e){this.incomingSession=t;const e=this.remoteCallerData;t.on("failed",(()=>{this.removeIncomingSession(),this._uaEvents.trigger("failedIncomingCall",e)})),this._uaEvents.trigger("incomingCall",e)}},this._connect=e=>this.createUa(e).then((()=>this._start())),this._createUa=({displayName:e="",user:t,password:s,register:n=!1,sipServerUrl:i,sipWebSocketServerURL:o,remoteAddress:a,extraHeaders:c=[],sdpSemantics:d="plan-b",sessionTimers:h=!1,registerExpires:g=300,connectionRecoveryMinInterval:u=2,connectionRecoveryMaxInterval:m=6})=>r(this,void 0,void 0,(function*(){if(!i)throw new Error("sipServerUrl is required");if(!o)throw new Error("sipWebSocketServerURL is required");if(n&&!t)throw new Error("user is required for authorized connection");if(n&&!s)throw new Error("password is required for authorized connection");let r;this._connectionConfiguration={sipServerUrl:i,displayName:e,register:n,user:t,password:s},this._init({sipServerUrl:i,sipWebSocketServerURL:o}),r=n&&t?t.trim():C();let _="Chrome";"unified-plan"===d&&(_="ChromeNew");const S={password:s,register:n,display_name:v(e),user_agent:_,sdp_semantics:d,sockets:[this.socket],uri:this.getSipServerUrl(r),session_timers:h,register_expires:g,connection_recovery_min_interval:u,connection_recovery_max_interval:m};this.ua&&(yield this._disconnectWithoutCancelRequests()),this._isRegisterConfig=!!S.register,this.ua=new this.JsSIP.UA(S),this._uaEvents.eachTriggers(((e,t)=>{const s=l.find((e=>e===t));s&&this.ua.on(s,e)}));const f=(e=>{const t=[];return e&&t.push(`X-Vinteo-Remote: ${e}`),t})(a),E=[...f,...c];return this.ua.registrator().setExtraHeaders(E),this.ua})),this._start=()=>new Promise(((e,t)=>{const s=()=>{i(),e(this.ua)},n=e=>{i(),t(e)},i=()=>{this.off("registered",s),this.off("registrationFailed",n),this.off("connected",s),this.off("disconnected",n)};(()=>{this.isRegisterConfig?(this.on("registered",s),this.on("registrationFailed",n)):this.on("connected",s),this.on("disconnected",n)})(),this.on("newRTCSession",this.handleNewRTCSession),this.ua.start()})),this._set=({displayName:e,password:t})=>new Promise(((s,n)=>{let i=!1,r=!1;void 0!==e&&e!==this._connectionConfiguration.displayName&&(i=this.ua.set("display_name",v(e)),this._connectionConfiguration.displayName=e),void 0!==t&&t!==this._connectionConfiguration.password&&(r=this.ua.set("password",t),this._connectionConfiguration.password=t);const o=i||r;r&&this.isRegisterConfig?this.register().then((()=>s(o))).catch(n):o?s(o):n(o)})),this._disconnectWithoutCancelRequests=()=>this._cancelableDisconnect.request(),this._disconnect=()=>r(this,void 0,void 0,(function*(){this.off("newRTCSession",this.handleNewRTCSession);const e=new Promise((e=>{this.once("disconnected",(()=>{delete this.ua,e()}))}));return this.ua?(yield this._hangUpWithoutCancelRequests(),this.ua?this.ua.stop():this._uaEvents.trigger("disconnected",void 0)):this._uaEvents.trigger("disconnected",void 0),e})),this._call=({number:e,mediaStream:t,extraHeaders:s=[],ontrack:n,iceServers:i})=>new Promise(((r,o)=>{this._connectionConfiguration.number=e,this._connectionConfiguration.answer=!1,this._handleCall({ontrack:n}).then(r).catch(o),this.session=this.ua.call(this.getSipServerUrl(e),{extraHeaders:s,mediaStream:N(t),eventHandlers:this._sessionEvents.triggers,pcConfig:{iceServers:i}})})),this._answer=({mediaStream:e,ontrack:t,extraHeaders:s=[],iceServers:n})=>new Promise(((i,r)=>{if(!this.isAvailableIncomingCall)return void r(new Error("no incomingSession"));this.session=this.incomingSession,this.removeIncomingSession();const o=this.session;if(!o)return void r(new Error("No session established"));this._sessionEvents.eachTriggers(((e,t)=>{const s=u.find((e=>e===t));s&&o.on(s,e)})),this._connectionConfiguration.answer=!0,this._connectionConfiguration.number=o.remote_identity.uri.user,this._handleCall({ontrack:t}).then(i).catch(r);const a=e?N(e):void 0;o.answer({extraHeaders:s,mediaStream:a,pcConfig:{iceServers:n}})})),this._handleCall=({ontrack:e})=>new Promise(((t,s)=>{const n=()=>{this.offSession("peerconnection",a),this.offSession("confirmed",c)},i=()=>{this.offSession("failed",r),this.offSession("ended",r)},r=e=>{n(),i(),s(e)};let o;const a=({peerconnection:t})=>{o=t,o.ontrack=t=>{this._sessionEvents.trigger("peerconnection:ontrack",o),e&&e(t)}},c=()=>{o&&this._sessionEvents.trigger("peerconnection:confirmed",o),n(),i(),t(o)};(()=>{this.onSession("peerconnection",a),this.onSession("confirmed",c)})(),(()=>{this.onSession("failed",r),this.onSession("ended",r)})()})),this._restoreSession=()=>{this._resetPresentation(),delete this._connectionConfiguration.number,delete this.session,this._remoteStreams={}},this._sendDTMF=e=>new Promise(((t,s)=>{const n=this.session;n?(this.onceSession("newDTMF",(({originator:e})=>{"local"===e&&t()})),n.sendDTMF(e,{duration:120,interToneGap:600})):s(new Error("No session established"))})),this._hangUpWithoutCancelRequests=()=>r(this,void 0,void 0,(function*(){if(this.ua&&this.session){const{session:e}=this;this._streamPresentationCurrent&&(yield this.stopPresentation()),this._restoreSession(),e.isEnded()||e.terminate()}})),this._handleShareState=e=>{switch(e){case"YOUCANRECEIVECONTENT":this._sessionEvents.trigger("availableSecondRemoteStream",void 0);break;case"CONTENTEND":this._sessionEvents.trigger("notAvailableSecondRemoteStream",void 0);break;case"YOUMUSTSTOPSENDCONTENT":this._sessionEvents.trigger("mustStopPresentation",void 0)}},this._maybeTriggerChannels=e=>{const t=e.getHeader("X-WEBRTC-INPUT-CHANNELS"),s=e.getHeader("X-WEBRTC-OUTPUT-CHANNELS");if(t&&s){const e={inputChannels:t,outputChannels:s};this._sessionEvents.trigger("channels",e)}},this._handleNotify=e=>{if("channels"===e.cmd){const t=e;this._triggerChannelsNotify(t)}else if("WebcastStarted"===e.cmd){const t=e;this._triggerWebcastStartedNotify(t)}else if("WebcastStopped"===e.cmd){const t=e;this._triggerWebcastStoppedNotify(t)}else if("addedToListModerators"===e.cmd){const t=e;this._triggerAddedToListModeratorsNotify(t)}else if("removedFromListModerators"===e.cmd){const t=e;this._triggerRemovedFromListModeratorsNotify(t)}else if("WebcastParticipationAccepted"===e.cmd){const t=e;this._triggerParticipantMoveRequestToConference(t)}else if("WebcastParticipationRejected"===e.cmd){const t=e;this._triggerParticipantCancelingWordRequest(t)}else if("ParticipantMovedToWebcast"===e.cmd){const t=e;this._triggerParticipantMoveRequestToStream(t)}else if("accountChanged"===e.cmd)this._triggerAccountChangedNotify();else if("accountDeleted"===e.cmd)this._triggerAccountDeletedNotify();else if("ConferenceParticipantTokenIssued"===e.cmd){const t=e;this._triggerConferenceParticipantTokenIssued(t)}},this._triggerRemovedFromListModeratorsNotify=({conference:e})=>{const t={conference:e};this._uaEvents.trigger("participant:removed-from-list-moderators",t)},this._triggerAddedToListModeratorsNotify=({conference:e})=>{const t={conference:e};this._uaEvents.trigger("participant:added-to-list-moderators",t)},this._triggerWebcastStartedNotify=({body:{conference:e,type:t}})=>{const s={conference:e,type:t};this._uaEvents.trigger("webcast:started",s)},this._triggerWebcastStoppedNotify=({body:{conference:e,type:t}})=>{const s={conference:e,type:t};this._uaEvents.trigger("webcast:stopped",s)},this._triggerAccountChangedNotify=()=>{this._uaEvents.trigger("account:changed",void 0)},this._triggerAccountDeletedNotify=()=>{this._uaEvents.trigger("account:deleted",void 0)},this._triggerConferenceParticipantTokenIssued=({body:{conference:e,participant:t,jwt:s}})=>{const n={conference:e,participant:t,jwt:s};this._uaEvents.trigger("conference:participant-token-issued",n)},this._triggerChannelsNotify=e=>{const t={inputChannels:e.input,outputChannels:e.output};this._uaEvents.trigger("channels:notify",t)},this._triggerParticipantMoveRequestToConference=({body:{conference:e}})=>{const t={conference:e};this._uaEvents.trigger("participant:move-request-to-conference",t)},this._triggerParticipantCancelingWordRequest=({body:{conference:e}})=>{const t={conference:e};this._uaEvents.trigger("participant:canceling-word-request",t)},this._triggerParticipantMoveRequestToStream=({body:{conference:e}})=>{const t={conference:e};this._uaEvents.trigger("participant:move-request-to-stream",t)},this._triggerEnterRoom=e=>{const t=e.getHeader("x-webrtc-enter-room");this._sessionEvents.trigger("enterRoom",t)},this._triggerShareState=e=>{const t=e.getHeader("x-webrtc-share-state");this._sessionEvents.trigger("shareState",t)},this._triggerMainCamControl=e=>{const t=e.getHeader("X-WEBRTC-MAINCAM");if(t===R.ADMIN_START_MAIN_CAM)this._sessionEvents.trigger("admin-start-main-cam",void 0);else if(t===R.ADMIN_STOP_MAIN_CAM)this._sessionEvents.trigger("admin-stop-main-cam",void 0);else{const s=e.getHeader("X-WEBRTC-MAINCAM-RESOLUTION");this._sessionEvents.trigger("main-cam-control",{mainCam:t,resolutionMainCam:s})}},this._triggerMicControl=e=>{const t=e.getHeader("X-WEBRTC-MIC");t===w.ADMIN_START_MIC?this._sessionEvents.trigger("admin-start-mic",void 0):t===w.ADMIN_STOP_MIC&&this._sessionEvents.trigger("admin-stop-mic",void 0)},this._handleNewInfo=e=>{const{originator:t}=e;if("remote"!==t)return;const s=e.request,n=s.getHeader("content-type");if(n)switch(n){case"application/vinteo.webrtc.roomname":this._triggerEnterRoom(s),this._maybeTriggerChannels(s);break;case"application/vinteo.webrtc.notify":this._maybeHandleNotify(s);break;case"application/vinteo.webrtc.sharedesktop":this._triggerShareState(s);break;case"application/vinteo.webrtc.maincam":this._triggerMainCamControl(s);break;case"application/vinteo.webrtc.mic":this._triggerMicControl(s)}},this._handleSipEvent=({request:e})=>{this._maybeHandleNotify(e)},this._maybeHandleNotify=e=>{const t=e.getHeader("X-VINTEO-NOTIFY");if(t){const e=JSON.parse(t);this._handleNotify(e)}},this._handleEnded=e=>{const{originator:t}=e;"remote"===t&&this._sessionEvents.trigger("ended:fromserver",e),this._restoreSession()},this.JsSIP=t,this._sessionEvents=new s(_),this._uaEvents=new s(m),this._cancelableConnect=new e(this._connect,M,(()=>{this._cancelableCreateUa.cancelRequest(),this._cancelableDisconnect.cancelRequest()})),this._cancelableCreateUa=new e(this._createUa,M),this._cancelableDisconnect=new e(this._disconnect,M),this._cancelableSet=new e(this._set,M),this._cancelableCall=new e(this._call,M),this._cancelableAnswer=new e(this._answer,M),this._cancelableSendDTMF=new e(this._sendDTMF,M),this.onSession("shareState",this._handleShareState),this.onSession("newInfo",this._handleNewInfo),this.on("sipEvent",this._handleSipEvent),this.onSession("failed",this._handleEnded),this.onSession("ended",this._handleEnded)}register(){return new Promise(((e,t)=>{this.isRegisterConfig?(this.ua.on("registered",e),this.ua.on("registrationFailed",t),this.ua.register()):t(new Error("Config is not registered"))}))}unregister(){return new Promise(((e,t)=>{this.isRegistered?(this.ua.on("unregistered",e),this.ua.unregister()):t(new Error("ua is not registered"))}))}replaceMediaStream(e,t){if(!this.session)throw new Error("No session established");return this.session.replaceMediaStream(e,t)}askPermissionToEnableCam(e={noTerminateWhenError:!0}){if(!this.session)throw new Error("No session established");const t=["X-WEBRTC-REQUEST-ENABLE-MEDIA-DEVICE: LETMESTARTMAINCAM"];return this.session.sendInfo("application/vinteo.webrtc.maincam",void 0,Object.assign(Object.assign({},e),{extraHeaders:t})).catch((e=>{if((e=>"Error decline with 603"===e.message)(e))throw e}))}startPresentation(e,{isNeedReinvite:t=!0,isP2P:s=!1,maxBitrate:n}={}){const i=this.establishedSession;if(!i)return Promise.reject(new Error("No session established"));this.isPendingPresentation=!0;const r=N(e);this._streamPresentationCurrent=r;let o=Promise.resolve();const a=s?["x-webrtc-share-state: YOUCANRECEIVECONTENT"]:["x-webrtc-share-state: LETMESTARTPRESENTATION"];return o=i.sendInfo("application/vinteo.webrtc.sharedesktop",void 0,{extraHeaders:a}).then((()=>i.startPresentation(r,t))).then((()=>{const{connection:t}=this;if(!t||void 0===n)return;return((e,t,s)=>{const n=((e,t)=>e.find((e=>e.track&&t.getTracks().includes(e.track))))(e,t);return n?d(n,{maxBitrate:s}):Promise.resolve()})(t.getSenders(),e,n)})).then((()=>e)).catch((e=>{throw this._sessionEvents.trigger("presentation:failed",e),e})),o.finally((()=>{this.isPendingPresentation=!1}))}stopPresentation({isP2P:e=!1}={}){this.isPendingPresentation=!0;const t=this._streamPresentationCurrent;let s=Promise.resolve();const n=e?["x-webrtc-share-state: CONTENTEND"]:["x-webrtc-share-state: STOPPRESENTATION"],i=this.establishedSession;return i&&t&&(s=i.sendInfo("application/vinteo.webrtc.sharedesktop",void 0,{extraHeaders:n}).then((()=>i.stopPresentation(t))).catch((e=>{throw this._sessionEvents.trigger("presentation:failed",e),e}))),!i&&t&&this._sessionEvents.trigger("presentation:ended",t),s.finally((()=>{this._resetPresentation()}))}_resetPresentation(){delete this._streamPresentationCurrent,this.isPendingPresentation=!1}on(e,t){return this._uaEvents.on(e,t)}once(e,t){return this._uaEvents.once(e,t)}onceRace(e,t){return this._uaEvents.onceRace(e,t)}wait(e){return this._uaEvents.wait(e)}off(e,t){this._uaEvents.off(e,t)}onSession(e,t){return this._sessionEvents.on(e,t)}onceSession(e,t){return this._sessionEvents.once(e,t)}onceRaceSession(e,t){return this._sessionEvents.onceRace(e,t)}waitSession(e){return this._sessionEvents.wait(e)}offSession(e,t){this._sessionEvents.off(e,t)}isConfigured(){return!!this.ua}getConnectionConfiguration(){return Object.assign({},this._connectionConfiguration)}getRemoteStreams(){if(!this.connection)return;const e=this.connection.getReceivers().map((({track:e})=>e));return(e=>e.some((e=>{const{kind:t}=e;return"video"===t})))(e)?this._generateStreams(e):this._generateAudioStreams(e)}get connection(){var e;return null===(e=null==this?void 0:this.session)||void 0===e?void 0:e.connection}get remoteCallerData(){var e,t,s,n,i,r;return{displayName:null===(t=null===(e=null==this?void 0:this.incomingSession)||void 0===e?void 0:e.remote_identity)||void 0===t?void 0:t.display_name,host:null===(n=null===(s=null==this?void 0:this.incomingSession)||void 0===s?void 0:s.remote_identity)||void 0===n?void 0:n.uri.host,incomingNumber:null===(r=null===(i=null==this?void 0:this.incomingSession)||void 0===i?void 0:i.remote_identity)||void 0===r?void 0:r.uri.user,session:null==this?void 0:this.incomingSession}}get requested(){return this._cancelableConnect.requested||this._cancelableCreateUa.requested||this._cancelableCall.requested||this._cancelableAnswer.requested}get establishedSession(){return this.session&&this.session.isEstablished()?this.session:void 0}get isRegistered(){return!!this.ua&&this.ua.isRegistered()}get isRegisterConfig(){return!!this.ua&&this._isRegisterConfig}get isCallActive(){return!(!this.ua||!this.session)}get isAvailableIncomingCall(){return!!this.incomingSession}_init({sipServerUrl:e,sipWebSocketServerURL:t}){var s;this.getSipServerUrl=(s=e,e=>`sip:${e}@${s}`),this.socket=new this.JsSIP.WebSocketInterface(t)}_generateStream(e,t){const s=e.id,n=this._remoteStreams[s]||new MediaStream;return t&&n.addTrack(t),n.addTrack(e),this._remoteStreams[s]=n,n}_generateAudioStream(e){const t=e.id,s=this._remoteStreams[t]||new MediaStream;return s.addTrack(e),this._remoteStreams[t]=s,s}_generateStreams(e){const t=[];return e.forEach(((s,n)=>{if("audio"===s.kind)return;const i=s,r=e[n-1];let o;r&&"audio"===r.kind&&(o=r);const a=this._generateStream(i,o);t.push(a)}),[]),t}_generateAudioStreams(e){return e.map((e=>this._generateAudioStream(e)))}_cancelRequests(){this._cancelActionsRequests(),this._cancelCallRequests(),this._cancelConnectRequests()}_cancelConnectRequests(){this._cancelableConnect.cancelRequest()}_cancelCallRequests(){this._cancelableCall.cancelRequest(),this._cancelableAnswer.cancelRequest()}_cancelActionsRequests(){this._cancelableAnswer.cancelRequest(),this._cancelableSendDTMF.cancelRequest()}waitChannels(){return this.waitSession("channels")}sendChannels({inputChannels:e,outputChannels:t}){if(!this.session)throw new Error("No session established");const s=[`X-WEBRTC-INPUT-CHANNELS: ${e}`,`X-WEBRTC-OUTPUT-CHANNELS: ${t}`];this.session.sendInfo("application/vinteo.webrtc.channels",void 0,{extraHeaders:s})}sendMediaState({cam:e,mic:t},s={noTerminateWhenError:!0}){if(!this.session)throw new Error("No session established");const n=["X-WEBRTC-MEDIA-STATE: currentstate","X-Vinteo-MainCam-State: "+ +e,"X-Vinteo-Mic-State: "+ +t];return this.session.sendInfo("application/vinteo.webrtc.mediastate",void 0,Object.assign(Object.assign({},s),{extraHeaders:n}))}}const I=e=>1e6*e,P=I(.06),y=I(4),D=n(),U=e=>(D.add(e),D().catch((e=>{console.debug("videoSendingBalancer: error",e)}))),O=({sender:e,scaleResolutionDownBy:t,maxBitrate:s,onSetParameters:n})=>U((()=>d(e,{scaleResolutionDownBy:t,maxBitrate:s},n))),k=(e,{track:t,resolution:s},n)=>{const i=t.getSettings(),r=i.width,o=i.height,[a,c]=s.split("x"),d=r/+a,h=o/+c,l=Math.max(d,h,1),g=(u=+a)<=64?P:u<=128?I(.12):u<=256?I(.25):u<=384?I(.32):u<=426?I(.38):u<=640?I(.5):u<=848?I(.7):u<=1280?I(1):u<=1920?I(2):y;var u;return O({sender:e,maxBitrate:g,onSetParameters:n,scaleResolutionDownBy:l})},q=({mainCam:e,resolutionMainCam:t,sender:s,track:n},i)=>{switch(e){case R.PAUSE_MAIN_CAM:return((e,t)=>O({sender:e,maxBitrate:P,onSetParameters:t,scaleResolutionDownBy:200}))(s,i);case R.RESUME_MAIN_CAM:return((e,t)=>O({sender:e,maxBitrate:y,onSetParameters:t,scaleResolutionDownBy:1}))(s,i);case R.MAX_MAIN_CAM_RESOLUTION:if(t)return k(s,{track:n,resolution:t},i)}return Promise.resolve({isChanged:!1,parameters:{encodings:[{}],transactionId:"0",codecs:[],headerExtensions:[],rtcp:{}}})},x=(e,{ignoreForCodec:t,onSetParameters:s}={})=>{let n=()=>{};const o=o=>{n=()=>{const{mainCam:n,resolutionMainCam:a}=o,{connection:c}=e;c&&void 0!==n&&(({mainCam:e,resolutionMainCam:t,connection:s,onSetParameters:n,ignoreForCodec:o})=>{r(void 0,void 0,void 0,(function*(){const r=s.getSenders().find((e=>{var t;return"video"===(null===(t=null==e?void 0:e.track)||void 0===t?void 0:t.kind)}));if(r&&r.track){if(o){const e=yield i(r);if(c=o,(a=e)&&c&&a.toLowerCase().includes(c.toLowerCase()))return}var a,c;q({mainCam:e,resolutionMainCam:t,sender:r,track:r.track},n)}}))})({mainCam:n,resolutionMainCam:a,connection:c,onSetParameters:s,ignoreForCodec:t})},n()};return{subscribe:()=>{e.onSession("main-cam-control",o)},unsubscribe:()=>{e.offSession("main-cam-control",o)},reBalance:n}};export{E as causes,b as default,S as eventNames,i as getCodecFromSender,A as hasCanceledCallError,x as resolveVideoSendingBalancer};
|
|
1
|
+
import{CancelableRequest as e,isCanceledError as t}from"@krivega/cancelable-promise";import s from"events-constructor";import n from"stack-promises";const i=e=>e.getStats().then((e=>{const t=(s="codec",(e=>[...e.keys()].map((t=>e.get(t))))(e).find((e=>e.type===s)));var s;return null==t?void 0:t.mimeType}));function r(e,t,s,n){return new(s||(s=Promise))((function(i,r){function o(e){try{c(n.next(e))}catch(e){r(e)}}function a(e){try{c(n.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(o,a)}c((n=n.apply(e,t||[])).next())}))}const o=e=>(t,s)=>void 0!==s&&t!==s||void 0===s&&t!==e,a=o(1),c=o(void 0),d=(e,t,s)=>{const n=e.getParameters();n.encodings&&0!==n.encodings.length||(n.encodings=[{}]);const[i]=n.encodings,r=i.scaleResolutionDownBy,o=((e,t)=>{const s=void 0!==e?Math.max(e,1):null;if(null!==s&&a(s,t))return s})(t.scaleResolutionDownBy,r);let d=!1;void 0!==o&&(n.encodings[0].scaleResolutionDownBy=o,d=!0);const h=i.maxBitrate,l=((e,t)=>{if(c(e,t))return e})(t.maxBitrate,h);return void 0!==l&&(n.encodings[0].maxBitrate=l,d=!0),d?(s&&s(n),e.setParameters(n).then((()=>({parameters:n,isChanged:d})))):Promise.resolve({parameters:n,isChanged:d})},h=["incomingCall","declinedIncomingCall","failedIncomingCall","participant:canceling-word-request","participant:move-request-to-stream","participant:move-request-to-conference","channels:notify","conference:participant-token-issued","account:changed","account:deleted","webcast:started","webcast:stopped","participant:added-to-list-moderators","participant:removed-from-list-moderators"],l=["connecting","connected","disconnected","newRTCSession","registered","unregistered","registrationFailed","newMessage","sipEvent"],u=["availableSecondRemoteStream","notAvailableSecondRemoteStream","mustStopPresentation","shareState","enterRoom","peerconnection:confirmed","peerconnection:ontrack","channels","ended:fromserver","main-cam-control","admin-start-main-cam","admin-stop-main-cam","admin-stop-mic","admin-start-mic"],g=["ended","connecting","sending","reinvite","replaces","refer","progress","accepted","confirmed","peerconnection","failed","muted","unmuted","newDTMF","newInfo","hold","unhold","update","sdp","icecandidate","getusermediafailed","peerconnection:createofferfailed","peerconnection:createanswerfailed","peerconnection:setlocaldescriptionfailed","peerconnection:setremotedescriptionfailed","presentation:start","presentation:started","presentation:end","presentation:ended","presentation:failed"],m=[...l,...h],_=[...g,...u];var S=Object.freeze({__proto__:null,UA_SYNTHETICS_EVENT_NAMES:h,UA_JSSIP_EVENT_NAMES:l,SESSION_SYNTHETICS_EVENT_NAMES:u,SESSION_JSSIP_EVENT_NAMES:g,UA_EVENT_NAMES:m,SESSION_EVENT_NAMES:_});const v="Terminated";var f=Object.freeze({__proto__:null,CONNECTION_ERROR:"Connection Error",REQUEST_TIMEOUT:"Request Timeout",SIP_FAILURE_CODE:"SIP Failure Code",INTERNAL_ERROR:"Internal Error",BUSY:"Busy",REJECTED:"Rejected",REDIRECTED:"Redirected",UNAVAILABLE:"Unavailable",NOT_FOUND:"Not Found",ADDRESS_INCOMPLETE:"Address Incomplete",INCOMPATIBLE_SDP:"Incompatible SDP",MISSING_SDP:"Missing SDP",AUTHENTICATION_ERROR:"Authentication Error",BYE:v,WEBRTC_ERROR:"WebRTC Error",CANCELED:"Canceled",NO_ANSWER:"No Answer",EXPIRES:"Expires",NO_ACK:"No ACK",DIALOG_ERROR:"Dialog Error",USER_DENIED_MEDIA_ACCESS:"User Denied Media Access",BAD_MEDIA_DESCRIPTION:"Bad Media Description",RTP_TIMEOUT:"RTP Timeout"});const E=e=>e.trim().replace(/ /g,"_"),C=(p=1e5,N=99999999,()=>Math.floor(Math.random()*(N-p))+p);var p,N;const R=(e,{videoMode:t,audioMode:s}={})=>{if(!e||"recvonly"===t&&"recvonly"===s)return;const n=[..."recvonly"===s?[]:e.getAudioTracks(),..."recvonly"===t?[]:e.getVideoTracks()],i=new MediaStream(n);return i.getTracks=()=>[...i.getAudioTracks(),...i.getVideoTracks()],i};var T,M;!function(e){e.PAUSE_MAIN_CAM="PAUSEMAINCAM",e.RESUME_MAIN_CAM="RESUMEMAINCAM",e.MAX_MAIN_CAM_RESOLUTION="MAXMAINCAMRESOLUTION",e.ADMIN_STOP_MAIN_CAM="ADMINSTOPMAINCAM",e.ADMIN_START_MAIN_CAM="ADMINSTARTMAINCAM"}(T||(T={})),function(e){e.ADMIN_STOP_MIC="ADMINSTOPMIC",e.ADMIN_START_MIC="ADMINSTARTMIC"}(M||(M={}));const w=(e=new Error)=>{const{originator:s,cause:n}=e;return!!t(e)||"string"==typeof n&&("Request Timeout"===n||"Rejected"===n||"local"===s&&("Canceled"===n||n===v))},A="SipConnector";class b{constructor({JsSIP:t}){this._isRegisterConfig=!1,this._connectionConfiguration={},this._remoteStreams={},this.getSipServerUrl=e=>e,this.isPendingPresentation=!1,this.connect=e=>(this._cancelRequests(),this._cancelableConnect.request(e)),this.createUa=e=>this._cancelableCreateUa.request(e),this.set=e=>this._cancelableSet.request(e),this.call=e=>this._cancelableCall.request(e),this.disconnect=()=>(this._cancelRequests(),this._disconnectWithoutCancelRequests()),this.answerToIncomingCall=e=>this._cancelableAnswer.request(e),this.sendDTMF=e=>this._cancelableSendDTMF.request(e),this.hangUp=()=>(this._cancelRequests(),this._hangUpWithoutCancelRequests()),this.tryRegister=()=>this.isRegisterConfig?(this._uaEvents.trigger("connecting",void 0),this.unregister().finally((()=>this.register())).finally((()=>{}))):Promise.reject(new Error("Config is not registered")),this.declineToIncomingCall=({statusCode:e=487}={})=>new Promise(((t,s)=>{if(!this.isAvailableIncomingCall)return void s(new Error("no incomingSession"));const n=this.incomingSession,i=this.remoteCallerData;this._cancelableCall.cancelRequest(),this._cancelableAnswer.cancelRequest(),this.removeIncomingSession(),this._uaEvents.trigger("declinedIncomingCall",i),t(n.terminate({status_code:e}))})),this.busyIncomingCall=()=>this.declineToIncomingCall({statusCode:486}),this.removeIncomingSession=()=>{delete this.incomingSession},this.handleNewRTCSession=({originator:e,session:t})=>{if("remote"===e){this.incomingSession=t;const e=this.remoteCallerData;t.on("failed",(()=>{this.removeIncomingSession(),this._uaEvents.trigger("failedIncomingCall",e)})),this._uaEvents.trigger("incomingCall",e)}},this._connect=e=>this.createUa(e).then((()=>this._start())),this._createUa=({displayName:e="",user:t,password:s,register:n=!1,sipServerUrl:i,sipWebSocketServerURL:o,remoteAddress:a,extraHeaders:c=[],sdpSemantics:d="plan-b",sessionTimers:h=!1,registerExpires:u=300,connectionRecoveryMinInterval:g=2,connectionRecoveryMaxInterval:m=6,userAgent:_})=>r(this,void 0,void 0,(function*(){if(!i)throw new Error("sipServerUrl is required");if(!o)throw new Error("sipWebSocketServerURL is required");if(n&&!t)throw new Error("user is required for authorized connection");if(n&&!s)throw new Error("password is required for authorized connection");let r;this._connectionConfiguration={sipServerUrl:i,displayName:e,register:n,user:t,password:s},this._init({sipServerUrl:i,sipWebSocketServerURL:o}),r=n&&t?t.trim():C();const S={password:s,register:n,display_name:E(e),user_agent:_,sdp_semantics:d,sockets:[this.socket],uri:this.getSipServerUrl(r),session_timers:h,register_expires:u,connection_recovery_min_interval:g,connection_recovery_max_interval:m};this.ua&&(yield this._disconnectWithoutCancelRequests()),this._isRegisterConfig=!!S.register,this.ua=new this.JsSIP.UA(S),this._uaEvents.eachTriggers(((e,t)=>{const s=l.find((e=>e===t));s&&this.ua.on(s,e)}));const v=(e=>{const t=[];return e&&t.push(`X-Vinteo-Remote: ${e}`),t})(a),f=[...v,...c];return this.ua.registrator().setExtraHeaders(f),this.ua})),this._start=()=>new Promise(((e,t)=>{const s=()=>{i(),e(this.ua)},n=e=>{i(),t(e)},i=()=>{this.off("registered",s),this.off("registrationFailed",n),this.off("connected",s),this.off("disconnected",n)};(()=>{this.isRegisterConfig?(this.on("registered",s),this.on("registrationFailed",n)):this.on("connected",s),this.on("disconnected",n)})(),this.on("newRTCSession",this.handleNewRTCSession),this.ua.start()})),this._set=({displayName:e,password:t})=>new Promise(((s,n)=>{let i=!1,r=!1;void 0!==e&&e!==this._connectionConfiguration.displayName&&(i=this.ua.set("display_name",E(e)),this._connectionConfiguration.displayName=e),void 0!==t&&t!==this._connectionConfiguration.password&&(r=this.ua.set("password",t),this._connectionConfiguration.password=t);const o=i||r;r&&this.isRegisterConfig?this.register().then((()=>s(o))).catch(n):o?s(o):n(o)})),this._disconnectWithoutCancelRequests=()=>this._cancelableDisconnect.request(),this._disconnect=()=>r(this,void 0,void 0,(function*(){this.off("newRTCSession",this.handleNewRTCSession);const e=new Promise((e=>{this.once("disconnected",(()=>{delete this.ua,e()}))}));return this.ua?(yield this._hangUpWithoutCancelRequests(),this.ua?this.ua.stop():this._uaEvents.trigger("disconnected",void 0)):this._uaEvents.trigger("disconnected",void 0),e})),this._call=({number:e,mediaStream:t,extraHeaders:s=[],ontrack:n,iceServers:i,videoMode:r,audioMode:o})=>new Promise(((a,c)=>{this._connectionConfiguration.number=e,this._connectionConfiguration.answer=!1,this._handleCall({ontrack:n}).then(a).catch(c),this.session=this.ua.call(this.getSipServerUrl(e),{extraHeaders:s,mediaStream:R(t,{videoMode:r,audioMode:o}),eventHandlers:this._sessionEvents.triggers,videoMode:r,audioMode:o,pcConfig:{iceServers:i}})})),this._answer=({mediaStream:e,ontrack:t,extraHeaders:s=[],iceServers:n,videoMode:i,audioMode:r})=>new Promise(((o,a)=>{if(!this.isAvailableIncomingCall)return void a(new Error("no incomingSession"));this.session=this.incomingSession,this.removeIncomingSession();const c=this.session;if(!c)return void a(new Error("No session established"));this._sessionEvents.eachTriggers(((e,t)=>{const s=g.find((e=>e===t));s&&c.on(s,e)})),this._connectionConfiguration.answer=!0,this._connectionConfiguration.number=c.remote_identity.uri.user,this._handleCall({ontrack:t}).then(o).catch(a);const d=R(e,{videoMode:i,audioMode:r});c.answer({extraHeaders:s,videoMode:i,audioMode:r,mediaStream:d,pcConfig:{iceServers:n}})})),this._handleCall=({ontrack:e})=>new Promise(((t,s)=>{const n=()=>{this.offSession("peerconnection",a),this.offSession("confirmed",c)},i=()=>{this.offSession("failed",r),this.offSession("ended",r)},r=e=>{n(),i(),s(e)};let o;const a=({peerconnection:t})=>{o=t,o.ontrack=t=>{this._sessionEvents.trigger("peerconnection:ontrack",o),e&&e(t)}},c=()=>{o&&this._sessionEvents.trigger("peerconnection:confirmed",o),n(),i(),t(o)};(()=>{this.onSession("peerconnection",a),this.onSession("confirmed",c)})(),(()=>{this.onSession("failed",r),this.onSession("ended",r)})()})),this._restoreSession=()=>{this._resetPresentation(),delete this._connectionConfiguration.number,delete this.session,this._remoteStreams={}},this._sendDTMF=e=>new Promise(((t,s)=>{const n=this.session;n?(this.onceSession("newDTMF",(({originator:e})=>{"local"===e&&t()})),n.sendDTMF(e,{duration:120,interToneGap:600})):s(new Error("No session established"))})),this._hangUpWithoutCancelRequests=()=>r(this,void 0,void 0,(function*(){if(this.ua&&this.session){const{session:e}=this;this._streamPresentationCurrent&&(yield this.stopPresentation()),this._restoreSession(),e.isEnded()||e.terminate()}})),this._handleShareState=e=>{switch(e){case"YOUCANRECEIVECONTENT":this._sessionEvents.trigger("availableSecondRemoteStream",void 0);break;case"CONTENTEND":this._sessionEvents.trigger("notAvailableSecondRemoteStream",void 0);break;case"YOUMUSTSTOPSENDCONTENT":this._sessionEvents.trigger("mustStopPresentation",void 0)}},this._maybeTriggerChannels=e=>{const t=e.getHeader("X-WEBRTC-INPUT-CHANNELS"),s=e.getHeader("X-WEBRTC-OUTPUT-CHANNELS");if(t&&s){const e={inputChannels:t,outputChannels:s};this._sessionEvents.trigger("channels",e)}},this._handleNotify=e=>{if("channels"===e.cmd){const t=e;this._triggerChannelsNotify(t)}else if("WebcastStarted"===e.cmd){const t=e;this._triggerWebcastStartedNotify(t)}else if("WebcastStopped"===e.cmd){const t=e;this._triggerWebcastStoppedNotify(t)}else if("addedToListModerators"===e.cmd){const t=e;this._triggerAddedToListModeratorsNotify(t)}else if("removedFromListModerators"===e.cmd){const t=e;this._triggerRemovedFromListModeratorsNotify(t)}else if("WebcastParticipationAccepted"===e.cmd){const t=e;this._triggerParticipantMoveRequestToConference(t)}else if("WebcastParticipationRejected"===e.cmd){const t=e;this._triggerParticipantCancelingWordRequest(t)}else if("ParticipantMovedToWebcast"===e.cmd){const t=e;this._triggerParticipantMoveRequestToStream(t)}else if("accountChanged"===e.cmd)this._triggerAccountChangedNotify();else if("accountDeleted"===e.cmd)this._triggerAccountDeletedNotify();else if("ConferenceParticipantTokenIssued"===e.cmd){const t=e;this._triggerConferenceParticipantTokenIssued(t)}},this._triggerRemovedFromListModeratorsNotify=({conference:e})=>{const t={conference:e};this._uaEvents.trigger("participant:removed-from-list-moderators",t)},this._triggerAddedToListModeratorsNotify=({conference:e})=>{const t={conference:e};this._uaEvents.trigger("participant:added-to-list-moderators",t)},this._triggerWebcastStartedNotify=({body:{conference:e,type:t}})=>{const s={conference:e,type:t};this._uaEvents.trigger("webcast:started",s)},this._triggerWebcastStoppedNotify=({body:{conference:e,type:t}})=>{const s={conference:e,type:t};this._uaEvents.trigger("webcast:stopped",s)},this._triggerAccountChangedNotify=()=>{this._uaEvents.trigger("account:changed",void 0)},this._triggerAccountDeletedNotify=()=>{this._uaEvents.trigger("account:deleted",void 0)},this._triggerConferenceParticipantTokenIssued=({body:{conference:e,participant:t,jwt:s}})=>{const n={conference:e,participant:t,jwt:s};this._uaEvents.trigger("conference:participant-token-issued",n)},this._triggerChannelsNotify=e=>{const t={inputChannels:e.input,outputChannels:e.output};this._uaEvents.trigger("channels:notify",t)},this._triggerParticipantMoveRequestToConference=({body:{conference:e}})=>{const t={conference:e};this._uaEvents.trigger("participant:move-request-to-conference",t)},this._triggerParticipantCancelingWordRequest=({body:{conference:e}})=>{const t={conference:e};this._uaEvents.trigger("participant:canceling-word-request",t)},this._triggerParticipantMoveRequestToStream=({body:{conference:e}})=>{const t={conference:e};this._uaEvents.trigger("participant:move-request-to-stream",t)},this._triggerEnterRoom=e=>{const t=e.getHeader("x-webrtc-enter-room");this._sessionEvents.trigger("enterRoom",t)},this._triggerShareState=e=>{const t=e.getHeader("x-webrtc-share-state");this._sessionEvents.trigger("shareState",t)},this._triggerMainCamControl=e=>{const t=e.getHeader("X-WEBRTC-MAINCAM");if(t===T.ADMIN_START_MAIN_CAM)this._sessionEvents.trigger("admin-start-main-cam",void 0);else if(t===T.ADMIN_STOP_MAIN_CAM)this._sessionEvents.trigger("admin-stop-main-cam",void 0);else{const s=e.getHeader("X-WEBRTC-MAINCAM-RESOLUTION");this._sessionEvents.trigger("main-cam-control",{mainCam:t,resolutionMainCam:s})}},this._triggerMicControl=e=>{const t=e.getHeader("X-WEBRTC-MIC");t===M.ADMIN_START_MIC?this._sessionEvents.trigger("admin-start-mic",void 0):t===M.ADMIN_STOP_MIC&&this._sessionEvents.trigger("admin-stop-mic",void 0)},this._handleNewInfo=e=>{const{originator:t}=e;if("remote"!==t)return;const s=e.request,n=s.getHeader("content-type");if(n)switch(n){case"application/vinteo.webrtc.roomname":this._triggerEnterRoom(s),this._maybeTriggerChannels(s);break;case"application/vinteo.webrtc.notify":this._maybeHandleNotify(s);break;case"application/vinteo.webrtc.sharedesktop":this._triggerShareState(s);break;case"application/vinteo.webrtc.maincam":this._triggerMainCamControl(s);break;case"application/vinteo.webrtc.mic":this._triggerMicControl(s)}},this._handleSipEvent=({request:e})=>{this._maybeHandleNotify(e)},this._maybeHandleNotify=e=>{const t=e.getHeader("X-VINTEO-NOTIFY");if(t){const e=JSON.parse(t);this._handleNotify(e)}},this._handleEnded=e=>{const{originator:t}=e;"remote"===t&&this._sessionEvents.trigger("ended:fromserver",e),this._restoreSession()},this.JsSIP=t,this._sessionEvents=new s(_),this._uaEvents=new s(m),this._cancelableConnect=new e(this._connect,{moduleName:A,afterCancelRequest:()=>{this._cancelableCreateUa.cancelRequest(),this._cancelableDisconnect.cancelRequest()}}),this._cancelableCreateUa=new e(this._createUa,{moduleName:A}),this._cancelableDisconnect=new e(this._disconnect,{moduleName:A}),this._cancelableSet=new e(this._set,{moduleName:A}),this._cancelableCall=new e(this._call,{moduleName:A}),this._cancelableAnswer=new e(this._answer,{moduleName:A}),this._cancelableSendDTMF=new e(this._sendDTMF,{moduleName:A}),this.onSession("shareState",this._handleShareState),this.onSession("newInfo",this._handleNewInfo),this.on("sipEvent",this._handleSipEvent),this.onSession("failed",this._handleEnded),this.onSession("ended",this._handleEnded)}register(){return new Promise(((e,t)=>{this.isRegisterConfig?(this.ua.on("registered",e),this.ua.on("registrationFailed",t),this.ua.register()):t(new Error("Config is not registered"))}))}unregister(){return new Promise(((e,t)=>{this.isRegistered?(this.ua.on("unregistered",e),this.ua.unregister()):t(new Error("ua is not registered"))}))}replaceMediaStream(e,t){if(!this.session)throw new Error("No session established");return this.session.replaceMediaStream(e,t)}askPermissionToEnableCam(e={noTerminateWhenError:!0}){if(!this.session)throw new Error("No session established");const t=["X-WEBRTC-REQUEST-ENABLE-MEDIA-DEVICE: LETMESTARTMAINCAM"];return this.session.sendInfo("application/vinteo.webrtc.maincam",void 0,Object.assign(Object.assign({},e),{extraHeaders:t})).catch((e=>{if((e=>"Error decline with 603"===e.message)(e))throw e}))}startPresentation(e,{isNeedReinvite:t=!0,isP2P:s=!1,maxBitrate:n}={}){const i=this.establishedSession;if(!i)return Promise.reject(new Error("No session established"));this.isPendingPresentation=!0;const r=R(e);this._streamPresentationCurrent=r;let o=Promise.resolve();const a=s?["x-webrtc-share-state: YOUCANRECEIVECONTENT"]:["x-webrtc-share-state: LETMESTARTPRESENTATION"];return o=i.sendInfo("application/vinteo.webrtc.sharedesktop",void 0,{extraHeaders:a}).then((()=>i.startPresentation(r,t))).then((()=>{const{connection:t}=this;if(!t||void 0===n)return;return((e,t,s)=>{const n=((e,t)=>e.find((e=>e.track&&t.getTracks().includes(e.track))))(e,t);return n?d(n,{maxBitrate:s}):Promise.resolve()})(t.getSenders(),e,n)})).then((()=>e)).catch((e=>{throw this._sessionEvents.trigger("presentation:failed",e),e})),o.finally((()=>{this.isPendingPresentation=!1}))}stopPresentation({isP2P:e=!1}={}){this.isPendingPresentation=!0;const t=this._streamPresentationCurrent;let s=Promise.resolve();const n=e?["x-webrtc-share-state: CONTENTEND"]:["x-webrtc-share-state: STOPPRESENTATION"],i=this.establishedSession;return i&&t&&(s=i.sendInfo("application/vinteo.webrtc.sharedesktop",void 0,{extraHeaders:n}).then((()=>i.stopPresentation(t))).catch((e=>{throw this._sessionEvents.trigger("presentation:failed",e),e}))),!i&&t&&this._sessionEvents.trigger("presentation:ended",t),s.finally((()=>{this._resetPresentation()}))}_resetPresentation(){delete this._streamPresentationCurrent,this.isPendingPresentation=!1}on(e,t){return this._uaEvents.on(e,t)}once(e,t){return this._uaEvents.once(e,t)}onceRace(e,t){return this._uaEvents.onceRace(e,t)}wait(e){return this._uaEvents.wait(e)}off(e,t){this._uaEvents.off(e,t)}onSession(e,t){return this._sessionEvents.on(e,t)}onceSession(e,t){return this._sessionEvents.once(e,t)}onceRaceSession(e,t){return this._sessionEvents.onceRace(e,t)}waitSession(e){return this._sessionEvents.wait(e)}offSession(e,t){this._sessionEvents.off(e,t)}isConfigured(){return!!this.ua}getConnectionConfiguration(){return Object.assign({},this._connectionConfiguration)}getRemoteStreams(){if(!this.connection)return;const e=this.connection.getReceivers().map((({track:e})=>e));return(e=>e.some((e=>{const{kind:t}=e;return"video"===t})))(e)?this._generateStreams(e):this._generateAudioStreams(e)}get connection(){var e;return null===(e=null==this?void 0:this.session)||void 0===e?void 0:e.connection}get remoteCallerData(){var e,t,s,n,i,r;return{displayName:null===(t=null===(e=null==this?void 0:this.incomingSession)||void 0===e?void 0:e.remote_identity)||void 0===t?void 0:t.display_name,host:null===(n=null===(s=null==this?void 0:this.incomingSession)||void 0===s?void 0:s.remote_identity)||void 0===n?void 0:n.uri.host,incomingNumber:null===(r=null===(i=null==this?void 0:this.incomingSession)||void 0===i?void 0:i.remote_identity)||void 0===r?void 0:r.uri.user,session:null==this?void 0:this.incomingSession}}get requested(){return this._cancelableConnect.requested||this._cancelableCreateUa.requested||this._cancelableCall.requested||this._cancelableAnswer.requested}get establishedSession(){return this.session&&this.session.isEstablished()?this.session:void 0}get isRegistered(){return!!this.ua&&this.ua.isRegistered()}get isRegisterConfig(){return!!this.ua&&this._isRegisterConfig}get isCallActive(){return!(!this.ua||!this.session)}get isAvailableIncomingCall(){return!!this.incomingSession}_init({sipServerUrl:e,sipWebSocketServerURL:t}){var s;this.getSipServerUrl=(s=e,e=>`sip:${e}@${s}`),this.socket=new this.JsSIP.WebSocketInterface(t)}_generateStream(e,t){const s=e.id,n=this._remoteStreams[s]||new MediaStream;return t&&n.addTrack(t),n.addTrack(e),this._remoteStreams[s]=n,n}_generateAudioStream(e){const t=e.id,s=this._remoteStreams[t]||new MediaStream;return s.addTrack(e),this._remoteStreams[t]=s,s}_generateStreams(e){const t=[];return e.forEach(((s,n)=>{if("audio"===s.kind)return;const i=s,r=e[n-1];let o;r&&"audio"===r.kind&&(o=r);const a=this._generateStream(i,o);t.push(a)}),[]),t}_generateAudioStreams(e){return e.map((e=>this._generateAudioStream(e)))}_cancelRequests(){this._cancelActionsRequests(),this._cancelCallRequests(),this._cancelConnectRequests()}_cancelConnectRequests(){this._cancelableConnect.cancelRequest()}_cancelCallRequests(){this._cancelableCall.cancelRequest(),this._cancelableAnswer.cancelRequest()}_cancelActionsRequests(){this._cancelableAnswer.cancelRequest(),this._cancelableSendDTMF.cancelRequest()}waitChannels(){return this.waitSession("channels")}sendChannels({inputChannels:e,outputChannels:t}){if(!this.session)throw new Error("No session established");const s=[`X-WEBRTC-INPUT-CHANNELS: ${e}`,`X-WEBRTC-OUTPUT-CHANNELS: ${t}`];this.session.sendInfo("application/vinteo.webrtc.channels",void 0,{extraHeaders:s})}sendMediaState({cam:e,mic:t},s={noTerminateWhenError:!0}){if(!this.session)throw new Error("No session established");const n=["X-WEBRTC-MEDIA-STATE: currentstate","X-Vinteo-MainCam-State: "+ +e,"X-Vinteo-Mic-State: "+ +t];return this.session.sendInfo("application/vinteo.webrtc.mediastate",void 0,Object.assign(Object.assign({},s),{extraHeaders:n}))}}const I=e=>1e6*e,P=I(.06),y=I(4),D=n(),U=e=>(D.add(e),D().catch((e=>{console.debug("videoSendingBalancer: error",e)}))),O=({sender:e,scaleResolutionDownBy:t,maxBitrate:s,onSetParameters:n})=>U((()=>d(e,{scaleResolutionDownBy:t,maxBitrate:s},n))),q=(e,{track:t,resolution:s},n)=>{const i=t.getSettings(),r=i.width,o=i.height,[a,c]=s.split("x"),d=r/+a,h=o/+c,l=Math.max(d,h,1),u=(g=+a)<=64?P:g<=128?I(.12):g<=256?I(.25):g<=384?I(.32):g<=426?I(.38):g<=640?I(.5):g<=848?I(.7):g<=1280?I(1):g<=1920?I(2):y;var g;return O({sender:e,maxBitrate:u,onSetParameters:n,scaleResolutionDownBy:l})},k=({mainCam:e,resolutionMainCam:t,sender:s,track:n},i)=>{switch(e){case T.PAUSE_MAIN_CAM:return((e,t)=>O({sender:e,maxBitrate:P,onSetParameters:t,scaleResolutionDownBy:200}))(s,i);case T.RESUME_MAIN_CAM:return((e,t)=>O({sender:e,maxBitrate:y,onSetParameters:t,scaleResolutionDownBy:1}))(s,i);case T.MAX_MAIN_CAM_RESOLUTION:if(t)return q(s,{track:n,resolution:t},i)}return Promise.resolve({isChanged:!1,parameters:{encodings:[{}],transactionId:"0",codecs:[],headerExtensions:[],rtcp:{}}})},x=(e,{ignoreForCodec:t,onSetParameters:s}={})=>{let n=()=>{};const o=o=>{n=()=>{const{mainCam:n,resolutionMainCam:a}=o,{connection:c}=e;c&&void 0!==n&&(({mainCam:e,resolutionMainCam:t,connection:s,onSetParameters:n,ignoreForCodec:o})=>{r(void 0,void 0,void 0,(function*(){const r=s.getSenders().find((e=>{var t;return"video"===(null===(t=null==e?void 0:e.track)||void 0===t?void 0:t.kind)}));if(r&&r.track){if(o){const e=yield i(r);if(c=o,(a=e)&&c&&a.toLowerCase().includes(c.toLowerCase()))return}var a,c;k({mainCam:e,resolutionMainCam:t,sender:r,track:r.track},n)}}))})({mainCam:n,resolutionMainCam:a,connection:c,onSetParameters:s,ignoreForCodec:t})},n()};return{subscribe:()=>{e.onSession("main-cam-control",o)},unsubscribe:()=>{e.offSession("main-cam-control",o)},reBalance:n}};export{f as causes,b as default,S as eventNames,i as getCodecFromSender,w as hasCanceledCallError,x as resolveVideoSendingBalancer};
|
|
2
2
|
//# sourceMappingURL=index.es5.js.map
|