sip-connector 6.19.0 → 6.20.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/index.js CHANGED
@@ -1,733 +1,805 @@
1
- var wn = Object.defineProperty;
2
- var $n = (e, t, n) => t in e ? wn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
- var c = (e, t, n) => ($n(e, typeof t != "symbol" ? t + "" : t, n), n);
4
- import { CancelableRequest as P, isCanceledError as dt } from "@krivega/cancelable-promise";
5
- import we from "events-constructor";
6
- import Te from "debug";
7
- import { default as Bl } from "debug";
8
- import Ln from "sequent-promises";
9
- import Un from "stack-promises";
10
- const Fn = "Connection Error", Et = "Request Timeout", kn = "SIP Failure Code", Bn = "Internal Error", xn = "Busy", ht = "Rejected", Hn = "Redirected", Wn = "Unavailable", me = "Not Found", Vn = "Address Incomplete", jn = "Incompatible SDP", qn = "Missing SDP", Gn = "Authentication Error", ft = "Terminated", Yn = "WebRTC Error", St = "Canceled", Xn = "No Answer", zn = "Expires", Jn = "No ACK", Kn = "Dialog Error", Qn = "User Denied Media Access", Ce = "Bad Media Description", Zn = "RTP Timeout", Ol = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1
+ var xt = Object.defineProperty;
2
+ var Yt = (n, e, t) => e in n ? xt(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
3
+ var a = (n, e, t) => (Yt(n, typeof e != "symbol" ? e + "" : e, t), t);
4
+ import { CancelableRequest as O, isCanceledError as et } from "@krivega/cancelable-promise";
5
+ import Ye from "events-constructor";
6
+ import ne from "debug";
7
+ import { default as mr } from "debug";
8
+ import { debounce as Gt } from "ts-debounce";
9
+ import Xt from "sequent-promises";
10
+ import zt from "stack-promises";
11
+ const Kt = "Connection Error", tt = "Request Timeout", Jt = "SIP Failure Code", Qt = "Internal Error", jt = "Busy", nt = "Rejected", Zt = "Redirected", en = "Unavailable", se = "Not Found", tn = "Address Incomplete", nn = "Incompatible SDP", sn = "Missing SDP", rn = "Authentication Error", st = "Terminated", on = "WebRTC Error", rt = "Canceled", an = "No Answer", cn = "Expires", un = "No ACK", En = "Dialog Error", _n = "User Denied Media Access", re = "Bad Media Description", ln = "RTP Timeout", ur = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11
12
  __proto__: null,
12
- ADDRESS_INCOMPLETE: Vn,
13
- AUTHENTICATION_ERROR: Gn,
14
- BAD_MEDIA_DESCRIPTION: Ce,
15
- BUSY: xn,
16
- BYE: ft,
17
- CANCELED: St,
18
- CONNECTION_ERROR: Fn,
19
- DIALOG_ERROR: Kn,
20
- EXPIRES: zn,
21
- INCOMPATIBLE_SDP: jn,
22
- INTERNAL_ERROR: Bn,
23
- MISSING_SDP: qn,
24
- NOT_FOUND: me,
25
- NO_ACK: Jn,
26
- NO_ANSWER: Xn,
27
- REDIRECTED: Hn,
28
- REJECTED: ht,
29
- REQUEST_TIMEOUT: Et,
30
- RTP_TIMEOUT: Zn,
31
- SIP_FAILURE_CODE: kn,
32
- UNAVAILABLE: Wn,
33
- USER_DENIED_MEDIA_ACCESS: Qn,
34
- WEBRTC_ERROR: Yn
35
- }, Symbol.toStringTag, { value: "Module" })), gt = "incomingCall", Tt = "declinedIncomingCall", mt = "failedIncomingCall", Ct = "terminatedIncomingCall", Re = "connecting", oe = "connected", w = "disconnected", ie = "newRTCSession", H = "registered", Rt = "unregistered", W = "registrationFailed", er = "newMessage", Nt = "sipEvent", vt = "availableSecondRemoteStream", At = "notAvailableSecondRemoteStream", pt = "mustStopPresentation", ae = "shareState", bt = "enterRoom", yt = "useLicense", It = "peerconnection:confirmed", Ot = "peerconnection:ontrack", ce = "channels", Mt = "channels:notify", Pt = "ended:fromserver", Dt = "main-cam-control", wt = "admin-stop-main-cam", $t = "admin-start-main-cam", Lt = "admin-stop-mic", Ut = "admin-start-mic", ue = "admin-force-sync-media-state", Ft = "participant:added-to-list-moderators", kt = "participant:removed-from-list-moderators", Bt = "participant:move-request-to-conference", xt = "participant:move-request-to-stream", Ht = "participant:canceling-word-request", Wt = "webcast:started", Vt = "webcast:stopped", jt = "account:changed", qt = "account:deleted", Gt = "conference:participant-token-issued", V = "ended", tr = "sending", nr = "reinvite", rr = "replaces", sr = "refer", or = "progress", ir = "accepted", le = "confirmed", _e = "peerconnection", U = "failed", ar = "muted", cr = "unmuted", Yt = "newDTMF", Xt = "newInfo", ur = "hold", lr = "unhold", _r = "update", dr = "sdp", Er = "icecandidate", hr = "getusermediafailed", fr = "peerconnection:createofferfailed", Sr = "peerconnection:createanswerfailed", gr = "peerconnection:setlocaldescriptionfailed", Tr = "peerconnection:setremotedescriptionfailed", mr = "presentation:start", Cr = "presentation:started", Rr = "presentation:end", zt = "presentation:ended", de = "presentation:failed", Jt = [
36
- gt,
13
+ ADDRESS_INCOMPLETE: tn,
14
+ AUTHENTICATION_ERROR: rn,
15
+ BAD_MEDIA_DESCRIPTION: re,
16
+ BUSY: jt,
17
+ BYE: st,
18
+ CANCELED: rt,
19
+ CONNECTION_ERROR: Kt,
20
+ DIALOG_ERROR: En,
21
+ EXPIRES: cn,
22
+ INCOMPATIBLE_SDP: nn,
23
+ INTERNAL_ERROR: Qt,
24
+ MISSING_SDP: sn,
25
+ NOT_FOUND: se,
26
+ NO_ACK: un,
27
+ NO_ANSWER: an,
28
+ REDIRECTED: Zt,
29
+ REJECTED: nt,
30
+ REQUEST_TIMEOUT: tt,
31
+ RTP_TIMEOUT: ln,
32
+ SIP_FAILURE_CODE: Jt,
33
+ UNAVAILABLE: en,
34
+ USER_DENIED_MEDIA_ACCESS: _n,
35
+ WEBRTC_ERROR: on
36
+ }, Symbol.toStringTag, { value: "Module" })), oe = "incomingCall", ie = "declinedIncomingCall", ae = "failedIncomingCall", ce = "terminatedIncomingCall", z = "connecting", V = "connected", D = "disconnected", W = "newRTCSession", L = "registered", ue = "unregistered", B = "registrationFailed", ot = "newMessage", Ee = "sipEvent", _e = "availableSecondRemoteStream", le = "notAvailableSecondRemoteStream", de = "mustStopPresentation", q = "shareState", Se = "enterRoom", he = "useLicense", Te = "peerconnection:confirmed", Ce = "peerconnection:ontrack", $ = "channels", ge = "channels:notify", Ne = "ended:fromserver", me = "main-cam-control", Re = "admin-stop-main-cam", Ae = "admin-start-main-cam", fe = "admin-stop-mic", Ie = "admin-start-mic", x = "admin-force-sync-media-state", Me = "participant:added-to-list-moderators", Oe = "participant:removed-from-list-moderators", Pe = "participant:move-request-to-conference", De = "participant:move-request-to-stream", pe = "participant:canceling-word-request", ve = "webcast:started", ye = "webcast:stopped", be = "account:changed", we = "account:deleted", Ue = "conference:participant-token-issued", F = "ended", it = "sending", at = "reinvite", ct = "replaces", ut = "refer", Et = "progress", _t = "accepted", Y = "confirmed", G = "peerconnection", y = "failed", lt = "muted", dt = "unmuted", Le = "newDTMF", Be = "newInfo", St = "hold", ht = "unhold", Tt = "update", Ct = "sdp", gt = "icecandidate", Nt = "getusermediafailed", mt = "peerconnection:createofferfailed", Rt = "peerconnection:createanswerfailed", At = "peerconnection:setlocaldescriptionfailed", ft = "peerconnection:setremotedescriptionfailed", It = "presentation:start", Mt = "presentation:started", Ot = "presentation:end", Fe = "presentation:ended", X = "presentation:failed", Er = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
37
+ __proto__: null,
38
+ ACCEPTED: _t,
39
+ ACCOUNT_CHANGED: be,
40
+ ACCOUNT_DELETED: we,
41
+ ADMIN_FORCE_SYNC_MEDIA_STATE: x,
42
+ ADMIN_START_MAIN_CAM: Ae,
43
+ ADMIN_START_MIC: Ie,
44
+ ADMIN_STOP_MAIN_CAM: Re,
45
+ ADMIN_STOP_MIC: fe,
46
+ AVAILABLE_SECOND_REMOTE_STREAM_EVENT: _e,
47
+ CHANNELS: $,
48
+ CHANNELS_NOTIFY: ge,
49
+ CONFERENCE_PARTICIPANT_TOKEN_ISSUED: Ue,
50
+ CONFIRMED: Y,
51
+ CONNECTED: V,
52
+ CONNECTING: z,
53
+ DECLINED_INCOMING_CALL: ie,
54
+ DISCONNECTED: D,
55
+ ENDED: F,
56
+ ENDED_FROM_SERVER: Ne,
57
+ ENTER_ROOM: Se,
58
+ FAILED: y,
59
+ FAILED_INCOMING_CALL: ae,
60
+ GET_USER_MEDIA_FAILED: Nt,
61
+ HOLD: St,
62
+ ICE_CANDIDATE: gt,
63
+ INCOMING_CALL: oe,
64
+ MAIN_CAM_CONTROL: me,
65
+ MUST_STOP_PRESENTATION_EVENT: de,
66
+ MUTED: lt,
67
+ NEW_DTMF: Le,
68
+ NEW_INFO: Be,
69
+ NEW_MESSAGE: ot,
70
+ NEW_RTC_SESSION: W,
71
+ NOT_AVAILABLE_SECOND_REMOTE_STREAM_EVENT: le,
72
+ PARTICIPANT_ADDED_TO_LIST_MODERATORS: Me,
73
+ PARTICIPANT_CANCELLING_WORD_REQUEST: pe,
74
+ PARTICIPANT_MOVE_REQUEST_TO_CONFERENCE: Pe,
75
+ PARTICIPANT_MOVE_REQUEST_TO_STREAM: De,
76
+ PARTICIPANT_REMOVED_FROM_LIST_MODERATORS: Oe,
77
+ PEER_CONNECTION: G,
78
+ PEER_CONNECTION_CONFIRMED: Te,
79
+ PEER_CONNECTION_CREATE_ANSWER_FAILED: Rt,
80
+ PEER_CONNECTION_CREATE_OFFER_FAILED: mt,
81
+ PEER_CONNECTION_ONTRACK: Ce,
82
+ PEER_CONNECTION_SET_LOCAL_DESCRIPTION_FAILED: At,
83
+ PEER_CONNECTION_SET_REMOTE_DESCRIPTION_FAILED: ft,
84
+ PRESENTATION_END: Ot,
85
+ PRESENTATION_ENDED: Fe,
86
+ PRESENTATION_FAILED: X,
87
+ PRESENTATION_START: It,
88
+ PRESENTATION_STARTED: Mt,
89
+ PROGRESS: Et,
90
+ REFER: ut,
91
+ REGISTERED: L,
92
+ REGISTRATION_FAILED: B,
93
+ REINVITE: at,
94
+ REPLACES: ct,
95
+ SDP: Ct,
96
+ SENDING: it,
97
+ SHARE_STATE: q,
98
+ SIP_EVENT: Ee,
99
+ TERMINATED_INCOMING_CALL: ce,
100
+ UNHOLD: ht,
101
+ UNMUTED: dt,
102
+ UNREGISTERED: ue,
103
+ UPDATE: Tt,
104
+ USE_LICENSE: he,
105
+ WEBCAST_STARTED: ve,
106
+ WEBCAST_STOPPED: ye
107
+ }, Symbol.toStringTag, { value: "Module" })), Pt = [
108
+ oe,
109
+ ie,
110
+ ce,
111
+ ae,
112
+ pe,
113
+ De,
114
+ Pe,
115
+ ge,
116
+ Ue,
117
+ be,
118
+ we,
119
+ ve,
120
+ ye,
121
+ Me,
122
+ Oe
123
+ ], ke = [
124
+ z,
125
+ V,
126
+ D,
127
+ W,
128
+ L,
129
+ ue,
130
+ B,
131
+ ot,
132
+ Ee
133
+ ], Dt = [
134
+ _e,
135
+ le,
136
+ de,
137
+ q,
138
+ Se,
139
+ he,
140
+ Te,
141
+ Ce,
142
+ $,
143
+ Ne,
144
+ me,
145
+ Ae,
146
+ Re,
147
+ fe,
148
+ Ie,
149
+ x
150
+ ], He = [
151
+ F,
152
+ z,
153
+ it,
154
+ at,
155
+ ct,
156
+ ut,
157
+ Et,
158
+ _t,
159
+ Y,
160
+ G,
161
+ y,
162
+ lt,
163
+ dt,
164
+ Le,
165
+ Be,
166
+ St,
167
+ ht,
37
168
  Tt,
38
169
  Ct,
170
+ gt,
171
+ Nt,
39
172
  mt,
40
- Ht,
41
- xt,
42
- Bt,
43
- Mt,
44
- Gt,
45
- jt,
46
- qt,
47
- Wt,
48
- Vt,
49
- Ft,
50
- kt
51
- ], Ne = [
52
- Re,
53
- oe,
54
- w,
55
- ie,
56
- H,
57
173
  Rt,
58
- W,
59
- er,
60
- Nt
61
- ], Kt = [
62
- vt,
63
174
  At,
64
- pt,
65
- ae,
66
- bt,
67
- yt,
175
+ ft,
68
176
  It,
177
+ Mt,
69
178
  Ot,
70
- ce,
71
- Pt,
72
- Dt,
73
- $t,
74
- wt,
75
- Lt,
76
- Ut,
77
- ue
78
- ], ve = [
79
- V,
80
- Re,
81
- tr,
82
- nr,
83
- rr,
84
- sr,
85
- or,
86
- ir,
87
- le,
88
- _e,
89
- U,
90
- ar,
91
- cr,
92
- Yt,
93
- Xt,
94
- ur,
95
- lr,
96
- _r,
97
- dr,
98
- Er,
99
- hr,
100
- fr,
101
- Sr,
102
- gr,
103
- Tr,
104
- mr,
105
- Cr,
106
- Rr,
107
- zt,
108
- de
109
- ], Qt = [...Ne, ...Jt], Zt = [
110
- ...ve,
111
- ...Kt
112
- ], Ml = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
179
+ Fe,
180
+ X
181
+ ], pt = [...ke, ...Pt], vt = [
182
+ ...He,
183
+ ...Dt
184
+ ], _r = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
113
185
  __proto__: null,
114
- SESSION_EVENT_NAMES: Zt,
115
- SESSION_JSSIP_EVENT_NAMES: ve,
116
- SESSION_SYNTHETICS_EVENT_NAMES: Kt,
117
- UA_EVENT_NAMES: Qt,
118
- UA_JSSIP_EVENT_NAMES: Ne,
119
- UA_SYNTHETICS_EVENT_NAMES: Jt
120
- }, Symbol.toStringTag, { value: "Module" })), Nr = (e) => {
121
- const t = [];
122
- return e && t.push(`X-Vinteo-Remote: ${e}`), t;
123
- }, vr = "content-type", Ar = "x-webrtc-enter-room", Q = "application/vinteo.webrtc.sharedesktop", pr = "application/vinteo.webrtc.roomname", br = "application/vinteo.webrtc.channels", yr = "application/vinteo.webrtc.mediastate", Ir = "application/vinteo.webrtc.refusal", $e = "application/vinteo.webrtc.maincam", Or = "application/vinteo.webrtc.mic", Mr = "application/vinteo.webrtc.uselic", Pr = "X-WEBRTC-USE-LICENSE", Le = "X-WEBRTC-INPUT-CHANNELS", Ue = "X-WEBRTC-OUTPUT-CHANNELS", Dr = "X-WEBRTC-MAINCAM", wr = "X-WEBRTC-MIC", Fe = "X-WEBRTC-SYNC", $r = "X-WEBRTC-MAINCAM-RESOLUTION", Lr = "X-WEBRTC-MEDIA-STATE", Ur = "X-Vinteo-Media-Type", Fr = "X-Vinteo-MainCam-State", kr = "X-Vinteo-Mic-State", Br = "application/vinteo.webrtc.notify", xr = "X-VINTEO-NOTIFY", k = "x-webrtc-share-state", Hr = `${k}: LETMESTARTPRESENTATION`, Wr = `${k}: STOPPRESENTATION`, en = "YOUCANRECEIVECONTENT", tn = "CONTENTEND", Vr = "YOUMUSTSTOPSENDCONTENT", jr = `${k}: ${en}`, qr = `${k}: ${tn}`, Gr = "X-WEBRTC-REQUEST-ENABLE-MEDIA-DEVICE", Yr = `${Gr}: LETMESTARTMAINCAM`, Ae = "sip-connector", _ = Te(Ae), Pl = () => {
124
- Te.enable(`${Ae}`);
125
- }, Dl = () => {
126
- Te.enable(`-${Ae}`);
186
+ SESSION_EVENT_NAMES: vt,
187
+ SESSION_JSSIP_EVENT_NAMES: He,
188
+ SESSION_SYNTHETICS_EVENT_NAMES: Dt,
189
+ UA_EVENT_NAMES: pt,
190
+ UA_JSSIP_EVENT_NAMES: ke,
191
+ UA_SYNTHETICS_EVENT_NAMES: Pt
192
+ }, Symbol.toStringTag, { value: "Module" })), dn = (n) => {
193
+ const e = [];
194
+ return n && e.push(`X-Vinteo-Remote: ${n}`), e;
195
+ }, Sn = "content-type", hn = "x-webrtc-enter-room", K = "application/vinteo.webrtc.sharedesktop", Tn = "application/vinteo.webrtc.roomname", Cn = "application/vinteo.webrtc.channels", gn = "application/vinteo.webrtc.mediastate", Nn = "application/vinteo.webrtc.refusal", Ge = "application/vinteo.webrtc.maincam", mn = "application/vinteo.webrtc.mic", Rn = "application/vinteo.webrtc.uselic", An = "X-WEBRTC-USE-LICENSE", Xe = "X-WEBRTC-INPUT-CHANNELS", ze = "X-WEBRTC-OUTPUT-CHANNELS", fn = "X-WEBRTC-MAINCAM", In = "X-WEBRTC-MIC", Ke = "X-WEBRTC-SYNC", Mn = "X-WEBRTC-MAINCAM-RESOLUTION", On = "X-WEBRTC-MEDIA-STATE", Pn = "X-Vinteo-Media-Type", Dn = "X-Vinteo-MainCam-State", pn = "X-Vinteo-Mic-State", vn = "application/vinteo.webrtc.notify", yn = "X-VINTEO-NOTIFY", H = "x-webrtc-share-state", bn = `${H}: LETMESTARTPRESENTATION`, wn = `${H}: STOPPRESENTATION`, yt = "YOUCANRECEIVECONTENT", bt = "CONTENTEND", Un = "YOUMUSTSTOPSENDCONTENT", Ln = `${H}: ${yt}`, Bn = `${H}: ${bt}`, Fn = "X-WEBRTC-REQUEST-ENABLE-MEDIA-DEVICE", kn = `${Fn}: LETMESTARTMAINCAM`, Ve = "sip-connector", E = ne(Ve), lr = () => {
196
+ ne.enable(`${Ve}`);
197
+ }, dr = () => {
198
+ ne.enable(`-${Ve}`);
127
199
  };
128
- var M = /* @__PURE__ */ ((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", e))(M || {}), Ee = /* @__PURE__ */ ((e) => (e.ADMIN_STOP_MIC = "ADMINSTOPMIC", e.ADMIN_START_MIC = "ADMINSTARTMIC", e))(Ee || {}), he = /* @__PURE__ */ ((e) => (e.ADMIN_SYNC_FORCED = "1", e.ADMIN_SYNC_NOT_FORCED = "0", e))(he || {}), Xr = /* @__PURE__ */ ((e) => (e.AUDIO = "AUDIO", e.VIDEO = "VIDEO", e.AUDIOPLUSPRESENTATION = "AUDIOPLUSPRESENTATION", e))(Xr || {});
129
- function zr(e) {
130
- return (t) => `sip:${t}@${e}`;
200
+ var I = /* @__PURE__ */ ((n) => (n.PAUSE_MAIN_CAM = "PAUSEMAINCAM", n.RESUME_MAIN_CAM = "RESUMEMAINCAM", n.MAX_MAIN_CAM_RESOLUTION = "MAXMAINCAMRESOLUTION", n.ADMIN_STOP_MAIN_CAM = "ADMINSTOPMAINCAM", n.ADMIN_START_MAIN_CAM = "ADMINSTARTMAINCAM", n))(I || {}), Z = /* @__PURE__ */ ((n) => (n.ADMIN_STOP_MIC = "ADMINSTOPMIC", n.ADMIN_START_MIC = "ADMINSTARTMIC", n))(Z || {}), ee = /* @__PURE__ */ ((n) => (n.ADMIN_SYNC_FORCED = "1", n.ADMIN_SYNC_NOT_FORCED = "0", n))(ee || {}), Hn = /* @__PURE__ */ ((n) => (n.AUDIO = "AUDIO", n.VIDEO = "VIDEO", n.AUDIOPLUSPRESENTATION = "AUDIOPLUSPRESENTATION", n))(Hn || {});
201
+ function Vn(n) {
202
+ return (e) => `sip:${e}@${n}`;
131
203
  }
132
- const Jr = (e, t) => () => Math.floor(Math.random() * (t - e)) + e, ke = (e) => e.trim().replaceAll(" ", "_"), Kr = Jr(1e5, 99999999), Z = (e, {
133
- videoMode: t,
134
- audioMode: n
204
+ const Wn = (n, e) => () => Math.floor(Math.random() * (e - n)) + n, Je = (n) => n.trim().replaceAll(" ", "_"), qn = Wn(1e5, 99999999), J = (n, {
205
+ videoMode: e,
206
+ audioMode: t
135
207
  } = {}) => {
136
- if (!e || t === "recvonly" && n === "recvonly")
208
+ if (!n || e === "recvonly" && t === "recvonly")
137
209
  return;
138
- const r = n === "recvonly" ? [] : e.getAudioTracks(), s = t === "recvonly" ? [] : e.getVideoTracks(), o = [...r, ...s], i = new MediaStream(o);
210
+ const s = t === "recvonly" ? [] : n.getAudioTracks(), r = e === "recvonly" ? [] : n.getVideoTracks(), o = [...s, ...r], i = new MediaStream(o);
139
211
  return i.getTracks = () => [...i.getAudioTracks(), ...i.getVideoTracks()], i;
140
- }, Qr = (e) => e.some((n) => {
141
- const { kind: r } = n;
142
- return r === "video";
143
- }), Zr = "Error decline with 603", es = (e) => e.message === Zr, ts = (e, t) => e.find((n) => n.track && t.getTracks().includes(n.track)), nn = 1, rn = (e) => (t, n) => n !== void 0 && t !== n || n === void 0 && t !== e, ns = rn(
144
- nn
145
- ), rs = (e, t) => {
146
- const n = e === void 0 ? void 0 : Math.max(e, nn);
147
- if (n !== void 0 && ns(
148
- n,
149
- t
212
+ }, $n = (n) => n.some((t) => {
213
+ const { kind: s } = t;
214
+ return s === "video";
215
+ }), xn = "Error decline with 603", Yn = (n) => n.message === xn, Gn = (n, e) => n.find((t) => t.track && e.getTracks().includes(t.track)), wt = 1, Ut = (n) => (e, t) => t !== void 0 && e !== t || t === void 0 && e !== n, Xn = Ut(
216
+ wt
217
+ ), zn = (n, e) => {
218
+ const t = n === void 0 ? void 0 : Math.max(n, wt);
219
+ if (t !== void 0 && Xn(
220
+ t,
221
+ e
150
222
  ))
223
+ return t;
224
+ }, Kn = Ut(), Jn = (n, e) => {
225
+ if (Kn(n, e))
151
226
  return n;
152
- }, ss = rn(), os = (e, t) => {
153
- if (ss(e, t))
154
- return e;
155
- }, sn = async (e, t, n) => {
156
- const r = e.getParameters();
157
- (r.encodings === void 0 || r.encodings.length === 0) && (r.encodings = [{}]);
158
- const [s] = r.encodings, o = s.scaleResolutionDownBy, i = rs(
159
- t.scaleResolutionDownBy,
227
+ }, Lt = async (n, e, t) => {
228
+ const s = n.getParameters();
229
+ (s.encodings === void 0 || s.encodings.length === 0) && (s.encodings = [{}]);
230
+ const [r] = s.encodings, o = r.scaleResolutionDownBy, i = zn(
231
+ e.scaleResolutionDownBy,
160
232
  o
161
233
  );
162
- let a = !1;
163
- i !== void 0 && (r.encodings[0].scaleResolutionDownBy = i, a = !0);
164
- const u = s.maxBitrate, l = os(t.maxBitrate, u);
165
- return l !== void 0 && (r.encodings[0].maxBitrate = l, a = !0), a ? (n && n(r), e.setParameters(r).then(() => ({ parameters: r, isChanged: a }))) : { parameters: r, isChanged: a };
166
- }, is = async (e, t, n) => {
167
- const r = ts(e, t);
168
- if (r)
169
- return sn(r, { maxBitrate: n });
170
- }, as = 486, cs = 487, fe = "local", Be = "remote", wl = (e = new Error()) => {
171
- const { originator: t, cause: n } = e;
172
- return dt(e) ? !0 : typeof n == "string" ? n === Et || n === ht || t === fe && (n === St || n === ft) : !1;
173
- }, D = "SipConnector", us = "channels", ls = "WebcastStarted", _s = "WebcastStopped", ds = "accountChanged", Es = "accountDeleted", hs = "addedToListModerators", fs = "removedFromListModerators", Ss = "WebcastParticipationAccepted", gs = "WebcastParticipationRejected", Ts = "ParticipantMovedToWebcast", ms = "ConferenceParticipantTokenIssued";
174
- class $l {
175
- constructor({ JsSIP: t }) {
176
- c(this, "_isRegisterConfig", !1);
177
- c(this, "_connectionConfiguration", {});
178
- c(this, "_remoteStreams", {});
179
- c(this, "JsSIP");
180
- c(this, "_sessionEvents");
181
- c(this, "_uaEvents");
182
- c(this, "_cancelableConnect");
183
- c(this, "_cancelableCreateUa");
184
- c(this, "_cancelableDisconnect");
185
- c(this, "_cancelableSet");
186
- c(this, "_cancelableCall");
187
- c(this, "_cancelableAnswer");
188
- c(this, "_cancelableSendDTMF");
189
- c(this, "getSipServerUrl", (t) => t);
190
- c(this, "promisePendingStartPresentation");
191
- c(this, "promisePendingStopPresentation");
192
- c(this, "ua");
193
- c(this, "session");
194
- c(this, "incomingSession");
195
- c(this, "_streamPresentationCurrent");
196
- c(this, "socket");
197
- c(this, "connect", async (t) => (this._cancelRequests(), this._cancelableConnect.request(t)));
198
- c(this, "createUa", async (t) => this._cancelableCreateUa.request(t));
199
- c(this, "set", async (t) => this._cancelableSet.request(t));
200
- c(this, "call", async (t) => this._cancelableCall.request(t));
201
- c(this, "disconnect", async () => (this._cancelRequests(), this._disconnectWithoutCancelRequests()));
202
- c(this, "answerToIncomingCall", async (t) => this._cancelableAnswer.request(t));
203
- c(this, "sendDTMF", async (t) => this._cancelableSendDTMF.request(t));
204
- c(this, "hangUp", async () => (this._cancelRequests(), this._hangUpWithoutCancelRequests()));
205
- c(this, "tryRegister", async () => {
234
+ let c = !1;
235
+ i !== void 0 && (s.encodings[0].scaleResolutionDownBy = i, c = !0);
236
+ const u = r.maxBitrate, _ = Jn(e.maxBitrate, u);
237
+ return _ !== void 0 && (s.encodings[0].maxBitrate = _, c = !0), c ? (t && t(s), n.setParameters(s).then(() => ({ parameters: s, isChanged: c }))) : { parameters: s, isChanged: c };
238
+ }, Qn = async (n, e, t) => {
239
+ const s = Gn(n, e);
240
+ if (s)
241
+ return Lt(s, { maxBitrate: t });
242
+ }, jn = 486, Zn = 487, te = "local", Qe = "remote", Sr = (n = new Error()) => {
243
+ const { originator: e, cause: t } = n;
244
+ return et(n) ? !0 : typeof t == "string" ? t === tt || t === nt || e === te && (t === rt || t === st) : !1;
245
+ }, P = "SipConnector", es = "channels", ts = "WebcastStarted", ns = "WebcastStopped", ss = "accountChanged", rs = "accountDeleted", os = "addedToListModerators", is = "removedFromListModerators", as = "WebcastParticipationAccepted", cs = "WebcastParticipationRejected", us = "ParticipantMovedToWebcast", Es = "ConferenceParticipantTokenIssued";
246
+ class hr {
247
+ constructor({ JsSIP: e }) {
248
+ a(this, "_isRegisterConfig", !1);
249
+ a(this, "_connectionConfiguration", {});
250
+ a(this, "_remoteStreams", {});
251
+ a(this, "JsSIP");
252
+ a(this, "_sessionEvents");
253
+ a(this, "_uaEvents");
254
+ a(this, "_cancelableConnect");
255
+ a(this, "_cancelableCreateUa");
256
+ a(this, "_cancelableDisconnect");
257
+ a(this, "_cancelableSet");
258
+ a(this, "_cancelableCall");
259
+ a(this, "_cancelableAnswer");
260
+ a(this, "_cancelableSendDTMF");
261
+ a(this, "getSipServerUrl", (e) => e);
262
+ a(this, "promisePendingStartPresentation");
263
+ a(this, "promisePendingStopPresentation");
264
+ a(this, "ua");
265
+ a(this, "session");
266
+ a(this, "incomingSession");
267
+ a(this, "_streamPresentationCurrent");
268
+ a(this, "socket");
269
+ a(this, "connect", async (e) => (this._cancelRequests(), this._cancelableConnect.request(e)));
270
+ a(this, "createUa", async (e) => this._cancelableCreateUa.request(e));
271
+ a(this, "set", async (e) => this._cancelableSet.request(e));
272
+ a(this, "call", async (e) => this._cancelableCall.request(e));
273
+ a(this, "disconnect", async () => (this._cancelRequests(), this._disconnectWithoutCancelRequests()));
274
+ a(this, "answerToIncomingCall", async (e) => this._cancelableAnswer.request(e));
275
+ a(this, "sendDTMF", async (e) => this._cancelableSendDTMF.request(e));
276
+ a(this, "hangUp", async () => (this._cancelRequests(), this._hangUpWithoutCancelRequests()));
277
+ a(this, "tryRegister", async () => {
206
278
  if (!this.isRegisterConfig)
207
279
  throw new Error("Config is not registered");
208
- this._uaEvents.trigger(Re, void 0);
280
+ this._uaEvents.trigger(z, void 0);
209
281
  try {
210
282
  await this.unregister();
211
- } catch (t) {
212
- _("tryRegister", t);
283
+ } catch (e) {
284
+ E("tryRegister", e);
213
285
  }
214
286
  return this.register();
215
287
  });
216
- c(this, "declineToIncomingCall", async ({ statusCode: t = cs } = {}) => new Promise((n, r) => {
288
+ a(this, "declineToIncomingCall", async ({ statusCode: e = Zn } = {}) => new Promise((t, s) => {
217
289
  if (!this.isAvailableIncomingCall) {
218
- r(new Error("no incomingSession"));
290
+ s(new Error("no incomingSession"));
219
291
  return;
220
292
  }
221
- const s = this.incomingSession, o = this.remoteCallerData;
222
- this._cancelableCall.cancelRequest(), this._cancelableAnswer.cancelRequest(), this.removeIncomingSession(), this._uaEvents.trigger(Tt, o), n(s.terminate({ status_code: t }));
293
+ const r = this.incomingSession, o = this.remoteCallerData;
294
+ this._cancelableCall.cancelRequest(), this._cancelableAnswer.cancelRequest(), this.removeIncomingSession(), this._uaEvents.trigger(ie, o), t(r.terminate({ status_code: e }));
223
295
  }));
224
- c(this, "busyIncomingCall", async () => this.declineToIncomingCall({ statusCode: as }));
225
- c(this, "removeIncomingSession", () => {
296
+ a(this, "busyIncomingCall", async () => this.declineToIncomingCall({ statusCode: jn }));
297
+ a(this, "removeIncomingSession", () => {
226
298
  delete this.incomingSession;
227
299
  });
228
- c(this, "handleNewRTCSession", ({ originator: t, session: n }) => {
229
- if (t === Be) {
230
- this.incomingSession = n;
231
- const r = this.remoteCallerData;
232
- n.on(U, (s) => {
233
- this.removeIncomingSession(), s.originator === fe ? this._uaEvents.trigger(Ct, r) : this._uaEvents.trigger(mt, r);
234
- }), this._uaEvents.trigger(gt, r);
300
+ a(this, "handleNewRTCSession", ({ originator: e, session: t }) => {
301
+ if (e === Qe) {
302
+ this.incomingSession = t;
303
+ const s = this.remoteCallerData;
304
+ t.on(y, (r) => {
305
+ this.removeIncomingSession(), r.originator === te ? this._uaEvents.trigger(ce, s) : this._uaEvents.trigger(ae, s);
306
+ }), this._uaEvents.trigger(oe, s);
235
307
  }
236
308
  });
237
- c(this, "_connect", async (t) => this.createUa(t).then(async () => this._start()));
238
- c(this, "_createUa", async ({
239
- displayName: t = "",
240
- user: n,
241
- password: r,
242
- register: s = !1,
309
+ a(this, "_connect", async (e) => this.createUa(e).then(async () => this._start()));
310
+ a(this, "_createUa", async ({
311
+ displayName: e = "",
312
+ user: t,
313
+ password: s,
314
+ register: r = !1,
243
315
  sipServerUrl: o,
244
316
  sipWebSocketServerURL: i,
245
- remoteAddress: a,
317
+ remoteAddress: c,
246
318
  extraHeaders: u = [],
247
- sdpSemantics: l = "plan-b",
248
- sessionTimers: d = !1,
249
- registerExpires: E = 60 * 5,
319
+ sdpSemantics: _ = "plan-b",
320
+ sessionTimers: l = !1,
321
+ registerExpires: d = 60 * 5,
250
322
  // 5 minutes in sec
251
- connectionRecoveryMinInterval: h = 2,
252
- connectionRecoveryMaxInterval: S = 6,
253
- userAgent: g
323
+ connectionRecoveryMinInterval: S = 2,
324
+ connectionRecoveryMaxInterval: h = 6,
325
+ userAgent: T
254
326
  }) => {
255
327
  if (!o)
256
328
  throw new Error("sipServerUrl is required");
257
329
  if (!i)
258
330
  throw new Error("sipWebSocketServerURL is required");
259
- if (s && !n)
331
+ if (r && !t)
260
332
  throw new Error("user is required for authorized connection");
261
- if (s && !r)
333
+ if (r && !s)
262
334
  throw new Error("password is required for authorized connection");
263
335
  this._connectionConfiguration = {
264
336
  sipServerUrl: o,
265
- displayName: t,
266
- register: s,
267
- user: n,
268
- password: r
337
+ displayName: e,
338
+ register: r,
339
+ user: t,
340
+ password: s
269
341
  }, this._init({ sipServerUrl: o, sipWebSocketServerURL: i });
270
- const m = s && n ? n.trim() : `${Kr()}`, C = {
271
- password: r,
272
- register: s,
273
- display_name: ke(t),
274
- user_agent: g,
275
- sdp_semantics: l,
342
+ const g = r && t ? t.trim() : `${qn()}`, N = {
343
+ password: s,
344
+ register: r,
345
+ display_name: Je(e),
346
+ user_agent: T,
347
+ sdp_semantics: _,
276
348
  sockets: [this.socket],
277
- uri: this.getSipServerUrl(m),
278
- session_timers: d,
279
- register_expires: E,
280
- connection_recovery_min_interval: h,
281
- connection_recovery_max_interval: S
349
+ uri: this.getSipServerUrl(g),
350
+ session_timers: l,
351
+ register_expires: d,
352
+ connection_recovery_min_interval: S,
353
+ connection_recovery_max_interval: h
282
354
  };
283
- this.ua && await this._disconnectWithoutCancelRequests(), this._isRegisterConfig = !!C.register, this.ua = new this.JsSIP.UA(C), this._uaEvents.eachTriggers((N, v) => {
284
- const y = Ne.find((f) => f === v);
285
- y && this.ua && this.ua.on(y, N);
355
+ this.ua && await this._disconnectWithoutCancelRequests(), this._isRegisterConfig = !!N.register, this.ua = new this.JsSIP.UA(N), this._uaEvents.eachTriggers((m, R) => {
356
+ const v = ke.find((f) => f === R);
357
+ v && this.ua && this.ua.on(v, m);
286
358
  });
287
- const b = [...Nr(a), ...u];
288
- return this.ua.registrator().setExtraHeaders(b), this.ua;
359
+ const M = [...dn(c), ...u];
360
+ return this.ua.registrator().setExtraHeaders(M), this.ua;
289
361
  });
290
- c(this, "_start", async () => new Promise((t, n) => {
291
- const { ua: r } = this;
292
- if (!r) {
293
- n(new Error("this.ua is not initialized"));
362
+ a(this, "_start", async () => new Promise((e, t) => {
363
+ const { ua: s } = this;
364
+ if (!s) {
365
+ t(new Error("this.ua is not initialized"));
294
366
  return;
295
367
  }
296
- const s = () => {
297
- a(), t(r);
368
+ const r = () => {
369
+ c(), e(s);
298
370
  }, o = (u) => {
299
- a(), n(u);
371
+ c(), t(u);
300
372
  }, i = () => {
301
- this.isRegisterConfig ? (this.on(H, s), this.on(W, o)) : this.on(oe, s), this.on(w, o);
302
- }, a = () => {
303
- this.off(H, s), this.off(W, o), this.off(oe, s), this.off(w, o);
373
+ this.isRegisterConfig ? (this.on(L, r), this.on(B, o)) : this.on(V, r), this.on(D, o);
374
+ }, c = () => {
375
+ this.off(L, r), this.off(B, o), this.off(V, r), this.off(D, o);
304
376
  };
305
- i(), this.on(ie, this.handleNewRTCSession), r.start();
377
+ i(), this.on(W, this.handleNewRTCSession), s.start();
306
378
  }));
307
- c(this, "_set", async ({ displayName: t, password: n }) => new Promise((r, s) => {
379
+ a(this, "_set", async ({ displayName: e, password: t }) => new Promise((s, r) => {
308
380
  const { ua: o } = this;
309
381
  if (!o) {
310
- s(new Error("this.ua is not initialized"));
382
+ r(new Error("this.ua is not initialized"));
311
383
  return;
312
384
  }
313
- let i = !1, a = !1;
314
- t !== void 0 && t !== this._connectionConfiguration.displayName && (i = o.set("display_name", ke(t)), this._connectionConfiguration.displayName = t), n !== void 0 && n !== this._connectionConfiguration.password && (a = o.set("password", n), this._connectionConfiguration.password = n);
315
- const u = i || a;
316
- a && this.isRegisterConfig ? this.register().then(() => {
317
- r(u);
318
- }).catch(s) : u ? r(u) : s(u);
385
+ let i = !1, c = !1;
386
+ e !== void 0 && e !== this._connectionConfiguration.displayName && (i = o.set("display_name", Je(e)), this._connectionConfiguration.displayName = e), t !== void 0 && t !== this._connectionConfiguration.password && (c = o.set("password", t), this._connectionConfiguration.password = t);
387
+ const u = i || c;
388
+ c && this.isRegisterConfig ? this.register().then(() => {
389
+ s(u);
390
+ }).catch(r) : u ? s(u) : r(u);
319
391
  }));
320
- c(this, "_disconnectWithoutCancelRequests", async () => this._cancelableDisconnect.request());
321
- c(this, "_disconnect", async () => {
322
- this.off(ie, this.handleNewRTCSession);
323
- const t = new Promise((n) => {
324
- this.once(w, () => {
325
- delete this.ua, n();
392
+ a(this, "_disconnectWithoutCancelRequests", async () => this._cancelableDisconnect.request());
393
+ a(this, "_disconnect", async () => {
394
+ this.off(W, this.handleNewRTCSession);
395
+ const e = new Promise((t) => {
396
+ this.once(D, () => {
397
+ delete this.ua, t();
326
398
  });
327
399
  });
328
- return this.ua ? (await this._hangUpWithoutCancelRequests(), this.ua ? this.ua.stop() : this._uaEvents.trigger(w, void 0)) : this._uaEvents.trigger(w, void 0), t;
400
+ return this.ua ? (await this._hangUpWithoutCancelRequests(), this.ua ? this.ua.stop() : this._uaEvents.trigger(D, void 0)) : this._uaEvents.trigger(D, void 0), e;
329
401
  });
330
- c(this, "_call", async ({
331
- number: t,
332
- mediaStream: n,
333
- extraHeaders: r = [],
334
- ontrack: s,
402
+ a(this, "_call", async ({
403
+ number: e,
404
+ mediaStream: t,
405
+ extraHeaders: s = [],
406
+ ontrack: r,
335
407
  iceServers: o,
336
408
  videoMode: i,
337
- audioMode: a,
409
+ audioMode: c,
338
410
  degradationPreference: u,
339
- offerToReceiveAudio: l = !0,
340
- offerToReceiveVideo: d = !0
341
- }) => new Promise((E, h) => {
342
- const { ua: S } = this;
343
- if (!S) {
344
- h(new Error("this.ua is not initialized"));
411
+ offerToReceiveAudio: _ = !0,
412
+ offerToReceiveVideo: l = !0
413
+ }) => new Promise((d, S) => {
414
+ const { ua: h } = this;
415
+ if (!h) {
416
+ S(new Error("this.ua is not initialized"));
345
417
  return;
346
418
  }
347
- this._connectionConfiguration.number = t, this._connectionConfiguration.answer = !1, this._handleCall({ ontrack: s }).then(E).catch(h), this.session = S.call(this.getSipServerUrl(t), {
348
- extraHeaders: r,
349
- mediaStream: Z(n, {
419
+ this._connectionConfiguration.number = e, this._connectionConfiguration.answer = !1, this._handleCall({ ontrack: r }).then(d).catch(S), this.session = h.call(this.getSipServerUrl(e), {
420
+ extraHeaders: s,
421
+ mediaStream: J(t, {
350
422
  videoMode: i,
351
- audioMode: a
423
+ audioMode: c
352
424
  }),
353
425
  eventHandlers: this._sessionEvents.triggers,
354
426
  videoMode: i,
355
- audioMode: a,
427
+ audioMode: c,
356
428
  degradationPreference: u,
357
429
  pcConfig: {
358
430
  iceServers: o
359
431
  },
360
432
  rtcOfferConstraints: {
361
- offerToReceiveAudio: l,
362
- offerToReceiveVideo: d
433
+ offerToReceiveAudio: _,
434
+ offerToReceiveVideo: l
363
435
  }
364
436
  });
365
437
  }));
366
- c(this, "_answer", async ({
367
- mediaStream: t,
368
- ontrack: n,
369
- extraHeaders: r = [],
370
- iceServers: s,
438
+ a(this, "_answer", async ({
439
+ mediaStream: e,
440
+ ontrack: t,
441
+ extraHeaders: s = [],
442
+ iceServers: r,
371
443
  videoMode: o,
372
444
  audioMode: i,
373
- degradationPreference: a
374
- }) => new Promise((u, l) => {
445
+ degradationPreference: c
446
+ }) => new Promise((u, _) => {
375
447
  if (!this.isAvailableIncomingCall) {
376
- l(new Error("no incomingSession"));
448
+ _(new Error("no incomingSession"));
377
449
  return;
378
450
  }
379
451
  this.session = this.incomingSession, this.removeIncomingSession();
380
- const { session: d } = this;
381
- if (!d) {
382
- l(new Error("No session established"));
452
+ const { session: l } = this;
453
+ if (!l) {
454
+ _(new Error("No session established"));
383
455
  return;
384
456
  }
385
- this._sessionEvents.eachTriggers((h, S) => {
386
- const g = ve.find((m) => m === S);
387
- g && d.on(g, h);
388
- }), this._connectionConfiguration.answer = !0, this._connectionConfiguration.number = d.remote_identity.uri.user, this._handleCall({ ontrack: n }).then(u).catch(l);
389
- const E = Z(t, {
457
+ this._sessionEvents.eachTriggers((S, h) => {
458
+ const T = He.find((g) => g === h);
459
+ T && l.on(T, S);
460
+ }), this._connectionConfiguration.answer = !0, this._connectionConfiguration.number = l.remote_identity.uri.user, this._handleCall({ ontrack: t }).then(u).catch(_);
461
+ const d = J(e, {
390
462
  videoMode: o,
391
463
  audioMode: i
392
464
  });
393
- d.answer({
394
- extraHeaders: r,
465
+ l.answer({
466
+ extraHeaders: s,
395
467
  videoMode: o,
396
468
  audioMode: i,
397
- degradationPreference: a,
398
- mediaStream: E,
469
+ degradationPreference: c,
470
+ mediaStream: d,
399
471
  pcConfig: {
400
- iceServers: s
472
+ iceServers: r
401
473
  }
402
474
  });
403
475
  }));
404
- c(this, "_handleCall", async ({ ontrack: t }) => new Promise((n, r) => {
405
- const s = () => {
406
- this.onSession(_e, d), this.onSession(le, E);
476
+ a(this, "_handleCall", async ({ ontrack: e }) => new Promise((t, s) => {
477
+ const r = () => {
478
+ this.onSession(G, l), this.onSession(Y, d);
407
479
  }, o = () => {
408
- this.offSession(_e, d), this.offSession(le, E);
480
+ this.offSession(G, l), this.offSession(Y, d);
409
481
  }, i = () => {
410
- this.onSession(U, u), this.onSession(V, u);
411
- }, a = () => {
412
- this.offSession(U, u), this.offSession(V, u);
413
- }, u = (h) => {
414
- o(), a(), r(h);
482
+ this.onSession(y, u), this.onSession(F, u);
483
+ }, c = () => {
484
+ this.offSession(y, u), this.offSession(F, u);
485
+ }, u = (S) => {
486
+ o(), c(), s(S);
415
487
  };
416
- let l;
417
- const d = ({ peerconnection: h }) => {
418
- l = h, l.ontrack = (S) => {
419
- this._sessionEvents.trigger(Ot, l), t && t(S);
488
+ let _;
489
+ const l = ({ peerconnection: S }) => {
490
+ _ = S, _.ontrack = (h) => {
491
+ this._sessionEvents.trigger(Ce, _), e && e(h);
420
492
  };
421
- }, E = () => {
422
- l && this._sessionEvents.trigger(It, l), o(), a(), n(l);
493
+ }, d = () => {
494
+ _ && this._sessionEvents.trigger(Te, _), o(), c(), t(_);
423
495
  };
424
- s(), i();
496
+ r(), i();
425
497
  }));
426
- c(this, "_restoreSession", () => {
498
+ a(this, "_restoreSession", () => {
427
499
  this._resetPresentation(), delete this._connectionConfiguration.number, delete this.session, this._remoteStreams = {};
428
500
  });
429
- c(this, "_sendDTMF", async (t) => new Promise((n, r) => {
430
- const { session: s } = this;
431
- if (!s) {
432
- r(new Error("No session established"));
501
+ a(this, "_sendDTMF", async (e) => new Promise((t, s) => {
502
+ const { session: r } = this;
503
+ if (!r) {
504
+ s(new Error("No session established"));
433
505
  return;
434
506
  }
435
- this.onceSession(Yt, ({ originator: o }) => {
436
- o === fe && n();
437
- }), s.sendDTMF(t, {
507
+ this.onceSession(Le, ({ originator: o }) => {
508
+ o === te && t();
509
+ }), r.sendDTMF(e, {
438
510
  duration: 120,
439
511
  interToneGap: 600
440
512
  });
441
513
  }));
442
- c(this, "_hangUpWithoutCancelRequests", async () => {
514
+ a(this, "_hangUpWithoutCancelRequests", async () => {
443
515
  if (this.ua && this.session) {
444
- const { session: t } = this;
445
- this._streamPresentationCurrent && await this.stopPresentation(), this._restoreSession(), t.isEnded() || t.terminate();
516
+ const { session: e } = this;
517
+ this._streamPresentationCurrent && await this.stopPresentation(), this._restoreSession(), e.isEnded() || e.terminate();
446
518
  }
447
519
  });
448
- c(this, "_handleShareState", (t) => {
449
- switch (t) {
450
- case en: {
451
- this._sessionEvents.trigger(vt, void 0);
520
+ a(this, "_handleShareState", (e) => {
521
+ switch (e) {
522
+ case yt: {
523
+ this._sessionEvents.trigger(_e, void 0);
452
524
  break;
453
525
  }
454
- case tn: {
455
- this._sessionEvents.trigger(At, void 0);
526
+ case bt: {
527
+ this._sessionEvents.trigger(le, void 0);
456
528
  break;
457
529
  }
458
- case Vr: {
459
- this._sessionEvents.trigger(pt, void 0);
530
+ case Un: {
531
+ this._sessionEvents.trigger(de, void 0);
460
532
  break;
461
533
  }
462
534
  }
463
535
  });
464
- c(this, "_maybeTriggerChannels", (t) => {
465
- const n = t.getHeader(Le), r = t.getHeader(Ue);
466
- if (n && r) {
467
- const s = {
468
- inputChannels: n,
469
- outputChannels: r
536
+ a(this, "_maybeTriggerChannels", (e) => {
537
+ const t = e.getHeader(Xe), s = e.getHeader(ze);
538
+ if (t && s) {
539
+ const r = {
540
+ inputChannels: t,
541
+ outputChannels: s
470
542
  };
471
- this._sessionEvents.trigger(ce, s);
543
+ this._sessionEvents.trigger($, r);
472
544
  }
473
545
  });
474
- c(this, "_handleNotify", (t) => {
475
- switch (t.cmd) {
476
- case us: {
477
- const n = t;
478
- this._triggerChannelsNotify(n);
546
+ a(this, "_handleNotify", (e) => {
547
+ switch (e.cmd) {
548
+ case es: {
549
+ const t = e;
550
+ this._triggerChannelsNotify(t);
479
551
  break;
480
552
  }
481
- case ls: {
482
- const n = t;
483
- this._triggerWebcastStartedNotify(n);
553
+ case ts: {
554
+ const t = e;
555
+ this._triggerWebcastStartedNotify(t);
484
556
  break;
485
557
  }
486
- case _s: {
487
- const n = t;
488
- this._triggerWebcastStoppedNotify(n);
558
+ case ns: {
559
+ const t = e;
560
+ this._triggerWebcastStoppedNotify(t);
489
561
  break;
490
562
  }
491
- case hs: {
492
- const n = t;
493
- this._triggerAddedToListModeratorsNotify(n);
563
+ case os: {
564
+ const t = e;
565
+ this._triggerAddedToListModeratorsNotify(t);
494
566
  break;
495
567
  }
496
- case fs: {
497
- const n = t;
498
- this._triggerRemovedFromListModeratorsNotify(n);
568
+ case is: {
569
+ const t = e;
570
+ this._triggerRemovedFromListModeratorsNotify(t);
499
571
  break;
500
572
  }
501
- case Ss: {
502
- const n = t;
503
- this._triggerParticipantMoveRequestToConference(n);
573
+ case as: {
574
+ const t = e;
575
+ this._triggerParticipantMoveRequestToConference(t);
504
576
  break;
505
577
  }
506
- case gs: {
507
- const n = t;
508
- this._triggerParticipantCancelingWordRequest(n);
578
+ case cs: {
579
+ const t = e;
580
+ this._triggerParticipantCancelingWordRequest(t);
509
581
  break;
510
582
  }
511
- case Ts: {
512
- const n = t;
513
- this._triggerParticipantMoveRequestToStream(n);
583
+ case us: {
584
+ const t = e;
585
+ this._triggerParticipantMoveRequestToStream(t);
514
586
  break;
515
587
  }
516
- case ds: {
588
+ case ss: {
517
589
  this._triggerAccountChangedNotify();
518
590
  break;
519
591
  }
520
- case Es: {
592
+ case rs: {
521
593
  this._triggerAccountDeletedNotify();
522
594
  break;
523
595
  }
524
- case ms: {
525
- const n = t;
526
- this._triggerConferenceParticipantTokenIssued(n);
596
+ case Es: {
597
+ const t = e;
598
+ this._triggerConferenceParticipantTokenIssued(t);
527
599
  break;
528
600
  }
529
601
  default:
530
- _("unknown cmd", t.cmd);
602
+ E("unknown cmd", e.cmd);
531
603
  }
532
604
  });
533
- c(this, "_triggerRemovedFromListModeratorsNotify", ({
534
- conference: t
605
+ a(this, "_triggerRemovedFromListModeratorsNotify", ({
606
+ conference: e
535
607
  }) => {
536
- const n = {
537
- conference: t
608
+ const t = {
609
+ conference: e
538
610
  };
539
611
  this._uaEvents.trigger(
540
- kt,
541
- n
612
+ Oe,
613
+ t
542
614
  );
543
615
  });
544
- c(this, "_triggerAddedToListModeratorsNotify", ({ conference: t }) => {
545
- const n = {
546
- conference: t
616
+ a(this, "_triggerAddedToListModeratorsNotify", ({ conference: e }) => {
617
+ const t = {
618
+ conference: e
547
619
  };
548
- this._uaEvents.trigger(Ft, n);
620
+ this._uaEvents.trigger(Me, t);
549
621
  });
550
- c(this, "_triggerWebcastStartedNotify", ({ body: { conference: t, type: n } }) => {
551
- const r = {
552
- conference: t,
553
- type: n
622
+ a(this, "_triggerWebcastStartedNotify", ({ body: { conference: e, type: t } }) => {
623
+ const s = {
624
+ conference: e,
625
+ type: t
554
626
  };
555
- this._uaEvents.trigger(Wt, r);
627
+ this._uaEvents.trigger(ve, s);
556
628
  });
557
- c(this, "_triggerWebcastStoppedNotify", ({ body: { conference: t, type: n } }) => {
558
- const r = {
559
- conference: t,
560
- type: n
629
+ a(this, "_triggerWebcastStoppedNotify", ({ body: { conference: e, type: t } }) => {
630
+ const s = {
631
+ conference: e,
632
+ type: t
561
633
  };
562
- this._uaEvents.trigger(Vt, r);
634
+ this._uaEvents.trigger(ye, s);
563
635
  });
564
- c(this, "_triggerAccountChangedNotify", () => {
565
- this._uaEvents.trigger(jt, void 0);
636
+ a(this, "_triggerAccountChangedNotify", () => {
637
+ this._uaEvents.trigger(be, void 0);
566
638
  });
567
- c(this, "_triggerAccountDeletedNotify", () => {
568
- this._uaEvents.trigger(qt, void 0);
639
+ a(this, "_triggerAccountDeletedNotify", () => {
640
+ this._uaEvents.trigger(we, void 0);
569
641
  });
570
- c(this, "_triggerConferenceParticipantTokenIssued", ({
571
- body: { conference: t, participant: n, jwt: r }
642
+ a(this, "_triggerConferenceParticipantTokenIssued", ({
643
+ body: { conference: e, participant: t, jwt: s }
572
644
  }) => {
573
- const s = {
574
- conference: t,
575
- participant: n,
576
- jwt: r
645
+ const r = {
646
+ conference: e,
647
+ participant: t,
648
+ jwt: s
577
649
  };
578
650
  this._uaEvents.trigger(
579
- Gt,
580
- s
651
+ Ue,
652
+ r
581
653
  );
582
654
  });
583
- c(this, "_triggerChannelsNotify", (t) => {
584
- const n = t.input, r = t.output, s = {
585
- inputChannels: n,
586
- outputChannels: r
655
+ a(this, "_triggerChannelsNotify", (e) => {
656
+ const t = e.input, s = e.output, r = {
657
+ inputChannels: t,
658
+ outputChannels: s
587
659
  };
588
- this._uaEvents.trigger(Mt, s);
660
+ this._uaEvents.trigger(ge, r);
589
661
  });
590
- c(this, "_triggerParticipantMoveRequestToConference", ({
591
- body: { conference: t }
662
+ a(this, "_triggerParticipantMoveRequestToConference", ({
663
+ body: { conference: e }
592
664
  }) => {
593
- const n = {
594
- conference: t
665
+ const t = {
666
+ conference: e
595
667
  };
596
- this._uaEvents.trigger(Bt, n);
668
+ this._uaEvents.trigger(Pe, t);
597
669
  });
598
- c(this, "_triggerParticipantCancelingWordRequest", ({
599
- body: { conference: t }
670
+ a(this, "_triggerParticipantCancelingWordRequest", ({
671
+ body: { conference: e }
600
672
  }) => {
601
- const n = {
602
- conference: t
673
+ const t = {
674
+ conference: e
603
675
  };
604
- this._uaEvents.trigger(Ht, n);
676
+ this._uaEvents.trigger(pe, t);
605
677
  });
606
- c(this, "_triggerParticipantMoveRequestToStream", ({
607
- body: { conference: t }
678
+ a(this, "_triggerParticipantMoveRequestToStream", ({
679
+ body: { conference: e }
608
680
  }) => {
609
- const n = {
610
- conference: t
681
+ const t = {
682
+ conference: e
611
683
  };
612
- this._uaEvents.trigger(xt, n);
684
+ this._uaEvents.trigger(De, t);
613
685
  });
614
- c(this, "_triggerEnterRoom", (t) => {
615
- const n = t.getHeader(Ar);
616
- this._sessionEvents.trigger(bt, n);
686
+ a(this, "_triggerEnterRoom", (e) => {
687
+ const t = e.getHeader(hn);
688
+ this._sessionEvents.trigger(Se, t);
617
689
  });
618
- c(this, "_triggerShareState", (t) => {
619
- const n = t.getHeader(k);
620
- this._sessionEvents.trigger(ae, n);
690
+ a(this, "_triggerShareState", (e) => {
691
+ const t = e.getHeader(H);
692
+ this._sessionEvents.trigger(q, t);
621
693
  });
622
- c(this, "_triggerMainCamControl", (t) => {
623
- const n = t.getHeader(Dr), r = t.getHeader(Fe), s = r === he.ADMIN_SYNC_FORCED;
624
- if (n === M.ADMIN_START_MAIN_CAM)
625
- this._sessionEvents.trigger($t, { isSyncForced: s });
626
- else if (n === M.ADMIN_STOP_MAIN_CAM)
627
- this._sessionEvents.trigger(wt, { isSyncForced: s });
628
- else if ((n === M.RESUME_MAIN_CAM || n === M.PAUSE_MAIN_CAM) && r)
629
- this._sessionEvents.trigger(ue, { isSyncForced: s });
694
+ a(this, "_triggerMainCamControl", (e) => {
695
+ const t = e.getHeader(fn), s = e.getHeader(Ke), r = s === ee.ADMIN_SYNC_FORCED;
696
+ if (t === I.ADMIN_START_MAIN_CAM)
697
+ this._sessionEvents.trigger(Ae, { isSyncForced: r });
698
+ else if (t === I.ADMIN_STOP_MAIN_CAM)
699
+ this._sessionEvents.trigger(Re, { isSyncForced: r });
700
+ else if ((t === I.RESUME_MAIN_CAM || t === I.PAUSE_MAIN_CAM) && s)
701
+ this._sessionEvents.trigger(x, { isSyncForced: r });
630
702
  else {
631
- const o = t.getHeader($r);
632
- this._sessionEvents.trigger(Dt, {
633
- mainCam: n,
703
+ const o = e.getHeader(Mn);
704
+ this._sessionEvents.trigger(me, {
705
+ mainCam: t,
634
706
  resolutionMainCam: o
635
707
  });
636
708
  }
637
709
  });
638
- c(this, "_triggerMicControl", (t) => {
639
- const n = t.getHeader(wr), s = t.getHeader(Fe) === he.ADMIN_SYNC_FORCED;
640
- n === Ee.ADMIN_START_MIC ? this._sessionEvents.trigger(Ut, { isSyncForced: s }) : n === Ee.ADMIN_STOP_MIC && this._sessionEvents.trigger(Lt, { isSyncForced: s });
710
+ a(this, "_triggerMicControl", (e) => {
711
+ const t = e.getHeader(In), r = e.getHeader(Ke) === ee.ADMIN_SYNC_FORCED;
712
+ t === Z.ADMIN_START_MIC ? this._sessionEvents.trigger(Ie, { isSyncForced: r }) : t === Z.ADMIN_STOP_MIC && this._sessionEvents.trigger(fe, { isSyncForced: r });
641
713
  });
642
- c(this, "_triggerUseLicense", (t) => {
643
- const n = t.getHeader(Pr);
644
- this._sessionEvents.trigger(yt, n);
714
+ a(this, "_triggerUseLicense", (e) => {
715
+ const t = e.getHeader(An);
716
+ this._sessionEvents.trigger(he, t);
645
717
  });
646
- c(this, "_handleNewInfo", (t) => {
647
- const { originator: n } = t;
648
- if (n !== "remote")
718
+ a(this, "_handleNewInfo", (e) => {
719
+ const { originator: t } = e;
720
+ if (t !== "remote")
649
721
  return;
650
- const { request: r } = t, s = r.getHeader(vr);
651
- if (s)
652
- switch (s) {
653
- case pr: {
654
- this._triggerEnterRoom(r), this._maybeTriggerChannels(r);
722
+ const { request: s } = e, r = s.getHeader(Sn);
723
+ if (r)
724
+ switch (r) {
725
+ case Tn: {
726
+ this._triggerEnterRoom(s), this._maybeTriggerChannels(s);
655
727
  break;
656
728
  }
657
- case Br: {
658
- this._maybeHandleNotify(r);
729
+ case vn: {
730
+ this._maybeHandleNotify(s);
659
731
  break;
660
732
  }
661
- case Q: {
662
- this._triggerShareState(r);
733
+ case K: {
734
+ this._triggerShareState(s);
663
735
  break;
664
736
  }
665
- case $e: {
666
- this._triggerMainCamControl(r);
737
+ case Ge: {
738
+ this._triggerMainCamControl(s);
667
739
  break;
668
740
  }
669
- case Or: {
670
- this._triggerMicControl(r);
741
+ case mn: {
742
+ this._triggerMicControl(s);
671
743
  break;
672
744
  }
673
- case Mr: {
674
- this._triggerUseLicense(r);
745
+ case Rn: {
746
+ this._triggerUseLicense(s);
675
747
  break;
676
748
  }
677
749
  }
678
750
  });
679
- c(this, "_handleSipEvent", ({ request: t }) => {
680
- this._maybeHandleNotify(t);
751
+ a(this, "_handleSipEvent", ({ request: e }) => {
752
+ this._maybeHandleNotify(e);
681
753
  });
682
- c(this, "_maybeHandleNotify", (t) => {
683
- const n = t.getHeader(xr);
684
- if (n) {
685
- const r = JSON.parse(n);
686
- this._handleNotify(r);
754
+ a(this, "_maybeHandleNotify", (e) => {
755
+ const t = e.getHeader(yn);
756
+ if (t) {
757
+ const s = JSON.parse(t);
758
+ this._handleNotify(s);
687
759
  }
688
760
  });
689
- c(this, "_handleEnded", (t) => {
690
- const { originator: n } = t;
691
- n === Be && this._sessionEvents.trigger(Pt, t), this._restoreSession();
761
+ a(this, "_handleEnded", (e) => {
762
+ const { originator: t } = e;
763
+ t === Qe && this._sessionEvents.trigger(Ne, e), this._restoreSession();
692
764
  });
693
- this.JsSIP = t, this._sessionEvents = new we(Zt), this._uaEvents = new we(Qt), this._cancelableConnect = new P(
765
+ this.JsSIP = e, this._sessionEvents = new Ye(vt), this._uaEvents = new Ye(pt), this._cancelableConnect = new O(
694
766
  this._connect,
695
767
  {
696
- moduleName: D,
768
+ moduleName: P,
697
769
  afterCancelRequest: () => {
698
770
  this._cancelableCreateUa.cancelRequest(), this._cancelableDisconnect.cancelRequest();
699
771
  }
700
772
  }
701
- ), this._cancelableCreateUa = new P(this._createUa, { moduleName: D }), this._cancelableDisconnect = new P(
773
+ ), this._cancelableCreateUa = new O(this._createUa, { moduleName: P }), this._cancelableDisconnect = new O(
702
774
  this._disconnect,
703
- { moduleName: D }
704
- ), this._cancelableSet = new P(this._set, {
705
- moduleName: D
706
- }), this._cancelableCall = new P(
775
+ { moduleName: P }
776
+ ), this._cancelableSet = new O(this._set, {
777
+ moduleName: P
778
+ }), this._cancelableCall = new O(
707
779
  this._call,
708
- { moduleName: D }
709
- ), this._cancelableAnswer = new P(this._answer, { moduleName: D }), this._cancelableSendDTMF = new P(this._sendDTMF, { moduleName: D }), this.onSession(ae, this._handleShareState), this.onSession(Xt, this._handleNewInfo), this.on(Nt, this._handleSipEvent), this.onSession(U, this._handleEnded), this.onSession(V, this._handleEnded);
780
+ { moduleName: P }
781
+ ), this._cancelableAnswer = new O(this._answer, { moduleName: P }), this._cancelableSendDTMF = new O(this._sendDTMF, { moduleName: P }), this.onSession(q, this._handleShareState), this.onSession(Be, this._handleNewInfo), this.on(Ee, this._handleSipEvent), this.onSession(y, this._handleEnded), this.onSession(F, this._handleEnded);
710
782
  }
711
783
  async register() {
712
- return new Promise((t, n) => {
713
- this.isRegisterConfig && this.ua ? (this.ua.on(H, t), this.ua.on(W, n), this.ua.register()) : n(new Error("Config is not registered"));
784
+ return new Promise((e, t) => {
785
+ this.isRegisterConfig && this.ua ? (this.ua.on(L, e), this.ua.on(B, t), this.ua.register()) : t(new Error("Config is not registered"));
714
786
  });
715
787
  }
716
788
  async unregister() {
717
- return new Promise((t, n) => {
718
- this.isRegistered && this.ua ? (this.ua.on(Rt, t), this.ua.unregister()) : n(new Error("ua is not registered"));
789
+ return new Promise((e, t) => {
790
+ this.isRegistered && this.ua ? (this.ua.on(ue, e), this.ua.unregister()) : t(new Error("ua is not registered"));
719
791
  });
720
792
  }
721
- async sendOptions(t, n, r) {
793
+ async sendOptions(e, t, s) {
722
794
  if (!this.ua)
723
795
  throw new Error("is not connected");
724
- return new Promise((s, o) => {
796
+ return new Promise((r, o) => {
725
797
  try {
726
- this.ua.sendOptions(t, n, {
727
- extraHeaders: r,
798
+ this.ua.sendOptions(e, t, {
799
+ extraHeaders: s,
728
800
  eventHandlers: {
729
801
  succeeded: () => {
730
- s();
802
+ r();
731
803
  },
732
804
  failed: o
733
805
  }
@@ -737,65 +809,65 @@ class $l {
737
809
  }
738
810
  });
739
811
  }
740
- async ping(t, n) {
741
- var s;
742
- if (!((s = this.ua) != null && s.configuration.uri))
812
+ async ping(e, t) {
813
+ var r;
814
+ if (!((r = this.ua) != null && r.configuration.uri))
743
815
  throw new Error("is not connected");
744
- const r = this.ua.configuration.uri;
745
- return this.sendOptions(r, t, n);
816
+ const s = this.ua.configuration.uri;
817
+ return this.sendOptions(s, e, t);
746
818
  }
747
- async replaceMediaStream(t, n) {
819
+ async replaceMediaStream(e, t) {
748
820
  if (!this.session)
749
821
  throw new Error("No session established");
750
- return this.session.replaceMediaStream(t, n);
822
+ return this.session.replaceMediaStream(e, t);
751
823
  }
752
- async askPermissionToEnableCam(t = {}) {
824
+ async askPermissionToEnableCam(e = {}) {
753
825
  if (!this.session)
754
826
  throw new Error("No session established");
755
- const n = [Yr];
756
- return this.session.sendInfo($e, void 0, {
827
+ const t = [kn];
828
+ return this.session.sendInfo(Ge, void 0, {
757
829
  noTerminateWhenError: !0,
758
- ...t,
759
- extraHeaders: n
760
- }).catch((r) => {
761
- if (es(r))
762
- throw r;
830
+ ...e,
831
+ extraHeaders: t
832
+ }).catch((s) => {
833
+ if (Yn(s))
834
+ throw s;
763
835
  });
764
836
  }
765
837
  get isPendingPresentation() {
766
838
  return !!this.promisePendingStartPresentation || !!this.promisePendingStopPresentation;
767
839
  }
768
- async _sendPresentation(t, n, {
769
- maxBitrate: r,
770
- degradationPreference: s,
840
+ async _sendPresentation(e, t, {
841
+ maxBitrate: s,
842
+ degradationPreference: r,
771
843
  isNeedReinvite: o = !0,
772
844
  isP2P: i = !1
773
845
  }) {
774
- const a = Z(n);
775
- this._streamPresentationCurrent = a;
776
- const u = i ? [jr] : [Hr], l = t.sendInfo(Q, void 0, {
846
+ const c = J(t);
847
+ this._streamPresentationCurrent = c;
848
+ const u = i ? [Ln] : [bn], _ = e.sendInfo(K, void 0, {
777
849
  extraHeaders: u
778
- }).then(async () => t.startPresentation(
779
- a,
850
+ }).then(async () => e.startPresentation(
851
+ c,
780
852
  o,
781
- s
853
+ r
782
854
  )).then(async () => {
783
- const { connection: d } = this;
784
- if (!d || r === void 0)
855
+ const { connection: l } = this;
856
+ if (!l || s === void 0)
785
857
  return;
786
- const E = d.getSenders();
787
- return is(E, n, r);
788
- }).then(() => n).catch((d) => {
789
- throw this._sessionEvents.trigger(de, d), d;
858
+ const d = l.getSenders();
859
+ return Qn(d, t, s);
860
+ }).then(() => t).catch((l) => {
861
+ throw this._sessionEvents.trigger(X, l), l;
790
862
  });
791
- return this.promisePendingStartPresentation = l, l.finally(() => {
863
+ return this.promisePendingStartPresentation = _, _.finally(() => {
792
864
  this.promisePendingStartPresentation = void 0;
793
865
  });
794
866
  }
795
- async startPresentation(t, {
796
- isNeedReinvite: n = !0,
797
- isP2P: r = !1,
798
- maxBitrate: s,
867
+ async startPresentation(e, {
868
+ isNeedReinvite: t = !0,
869
+ isP2P: s = !1,
870
+ maxBitrate: r,
799
871
  degradationPreference: o
800
872
  } = {}) {
801
873
  const i = this.establishedSession;
@@ -803,76 +875,76 @@ class $l {
803
875
  throw new Error("No session established");
804
876
  if (this._streamPresentationCurrent)
805
877
  throw new Error("Presentation is already started");
806
- return this._sendPresentation(i, t, {
807
- isNeedReinvite: n,
808
- isP2P: r,
809
- maxBitrate: s,
878
+ return this._sendPresentation(i, e, {
879
+ isNeedReinvite: t,
880
+ isP2P: s,
881
+ maxBitrate: r,
810
882
  degradationPreference: o
811
883
  });
812
884
  }
813
885
  async stopPresentation({
814
- isP2P: t = !1
886
+ isP2P: e = !1
815
887
  } = {}) {
816
- const n = this._streamPresentationCurrent;
817
- let r = this.promisePendingStartPresentation ?? Promise.resolve();
818
- const s = t ? [qr] : [Wr], o = this.establishedSession;
819
- return o && n && (r = r.then(async () => o.sendInfo(Q, void 0, {
820
- extraHeaders: s
821
- })).then(async () => o.stopPresentation(n)).catch((i) => {
822
- throw this._sessionEvents.trigger(de, i), i;
823
- })), !o && n && this._sessionEvents.trigger(zt, n), this.promisePendingStopPresentation = r, r.finally(() => {
888
+ const t = this._streamPresentationCurrent;
889
+ let s = this.promisePendingStartPresentation ?? Promise.resolve();
890
+ const r = e ? [Bn] : [wn], o = this.establishedSession;
891
+ return o && t && (s = s.then(async () => o.sendInfo(K, void 0, {
892
+ extraHeaders: r
893
+ })).then(async () => o.stopPresentation(t)).catch((i) => {
894
+ throw this._sessionEvents.trigger(X, i), i;
895
+ })), !o && t && this._sessionEvents.trigger(Fe, t), this.promisePendingStopPresentation = s, s.finally(() => {
824
896
  this._resetPresentation();
825
897
  });
826
898
  }
827
- async updatePresentation(t, {
828
- isP2P: n = !1,
829
- maxBitrate: r,
830
- degradationPreference: s
899
+ async updatePresentation(e, {
900
+ isP2P: t = !1,
901
+ maxBitrate: s,
902
+ degradationPreference: r
831
903
  } = {}) {
832
904
  const o = this.establishedSession;
833
905
  if (!o)
834
906
  throw new Error("No session established");
835
907
  if (!this._streamPresentationCurrent)
836
908
  throw new Error("Presentation has not started yet");
837
- return this.promisePendingStartPresentation && await this.promisePendingStartPresentation, this._sendPresentation(o, t, {
838
- isP2P: n,
839
- maxBitrate: r,
840
- degradationPreference: s,
909
+ return this.promisePendingStartPresentation && await this.promisePendingStartPresentation, this._sendPresentation(o, e, {
910
+ isP2P: t,
911
+ maxBitrate: s,
912
+ degradationPreference: r,
841
913
  isNeedReinvite: !1
842
914
  });
843
915
  }
844
916
  _resetPresentation() {
845
917
  delete this._streamPresentationCurrent, this.promisePendingStartPresentation = void 0, this.promisePendingStopPresentation = void 0;
846
918
  }
847
- on(t, n) {
848
- return this._uaEvents.on(t, n);
919
+ on(e, t) {
920
+ return this._uaEvents.on(e, t);
849
921
  }
850
- once(t, n) {
851
- return this._uaEvents.once(t, n);
922
+ once(e, t) {
923
+ return this._uaEvents.once(e, t);
852
924
  }
853
- onceRace(t, n) {
854
- return this._uaEvents.onceRace(t, n);
925
+ onceRace(e, t) {
926
+ return this._uaEvents.onceRace(e, t);
855
927
  }
856
- async wait(t) {
857
- return this._uaEvents.wait(t);
928
+ async wait(e) {
929
+ return this._uaEvents.wait(e);
858
930
  }
859
- off(t, n) {
860
- this._uaEvents.off(t, n);
931
+ off(e, t) {
932
+ this._uaEvents.off(e, t);
861
933
  }
862
- onSession(t, n) {
863
- return this._sessionEvents.on(t, n);
934
+ onSession(e, t) {
935
+ return this._sessionEvents.on(e, t);
864
936
  }
865
- onceSession(t, n) {
866
- return this._sessionEvents.once(t, n);
937
+ onceSession(e, t) {
938
+ return this._sessionEvents.once(e, t);
867
939
  }
868
- onceRaceSession(t, n) {
869
- return this._sessionEvents.onceRace(t, n);
940
+ onceRaceSession(e, t) {
941
+ return this._sessionEvents.onceRace(e, t);
870
942
  }
871
- async waitSession(t) {
872
- return this._sessionEvents.wait(t);
943
+ async waitSession(e) {
944
+ return this._sessionEvents.wait(e);
873
945
  }
874
- offSession(t, n) {
875
- this._sessionEvents.off(t, n);
946
+ offSession(e, t) {
947
+ this._sessionEvents.off(e, t);
876
948
  }
877
949
  isConfigured() {
878
950
  return !!this.ua;
@@ -883,18 +955,18 @@ class $l {
883
955
  getRemoteStreams() {
884
956
  if (!this.connection)
885
957
  return;
886
- const n = this.connection.getReceivers().map(({ track: r }) => r);
887
- return Qr(n) ? this._generateStreams(n) : this._generateAudioStreams(n);
958
+ const t = this.connection.getReceivers().map(({ track: s }) => s);
959
+ return $n(t) ? this._generateStreams(t) : this._generateAudioStreams(t);
888
960
  }
889
961
  get connection() {
890
- var n;
891
- return (n = this.session) == null ? void 0 : n.connection;
962
+ var t;
963
+ return (t = this.session) == null ? void 0 : t.connection;
892
964
  }
893
965
  get remoteCallerData() {
894
- var t, n, r, s, o, i;
966
+ var e, t, s, r, o, i;
895
967
  return {
896
- displayName: (n = (t = this.incomingSession) == null ? void 0 : t.remote_identity) == null ? void 0 : n.display_name,
897
- host: (s = (r = this.incomingSession) == null ? void 0 : r.remote_identity) == null ? void 0 : s.uri.host,
968
+ displayName: (t = (e = this.incomingSession) == null ? void 0 : e.remote_identity) == null ? void 0 : t.display_name,
969
+ host: (r = (s = this.incomingSession) == null ? void 0 : s.remote_identity) == null ? void 0 : r.uri.host,
898
970
  incomingNumber: (i = (o = this.incomingSession) == null ? void 0 : o.remote_identity) == null ? void 0 : i.uri.user,
899
971
  session: this.incomingSession
900
972
  };
@@ -918,33 +990,33 @@ class $l {
918
990
  return !!this.incomingSession;
919
991
  }
920
992
  _init({
921
- sipServerUrl: t,
922
- sipWebSocketServerURL: n
993
+ sipServerUrl: e,
994
+ sipWebSocketServerURL: t
923
995
  }) {
924
- this.getSipServerUrl = zr(t), this.socket = new this.JsSIP.WebSocketInterface(n);
996
+ this.getSipServerUrl = Vn(e), this.socket = new this.JsSIP.WebSocketInterface(t);
925
997
  }
926
- _generateStream(t, n) {
927
- const { id: r } = t, s = this._remoteStreams[r] || new MediaStream();
928
- return n && s.addTrack(n), s.addTrack(t), this._remoteStreams[r] = s, s;
998
+ _generateStream(e, t) {
999
+ const { id: s } = e, r = this._remoteStreams[s] || new MediaStream();
1000
+ return t && r.addTrack(t), r.addTrack(e), this._remoteStreams[s] = r, r;
929
1001
  }
930
- _generateAudioStream(t) {
931
- const { id: n } = t, r = this._remoteStreams[n] || new MediaStream();
932
- return r.addTrack(t), this._remoteStreams[n] = r, r;
1002
+ _generateAudioStream(e) {
1003
+ const { id: t } = e, s = this._remoteStreams[t] || new MediaStream();
1004
+ return s.addTrack(e), this._remoteStreams[t] = s, s;
933
1005
  }
934
- _generateStreams(t) {
935
- const n = [];
936
- return t.forEach((r, s) => {
937
- if (r.kind === "audio")
1006
+ _generateStreams(e) {
1007
+ const t = [];
1008
+ return e.forEach((s, r) => {
1009
+ if (s.kind === "audio")
938
1010
  return;
939
- const o = r, i = t[s - 1];
940
- let a;
941
- i && i.kind === "audio" && (a = i);
942
- const u = this._generateStream(o, a);
943
- n.push(u);
944
- }), n;
1011
+ const o = s, i = e[r - 1];
1012
+ let c;
1013
+ i && i.kind === "audio" && (c = i);
1014
+ const u = this._generateStream(o, c);
1015
+ t.push(u);
1016
+ }), t;
945
1017
  }
946
- _generateAudioStreams(t) {
947
- return t.map((r) => this._generateAudioStream(r));
1018
+ _generateAudioStreams(e) {
1019
+ return e.map((s) => this._generateAudioStream(s));
948
1020
  }
949
1021
  _cancelRequests() {
950
1022
  this._cancelActionsRequests(), this._cancelCallRequests(), this._cancelConnectRequests();
@@ -959,885 +1031,420 @@ class $l {
959
1031
  this._cancelableAnswer.cancelRequest(), this._cancelableSendDTMF.cancelRequest();
960
1032
  }
961
1033
  async waitChannels() {
962
- return this.waitSession(ce);
1034
+ return this.waitSession($);
963
1035
  }
964
1036
  async waitSyncMediaState() {
965
- return this.waitSession(ue);
1037
+ return this.waitSession(x);
966
1038
  }
967
- async sendChannels({ inputChannels: t, outputChannels: n }) {
1039
+ async sendChannels({ inputChannels: e, outputChannels: t }) {
968
1040
  if (!this.session)
969
1041
  throw new Error("No session established");
970
- const r = `${Le}: ${t}`, s = `${Ue}: ${n}`, o = [
971
- r,
972
- s
1042
+ const s = `${Xe}: ${e}`, r = `${ze}: ${t}`, o = [
1043
+ s,
1044
+ r
973
1045
  ];
974
- return this.session.sendInfo(br, void 0, { extraHeaders: o });
1046
+ return this.session.sendInfo(Cn, void 0, { extraHeaders: o });
975
1047
  }
976
- async sendMediaState({ cam: t, mic: n }, r = {}) {
1048
+ async sendMediaState({ cam: e, mic: t }, s = {}) {
977
1049
  if (!this.session)
978
1050
  throw new Error("No session established");
979
- const s = `${Lr}: currentstate`, o = `${Fr}: ${Number(t)}`, i = `${kr}: ${Number(n)}`, a = [
980
- s,
1051
+ const r = `${On}: currentstate`, o = `${Dn}: ${Number(e)}`, i = `${pn}: ${Number(t)}`, c = [
1052
+ r,
981
1053
  o,
982
1054
  i
983
1055
  ];
984
- return this.session.sendInfo(yr, void 0, {
1056
+ return this.session.sendInfo(gn, void 0, {
985
1057
  noTerminateWhenError: !0,
986
- ...r,
987
- extraHeaders: a
1058
+ ...s,
1059
+ extraHeaders: c
988
1060
  });
989
1061
  }
990
- async _sendRefusalToTurnOn(t, n = {}) {
1062
+ async _sendRefusalToTurnOn(e, t = {}) {
991
1063
  if (!this.session)
992
1064
  throw new Error("No session established");
993
- const a = [`${Ur}: ${t === "mic" ? 0 : 1}`];
994
- return this.session.sendInfo(Ir, void 0, {
1065
+ const c = [`${Pn}: ${e === "mic" ? 0 : 1}`];
1066
+ return this.session.sendInfo(Nn, void 0, {
995
1067
  noTerminateWhenError: !0,
996
- ...n,
997
- extraHeaders: a
1068
+ ...t,
1069
+ extraHeaders: c
998
1070
  });
999
1071
  }
1000
- async sendRefusalToTurnOnMic(t = {}) {
1072
+ async sendRefusalToTurnOnMic(e = {}) {
1001
1073
  if (!this.session)
1002
1074
  throw new Error("No session established");
1003
- return this._sendRefusalToTurnOn("mic", { noTerminateWhenError: !0, ...t });
1075
+ return this._sendRefusalToTurnOn("mic", { noTerminateWhenError: !0, ...e });
1004
1076
  }
1005
- async sendRefusalToTurnOnCam(t = {}) {
1077
+ async sendRefusalToTurnOnCam(e = {}) {
1006
1078
  if (!this.session)
1007
1079
  throw new Error("No session established");
1008
- return this._sendRefusalToTurnOn("cam", { noTerminateWhenError: !0, ...t });
1009
- }
1010
- }
1011
- const on = "purgatory", F = (e) => e === on, pe = (e) => () => (_("getRemoteStreams"), e.getRemoteStreams()), Cs = ({ kind: e, readyState: t }) => e === "video" && t === "live", an = (e) => ({ track: t }) => {
1012
- Cs(t) && e();
1013
- };
1014
- var x = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1015
- function be(e) {
1016
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1017
- }
1018
- function Rs(e) {
1019
- var t = typeof e;
1020
- return e != null && (t == "object" || t == "function");
1021
- }
1022
- var $ = Rs, Ns = typeof x == "object" && x && x.Object === Object && x, cn = Ns, vs = cn, As = typeof self == "object" && self && self.Object === Object && self, ps = vs || As || Function("return this")(), X = ps, bs = X, ys = function() {
1023
- return bs.Date.now();
1024
- }, Is = ys, Os = /\s/;
1025
- function Ms(e) {
1026
- for (var t = e.length; t-- && Os.test(e.charAt(t)); )
1027
- ;
1028
- return t;
1029
- }
1030
- var Ps = Ms, Ds = Ps, ws = /^\s+/;
1031
- function $s(e) {
1032
- return e && e.slice(0, Ds(e) + 1).replace(ws, "");
1033
- }
1034
- var Ls = $s, Us = X, Fs = Us.Symbol, z = Fs, xe = z, un = Object.prototype, ks = un.hasOwnProperty, Bs = un.toString, L = xe ? xe.toStringTag : void 0;
1035
- function xs(e) {
1036
- var t = ks.call(e, L), n = e[L];
1037
- try {
1038
- e[L] = void 0;
1039
- var r = !0;
1040
- } catch {
1041
- }
1042
- var s = Bs.call(e);
1043
- return r && (t ? e[L] = n : delete e[L]), s;
1044
- }
1045
- var Hs = xs, Ws = Object.prototype, Vs = Ws.toString;
1046
- function js(e) {
1047
- return Vs.call(e);
1048
- }
1049
- var qs = js, He = z, Gs = Hs, Ys = qs, Xs = "[object Null]", zs = "[object Undefined]", We = He ? He.toStringTag : void 0;
1050
- function Js(e) {
1051
- return e == null ? e === void 0 ? zs : Xs : We && We in Object(e) ? Gs(e) : Ys(e);
1052
- }
1053
- var J = Js;
1054
- function Ks(e) {
1055
- return e != null && typeof e == "object";
1056
- }
1057
- var B = Ks, Qs = J, Zs = B, eo = "[object Symbol]";
1058
- function to(e) {
1059
- return typeof e == "symbol" || Zs(e) && Qs(e) == eo;
1060
- }
1061
- var ln = to, no = Ls, Ve = $, ro = ln, je = 0 / 0, so = /^[-+]0x[0-9a-f]+$/i, oo = /^0b[01]+$/i, io = /^0o[0-7]+$/i, ao = parseInt;
1062
- function co(e) {
1063
- if (typeof e == "number")
1064
- return e;
1065
- if (ro(e))
1066
- return je;
1067
- if (Ve(e)) {
1068
- var t = typeof e.valueOf == "function" ? e.valueOf() : e;
1069
- e = Ve(t) ? t + "" : t;
1070
- }
1071
- if (typeof e != "string")
1072
- return e === 0 ? e : +e;
1073
- e = no(e);
1074
- var n = oo.test(e);
1075
- return n || io.test(e) ? ao(e.slice(2), n ? 2 : 8) : so.test(e) ? je : +e;
1076
- }
1077
- var uo = co, lo = $, ee = Is, qe = uo, _o = "Expected a function", Eo = Math.max, ho = Math.min;
1078
- function fo(e, t, n) {
1079
- var r, s, o, i, a, u, l = 0, d = !1, E = !1, h = !0;
1080
- if (typeof e != "function")
1081
- throw new TypeError(_o);
1082
- t = qe(t) || 0, lo(n) && (d = !!n.leading, E = "maxWait" in n, o = E ? Eo(qe(n.maxWait) || 0, t) : o, h = "trailing" in n ? !!n.trailing : h);
1083
- function S(f) {
1084
- var R = r, p = s;
1085
- return r = s = void 0, l = f, i = e.apply(p, R), i;
1086
- }
1087
- function g(f) {
1088
- return l = f, a = setTimeout(A, t), d ? S(f) : i;
1089
- }
1090
- function m(f) {
1091
- var R = f - u, p = f - l, O = t - R;
1092
- return E ? ho(O, o - p) : O;
1093
- }
1094
- function C(f) {
1095
- var R = f - u, p = f - l;
1096
- return u === void 0 || R >= t || R < 0 || E && p >= o;
1097
- }
1098
- function A() {
1099
- var f = ee();
1100
- if (C(f))
1101
- return b(f);
1102
- a = setTimeout(A, m(f));
1103
- }
1104
- function b(f) {
1105
- return a = void 0, h && r ? S(f) : (r = s = void 0, i);
1106
- }
1107
- function N() {
1108
- a !== void 0 && clearTimeout(a), l = 0, r = u = s = a = void 0;
1109
- }
1110
- function v() {
1111
- return a === void 0 ? i : b(ee());
1112
- }
1113
- function y() {
1114
- var f = ee(), R = C(f);
1115
- if (r = arguments, s = this, u = f, R) {
1116
- if (a === void 0)
1117
- return g(u);
1118
- if (E)
1119
- return clearTimeout(a), a = setTimeout(A, t), S(u);
1120
- }
1121
- return a === void 0 && (a = setTimeout(A, t)), i;
1080
+ return this._sendRefusalToTurnOn("cam", { noTerminateWhenError: !0, ...e });
1122
1081
  }
1123
- return y.cancel = N, y.flush = v, y;
1124
1082
  }
1125
- var So = fo;
1126
- const go = /* @__PURE__ */ be(So), ye = ({
1127
- getRemoteStreams: e,
1128
- setRemoteStreams: t
1129
- }) => go(() => {
1130
- const n = e();
1131
- _("remoteStreams", n), n && t(n);
1132
- }, 200), To = (e) => async (n) => {
1083
+ const Bt = "purgatory", k = (n) => n === Bt, We = (n) => () => (E("getRemoteStreams"), n.getRemoteStreams()), _s = ({ kind: n, readyState: e }) => n === "video" && e === "live", Ft = (n) => ({ track: e }) => {
1084
+ _s(e) && n();
1085
+ }, qe = ({
1086
+ getRemoteStreams: n,
1087
+ setRemoteStreams: e
1088
+ }) => Gt(() => {
1089
+ const t = n();
1090
+ E("remoteStreams", t), t && e(t);
1091
+ }, 200), ls = (n) => async (t) => {
1133
1092
  const {
1134
- mediaStream: r,
1135
- extraHeaders: s,
1093
+ mediaStream: s,
1094
+ extraHeaders: r,
1136
1095
  iceServers: o,
1137
1096
  degradationPreference: i,
1138
- setRemoteStreams: a,
1097
+ setRemoteStreams: c,
1139
1098
  onBeforeProgressCall: u,
1140
- onSuccessProgressCall: l,
1141
- onEnterPurgatory: d,
1142
- onEnterConference: E,
1143
- onFailProgressCall: h,
1144
- onFinishProgressCall: S,
1145
- onEndedCall: g
1146
- } = n, m = ye({
1147
- setRemoteStreams: a,
1148
- getRemoteStreams: pe(e)
1149
- }), C = an(m);
1150
- _("answerIncomingCall", n);
1151
- const A = async () => e.answerToIncomingCall({
1152
- mediaStream: r,
1153
- extraHeaders: s,
1099
+ onSuccessProgressCall: _,
1100
+ onEnterPurgatory: l,
1101
+ onEnterConference: d,
1102
+ onFailProgressCall: S,
1103
+ onFinishProgressCall: h,
1104
+ onEndedCall: T
1105
+ } = t, g = qe({
1106
+ setRemoteStreams: c,
1107
+ getRemoteStreams: We(n)
1108
+ }), N = Ft(g);
1109
+ E("answerIncomingCall", t);
1110
+ const p = async () => n.answerToIncomingCall({
1111
+ mediaStream: s,
1112
+ extraHeaders: r,
1154
1113
  iceServers: o,
1155
1114
  degradationPreference: i,
1156
- ontrack: C
1157
- }), b = () => {
1158
- const { remoteCallerData: T } = e;
1159
- return T.incomingNumber;
1115
+ ontrack: N
1116
+ }), M = () => {
1117
+ const { remoteCallerData: C } = n;
1118
+ return C.incomingNumber;
1160
1119
  };
1161
- let N = !1, v;
1162
- const f = (() => (_("subscribeEnterConference: onEnterConference", E), d ?? E ? e.onSession("enterRoom", (T) => {
1163
- _("enterRoom", { _room: T, isSuccessProgressCall: N }), v = T, F(v) ? d && d() : E && E({ isSuccessProgressCall: N });
1120
+ let m = !1, R;
1121
+ const f = (() => (E("subscribeEnterConference: onEnterConference", d), l ?? d ? n.onSession("enterRoom", (C) => {
1122
+ E("enterRoom", { _room: C, isSuccessProgressCall: m }), R = C, k(R) ? l && l() : d && d({ isSuccessProgressCall: m });
1164
1123
  }) : () => {
1165
- }))(), R = (T) => (_("onSuccess"), N = !0, m(), l && l({ isPurgatory: F(v) }), e.onceRaceSession(["ended", "failed"], () => {
1166
- f(), g && g();
1167
- }), T), p = (T) => {
1168
- throw _("onFail"), h && h(), f(), T;
1169
- }, O = () => {
1170
- _("onFinish"), S && S();
1124
+ }))(), b = (C) => (E("onSuccess"), m = !0, g(), _ && _({ isPurgatory: k(R) }), n.onceRaceSession(["ended", "failed"], () => {
1125
+ f(), T && T();
1126
+ }), C), w = (C) => {
1127
+ throw E("onFail"), S && S(), f(), C;
1128
+ }, U = () => {
1129
+ E("onFinish"), h && h();
1171
1130
  };
1172
- if (_("onBeforeProgressCall"), u) {
1173
- const T = b();
1174
- u(T);
1131
+ if (E("onBeforeProgressCall"), u) {
1132
+ const C = M();
1133
+ u(C);
1175
1134
  }
1176
- return A().then(R).catch(p).finally(O);
1177
- }, mo = (e) => async (n) => {
1135
+ return p().then(b).catch(w).finally(U);
1136
+ }, ds = (n) => async (t) => {
1178
1137
  const {
1179
- conference: r,
1180
- mediaStream: s,
1138
+ conference: s,
1139
+ mediaStream: r,
1181
1140
  extraHeaders: o,
1182
1141
  iceServers: i,
1183
- degradationPreference: a,
1142
+ degradationPreference: c,
1184
1143
  setRemoteStreams: u,
1185
- onBeforeProgressCall: l,
1186
- onSuccessProgressCall: d,
1187
- onEnterPurgatory: E,
1188
- onEnterConference: h,
1189
- onFailProgressCall: S,
1190
- onFinishProgressCall: g,
1191
- onEndedCall: m
1192
- } = n, C = ye({
1144
+ onBeforeProgressCall: _,
1145
+ onSuccessProgressCall: l,
1146
+ onEnterPurgatory: d,
1147
+ onEnterConference: S,
1148
+ onFailProgressCall: h,
1149
+ onFinishProgressCall: T,
1150
+ onEndedCall: g
1151
+ } = t, N = qe({
1193
1152
  setRemoteStreams: u,
1194
- getRemoteStreams: pe(e)
1195
- }), A = an(C);
1196
- _("callToServer", n);
1197
- const b = async () => (_("startCall"), e.call({
1198
- mediaStream: s,
1153
+ getRemoteStreams: We(n)
1154
+ }), p = Ft(N);
1155
+ E("callToServer", t);
1156
+ const M = async () => (E("startCall"), n.call({
1157
+ mediaStream: r,
1199
1158
  extraHeaders: o,
1200
1159
  iceServers: i,
1201
- degradationPreference: a,
1202
- number: r,
1203
- ontrack: A
1160
+ degradationPreference: c,
1161
+ number: s,
1162
+ ontrack: p
1204
1163
  }));
1205
- let N = !1, v;
1206
- const f = (() => (_("subscribeEnterConference: onEnterConference", h), E ?? h ? e.onSession("enterRoom", (T) => {
1207
- _("enterRoom", { _room: T, isSuccessProgressCall: N }), v = T, F(v) ? E && E() : h && h({ isSuccessProgressCall: N });
1164
+ let m = !1, R;
1165
+ const f = (() => (E("subscribeEnterConference: onEnterConference", S), d ?? S ? n.onSession("enterRoom", (C) => {
1166
+ E("enterRoom", { _room: C, isSuccessProgressCall: m }), R = C, k(R) ? d && d() : S && S({ isSuccessProgressCall: m });
1208
1167
  }) : () => {
1209
- }))(), R = (T) => (_("onSuccess"), N = !0, C(), d && d({ isPurgatory: F(v) }), e.onceRaceSession(["ended", "failed"], () => {
1210
- f(), m && m();
1211
- }), T), p = (T) => {
1212
- throw _("onFail"), S && S(), f(), T;
1213
- }, O = () => {
1214
- _("onFinish"), g && g();
1168
+ }))(), b = (C) => (E("onSuccess"), m = !0, N(), l && l({ isPurgatory: k(R) }), n.onceRaceSession(["ended", "failed"], () => {
1169
+ f(), g && g();
1170
+ }), C), w = (C) => {
1171
+ throw E("onFail"), h && h(), f(), C;
1172
+ }, U = () => {
1173
+ E("onFinish"), T && T();
1215
1174
  };
1216
- return _("onBeforeProgressCall"), l && l(r), b().then(R).catch(p).finally(O);
1217
- }, te = (e) => {
1218
- if (!dt(e))
1219
- throw e;
1175
+ return E("onBeforeProgressCall"), _ && _(s), M().then(b).catch(w).finally(U);
1176
+ }, Q = (n) => {
1177
+ if (!et(n))
1178
+ throw n;
1220
1179
  return !1;
1221
- }, Co = (e) => async (n) => {
1180
+ }, Ss = (n) => async (t) => {
1222
1181
  const {
1223
- userAgent: r,
1224
- sipWebSocketServerURL: s,
1182
+ userAgent: s,
1183
+ sipWebSocketServerURL: r,
1225
1184
  sipServerUrl: o,
1226
1185
  remoteAddress: i,
1227
- displayName: a,
1186
+ displayName: c,
1228
1187
  name: u,
1229
- password: l,
1230
- isRegisteredUser: d,
1231
- sdpSemantics: E,
1232
- isDisconnectOnFail: h
1233
- } = n;
1234
- return _("connectToServer", n), e.connect({
1235
- userAgent: r,
1236
- sdpSemantics: E,
1237
- sipWebSocketServerURL: s,
1188
+ password: _,
1189
+ isRegisteredUser: l,
1190
+ sdpSemantics: d,
1191
+ isDisconnectOnFail: S
1192
+ } = t;
1193
+ return E("connectToServer", t), n.connect({
1194
+ userAgent: s,
1195
+ sdpSemantics: d,
1196
+ sipWebSocketServerURL: r,
1238
1197
  sipServerUrl: o,
1239
1198
  remoteAddress: i,
1240
- displayName: a,
1241
- password: l,
1199
+ displayName: c,
1200
+ password: _,
1242
1201
  user: u,
1243
- register: d
1244
- }).then(() => (_("connectToServer then"), !0)).catch(async (S) => (_("connectToServer catch: error", S), h === !0 ? e.disconnect().then(() => te(S)).catch(() => te(S)) : te(S)));
1245
- }, Ro = (e) => async () => (_("disconnectFromServer"), e.disconnect().then(() => (_("disconnectFromServer: then"), !1)).catch((t) => (_("disconnectFromServer: catch", t), !1))), Ie = (e) => {
1246
- const { url: t, cause: n } = e;
1247
- let r = t;
1248
- return (n === Ce || n === me) && (r = `${e.message.to.uri.user}@${e.message.to.uri.host}`), r;
1202
+ register: l
1203
+ }).then(() => (E("connectToServer then"), !0)).catch(async (h) => (E("connectToServer catch: error", h), S === !0 ? n.disconnect().then(() => Q(h)).catch(() => Q(h)) : Q(h)));
1204
+ }, hs = (n) => async () => (E("disconnectFromServer"), n.disconnect().then(() => (E("disconnectFromServer: then"), !1)).catch((e) => (E("disconnectFromServer: catch", e), !1))), $e = (n) => {
1205
+ const { url: e, cause: t } = n;
1206
+ let s = e;
1207
+ return (t === re || t === se) && (s = `${n.message.to.uri.user}@${n.message.to.uri.host}`), s;
1249
1208
  };
1250
- var _n = /* @__PURE__ */ ((e) => (e.CONNECT_SERVER_FAILED = "CONNECT_SERVER_FAILED", e.WRONG_USER_OR_PASSWORD = "WRONG_USER_OR_PASSWORD", e.BAD_MEDIA_ERROR = "BAD_MEDIA_ERROR", e.NOT_FOUND_ERROR = "NOT_FOUND_ERROR", e.WS_CONNECTION_FAILED = "WS_CONNECTION_FAILED", e.CONNECT_SERVER_FAILED_BY_LINK = "CONNECT_SERVER_FAILED_BY_LINK", e))(_n || {});
1251
- const No = (e = new Error()) => {
1252
- var s;
1253
- const { cause: t, socket: n } = e;
1254
- let r = "CONNECT_SERVER_FAILED";
1255
- switch (t) {
1209
+ var kt = /* @__PURE__ */ ((n) => (n.CONNECT_SERVER_FAILED = "CONNECT_SERVER_FAILED", n.WRONG_USER_OR_PASSWORD = "WRONG_USER_OR_PASSWORD", n.BAD_MEDIA_ERROR = "BAD_MEDIA_ERROR", n.NOT_FOUND_ERROR = "NOT_FOUND_ERROR", n.WS_CONNECTION_FAILED = "WS_CONNECTION_FAILED", n.CONNECT_SERVER_FAILED_BY_LINK = "CONNECT_SERVER_FAILED_BY_LINK", n))(kt || {});
1210
+ const Ts = (n = new Error()) => {
1211
+ var r;
1212
+ const { cause: e, socket: t } = n;
1213
+ let s = "CONNECT_SERVER_FAILED";
1214
+ switch (e) {
1256
1215
  case "Forbidden": {
1257
- r = "WRONG_USER_OR_PASSWORD";
1216
+ s = "WRONG_USER_OR_PASSWORD";
1258
1217
  break;
1259
1218
  }
1260
- case Ce: {
1261
- r = "BAD_MEDIA_ERROR";
1219
+ case re: {
1220
+ s = "BAD_MEDIA_ERROR";
1262
1221
  break;
1263
1222
  }
1264
- case me: {
1265
- r = "NOT_FOUND_ERROR";
1223
+ case se: {
1224
+ s = "NOT_FOUND_ERROR";
1266
1225
  break;
1267
1226
  }
1268
1227
  default:
1269
- n && ((s = n == null ? void 0 : n._ws) == null ? void 0 : s.readyState) === 3 ? r = "WS_CONNECTION_FAILED" : Ie(e) && (r = "CONNECT_SERVER_FAILED_BY_LINK");
1228
+ t && ((r = t == null ? void 0 : t._ws) == null ? void 0 : r.readyState) === 3 ? s = "WS_CONNECTION_FAILED" : $e(n) && (s = "CONNECT_SERVER_FAILED_BY_LINK");
1270
1229
  }
1271
- return r;
1272
- }, vo = (e = new Error()) => {
1273
- const { code: t, cause: n, message: r } = e, s = Ie(e), o = {};
1274
- return r && (o.message = r), s && (o.link = s), t && (o.code = t), n && (o.cause = n), o;
1275
- }, Ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1230
+ return s;
1231
+ }, Cs = (n = new Error()) => {
1232
+ const { code: e, cause: t, message: s } = n, r = $e(n), o = {};
1233
+ return s && (o.message = s), r && (o.link = r), e && (o.code = e), t && (o.cause = t), o;
1234
+ }, gs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1276
1235
  __proto__: null,
1277
- EErrorTypes: _n,
1278
- getLinkError: Ie,
1279
- getTypeFromError: No,
1280
- getValuesFromError: vo
1281
- }, Symbol.toStringTag, { value: "Module" })), po = ({
1282
- sessionId: e,
1283
- remoteAddress: t,
1284
- isMutedAudio: n,
1285
- isMutedVideo: r,
1286
- isRegistered: s,
1236
+ EErrorTypes: kt,
1237
+ getLinkError: $e,
1238
+ getTypeFromError: Ts,
1239
+ getValuesFromError: Cs
1240
+ }, Symbol.toStringTag, { value: "Module" })), Ns = ({
1241
+ sessionId: n,
1242
+ remoteAddress: e,
1243
+ isMutedAudio: t,
1244
+ isMutedVideo: s,
1245
+ isRegistered: r,
1287
1246
  isPresentationCall: o
1288
1247
  }) => {
1289
- const i = [], a = n ? "0" : "1", u = r ? "0" : "1";
1290
- return i.push(`X-Vinteo-Mic-State: ${a}`, `X-Vinteo-MainCam-State: ${u}`), s || i.push("X-Vinteo-Purgatory-Call: yes"), e && i.push(`X-Vinteo-Session: ${e}`), o && i.push("X-Vinteo-Presentation-Call: yes"), t && i.push(`X-Vinteo-Remote: ${t}`), i;
1291
- }, bo = ({
1292
- appName: e,
1293
- appVersion: t,
1294
- browserName: n,
1295
- browserVersion: r
1248
+ const i = [], c = t ? "0" : "1", u = s ? "0" : "1";
1249
+ return i.push(`X-Vinteo-Mic-State: ${c}`, `X-Vinteo-MainCam-State: ${u}`), r || i.push("X-Vinteo-Purgatory-Call: yes"), n && i.push(`X-Vinteo-Session: ${n}`), o && i.push("X-Vinteo-Presentation-Call: yes"), e && i.push(`X-Vinteo-Remote: ${e}`), i;
1250
+ }, ms = ({
1251
+ appName: n,
1252
+ appVersion: e,
1253
+ browserName: t,
1254
+ browserVersion: s
1296
1255
  }) => {
1297
- const s = `${e} ${t}`;
1298
- return `ChromeNew - ${n ? `${n} ${r}, ${s}` : s}`;
1299
- }, yo = ({
1300
- isUnifiedSdpSemantic: e,
1301
- appVersion: t,
1302
- browserName: n,
1303
- browserVersion: r,
1304
- appName: s
1305
- }) => e ? bo({ appVersion: t, browserName: n, browserVersion: r, appName: s }) : "Chrome", Io = (e) => async () => {
1306
- if (e.isCallActive)
1307
- return _("askPermissionToEnableCam"), e.askPermissionToEnableCam();
1308
- }, Oo = (e) => (n) => (_("onMustStopPresentation"), e.onSession("mustStopPresentation", n)), Mo = (e) => (n) => (_("onUseLicense"), e.onSession("useLicense", n)), Po = (e) => async ({
1309
- isEnabledCam: n,
1310
- isEnabledMic: r
1256
+ const r = `${n} ${e}`;
1257
+ return `ChromeNew - ${t ? `${t} ${s}, ${r}` : r}`;
1258
+ }, Rs = ({
1259
+ isUnifiedSdpSemantic: n,
1260
+ appVersion: e,
1261
+ browserName: t,
1262
+ browserVersion: s,
1263
+ appName: r
1264
+ }) => n ? ms({ appVersion: e, browserName: t, browserVersion: s, appName: r }) : "Chrome", As = (n) => async () => {
1265
+ if (n.isCallActive)
1266
+ return E("askPermissionToEnableCam"), n.askPermissionToEnableCam();
1267
+ }, fs = (n) => (t) => (E("onMustStopPresentation"), n.onSession("mustStopPresentation", t)), Is = (n) => (t) => (E("onUseLicense"), n.onSession("useLicense", t)), Ms = (n) => async ({
1268
+ isEnabledCam: t,
1269
+ isEnabledMic: s
1311
1270
  }) => {
1312
- if (e.isCallActive)
1313
- return _("sendMediaState"), e.sendMediaState({ cam: n, mic: r });
1314
- }, Do = (e) => async () => {
1315
- if (e.isCallActive)
1316
- return _("sendRefusalToTurnOnCam"), e.sendRefusalToTurnOnCam().catch((n) => {
1317
- _("sendRefusalToTurnOnCam: error", n);
1271
+ if (n.isCallActive)
1272
+ return E("sendMediaState"), n.sendMediaState({ cam: t, mic: s });
1273
+ }, Os = (n) => async () => {
1274
+ if (n.isCallActive)
1275
+ return E("sendRefusalToTurnOnCam"), n.sendRefusalToTurnOnCam().catch((t) => {
1276
+ E("sendRefusalToTurnOnCam: error", t);
1318
1277
  });
1319
- }, wo = (e) => async () => {
1320
- if (e.isCallActive)
1321
- return _("sendRefusalToTurnOnMic"), e.sendRefusalToTurnOnMic().catch((n) => {
1322
- _("sendRefusalToTurnOnMic: error", n);
1278
+ }, Ps = (n) => async () => {
1279
+ if (n.isCallActive)
1280
+ return E("sendRefusalToTurnOnMic"), n.sendRefusalToTurnOnMic().catch((t) => {
1281
+ E("sendRefusalToTurnOnMic: error", t);
1323
1282
  });
1324
- }, $o = 1e6, Lo = ({
1325
- maxBitrate: e = $o,
1326
- sipConnector: t
1283
+ }, Ds = 1e6, ps = ({
1284
+ maxBitrate: n = Ds,
1285
+ sipConnector: e
1327
1286
  }) => async ({
1328
- mediaStream: r,
1329
- isP2P: s = !1
1330
- }) => (_("startPresentation"), t.startPresentation(r, {
1331
- isP2P: s,
1332
- maxBitrate: e
1333
- })), Uo = ({ sipConnector: e }) => async ({ isP2P: n = !1 } = {}) => (_("stopShareSipConnector"), e.stopPresentation({
1334
- isP2P: n
1335
- }).catch(_)), Fo = 1e6, ko = ({
1336
- sipConnector: e,
1337
- maxBitrate: t = Fo
1287
+ mediaStream: s,
1288
+ isP2P: r = !1
1289
+ }) => (E("startPresentation"), e.startPresentation(s, {
1290
+ isP2P: r,
1291
+ maxBitrate: n
1292
+ })), vs = ({ sipConnector: n }) => async ({ isP2P: t = !1 } = {}) => (E("stopShareSipConnector"), n.stopPresentation({
1293
+ isP2P: t
1294
+ }).catch(E)), ys = 1e6, bs = ({
1295
+ sipConnector: n,
1296
+ maxBitrate: e = ys
1338
1297
  }) => async ({
1339
- mediaStream: r,
1340
- isP2P: s = !1
1341
- }) => (_("updatePresentation"), e.updatePresentation(r, {
1342
- isP2P: s,
1343
- maxBitrate: t
1344
- }));
1345
- var Bo = $, Ge = Object.create, xo = function() {
1346
- function e() {
1347
- }
1348
- return function(t) {
1349
- if (!Bo(t))
1350
- return {};
1351
- if (Ge)
1352
- return Ge(t);
1353
- e.prototype = t;
1354
- var n = new e();
1355
- return e.prototype = void 0, n;
1356
- };
1357
- }(), dn = xo;
1358
- function Ho() {
1359
- }
1360
- var Oe = Ho, Wo = dn, Vo = Oe;
1361
- function j(e, t) {
1362
- this.__wrapped__ = e, this.__actions__ = [], this.__chain__ = !!t, this.__index__ = 0, this.__values__ = void 0;
1363
- }
1364
- j.prototype = Wo(Vo.prototype);
1365
- j.prototype.constructor = j;
1366
- var Me = j;
1367
- function jo(e, t) {
1368
- for (var n = -1, r = t.length, s = e.length; ++n < r; )
1369
- e[s + n] = t[n];
1370
- return e;
1371
- }
1372
- var qo = jo, Go = J, Yo = B, Xo = "[object Arguments]";
1373
- function zo(e) {
1374
- return Yo(e) && Go(e) == Xo;
1375
- }
1376
- var Jo = zo, Ye = Jo, Ko = B, En = Object.prototype, Qo = En.hasOwnProperty, Zo = En.propertyIsEnumerable, ei = Ye(function() {
1377
- return arguments;
1378
- }()) ? Ye : function(e) {
1379
- return Ko(e) && Qo.call(e, "callee") && !Zo.call(e, "callee");
1380
- }, ti = ei, ni = Array.isArray, K = ni, Xe = z, ri = ti, si = K, ze = Xe ? Xe.isConcatSpreadable : void 0;
1381
- function oi(e) {
1382
- return si(e) || ri(e) || !!(ze && e && e[ze]);
1383
- }
1384
- var ii = oi, ai = qo, ci = ii;
1385
- function hn(e, t, n, r, s) {
1386
- var o = -1, i = e.length;
1387
- for (n || (n = ci), s || (s = []); ++o < i; ) {
1388
- var a = e[o];
1389
- t > 0 && n(a) ? t > 1 ? hn(a, t - 1, n, r, s) : ai(s, a) : r || (s[s.length] = a);
1390
- }
1391
- return s;
1392
- }
1393
- var ui = hn, li = ui;
1394
- function _i(e) {
1395
- var t = e == null ? 0 : e.length;
1396
- return t ? li(e, 1) : [];
1397
- }
1398
- var di = _i;
1399
- function Ei(e, t, n) {
1400
- switch (n.length) {
1401
- case 0:
1402
- return e.call(t);
1403
- case 1:
1404
- return e.call(t, n[0]);
1405
- case 2:
1406
- return e.call(t, n[0], n[1]);
1407
- case 3:
1408
- return e.call(t, n[0], n[1], n[2]);
1409
- }
1410
- return e.apply(t, n);
1411
- }
1412
- var hi = Ei, fi = hi, Je = Math.max;
1413
- function Si(e, t, n) {
1414
- return t = Je(t === void 0 ? e.length - 1 : t, 0), function() {
1415
- for (var r = arguments, s = -1, o = Je(r.length - t, 0), i = Array(o); ++s < o; )
1416
- i[s] = r[t + s];
1417
- s = -1;
1418
- for (var a = Array(t + 1); ++s < t; )
1419
- a[s] = r[s];
1420
- return a[t] = n(i), fi(e, this, a);
1421
- };
1422
- }
1423
- var gi = Si;
1424
- function Ti(e) {
1425
- return function() {
1426
- return e;
1427
- };
1428
- }
1429
- var mi = Ti, Ci = J, Ri = $, Ni = "[object AsyncFunction]", vi = "[object Function]", Ai = "[object GeneratorFunction]", pi = "[object Proxy]";
1430
- function bi(e) {
1431
- if (!Ri(e))
1432
- return !1;
1433
- var t = Ci(e);
1434
- return t == vi || t == Ai || t == Ni || t == pi;
1435
- }
1436
- var fn = bi, yi = X, Ii = yi["__core-js_shared__"], Oi = Ii, ne = Oi, Ke = function() {
1437
- var e = /[^.]+$/.exec(ne && ne.keys && ne.keys.IE_PROTO || "");
1438
- return e ? "Symbol(src)_1." + e : "";
1439
- }();
1440
- function Mi(e) {
1441
- return !!Ke && Ke in e;
1442
- }
1443
- var Pi = Mi, Di = Function.prototype, wi = Di.toString;
1444
- function $i(e) {
1445
- if (e != null) {
1446
- try {
1447
- return wi.call(e);
1448
- } catch {
1449
- }
1450
- try {
1451
- return e + "";
1452
- } catch {
1453
- }
1454
- }
1455
- return "";
1456
- }
1457
- var Li = $i, Ui = fn, Fi = Pi, ki = $, Bi = Li, xi = /[\\^$.*+?()[\]{}|]/g, Hi = /^\[object .+?Constructor\]$/, Wi = Function.prototype, Vi = Object.prototype, ji = Wi.toString, qi = Vi.hasOwnProperty, Gi = RegExp(
1458
- "^" + ji.call(qi).replace(xi, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
1459
- );
1460
- function Yi(e) {
1461
- if (!ki(e) || Fi(e))
1462
- return !1;
1463
- var t = Ui(e) ? Gi : Hi;
1464
- return t.test(Bi(e));
1465
- }
1466
- var Xi = Yi;
1467
- function zi(e, t) {
1468
- return e == null ? void 0 : e[t];
1469
- }
1470
- var Ji = zi, Ki = Xi, Qi = Ji;
1471
- function Zi(e, t) {
1472
- var n = Qi(e, t);
1473
- return Ki(n) ? n : void 0;
1474
- }
1475
- var Sn = Zi, ea = Sn, ta = function() {
1476
- try {
1477
- var e = ea(Object, "defineProperty");
1478
- return e({}, "", {}), e;
1479
- } catch {
1480
- }
1481
- }(), na = ta;
1482
- function ra(e) {
1483
- return e;
1484
- }
1485
- var sa = ra, oa = mi, Qe = na, ia = sa, aa = Qe ? function(e, t) {
1486
- return Qe(e, "toString", {
1487
- configurable: !0,
1488
- enumerable: !1,
1489
- value: oa(t),
1490
- writable: !0
1491
- });
1492
- } : ia, ca = aa, ua = 800, la = 16, _a = Date.now;
1493
- function da(e) {
1494
- var t = 0, n = 0;
1495
- return function() {
1496
- var r = _a(), s = la - (r - n);
1497
- if (n = r, s > 0) {
1498
- if (++t >= ua)
1499
- return arguments[0];
1500
- } else
1501
- t = 0;
1502
- return e.apply(void 0, arguments);
1503
- };
1504
- }
1505
- var Ea = da, ha = ca, fa = Ea, Sa = fa(ha), ga = Sa, Ta = di, ma = gi, Ca = ga;
1506
- function Ra(e) {
1507
- return Ca(ma(e, void 0, Ta), e + "");
1508
- }
1509
- var Na = Ra, va = Sn, Aa = X, pa = va(Aa, "WeakMap"), ba = pa, Ze = ba, ya = Ze && new Ze(), Ia = ya;
1510
- function Oa() {
1511
- }
1512
- var Ma = Oa, et = Ia, Pa = Ma, Da = et ? function(e) {
1513
- return et.get(e);
1514
- } : Pa, gn = Da, wa = {}, $a = wa, tt = $a, La = Object.prototype, Ua = La.hasOwnProperty;
1515
- function Fa(e) {
1516
- for (var t = e.name + "", n = tt[t], r = Ua.call(tt, t) ? n.length : 0; r--; ) {
1517
- var s = n[r], o = s.func;
1518
- if (o == null || o == e)
1519
- return s.name;
1520
- }
1521
- return t;
1522
- }
1523
- var Tn = Fa, ka = dn, Ba = Oe, xa = 4294967295;
1524
- function q(e) {
1525
- this.__wrapped__ = e, this.__actions__ = [], this.__dir__ = 1, this.__filtered__ = !1, this.__iteratees__ = [], this.__takeCount__ = xa, this.__views__ = [];
1526
- }
1527
- q.prototype = ka(Ba.prototype);
1528
- q.prototype.constructor = q;
1529
- var Pe = q;
1530
- function Ha(e, t) {
1531
- var n = -1, r = e.length;
1532
- for (t || (t = Array(r)); ++n < r; )
1533
- t[n] = e[n];
1534
- return t;
1535
- }
1536
- var Wa = Ha, Va = Pe, ja = Me, qa = Wa;
1537
- function Ga(e) {
1538
- if (e instanceof Va)
1539
- return e.clone();
1540
- var t = new ja(e.__wrapped__, e.__chain__);
1541
- return t.__actions__ = qa(e.__actions__), t.__index__ = e.__index__, t.__values__ = e.__values__, t;
1542
- }
1543
- var Ya = Ga, Xa = Pe, nt = Me, za = Oe, Ja = K, Ka = B, Qa = Ya, Za = Object.prototype, ec = Za.hasOwnProperty;
1544
- function G(e) {
1545
- if (Ka(e) && !Ja(e) && !(e instanceof Xa)) {
1546
- if (e instanceof nt)
1547
- return e;
1548
- if (ec.call(e, "__wrapped__"))
1549
- return Qa(e);
1550
- }
1551
- return new nt(e);
1552
- }
1553
- G.prototype = za.prototype;
1554
- G.prototype.constructor = G;
1555
- var tc = G, nc = Pe, rc = gn, sc = Tn, oc = tc;
1556
- function ic(e) {
1557
- var t = sc(e), n = oc[t];
1558
- if (typeof n != "function" || !(t in nc.prototype))
1559
- return !1;
1560
- if (e === n)
1561
- return !0;
1562
- var r = rc(n);
1563
- return !!r && e === r[0];
1564
- }
1565
- var ac = ic, rt = Me, cc = Na, uc = gn, re = Tn, lc = K, st = ac, _c = "Expected a function", dc = 8, Ec = 32, hc = 128, fc = 256;
1566
- function Sc(e) {
1567
- return cc(function(t) {
1568
- var n = t.length, r = n, s = rt.prototype.thru;
1569
- for (e && t.reverse(); r--; ) {
1570
- var o = t[r];
1571
- if (typeof o != "function")
1572
- throw new TypeError(_c);
1573
- if (s && !i && re(o) == "wrapper")
1574
- var i = new rt([], !0);
1575
- }
1576
- for (r = i ? r : n; ++r < n; ) {
1577
- o = t[r];
1578
- var a = re(o), u = a == "wrapper" ? uc(o) : void 0;
1579
- u && st(u[0]) && u[1] == (hc | dc | Ec | fc) && !u[4].length && u[9] == 1 ? i = i[re(u[0])].apply(i, u[3]) : i = o.length == 1 && st(o) ? i[a]() : i.thru(o);
1580
- }
1581
- return function() {
1582
- var l = arguments, d = l[0];
1583
- if (i && l.length == 1 && lc(d))
1584
- return i.plant(d).value();
1585
- for (var E = 0, h = n ? t[E].apply(this, l) : d; ++E < n; )
1586
- h = t[E].call(this, h);
1587
- return h;
1588
- };
1589
- });
1590
- }
1591
- var gc = Sc, Tc = gc, mc = Tc(), Cc = mc;
1592
- const Rc = /* @__PURE__ */ be(Cc);
1593
- function Nc(e, t) {
1594
- for (var n = -1, r = e == null ? 0 : e.length, s = Array(r); ++n < r; )
1595
- s[n] = t(e[n], n, e);
1596
- return s;
1597
- }
1598
- var vc = Nc, ot = z, Ac = vc, pc = K, bc = ln, yc = 1 / 0, it = ot ? ot.prototype : void 0, at = it ? it.toString : void 0;
1599
- function mn(e) {
1600
- if (typeof e == "string")
1601
- return e;
1602
- if (pc(e))
1603
- return Ac(e, mn) + "";
1604
- if (bc(e))
1605
- return at ? at.call(e) : "";
1606
- var t = e + "";
1607
- return t == "0" && 1 / e == -yc ? "-0" : t;
1608
- }
1609
- var Cn = mn;
1610
- function Ic(e, t, n) {
1611
- var r = -1, s = e.length;
1612
- t < 0 && (t = -t > s ? 0 : s + t), n = n > s ? s : n, n < 0 && (n += s), s = t > n ? 0 : n - t >>> 0, t >>>= 0;
1613
- for (var o = Array(s); ++r < s; )
1614
- o[r] = e[r + t];
1615
- return o;
1616
- }
1617
- var Oc = Ic, Mc = Oc;
1618
- function Pc(e, t, n) {
1619
- var r = e.length;
1620
- return n = n === void 0 ? r : n, !t && n >= r ? e : Mc(e, t, n);
1621
- }
1622
- var Dc = Pc, wc = "\\ud800-\\udfff", $c = "\\u0300-\\u036f", Lc = "\\ufe20-\\ufe2f", Uc = "\\u20d0-\\u20ff", Fc = $c + Lc + Uc, kc = "\\ufe0e\\ufe0f", Bc = "\\u200d", xc = RegExp("[" + Bc + wc + Fc + kc + "]");
1623
- function Hc(e) {
1624
- return xc.test(e);
1625
- }
1626
- var Rn = Hc;
1627
- function Wc(e, t) {
1628
- return e === t || e !== e && t !== t;
1629
- }
1630
- var Vc = Wc, jc = 9007199254740991;
1631
- function qc(e) {
1632
- return typeof e == "number" && e > -1 && e % 1 == 0 && e <= jc;
1633
- }
1634
- var Gc = qc, Yc = fn, Xc = Gc;
1635
- function zc(e) {
1636
- return e != null && Xc(e.length) && !Yc(e);
1637
- }
1638
- var Jc = zc, Kc = 9007199254740991, Qc = /^(?:0|[1-9]\d*)$/;
1639
- function Zc(e, t) {
1640
- var n = typeof e;
1641
- return t = t ?? Kc, !!t && (n == "number" || n != "symbol" && Qc.test(e)) && e > -1 && e % 1 == 0 && e < t;
1642
- }
1643
- var eu = Zc, tu = Vc, nu = Jc, ru = eu, su = $;
1644
- function ou(e, t, n) {
1645
- if (!su(n))
1646
- return !1;
1647
- var r = typeof t;
1648
- return (r == "number" ? nu(n) && ru(t, n.length) : r == "string" && t in n) ? tu(n[t], e) : !1;
1649
- }
1650
- var iu = ou, au = J, cu = B, uu = "[object RegExp]";
1651
- function lu(e) {
1652
- return cu(e) && au(e) == uu;
1653
- }
1654
- var _u = lu;
1655
- function du(e) {
1656
- return function(t) {
1657
- return e(t);
1658
- };
1659
- }
1660
- var Eu = du, Y = { exports: {} };
1661
- Y.exports;
1662
- (function(e, t) {
1663
- var n = cn, r = t && !t.nodeType && t, s = r && !0 && e && !e.nodeType && e, o = s && s.exports === r, i = o && n.process, a = function() {
1664
- try {
1665
- var u = s && s.require && s.require("util").types;
1666
- return u || i && i.binding && i.binding("util");
1667
- } catch {
1668
- }
1669
- }();
1670
- e.exports = a;
1671
- })(Y, Y.exports);
1672
- var hu = Y.exports, fu = _u, Su = Eu, ct = hu, ut = ct && ct.isRegExp, gu = ut ? Su(ut) : fu, Tu = gu;
1673
- function mu(e) {
1674
- return e.split("");
1675
- }
1676
- var Cu = mu, Nn = "\\ud800-\\udfff", Ru = "\\u0300-\\u036f", Nu = "\\ufe20-\\ufe2f", vu = "\\u20d0-\\u20ff", Au = Ru + Nu + vu, pu = "\\ufe0e\\ufe0f", bu = "[" + Nn + "]", Se = "[" + Au + "]", ge = "\\ud83c[\\udffb-\\udfff]", yu = "(?:" + Se + "|" + ge + ")", vn = "[^" + Nn + "]", An = "(?:\\ud83c[\\udde6-\\uddff]){2}", pn = "[\\ud800-\\udbff][\\udc00-\\udfff]", Iu = "\\u200d", bn = yu + "?", yn = "[" + pu + "]?", Ou = "(?:" + Iu + "(?:" + [vn, An, pn].join("|") + ")" + yn + bn + ")*", Mu = yn + bn + Ou, Pu = "(?:" + [vn + Se + "?", Se, An, pn, bu].join("|") + ")", Du = RegExp(ge + "(?=" + ge + ")|" + Pu + Mu, "g");
1677
- function wu(e) {
1678
- return e.match(Du) || [];
1679
- }
1680
- var $u = wu, Lu = Cu, Uu = Rn, Fu = $u;
1681
- function ku(e) {
1682
- return Uu(e) ? Fu(e) : Lu(e);
1683
- }
1684
- var Bu = ku, xu = Cn;
1685
- function Hu(e) {
1686
- return e == null ? "" : xu(e);
1687
- }
1688
- var Wu = Hu, Vu = Cn, ju = Dc, qu = Rn, Gu = iu, Yu = Tu, Xu = Bu, zu = Wu, Ju = 4294967295;
1689
- function Ku(e, t, n) {
1690
- return n && typeof n != "number" && Gu(e, t, n) && (t = n = void 0), n = n === void 0 ? Ju : n >>> 0, n ? (e = zu(e), e && (typeof t == "string" || t != null && !Yu(t)) && (t = Vu(t), !t && qu(e)) ? ju(Xu(e), 0, n) : e.split(t, n)) : [];
1691
- }
1692
- var Qu = Ku;
1693
- const Zu = /* @__PURE__ */ be(Qu), el = (e) => Rc(
1694
- (t) => Zu(t, ""),
1695
- (t) => t.map((n) => async () => e(n))
1696
- ), tl = async ({
1697
- accumulatedKeys: e,
1698
- sendKey: t,
1699
- canRunTask: n
1298
+ mediaStream: s,
1299
+ isP2P: r = !1
1300
+ }) => (E("updatePresentation"), n.updatePresentation(s, {
1301
+ isP2P: r,
1302
+ maxBitrate: e
1303
+ })), ws = (n) => (e) => [...e].map((s) => async () => n(s)), Us = async ({
1304
+ accumulatedKeys: n,
1305
+ sendKey: e,
1306
+ canRunTask: t
1700
1307
  }) => {
1701
- const s = el(t)(e);
1702
- return Ln(s, n);
1703
- }, nl = (e) => (n) => (_("onStartMainCam"), e.onSession("admin-start-main-cam", n)), rl = (e) => (n) => (_("onStartMic"), e.onSession("admin-start-mic", n)), sl = (e) => (n) => (_("onStopMainCam"), e.onSession("admin-stop-main-cam", n)), ol = (e) => (n) => (_("onStopMic"), e.onSession("admin-stop-mic", n)), il = ({ sipConnector: e }) => {
1704
- const t = (g, m) => ({ isSyncForced: C = !1 }) => {
1705
- if (C) {
1706
- g();
1308
+ const r = ws(e)(n);
1309
+ return Xt(r, t);
1310
+ }, Ls = (n) => (t) => (E("onStartMainCam"), n.onSession("admin-start-main-cam", t)), Bs = (n) => (t) => (E("onStartMic"), n.onSession("admin-start-mic", t)), Fs = (n) => (t) => (E("onStopMainCam"), n.onSession("admin-stop-main-cam", t)), ks = (n) => (t) => (E("onStopMic"), n.onSession("admin-stop-mic", t)), Hs = ({ sipConnector: n }) => {
1311
+ const e = (T, g) => ({ isSyncForced: N = !1 }) => {
1312
+ if (N) {
1313
+ T();
1707
1314
  return;
1708
1315
  }
1709
- m();
1710
- }, n = nl(e), r = sl(e), s = rl(e), o = ol(e);
1316
+ g();
1317
+ }, t = Ls(n), s = Fs(n), r = Bs(n), o = ks(n);
1711
1318
  let i = () => {
1712
- }, a = () => {
1319
+ }, c = () => {
1713
1320
  }, u = () => {
1714
- }, l = () => {
1321
+ }, _ = () => {
1715
1322
  };
1716
- const d = ({
1717
- onStartMainCamForced: g,
1718
- onStartMainCamNotForced: m,
1719
- onStopMainCamForced: C,
1720
- onStopMainCamNotForced: A,
1721
- onStartMicForced: b,
1722
- onStartMicNotForced: N,
1723
- onStopMicForced: v,
1724
- onStopMicNotForced: y
1323
+ const l = ({
1324
+ onStartMainCamForced: T,
1325
+ onStartMainCamNotForced: g,
1326
+ onStopMainCamForced: N,
1327
+ onStopMainCamNotForced: p,
1328
+ onStartMicForced: M,
1329
+ onStartMicNotForced: m,
1330
+ onStopMicForced: R,
1331
+ onStopMicNotForced: v
1725
1332
  }) => {
1726
- const f = t(
1727
- g,
1728
- m
1333
+ const f = e(
1334
+ T,
1335
+ g
1729
1336
  );
1730
- i = n(f);
1731
- const R = t(
1732
- C,
1733
- A
1337
+ i = t(f);
1338
+ const b = e(
1339
+ N,
1340
+ p
1734
1341
  );
1735
- a = r(R);
1736
- const p = t(b, N);
1737
- u = s(p);
1738
- const O = t(v, y);
1739
- l = o(O);
1740
- }, E = () => {
1741
- i(), a(), u(), l();
1342
+ c = s(b);
1343
+ const w = e(M, m);
1344
+ u = r(w);
1345
+ const U = e(R, v);
1346
+ _ = o(U);
1347
+ }, d = () => {
1348
+ i(), c(), u(), _();
1742
1349
  };
1743
1350
  return {
1744
- start: (g) => {
1745
- d(g);
1351
+ start: (T) => {
1352
+ l(T);
1746
1353
  },
1747
1354
  stop: () => {
1748
- E();
1355
+ d();
1749
1356
  }
1750
1357
  };
1751
- }, Ll = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1358
+ }, Tr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1752
1359
  __proto__: null,
1753
- PURGATORY_CONFERENCE_NUMBER: on,
1754
- createSyncMediaState: il,
1755
- error: Ao,
1756
- getExtraHeaders: po,
1757
- getUserAgent: yo,
1758
- hasPurgatory: F,
1759
- resolveAnswerIncomingCall: To,
1760
- resolveAskPermissionToEnableCam: Io,
1761
- resolveCallToServer: mo,
1762
- resolveConnectToServer: Co,
1763
- resolveDisconnectFromServer: Ro,
1764
- resolveGetRemoteStreams: pe,
1765
- resolveOnMustStopPresentation: Oo,
1766
- resolveOnUseLicense: Mo,
1767
- resolveSendMediaState: Po,
1768
- resolveSendRefusalToTurnOnCam: Do,
1769
- resolveSendRefusalToTurnOnMic: wo,
1770
- resolveStartPresentation: Lo,
1771
- resolveStopShareSipConnector: Uo,
1772
- resolveUpdatePresentation: ko,
1773
- resolveUpdateRemoteStreams: ye,
1774
- sendDTMFAccumulated: tl
1775
- }, Symbol.toStringTag, { value: "Module" })), al = (e) => [...e.keys()].map((t) => e.get(t)), cl = (e, t) => al(e).find((n) => n.type === t), ul = async (e) => e.getStats().then((t) => {
1776
- const n = cl(t, "codec");
1777
- return n == null ? void 0 : n.mimeType;
1778
- }), ll = (e) => e.find((t) => {
1779
- var n;
1780
- return ((n = t == null ? void 0 : t.track) == null ? void 0 : n.kind) === "video";
1781
- }), In = (e, t) => e !== void 0 && t !== void 0 && e.toLowerCase().includes(t.toLowerCase()), _l = 1e6, I = (e) => e * _l, On = I(0.06), dl = I(4), El = (e) => e <= 64 ? On : e <= 128 ? I(0.12) : e <= 256 ? I(0.25) : e <= 384 ? I(0.32) : e <= 426 ? I(0.38) : e <= 640 ? I(0.5) : e <= 848 ? I(0.7) : e <= 1280 ? I(1) : e <= 1920 ? I(2) : dl, hl = "av1", fl = (e) => In(e, hl), Sl = 0.6, Mn = (e, t) => fl(t) ? e * Sl : e, gl = (e) => Mn(On, e), Pn = (e, t) => {
1782
- const n = El(e);
1783
- return Mn(n, t);
1784
- }, Dn = Un(), Tl = async () => Dn().catch((e) => {
1785
- _("videoSendingBalancer: error", e);
1786
- }), ml = async (e) => (Dn.add(e), Tl()), De = async ({
1787
- sender: e,
1788
- scaleResolutionDownBy: t,
1789
- maxBitrate: n,
1790
- onSetParameters: r
1791
- }) => ml(async () => sn(e, { scaleResolutionDownBy: t, maxBitrate: n }, r)), Cl = async ({ sender: e, codec: t }, n) => {
1792
- const s = gl(t);
1793
- return De({
1794
- sender: e,
1795
- maxBitrate: s,
1796
- onSetParameters: n,
1360
+ PURGATORY_CONFERENCE_NUMBER: Bt,
1361
+ createSyncMediaState: Hs,
1362
+ error: gs,
1363
+ getExtraHeaders: Ns,
1364
+ getUserAgent: Rs,
1365
+ hasPurgatory: k,
1366
+ resolveAnswerIncomingCall: ls,
1367
+ resolveAskPermissionToEnableCam: As,
1368
+ resolveCallToServer: ds,
1369
+ resolveConnectToServer: Ss,
1370
+ resolveDisconnectFromServer: hs,
1371
+ resolveGetRemoteStreams: We,
1372
+ resolveOnMustStopPresentation: fs,
1373
+ resolveOnUseLicense: Is,
1374
+ resolveSendMediaState: Ms,
1375
+ resolveSendRefusalToTurnOnCam: Os,
1376
+ resolveSendRefusalToTurnOnMic: Ps,
1377
+ resolveStartPresentation: ps,
1378
+ resolveStopShareSipConnector: vs,
1379
+ resolveUpdatePresentation: bs,
1380
+ resolveUpdateRemoteStreams: qe,
1381
+ sendDTMFAccumulated: Us
1382
+ }, Symbol.toStringTag, { value: "Module" })), Vs = (n) => [...n.keys()].map((e) => n.get(e)), Ws = (n, e) => Vs(n).find((t) => t.type === e), qs = async (n) => n.getStats().then((e) => {
1383
+ const t = Ws(e, "codec");
1384
+ return t == null ? void 0 : t.mimeType;
1385
+ }), $s = (n) => n.find((e) => {
1386
+ var t;
1387
+ return ((t = e == null ? void 0 : e.track) == null ? void 0 : t.kind) === "video";
1388
+ }), Ht = (n, e) => n !== void 0 && e !== void 0 && n.toLowerCase().includes(e.toLowerCase()), xs = 1e6, A = (n) => n * xs, Vt = A(0.06), Ys = A(4), Gs = (n) => n <= 64 ? Vt : n <= 128 ? A(0.12) : n <= 256 ? A(0.25) : n <= 384 ? A(0.32) : n <= 426 ? A(0.38) : n <= 640 ? A(0.5) : n <= 848 ? A(0.7) : n <= 1280 ? A(1) : n <= 1920 ? A(2) : Ys, Xs = "av1", zs = (n) => Ht(n, Xs), Ks = 0.6, Wt = (n, e) => zs(e) ? n * Ks : n, Js = (n) => Wt(Vt, n), qt = (n, e) => {
1389
+ const t = Gs(n);
1390
+ return Wt(t, e);
1391
+ }, $t = zt(), Qs = async () => $t().catch((n) => {
1392
+ E("videoSendingBalancer: error", n);
1393
+ }), js = async (n) => ($t.add(n), Qs()), xe = async ({
1394
+ sender: n,
1395
+ scaleResolutionDownBy: e,
1396
+ maxBitrate: t,
1397
+ onSetParameters: s
1398
+ }) => js(async () => Lt(n, { scaleResolutionDownBy: e, maxBitrate: t }, s)), Zs = async ({ sender: n, codec: e }, t) => {
1399
+ const r = Js(e);
1400
+ return xe({
1401
+ sender: n,
1402
+ maxBitrate: r,
1403
+ onSetParameters: t,
1797
1404
  scaleResolutionDownBy: 200
1798
1405
  });
1799
- }, se = async ({ sender: e, track: t, codec: n }, r) => {
1800
- const i = t.getSettings().width, a = Pn(i, n);
1801
- return De({
1802
- sender: e,
1803
- maxBitrate: a,
1804
- onSetParameters: r,
1805
- scaleResolutionDownBy: 1
1806
- });
1807
- }, Rl = async ({
1808
- sender: e,
1809
- track: t,
1810
- resolution: n,
1811
- codec: r
1812
- }, s) => {
1813
- const o = t.getSettings(), i = o.width, a = o.height, [u, l] = n.split("x"), d = i / Number(u), E = a / Number(l), S = Math.max(d, E, 1), g = Pn(Number(u), r);
1814
- return De({
1815
- sender: e,
1816
- maxBitrate: g,
1406
+ }, j = async ({ sender: n, track: e, codec: t }, s) => {
1407
+ const i = e.getSettings().width, c = qt(i, t);
1408
+ return xe({
1409
+ sender: n,
1410
+ maxBitrate: c,
1817
1411
  onSetParameters: s,
1818
- scaleResolutionDownBy: S
1412
+ scaleResolutionDownBy: 1
1819
1413
  });
1820
- }, Nl = async ({
1821
- mainCam: e,
1822
- resolutionMainCam: t,
1414
+ }, er = async ({
1823
1415
  sender: n,
1824
- track: r,
1416
+ track: e,
1417
+ resolution: t,
1825
1418
  codec: s
1419
+ }, r) => {
1420
+ const o = e.getSettings(), i = o.width, c = o.height, [u, _] = t.split("x"), l = i / Number(u), d = c / Number(_), h = Math.max(l, d, 1), T = qt(Number(u), s);
1421
+ return xe({
1422
+ sender: n,
1423
+ maxBitrate: T,
1424
+ onSetParameters: r,
1425
+ scaleResolutionDownBy: h
1426
+ });
1427
+ }, tr = async ({
1428
+ mainCam: n,
1429
+ resolutionMainCam: e,
1430
+ sender: t,
1431
+ track: s,
1432
+ codec: r
1826
1433
  }, o) => {
1827
- switch (e) {
1828
- case M.PAUSE_MAIN_CAM:
1829
- return Cl({ sender: n, codec: s }, o);
1830
- case M.RESUME_MAIN_CAM:
1831
- return se({ sender: n, track: r, codec: s }, o);
1832
- case M.MAX_MAIN_CAM_RESOLUTION:
1833
- return t !== void 0 ? Rl(
1834
- { sender: n, track: r, codec: s, resolution: t },
1434
+ switch (n) {
1435
+ case I.PAUSE_MAIN_CAM:
1436
+ return Zs({ sender: t, codec: r }, o);
1437
+ case I.RESUME_MAIN_CAM:
1438
+ return j({ sender: t, track: s, codec: r }, o);
1439
+ case I.MAX_MAIN_CAM_RESOLUTION:
1440
+ return e !== void 0 ? er(
1441
+ { sender: t, track: s, codec: r, resolution: e },
1835
1442
  o
1836
- ) : se({ sender: n, track: r, codec: s }, o);
1443
+ ) : j({ sender: t, track: s, codec: r }, o);
1837
1444
  default:
1838
- return se({ sender: n, track: r, codec: s }, o);
1445
+ return j({ sender: t, track: s, codec: r }, o);
1839
1446
  }
1840
- }, lt = {
1447
+ }, je = {
1841
1448
  isChanged: !1,
1842
1449
  parameters: {
1843
1450
  encodings: [{}],
@@ -1846,77 +1453,78 @@ const Zu = /* @__PURE__ */ be(Qu), el = (e) => Rc(
1846
1453
  headerExtensions: [],
1847
1454
  rtcp: {}
1848
1455
  }
1849
- }, _t = async ({
1850
- mainCam: e,
1851
- resolutionMainCam: t,
1852
- connection: n,
1853
- onSetParameters: r,
1854
- ignoreForCodec: s
1456
+ }, Ze = async ({
1457
+ mainCam: n,
1458
+ resolutionMainCam: e,
1459
+ connection: t,
1460
+ onSetParameters: s,
1461
+ ignoreForCodec: r
1855
1462
  }) => {
1856
- const o = n.getSenders(), i = ll(o);
1463
+ const o = t.getSenders(), i = $s(o);
1857
1464
  if (!(i != null && i.track))
1858
- return lt;
1859
- const a = await ul(i);
1860
- return In(a, s) ? lt : Nl(
1861
- { mainCam: e, resolutionMainCam: t, sender: i, codec: a, track: i.track },
1862
- r
1465
+ return je;
1466
+ const c = await qs(i);
1467
+ return Ht(c, r) ? je : tr(
1468
+ { mainCam: n, resolutionMainCam: e, sender: i, codec: c, track: i.track },
1469
+ s
1863
1470
  );
1864
- }, Ul = (e, {
1865
- ignoreForCodec: t,
1866
- onSetParameters: n
1471
+ }, Cr = (n, {
1472
+ ignoreForCodec: e,
1473
+ onSetParameters: t
1867
1474
  } = {}) => {
1868
- const r = async () => {
1869
- const { connection: u } = e;
1475
+ const s = async () => {
1476
+ const { connection: u } = n;
1870
1477
  if (!u)
1871
1478
  throw new Error("connection is not exist");
1872
- return _t({
1479
+ return Ze({
1873
1480
  connection: u,
1874
- onSetParameters: n,
1875
- ignoreForCodec: t
1481
+ onSetParameters: t,
1482
+ ignoreForCodec: e
1876
1483
  });
1877
1484
  };
1878
- let s = r;
1879
- const o = async (u) => (s = async () => {
1880
- const { mainCam: l, resolutionMainCam: d } = u, { connection: E } = e;
1881
- if (!E)
1485
+ let r = s;
1486
+ const o = async (u) => (r = async () => {
1487
+ const { mainCam: _, resolutionMainCam: l } = u, { connection: d } = n;
1488
+ if (!d)
1882
1489
  throw new Error("connection is not exist");
1883
- return _t({
1884
- mainCam: l,
1885
- resolutionMainCam: d,
1886
- connection: E,
1887
- onSetParameters: n,
1888
- ignoreForCodec: t
1490
+ return Ze({
1491
+ mainCam: _,
1492
+ resolutionMainCam: l,
1493
+ connection: d,
1494
+ onSetParameters: t,
1495
+ ignoreForCodec: e
1889
1496
  });
1890
- }, s());
1497
+ }, r());
1891
1498
  return {
1892
1499
  subscribe: () => {
1893
- e.onSession("main-cam-control", o);
1500
+ n.onSession("main-cam-control", o);
1894
1501
  },
1895
1502
  unsubscribe: () => {
1896
- e.offSession("main-cam-control", o);
1503
+ n.offSession("main-cam-control", o);
1897
1504
  },
1898
- balanceByTrack: r,
1505
+ balanceByTrack: s,
1899
1506
  resetMainCamControl() {
1900
- s = r;
1507
+ r = s;
1901
1508
  },
1902
1509
  async reBalance() {
1903
- return s();
1510
+ return r();
1904
1511
  }
1905
1512
  };
1906
1513
  };
1907
1514
  export {
1908
- M as EEventsMainCAM,
1909
- Ee as EEventsMic,
1910
- he as EEventsSyncMediaState,
1911
- Xr as EUseLicense,
1912
- Ol as causes,
1913
- Bl as debug,
1914
- $l as default,
1915
- Dl as disableDebug,
1916
- Pl as enableDebug,
1917
- Ml as eventNames,
1918
- ul as getCodecFromSender,
1919
- wl as hasCanceledCallError,
1920
- Ul as resolveVideoSendingBalancer,
1921
- Ll as tools
1515
+ I as EEventsMainCAM,
1516
+ Z as EEventsMic,
1517
+ ee as EEventsSyncMediaState,
1518
+ Hn as EUseLicense,
1519
+ ur as causes,
1520
+ Er as constants,
1521
+ mr as debug,
1522
+ hr as default,
1523
+ dr as disableDebug,
1524
+ lr as enableDebug,
1525
+ _r as eventNames,
1526
+ qs as getCodecFromSender,
1527
+ Sr as hasCanceledCallError,
1528
+ Cr as resolveVideoSendingBalancer,
1529
+ Tr as tools
1922
1530
  };