@ikonai/sdk 1.0.53 → 1.0.55

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.
@@ -1,13 +1,13 @@
1
- function st(t) {
1
+ function It(t) {
2
2
  if (t.length < 8)
3
3
  throw new Error("Protocol message too short");
4
4
  return (t[4] | t[5] << 8 | t[6] << 16 | t[7] << 24) >>> 0;
5
5
  }
6
- function It(t) {
6
+ function st(t) {
7
7
  const e = Rt(t), r = new DataView(e.buffer, e.byteOffset, e.byteLength);
8
8
  if (e.length < 27)
9
9
  throw new Error("Protocol payload too short");
10
- const i = r.getUint32(0, !0), n = r.getUint32(4, !0), _ = r.getUint32(8, !0), s = r.getUint32(12, !0), I = r.getUint32(16, !0), A = r.getUint32(20, !0), C = r.getUint8(24), E = r.getUint8(25), a = r.getUint8(26);
10
+ const i = r.getUint32(0, !0), n = r.getUint32(4, !0), _ = r.getUint32(8, !0), I = r.getUint32(12, !0), s = r.getUint32(16, !0), A = r.getUint32(20, !0), C = r.getUint8(24), E = r.getUint8(25), a = r.getUint8(26);
11
11
  if (27 + A * 4 > e.length)
12
12
  throw new Error("Protocol header exceeds payload length");
13
13
  const T = [];
@@ -18,8 +18,8 @@ function It(t) {
18
18
  length: i,
19
19
  opcode: n,
20
20
  senderId: _,
21
- trackId: s,
22
- sequenceId: I,
21
+ trackId: I,
22
+ sequenceId: s,
23
23
  targetIds: T,
24
24
  payloadVersion: C,
25
25
  payloadType: E,
@@ -27,15 +27,15 @@ function It(t) {
27
27
  };
28
28
  }
29
29
  function K(t, e, r, i, n) {
30
- const _ = n?.trackId ?? 0, s = n?.sequenceId ?? 0, I = n?.flags ?? 0, A = n?.targetIds ?? [], C = n?.payloadType ?? 8, E = 27 + A.length * 4, a = E + e.length, R = new Uint8Array(a), T = new DataView(R.buffer);
31
- T.setUint32(0, a, !0), T.setUint32(4, t >>> 0, !0), T.setUint32(8, i >>> 0, !0), T.setUint32(12, _ >>> 0, !0), T.setUint32(16, s >>> 0, !0), T.setUint32(20, A.length >>> 0, !0), T.setUint8(24, r & 255), T.setUint8(25, C & 255), T.setUint8(26, I & 255);
30
+ const _ = n?.trackId ?? 0, I = n?.sequenceId ?? 0, s = n?.flags ?? 0, A = n?.targetIds ?? [], C = n?.payloadType ?? 8, E = 27 + A.length * 4, a = E + e.length, R = new Uint8Array(a), T = new DataView(R.buffer);
31
+ T.setUint32(0, a, !0), T.setUint32(4, t >>> 0, !0), T.setUint32(8, i >>> 0, !0), T.setUint32(12, _ >>> 0, !0), T.setUint32(16, I >>> 0, !0), T.setUint32(20, A.length >>> 0, !0), T.setUint8(24, r & 255), T.setUint8(25, C & 255), T.setUint8(26, s & 255);
32
32
  let u = 27;
33
33
  for (let h = 0; h < A.length; h++)
34
34
  T.setUint32(u, A[h] >>> 0, !0), u += 4;
35
35
  return R.set(e, E), R;
36
36
  }
37
37
  var w = /* @__PURE__ */ ((t) => (t[t.Null = 1] = "Null", t[t.Bool = 2] = "Bool", t[t.Int32 = 3] = "Int32", t[t.Int64 = 4] = "Int64", t[t.UInt32 = 5] = "UInt32", t[t.UInt64 = 6] = "UInt64", t[t.Float32 = 7] = "Float32", t[t.Float64 = 8] = "Float64", t[t.Array = 9] = "Array", t[t.Dict = 10] = "Dict", t[t.Object = 11] = "Object", t[t.String = 12] = "String", t[t.Binary = 13] = "Binary", t[t.Guid = 14] = "Guid", t))(w || {});
38
- const At = 161, Tt = 162, d = new TextEncoder();
38
+ const At = 161, Tt = 162, V = new TextEncoder();
39
39
  new TextDecoder("utf-8", { fatal: !0 });
40
40
  class F {
41
41
  constructor(e = 1) {
@@ -72,7 +72,7 @@ class F {
72
72
  this.writeFixedField(e, 14, () => this.buffer.writeBytes(i));
73
73
  }
74
74
  writeStringField(e, r) {
75
- const i = d.encode(r ?? "");
75
+ const i = V.encode(r ?? "");
76
76
  this.writeVariableField(e, 12, i);
77
77
  }
78
78
  writeBinaryField(e, r) {
@@ -93,8 +93,8 @@ class F {
93
93
  writeDictionaryField(e, r, i, n) {
94
94
  const _ = new v(r, i);
95
95
  n(_);
96
- const s = _.finish();
97
- this.writeVariableField(e, 10, s);
96
+ const I = _.finish();
97
+ this.writeVariableField(e, 10, I);
98
98
  }
99
99
  finish() {
100
100
  return this.closed || (this.buffer.writeByte(Tt), this.closed = !0, this.cached = this.buffer.toUint8Array()), this.cached;
@@ -106,7 +106,7 @@ class F {
106
106
  this.writeFieldHeader(e, r, i.length), this.buffer.writeBytes(i);
107
107
  }
108
108
  writeFieldHeader(e, r, i) {
109
- this.buffer.writeUInt32(e >>> 0), this.buffer.writeByte(V(r)), Ct(r) && this.buffer.writeVarUInt(i >>> 0);
109
+ this.buffer.writeUInt32(e >>> 0), this.buffer.writeByte(d(r)), Ct(r) && this.buffer.writeVarUInt(i >>> 0);
110
110
  }
111
111
  }
112
112
  class M {
@@ -172,7 +172,7 @@ class M {
172
172
  12
173
173
  /* String */
174
174
  ), this.count++;
175
- const r = d.encode(e ?? "");
175
+ const r = V.encode(e ?? "");
176
176
  this.payload.writeVarUInt(r.length), this.payload.writeBytes(r);
177
177
  }
178
178
  writeBinary(e) {
@@ -213,7 +213,7 @@ class M {
213
213
  }
214
214
  finish() {
215
215
  const e = new P();
216
- return e.writeByte(V(this.elementType)), e.writeVarUInt(this.count), e.writeBytes(this.payload.toUint8Array()), e.toUint8Array();
216
+ return e.writeByte(d(this.elementType)), e.writeVarUInt(this.count), e.writeBytes(this.payload.toUint8Array()), e.toUint8Array();
217
217
  }
218
218
  ensureElementType(e) {
219
219
  if (this.elementType !== e)
@@ -238,7 +238,7 @@ class v {
238
238
  if (this.entryOpen)
239
239
  throw new Error("Dictionary entry not completed");
240
240
  const e = new P();
241
- return e.writeByte(V(this.keyType)), e.writeByte(V(this.valueType)), e.writeVarUInt(this.count), e.writeBytes(this.payload.toUint8Array()), e.toUint8Array();
241
+ return e.writeByte(d(this.keyType)), e.writeByte(d(this.valueType)), e.writeVarUInt(this.count), e.writeBytes(this.payload.toUint8Array()), e.toUint8Array();
242
242
  }
243
243
  }
244
244
  class Nt {
@@ -305,7 +305,7 @@ class Nt {
305
305
  12
306
306
  /* String */
307
307
  );
308
- const r = d.encode(e ?? "");
308
+ const r = V.encode(e ?? "");
309
309
  this.payload.writeVarUInt(r.length), this.payload.writeBytes(r), this.keyWritten = !0;
310
310
  }
311
311
  writeKeyBinary(e) {
@@ -383,7 +383,7 @@ class Nt {
383
383
  12
384
384
  /* String */
385
385
  );
386
- const r = d.encode(e ?? "");
386
+ const r = V.encode(e ?? "");
387
387
  this.payload.writeVarUInt(r.length), this.payload.writeBytes(r), this.valueWritten = !0;
388
388
  }
389
389
  writeValueObject(e, r) {
@@ -442,10 +442,10 @@ class N {
442
442
  const r = e.replace(/-/g, "");
443
443
  if (r.length !== 32)
444
444
  throw new Error("Guid string must be 32 hex characters");
445
- const i = new Uint8Array(16), n = N.parseHexSlice(r, 0, 8), _ = N.parseHexSlice(r, 8, 4), s = N.parseHexSlice(r, 12, 4);
446
- N.writeUInt32LE(i, 0, n), N.writeUInt16LE(i, 4, _), N.writeUInt16LE(i, 6, s);
447
- for (let I = 0; I < 8; I++)
448
- i[8 + I] = N.parseHexSlice(r, 16 + I * 2, 2);
445
+ const i = new Uint8Array(16), n = N.parseHexSlice(r, 0, 8), _ = N.parseHexSlice(r, 8, 4), I = N.parseHexSlice(r, 12, 4);
446
+ N.writeUInt32LE(i, 0, n), N.writeUInt16LE(i, 4, _), N.writeUInt16LE(i, 6, I);
447
+ for (let s = 0; s < 8; s++)
448
+ i[8 + s] = N.parseHexSlice(r, 16 + s * 2, 2);
449
449
  return new N(i);
450
450
  }
451
451
  static fromBytes(e) {
@@ -554,7 +554,7 @@ class P {
554
554
  return this.buffer.slice(0, this.length);
555
555
  }
556
556
  }
557
- function V(t, e = 0) {
557
+ function d(t, e = 0) {
558
558
  if ((e & 240) !== 0)
559
559
  throw new Error("Teleport flags must fit into 4 bits");
560
560
  return (t & 15) << 4 | e & 15;
@@ -572,7 +572,7 @@ function J(t) {
572
572
  function Rt(t) {
573
573
  return t instanceof Uint8Array ? t : new Uint8Array(t);
574
574
  }
575
- var o = /* @__PURE__ */ ((t) => (t[t.Unknown = 0] = "Unknown", t[t.H264 = 1] = "H264", t[t.Vp8 = 2] = "Vp8", t[t.Vp9 = 3] = "Vp9", t[t.Av1 = 4] = "Av1", t))(o || {}), Z = /* @__PURE__ */ ((t) => (t[t.NONE = 0] = "NONE", t[t.CONSTANT_GROUP_BITS = 15] = "CONSTANT_GROUP_BITS", t[t.CONSTANT_GROUP_OFFSET = 16] = "CONSTANT_GROUP_OFFSET", t[t.GROUP_CORE = 65536] = "GROUP_CORE", t[t.CORE_AUTH_RESPONSE = 65537] = "CORE_AUTH_RESPONSE", t[t.CORE_AUTH_TICKET = 65538] = "CORE_AUTH_TICKET", t[t.CORE_GLOBAL_STATE = 65539] = "CORE_GLOBAL_STATE", t[t.CORE_ON_SERVER_STATUS_PING = 65540] = "CORE_ON_SERVER_STATUS_PING", t[t.CORE_ON_USER_JOINED = 65541] = "CORE_ON_USER_JOINED", t[t.CORE_ON_USER_LEFT = 65542] = "CORE_ON_USER_LEFT", t[t.CORE_ON_CLIENT_JOINED = 65543] = "CORE_ON_CLIENT_JOINED", t[t.CORE_ON_CLIENT_LEFT = 65544] = "CORE_ON_CLIENT_LEFT", t[t.CORE_ON_SERVER_STARTED = 65545] = "CORE_ON_SERVER_STARTED", t[t.CORE_ON_SERVER_STOPPED = 65546] = "CORE_ON_SERVER_STOPPED", t[t.CORE_ON_SERVER_STOPPING = 65547] = "CORE_ON_SERVER_STOPPING", t[t.CORE_ON_CLIENT_READY = 65548] = "CORE_ON_CLIENT_READY", t[t.CORE_CLIENT_READY = 65549] = "CORE_CLIENT_READY", t[t.CORE_SERVER_INIT = 65550] = "CORE_SERVER_INIT", t[t.CORE_ON_PLUGIN_RELOADED = 65551] = "CORE_ON_PLUGIN_RELOADED", t[t.CORE_SERVER_START = 65552] = "CORE_SERVER_START", t[t.CORE_SERVER_STOP = 65553] = "CORE_SERVER_STOP", t[t.CORE_ON_HOSTED_SERVER_EXIT = 65554] = "CORE_ON_HOSTED_SERVER_EXIT", t[t.CORE_DYNAMIC_CONFIG = 65555] = "CORE_DYNAMIC_CONFIG", t[t.CORE_PROXY_RPC_AUTH_TICKET = 65556] = "CORE_PROXY_RPC_AUTH_TICKET", t[t.CORE_SERVER_INIT2 = 65557] = "CORE_SERVER_INIT2", t[t.CORE_UPDATE_CLIENT_CONTEXT = 65558] = "CORE_UPDATE_CLIENT_CONTEXT", t[t.CORE_BACKGROUND_WORK_ACTIVE = 65559] = "CORE_BACKGROUND_WORK_ACTIVE", t[t.CORE_WEBRTC_OFFER = 65566] = "CORE_WEBRTC_OFFER", t[t.CORE_WEBRTC_ANSWER = 65567] = "CORE_WEBRTC_ANSWER", t[t.CORE_WEBRTC_ICE_CANDIDATE = 65568] = "CORE_WEBRTC_ICE_CANDIDATE", t[t.CORE_WEBRTC_READY = 65569] = "CORE_WEBRTC_READY", t[t.CORE_WEBRTC_AUDIO_SEGMENT = 65570] = "CORE_WEBRTC_AUDIO_SEGMENT", t[t.CORE_WEBRTC_TRACK_MAP = 65571] = "CORE_WEBRTC_TRACK_MAP", t[t.CORE_WEBRTC_VIDEO_CAPTURE = 65572] = "CORE_WEBRTC_VIDEO_CAPTURE", t[t.CORE_RELAY_AGENT_AUTH = 65576] = "CORE_RELAY_AGENT_AUTH", t[t.CORE_RELAY_AGENT_AUTH_RESULT = 65577] = "CORE_RELAY_AGENT_AUTH_RESULT", t[t.CORE_RELAY_HEARTBEAT = 65578] = "CORE_RELAY_HEARTBEAT", t[t.CORE_RELAY_TCP_CONNECTION_OPENED = 65579] = "CORE_RELAY_TCP_CONNECTION_OPENED", t[t.CORE_RELAY_TCP_CONNECTION_CLOSED = 65580] = "CORE_RELAY_TCP_CONNECTION_CLOSED", t[t.CORE_RELAY_TCP_DATA = 65581] = "CORE_RELAY_TCP_DATA", t[t.CORE_RELAY_UDP_DATA = 65582] = "CORE_RELAY_UDP_DATA", t[t.CORE_RELAY_ADD_TUNNEL = 65583] = "CORE_RELAY_ADD_TUNNEL", t[t.CORE_RELAY_TUNNEL_ADDED = 65584] = "CORE_RELAY_TUNNEL_ADDED", t[t.CORE_RELAY_REMOVE_TUNNEL = 65585] = "CORE_RELAY_REMOVE_TUNNEL", t[t.GROUP_KEEPALIVE = 131072] = "GROUP_KEEPALIVE", t[t.KEEPALIVE_REQUEST = 131073] = "KEEPALIVE_REQUEST", t[t.KEEPALIVE_RESPONSE = 131074] = "KEEPALIVE_RESPONSE", t[t.GROUP_EVENTS = 262144] = "GROUP_EVENTS", t[t.EVENTS_PROFILE_UPDATE = 262145] = "EVENTS_PROFILE_UPDATE", t[t.EVENTS_CHANNEL_COMPLETE = 262146] = "EVENTS_CHANNEL_COMPLETE", t[t.EVENTS_SPEECH_PLAYBACK_COMPLETE = 262147] = "EVENTS_SPEECH_PLAYBACK_COMPLETE", t[t.GROUP_ANALYTICS = 524288] = "GROUP_ANALYTICS", t[t.ANALYTICS_LOGS = 524289] = "ANALYTICS_LOGS", t[t.ANALYTICS_EVENTS = 524290] = "ANALYTICS_EVENTS", t[t.ANALYTICS_USAGES = 524291] = "ANALYTICS_USAGES", t[t.ANALYTICS_USAGE = 524292] = "ANALYTICS_USAGE", t[t.ANALYTICS_SPECIAL_LOG = 524293] = "ANALYTICS_SPECIAL_LOG", t[t.ANALYTICS_PROCESSING_UPDATE = 524294] = "ANALYTICS_PROCESSING_UPDATE", t[t.ANALYTICS_REACTIVE_PROCESSING_UPDATE = 524295] = "ANALYTICS_REACTIVE_PROCESSING_UPDATE", t[t.ANALYTICS_IKON_PROXY_SERVER_STATS = 524296] = "ANALYTICS_IKON_PROXY_SERVER_STATS", t[t.ANALYTICS_IKON_RELAY_SERVER_STATS = 524297] = "ANALYTICS_IKON_RELAY_SERVER_STATS", t[t.ANALYTICS_IKON_TURN_SERVER_STATS = 524298] = "ANALYTICS_IKON_TURN_SERVER_STATS", t[t.GROUP_ACTIONS = 1048576] = "GROUP_ACTIONS", t[t.ACTION_CALL = 1048577] = "ACTION_CALL", t[t.ACTION_ACTIVE = 1048578] = "ACTION_ACTIVE", t[t.ACTION_TEXT_OUTPUT = 1048579] = "ACTION_TEXT_OUTPUT", t[t.ACTION_TEXT_OUTPUT_DELTA = 1048580] = "ACTION_TEXT_OUTPUT_DELTA", t[t.ACTION_TEXT_OUTPUT_DELTA_FULL = 1048581] = "ACTION_TEXT_OUTPUT_DELTA_FULL", t[t.ACTION_SET_STATE = 1048582] = "ACTION_SET_STATE", t[t.ACTION_TAP = 1048583] = "ACTION_TAP", t[t.ACTION_PAN = 1048584] = "ACTION_PAN", t[t.ACTION_ZOOM = 1048585] = "ACTION_ZOOM", t[t.ACTION_FILE_UPLOAD_BEGIN = 1048586] = "ACTION_FILE_UPLOAD_BEGIN", t[t.ACTION_FILE_UPLOAD_DATA = 1048587] = "ACTION_FILE_UPLOAD_DATA", t[t.ACTION_FILE_UPLOAD_ACK = 1048588] = "ACTION_FILE_UPLOAD_ACK", t[t.ACTION_FILE_UPLOAD_END = 1048589] = "ACTION_FILE_UPLOAD_END", t[t.ACTION_FILE_UPLOAD_RESULT = 1048590] = "ACTION_FILE_UPLOAD_RESULT", t[t.ACTION_OPEN_CHANNEL = 1048591] = "ACTION_OPEN_CHANNEL", t[t.ACTION_OPEN_EXTERNAL_URL = 1048592] = "ACTION_OPEN_EXTERNAL_URL", t[t.ACTION_UI_OPEN_VIEW = 1048593] = "ACTION_UI_OPEN_VIEW", t[t.ACTION_UI_CLOSE_VIEW = 1048594] = "ACTION_UI_CLOSE_VIEW", t[t.ACTION_UI_BLOCKING_BEGIN = 1048595] = "ACTION_UI_BLOCKING_BEGIN", t[t.ACTION_UI_BLOCKING_END = 1048596] = "ACTION_UI_BLOCKING_END", t[t.ACTION_UI_UPDATE_TEXT_DELTA = 1048597] = "ACTION_UI_UPDATE_TEXT_DELTA", t[t.ACTION_UI_DELETE_CONTAINER = 1048598] = "ACTION_UI_DELETE_CONTAINER", t[t.ACTION_UPDATE_GFX_SHADER = 1048599] = "ACTION_UPDATE_GFX_SHADER", t[t.ACTION_FUNCTION_REGISTER = 1048600] = "ACTION_FUNCTION_REGISTER", t[t.ACTION_FUNCTION_CALL = 1048601] = "ACTION_FUNCTION_CALL", t[t.ACTION_FUNCTION_RESULT = 1048602] = "ACTION_FUNCTION_RESULT", t[t.ACTION_GENERATE_ANSWER = 1048603] = "ACTION_GENERATE_ANSWER", t[t.ACTION_REGENERATE_ANSWER = 1048604] = "ACTION_REGENERATE_ANSWER", t[t.ACTION_CLEAR_CHAT_MESSAGE_HISTORY = 1048605] = "ACTION_CLEAR_CHAT_MESSAGE_HISTORY", t[t.ACTION_CLEAR_STATE = 1048606] = "ACTION_CLEAR_STATE", t[t.ACTION_RELOAD_CHANNELS = 1048607] = "ACTION_RELOAD_CHANNELS", t[t.ACTION_RELOAD_PROFILE = 1048608] = "ACTION_RELOAD_PROFILE", t[t.ACTION_CLASSIFICATION_RESULT = 1048609] = "ACTION_CLASSIFICATION_RESULT", t[t.ACTION_AUDIO_STOP = 1048610] = "ACTION_AUDIO_STOP", t[t.ACTION_CALL_TEXT = 1048611] = "ACTION_CALL_TEXT", t[t.ACTION_RELOAD_APPLICATION = 1048612] = "ACTION_RELOAD_APPLICATION", t[t.ACTION_CANCEL_GENERATION = 1048613] = "ACTION_CANCEL_GENERATION", t[t.ACTION_UI_SET_CONTAINER_STABLE = 1048614] = "ACTION_UI_SET_CONTAINER_STABLE", t[t.ACTION_SPEECH_RECOGNIZED = 1048615] = "ACTION_SPEECH_RECOGNIZED", t[t.ACTION_CALL_RESULT = 1048616] = "ACTION_CALL_RESULT", t[t.ACTION_RELOAD_PROVIDER = 1048617] = "ACTION_RELOAD_PROVIDER", t[t.ACTION_DOWNLOAD = 1048618] = "ACTION_DOWNLOAD", t[t.ACTION_SCROLL_TO_CONTAINER = 1048619] = "ACTION_SCROLL_TO_CONTAINER", t[t.ACTION_UI_CLEAR_STREAM = 1048620] = "ACTION_UI_CLEAR_STREAM", t[t.ACTION_PLAY_SOUND = 1048621] = "ACTION_PLAY_SOUND", t[t.ACTION_ENTER_FULLSCREEN = 1048622] = "ACTION_ENTER_FULLSCREEN", t[t.ACTION_STOP_SOUND = 1048623] = "ACTION_STOP_SOUND", t[t.ACTION_START_RECORDING = 1048624] = "ACTION_START_RECORDING", t[t.ACTION_STOP_RECORDING = 1048625] = "ACTION_STOP_RECORDING", t[t.ACTION_FUNCTION_ENUMERATION_ITEM = 1048627] = "ACTION_FUNCTION_ENUMERATION_ITEM", t[t.ACTION_FUNCTION_ENUMERATION_END = 1048628] = "ACTION_FUNCTION_ENUMERATION_END", t[t.ACTION_FUNCTION_CANCEL = 1048629] = "ACTION_FUNCTION_CANCEL", t[t.ACTION_FUNCTION_DISPOSE = 1048630] = "ACTION_FUNCTION_DISPOSE", t[t.ACTION_FUNCTION_ERROR = 1048631] = "ACTION_FUNCTION_ERROR", t[t.ACTION_FUNCTION_ACK = 1048632] = "ACTION_FUNCTION_ACK", t[t.ACTION_FUNCTION_AWAITING_APPROVAL = 1048633] = "ACTION_FUNCTION_AWAITING_APPROVAL", t[t.ACTION_FUNCTION_APPROVAL_REQUIRED = 1048634] = "ACTION_FUNCTION_APPROVAL_REQUIRED", t[t.ACTION_FUNCTION_APPROVAL_RESPONSE = 1048635] = "ACTION_FUNCTION_APPROVAL_RESPONSE", t[t.UI_UPDATE_ACK = 1048636] = "UI_UPDATE_ACK", t[t.ACTION_CALL2 = 1048637] = "ACTION_CALL2", t[t.ACTION_FUNCTION_REGISTER_BATCH = 1048638] = "ACTION_FUNCTION_REGISTER_BATCH", t[t.ACTION_TRIGGER_GIT_PULL = 1048639] = "ACTION_TRIGGER_GIT_PULL", t[t.ACTION_FILE_UPLOAD_CALLBACK = 1048640] = "ACTION_FILE_UPLOAD_CALLBACK", t[t.ACTION_CUSTOM_USER_MESSAGE = 1048641] = "ACTION_CUSTOM_USER_MESSAGE", t[t.ACTION_URL_CHANGED = 1048642] = "ACTION_URL_CHANGED", t[t.ACTION_FILE_UPLOAD_PRE_START2 = 1048643] = "ACTION_FILE_UPLOAD_PRE_START2", t[t.ACTION_FILE_UPLOAD_PRE_START_RESPONSE2 = 1048644] = "ACTION_FILE_UPLOAD_PRE_START_RESPONSE2", t[t.ACTION_FILE_UPLOAD_START2 = 1048645] = "ACTION_FILE_UPLOAD_START2", t[t.ACTION_FILE_UPLOAD_START_RESPONSE2 = 1048646] = "ACTION_FILE_UPLOAD_START_RESPONSE2", t[t.ACTION_FILE_UPLOAD_DATA2 = 1048647] = "ACTION_FILE_UPLOAD_DATA2", t[t.ACTION_FILE_UPLOAD_ACK2 = 1048648] = "ACTION_FILE_UPLOAD_ACK2", t[t.ACTION_FILE_UPLOAD_END2 = 1048649] = "ACTION_FILE_UPLOAD_END2", t[t.ACTION_FILE_UPLOAD_COMPLETE2 = 1048650] = "ACTION_FILE_UPLOAD_COMPLETE2", t[t.ACTION_FUNCTION_ENUMERATION_ITEM_BATCH = 1048651] = "ACTION_FUNCTION_ENUMERATION_ITEM_BATCH", t[t.ACTION_CALL_ACK = 1048652] = "ACTION_CALL_ACK", t[t.GROUP_UI = 2097152] = "GROUP_UI", t[t.UI_STREAM_BEGIN = 2097153] = "UI_STREAM_BEGIN", t[t.UI_STREAM_END = 2097154] = "UI_STREAM_END", t[t.UI_CONTAINER_BEGIN = 2097155] = "UI_CONTAINER_BEGIN", t[t.UI_CONTAINER_END = 2097156] = "UI_CONTAINER_END", t[t.UI_SECTION_BEGIN = 2097157] = "UI_SECTION_BEGIN", t[t.UI_SECTION_END = 2097158] = "UI_SECTION_END", t[t.UI_LIST_BEGIN = 2097159] = "UI_LIST_BEGIN", t[t.UI_LIST_ITEM = 2097160] = "UI_LIST_ITEM", t[t.UI_LIST_END = 2097161] = "UI_LIST_END", t[t.UI_TEXT = 2097162] = "UI_TEXT", t[t.UI_HEADER = 2097163] = "UI_HEADER", t[t.UI_SEPARATOR = 2097164] = "UI_SEPARATOR", t[t.UI_BUTTON = 2097165] = "UI_BUTTON", t[t.UI_ICON_BUTTON = 2097166] = "UI_ICON_BUTTON", t[t.UI_IMAGE = 2097167] = "UI_IMAGE", t[t.UI_FILE = 2097168] = "UI_FILE", t[t.UI_BADGE = 2097169] = "UI_BADGE", t[t.UI_CONTENT_LINK = 2097170] = "UI_CONTENT_LINK", t[t.UI_MAP = 2097171] = "UI_MAP", t[t.UI_VEGA_CHART = 2097172] = "UI_VEGA_CHART", t[t.UI_ICON = 2097173] = "UI_ICON", t[t.UI_FILE_UPLOAD_SECTION_BEGIN = 2097174] = "UI_FILE_UPLOAD_SECTION_BEGIN", t[t.UI_FILE_UPLOAD_SECTION_END = 2097175] = "UI_FILE_UPLOAD_SECTION_END", t[t.UI_MATERIAL_SYMBOL = 2097176] = "UI_MATERIAL_SYMBOL", t[t.UI_BUTTON_BEGIN = 2097177] = "UI_BUTTON_BEGIN", t[t.UI_BUTTON_END = 2097178] = "UI_BUTTON_END", t[t.UI_CONTAINER_DELETE = 2097179] = "UI_CONTAINER_DELETE", t[t.UI_INPUT_TEXT = 2097180] = "UI_INPUT_TEXT", t[t.UI_PROGRESS_BAR = 2097181] = "UI_PROGRESS_BAR", t[t.UI_UPDATE_BEGIN = 2097182] = "UI_UPDATE_BEGIN", t[t.UI_UPDATE_END = 2097183] = "UI_UPDATE_END", t[t.UI_AUTOCOMPLETE = 2097184] = "UI_AUTOCOMPLETE", t[t.UI_CHECKBOX = 2097185] = "UI_CHECKBOX", t[t.UI_QS = 2097186] = "UI_QS", t[t.UI_ELEMENT = 2097187] = "UI_ELEMENT", t[t.UI_STYLES = 2097188] = "UI_STYLES", t[t.UI_SVG = 2097189] = "UI_SVG", t[t.UI_UPDATE = 2097190] = "UI_UPDATE", t[t.UI_INIT = 2097191] = "UI_INIT", t[t.UI_STYLES_BATCH = 2097192] = "UI_STYLES_BATCH", t[t.UI_STYLES_DELETE = 2097193] = "UI_STYLES_DELETE", t[t.GROUP_COMMON = 4128768] = "GROUP_COMMON", t[t.GROUP_AUDIO = 4194304] = "GROUP_AUDIO", t[t.AUDIO_STREAM_BEGIN = 4194305] = "AUDIO_STREAM_BEGIN", t[t.AUDIO_STREAM_END = 4194306] = "AUDIO_STREAM_END", t[t.AUDIO_FRAME = 4194307] = "AUDIO_FRAME", t[t.AUDIO_FRAME_VOLUME = 4194308] = "AUDIO_FRAME_VOLUME", t[t.AUDIO_FRAME2 = 4194309] = "AUDIO_FRAME2", t[t.AUDIO_SHAPE_FRAME = 4194310] = "AUDIO_SHAPE_FRAME", t[t.GROUP_VIDEO = 8388608] = "GROUP_VIDEO", t[t.VIDEO_STREAM_BEGIN = 8388609] = "VIDEO_STREAM_BEGIN", t[t.VIDEO_STREAM_END = 8388610] = "VIDEO_STREAM_END", t[t.VIDEO_FRAME = 8388611] = "VIDEO_FRAME", t[t.VIDEO_REQUEST_IDR_FRAME = 8388612] = "VIDEO_REQUEST_IDR_FRAME", t[t.VIDEO_INVALIDATE_FRAME = 8388613] = "VIDEO_INVALIDATE_FRAME", t[t.GROUP_TRACKING = 16777216] = "GROUP_TRACKING", t[t.TRACKING_STREAM_BEGIN = 16777217] = "TRACKING_STREAM_BEGIN", t[t.TRACKING_STREAM_END = 16777218] = "TRACKING_STREAM_END", t[t.TRACKING_FRAME = 16777219] = "TRACKING_FRAME", t[t.GROUP_SCENE = 33554432] = "GROUP_SCENE", t[t.SCENE_MESH = 33554433] = "SCENE_MESH", t[t.SCENE_ARRAY = 33554434] = "SCENE_ARRAY", t[t.GROUP_ALL = 67043328] = "GROUP_ALL", t[t.GROUP_APP_LOCAL = 1073741824] = "GROUP_APP_LOCAL", t[t.CONSTANT_GROUP_MASK = 2147418112] = "CONSTANT_GROUP_MASK", t))(Z || {});
575
+ var o = /* @__PURE__ */ ((t) => (t[t.Unknown = 0] = "Unknown", t[t.H264 = 1] = "H264", t[t.Vp8 = 2] = "Vp8", t[t.Vp9 = 3] = "Vp9", t[t.Av1 = 4] = "Av1", t))(o || {}), Z = /* @__PURE__ */ ((t) => (t[t.NONE = 0] = "NONE", t[t.CONSTANT_GROUP_BITS = 15] = "CONSTANT_GROUP_BITS", t[t.CONSTANT_GROUP_OFFSET = 16] = "CONSTANT_GROUP_OFFSET", t[t.GROUP_CORE = 65536] = "GROUP_CORE", t[t.CORE_AUTH_RESPONSE = 65537] = "CORE_AUTH_RESPONSE", t[t.CORE_AUTH_TICKET = 65538] = "CORE_AUTH_TICKET", t[t.CORE_GLOBAL_STATE = 65539] = "CORE_GLOBAL_STATE", t[t.CORE_ON_SERVER_STATUS_PING = 65540] = "CORE_ON_SERVER_STATUS_PING", t[t.CORE_ON_USER_JOINED = 65541] = "CORE_ON_USER_JOINED", t[t.CORE_ON_USER_LEFT = 65542] = "CORE_ON_USER_LEFT", t[t.CORE_ON_CLIENT_JOINED = 65543] = "CORE_ON_CLIENT_JOINED", t[t.CORE_ON_CLIENT_LEFT = 65544] = "CORE_ON_CLIENT_LEFT", t[t.CORE_ON_SERVER_STARTED = 65545] = "CORE_ON_SERVER_STARTED", t[t.CORE_ON_SERVER_STOPPED = 65546] = "CORE_ON_SERVER_STOPPED", t[t.CORE_ON_SERVER_STOPPING = 65547] = "CORE_ON_SERVER_STOPPING", t[t.CORE_ON_CLIENT_READY = 65548] = "CORE_ON_CLIENT_READY", t[t.CORE_CLIENT_READY = 65549] = "CORE_CLIENT_READY", t[t.CORE_SERVER_INIT = 65550] = "CORE_SERVER_INIT", t[t.CORE_ON_PLUGIN_RELOADED = 65551] = "CORE_ON_PLUGIN_RELOADED", t[t.CORE_SERVER_START = 65552] = "CORE_SERVER_START", t[t.CORE_SERVER_STOP = 65553] = "CORE_SERVER_STOP", t[t.CORE_ON_HOSTED_SERVER_EXIT = 65554] = "CORE_ON_HOSTED_SERVER_EXIT", t[t.CORE_DYNAMIC_CONFIG = 65555] = "CORE_DYNAMIC_CONFIG", t[t.CORE_PROXY_RPC_AUTH_TICKET = 65556] = "CORE_PROXY_RPC_AUTH_TICKET", t[t.CORE_SERVER_INIT2 = 65557] = "CORE_SERVER_INIT2", t[t.CORE_UPDATE_CLIENT_CONTEXT = 65558] = "CORE_UPDATE_CLIENT_CONTEXT", t[t.CORE_BACKGROUND_WORK_ACTIVE = 65559] = "CORE_BACKGROUND_WORK_ACTIVE", t[t.CORE_ON_CLIENT_LEFT_AFTER_GRACE_PERIOD = 65560] = "CORE_ON_CLIENT_LEFT_AFTER_GRACE_PERIOD", t[t.CORE_WEBRTC_OFFER = 65566] = "CORE_WEBRTC_OFFER", t[t.CORE_WEBRTC_ANSWER = 65567] = "CORE_WEBRTC_ANSWER", t[t.CORE_WEBRTC_ICE_CANDIDATE = 65568] = "CORE_WEBRTC_ICE_CANDIDATE", t[t.CORE_WEBRTC_READY = 65569] = "CORE_WEBRTC_READY", t[t.CORE_WEBRTC_AUDIO_SEGMENT = 65570] = "CORE_WEBRTC_AUDIO_SEGMENT", t[t.CORE_WEBRTC_TRACK_MAP = 65571] = "CORE_WEBRTC_TRACK_MAP", t[t.CORE_WEBRTC_VIDEO_CAPTURE = 65572] = "CORE_WEBRTC_VIDEO_CAPTURE", t[t.CORE_RELAY_AGENT_AUTH = 65576] = "CORE_RELAY_AGENT_AUTH", t[t.CORE_RELAY_AGENT_AUTH_RESULT = 65577] = "CORE_RELAY_AGENT_AUTH_RESULT", t[t.CORE_RELAY_HEARTBEAT = 65578] = "CORE_RELAY_HEARTBEAT", t[t.CORE_RELAY_TCP_CONNECTION_OPENED = 65579] = "CORE_RELAY_TCP_CONNECTION_OPENED", t[t.CORE_RELAY_TCP_CONNECTION_CLOSED = 65580] = "CORE_RELAY_TCP_CONNECTION_CLOSED", t[t.CORE_RELAY_TCP_DATA = 65581] = "CORE_RELAY_TCP_DATA", t[t.CORE_RELAY_UDP_DATA = 65582] = "CORE_RELAY_UDP_DATA", t[t.CORE_RELAY_ADD_TUNNEL = 65583] = "CORE_RELAY_ADD_TUNNEL", t[t.CORE_RELAY_TUNNEL_ADDED = 65584] = "CORE_RELAY_TUNNEL_ADDED", t[t.CORE_RELAY_REMOVE_TUNNEL = 65585] = "CORE_RELAY_REMOVE_TUNNEL", t[t.CORE_IKON_SERVER_ENDPOINT_HOST_INFO = 65586] = "CORE_IKON_SERVER_ENDPOINT_HOST_INFO", t[t.GROUP_KEEPALIVE = 131072] = "GROUP_KEEPALIVE", t[t.KEEPALIVE_REQUEST = 131073] = "KEEPALIVE_REQUEST", t[t.KEEPALIVE_RESPONSE = 131074] = "KEEPALIVE_RESPONSE", t[t.GROUP_EVENTS = 262144] = "GROUP_EVENTS", t[t.EVENTS_PROFILE_UPDATE = 262145] = "EVENTS_PROFILE_UPDATE", t[t.EVENTS_CHANNEL_COMPLETE = 262146] = "EVENTS_CHANNEL_COMPLETE", t[t.EVENTS_SPEECH_PLAYBACK_COMPLETE = 262147] = "EVENTS_SPEECH_PLAYBACK_COMPLETE", t[t.GROUP_ANALYTICS = 524288] = "GROUP_ANALYTICS", t[t.ANALYTICS_LOGS = 524289] = "ANALYTICS_LOGS", t[t.ANALYTICS_EVENTS = 524290] = "ANALYTICS_EVENTS", t[t.ANALYTICS_USAGES = 524291] = "ANALYTICS_USAGES", t[t.ANALYTICS_USAGE = 524292] = "ANALYTICS_USAGE", t[t.ANALYTICS_SPECIAL_LOG = 524293] = "ANALYTICS_SPECIAL_LOG", t[t.ANALYTICS_PROCESSING_UPDATE = 524294] = "ANALYTICS_PROCESSING_UPDATE", t[t.ANALYTICS_REACTIVE_PROCESSING_UPDATE = 524295] = "ANALYTICS_REACTIVE_PROCESSING_UPDATE", t[t.ANALYTICS_IKON_PROXY_SERVER_STATS = 524296] = "ANALYTICS_IKON_PROXY_SERVER_STATS", t[t.ANALYTICS_IKON_RELAY_SERVER_STATS = 524297] = "ANALYTICS_IKON_RELAY_SERVER_STATS", t[t.ANALYTICS_IKON_TURN_SERVER_STATS = 524298] = "ANALYTICS_IKON_TURN_SERVER_STATS", t[t.GROUP_ACTIONS = 1048576] = "GROUP_ACTIONS", t[t.ACTION_CALL = 1048577] = "ACTION_CALL", t[t.ACTION_ACTIVE = 1048578] = "ACTION_ACTIVE", t[t.ACTION_TEXT_OUTPUT = 1048579] = "ACTION_TEXT_OUTPUT", t[t.ACTION_TEXT_OUTPUT_DELTA = 1048580] = "ACTION_TEXT_OUTPUT_DELTA", t[t.ACTION_TEXT_OUTPUT_DELTA_FULL = 1048581] = "ACTION_TEXT_OUTPUT_DELTA_FULL", t[t.ACTION_SET_STATE = 1048582] = "ACTION_SET_STATE", t[t.ACTION_TAP = 1048583] = "ACTION_TAP", t[t.ACTION_PAN = 1048584] = "ACTION_PAN", t[t.ACTION_ZOOM = 1048585] = "ACTION_ZOOM", t[t.ACTION_FILE_UPLOAD_BEGIN = 1048586] = "ACTION_FILE_UPLOAD_BEGIN", t[t.ACTION_FILE_UPLOAD_DATA = 1048587] = "ACTION_FILE_UPLOAD_DATA", t[t.ACTION_FILE_UPLOAD_ACK = 1048588] = "ACTION_FILE_UPLOAD_ACK", t[t.ACTION_FILE_UPLOAD_END = 1048589] = "ACTION_FILE_UPLOAD_END", t[t.ACTION_FILE_UPLOAD_RESULT = 1048590] = "ACTION_FILE_UPLOAD_RESULT", t[t.ACTION_OPEN_CHANNEL = 1048591] = "ACTION_OPEN_CHANNEL", t[t.ACTION_OPEN_EXTERNAL_URL = 1048592] = "ACTION_OPEN_EXTERNAL_URL", t[t.ACTION_UI_OPEN_VIEW = 1048593] = "ACTION_UI_OPEN_VIEW", t[t.ACTION_UI_CLOSE_VIEW = 1048594] = "ACTION_UI_CLOSE_VIEW", t[t.ACTION_UI_BLOCKING_BEGIN = 1048595] = "ACTION_UI_BLOCKING_BEGIN", t[t.ACTION_UI_BLOCKING_END = 1048596] = "ACTION_UI_BLOCKING_END", t[t.ACTION_UI_UPDATE_TEXT_DELTA = 1048597] = "ACTION_UI_UPDATE_TEXT_DELTA", t[t.ACTION_UI_DELETE_CONTAINER = 1048598] = "ACTION_UI_DELETE_CONTAINER", t[t.ACTION_UPDATE_GFX_SHADER = 1048599] = "ACTION_UPDATE_GFX_SHADER", t[t.ACTION_FUNCTION_REGISTER = 1048600] = "ACTION_FUNCTION_REGISTER", t[t.ACTION_FUNCTION_CALL = 1048601] = "ACTION_FUNCTION_CALL", t[t.ACTION_FUNCTION_RESULT = 1048602] = "ACTION_FUNCTION_RESULT", t[t.ACTION_GENERATE_ANSWER = 1048603] = "ACTION_GENERATE_ANSWER", t[t.ACTION_REGENERATE_ANSWER = 1048604] = "ACTION_REGENERATE_ANSWER", t[t.ACTION_CLEAR_CHAT_MESSAGE_HISTORY = 1048605] = "ACTION_CLEAR_CHAT_MESSAGE_HISTORY", t[t.ACTION_CLEAR_STATE = 1048606] = "ACTION_CLEAR_STATE", t[t.ACTION_RELOAD_CHANNELS = 1048607] = "ACTION_RELOAD_CHANNELS", t[t.ACTION_RELOAD_PROFILE = 1048608] = "ACTION_RELOAD_PROFILE", t[t.ACTION_CLASSIFICATION_RESULT = 1048609] = "ACTION_CLASSIFICATION_RESULT", t[t.ACTION_AUDIO_STOP = 1048610] = "ACTION_AUDIO_STOP", t[t.ACTION_CALL_TEXT = 1048611] = "ACTION_CALL_TEXT", t[t.ACTION_RELOAD_APPLICATION = 1048612] = "ACTION_RELOAD_APPLICATION", t[t.ACTION_CANCEL_GENERATION = 1048613] = "ACTION_CANCEL_GENERATION", t[t.ACTION_UI_SET_CONTAINER_STABLE = 1048614] = "ACTION_UI_SET_CONTAINER_STABLE", t[t.ACTION_SPEECH_RECOGNIZED = 1048615] = "ACTION_SPEECH_RECOGNIZED", t[t.ACTION_CALL_RESULT = 1048616] = "ACTION_CALL_RESULT", t[t.ACTION_RELOAD_PROVIDER = 1048617] = "ACTION_RELOAD_PROVIDER", t[t.ACTION_DOWNLOAD = 1048618] = "ACTION_DOWNLOAD", t[t.ACTION_SCROLL_TO_CONTAINER = 1048619] = "ACTION_SCROLL_TO_CONTAINER", t[t.ACTION_UI_CLEAR_STREAM = 1048620] = "ACTION_UI_CLEAR_STREAM", t[t.ACTION_PLAY_SOUND = 1048621] = "ACTION_PLAY_SOUND", t[t.ACTION_ENTER_FULLSCREEN = 1048622] = "ACTION_ENTER_FULLSCREEN", t[t.ACTION_STOP_SOUND = 1048623] = "ACTION_STOP_SOUND", t[t.ACTION_START_RECORDING = 1048624] = "ACTION_START_RECORDING", t[t.ACTION_STOP_RECORDING = 1048625] = "ACTION_STOP_RECORDING", t[t.ACTION_FUNCTION_ENUMERATION_ITEM = 1048627] = "ACTION_FUNCTION_ENUMERATION_ITEM", t[t.ACTION_FUNCTION_ENUMERATION_END = 1048628] = "ACTION_FUNCTION_ENUMERATION_END", t[t.ACTION_FUNCTION_CANCEL = 1048629] = "ACTION_FUNCTION_CANCEL", t[t.ACTION_FUNCTION_DISPOSE = 1048630] = "ACTION_FUNCTION_DISPOSE", t[t.ACTION_FUNCTION_ERROR = 1048631] = "ACTION_FUNCTION_ERROR", t[t.ACTION_FUNCTION_ACK = 1048632] = "ACTION_FUNCTION_ACK", t[t.ACTION_FUNCTION_AWAITING_APPROVAL = 1048633] = "ACTION_FUNCTION_AWAITING_APPROVAL", t[t.ACTION_FUNCTION_APPROVAL_REQUIRED = 1048634] = "ACTION_FUNCTION_APPROVAL_REQUIRED", t[t.ACTION_FUNCTION_APPROVAL_RESPONSE = 1048635] = "ACTION_FUNCTION_APPROVAL_RESPONSE", t[t.UI_UPDATE_ACK = 1048636] = "UI_UPDATE_ACK", t[t.ACTION_CALL2 = 1048637] = "ACTION_CALL2", t[t.ACTION_FUNCTION_REGISTER_BATCH = 1048638] = "ACTION_FUNCTION_REGISTER_BATCH", t[t.ACTION_TRIGGER_GIT_PULL = 1048639] = "ACTION_TRIGGER_GIT_PULL", t[t.ACTION_FILE_UPLOAD_CALLBACK = 1048640] = "ACTION_FILE_UPLOAD_CALLBACK", t[t.ACTION_CUSTOM_USER_MESSAGE = 1048641] = "ACTION_CUSTOM_USER_MESSAGE", t[t.ACTION_URL_CHANGED = 1048642] = "ACTION_URL_CHANGED", t[t.ACTION_FILE_UPLOAD_PRE_START2 = 1048643] = "ACTION_FILE_UPLOAD_PRE_START2", t[t.ACTION_FILE_UPLOAD_PRE_START_RESPONSE2 = 1048644] = "ACTION_FILE_UPLOAD_PRE_START_RESPONSE2", t[t.ACTION_FILE_UPLOAD_START2 = 1048645] = "ACTION_FILE_UPLOAD_START2", t[t.ACTION_FILE_UPLOAD_START_RESPONSE2 = 1048646] = "ACTION_FILE_UPLOAD_START_RESPONSE2", t[t.ACTION_FILE_UPLOAD_DATA2 = 1048647] = "ACTION_FILE_UPLOAD_DATA2", t[t.ACTION_FILE_UPLOAD_ACK2 = 1048648] = "ACTION_FILE_UPLOAD_ACK2", t[t.ACTION_FILE_UPLOAD_END2 = 1048649] = "ACTION_FILE_UPLOAD_END2", t[t.ACTION_FILE_UPLOAD_COMPLETE2 = 1048650] = "ACTION_FILE_UPLOAD_COMPLETE2", t[t.ACTION_FUNCTION_ENUMERATION_ITEM_BATCH = 1048651] = "ACTION_FUNCTION_ENUMERATION_ITEM_BATCH", t[t.ACTION_CALL_ACK = 1048652] = "ACTION_CALL_ACK", t[t.GROUP_UI = 2097152] = "GROUP_UI", t[t.UI_STREAM_BEGIN = 2097153] = "UI_STREAM_BEGIN", t[t.UI_STREAM_END = 2097154] = "UI_STREAM_END", t[t.UI_CONTAINER_BEGIN = 2097155] = "UI_CONTAINER_BEGIN", t[t.UI_CONTAINER_END = 2097156] = "UI_CONTAINER_END", t[t.UI_SECTION_BEGIN = 2097157] = "UI_SECTION_BEGIN", t[t.UI_SECTION_END = 2097158] = "UI_SECTION_END", t[t.UI_LIST_BEGIN = 2097159] = "UI_LIST_BEGIN", t[t.UI_LIST_ITEM = 2097160] = "UI_LIST_ITEM", t[t.UI_LIST_END = 2097161] = "UI_LIST_END", t[t.UI_TEXT = 2097162] = "UI_TEXT", t[t.UI_HEADER = 2097163] = "UI_HEADER", t[t.UI_SEPARATOR = 2097164] = "UI_SEPARATOR", t[t.UI_BUTTON = 2097165] = "UI_BUTTON", t[t.UI_ICON_BUTTON = 2097166] = "UI_ICON_BUTTON", t[t.UI_IMAGE = 2097167] = "UI_IMAGE", t[t.UI_FILE = 2097168] = "UI_FILE", t[t.UI_BADGE = 2097169] = "UI_BADGE", t[t.UI_CONTENT_LINK = 2097170] = "UI_CONTENT_LINK", t[t.UI_MAP = 2097171] = "UI_MAP", t[t.UI_VEGA_CHART = 2097172] = "UI_VEGA_CHART", t[t.UI_ICON = 2097173] = "UI_ICON", t[t.UI_FILE_UPLOAD_SECTION_BEGIN = 2097174] = "UI_FILE_UPLOAD_SECTION_BEGIN", t[t.UI_FILE_UPLOAD_SECTION_END = 2097175] = "UI_FILE_UPLOAD_SECTION_END", t[t.UI_MATERIAL_SYMBOL = 2097176] = "UI_MATERIAL_SYMBOL", t[t.UI_BUTTON_BEGIN = 2097177] = "UI_BUTTON_BEGIN", t[t.UI_BUTTON_END = 2097178] = "UI_BUTTON_END", t[t.UI_CONTAINER_DELETE = 2097179] = "UI_CONTAINER_DELETE", t[t.UI_INPUT_TEXT = 2097180] = "UI_INPUT_TEXT", t[t.UI_PROGRESS_BAR = 2097181] = "UI_PROGRESS_BAR", t[t.UI_UPDATE_BEGIN = 2097182] = "UI_UPDATE_BEGIN", t[t.UI_UPDATE_END = 2097183] = "UI_UPDATE_END", t[t.UI_AUTOCOMPLETE = 2097184] = "UI_AUTOCOMPLETE", t[t.UI_CHECKBOX = 2097185] = "UI_CHECKBOX", t[t.UI_QS = 2097186] = "UI_QS", t[t.UI_ELEMENT = 2097187] = "UI_ELEMENT", t[t.UI_STYLES = 2097188] = "UI_STYLES", t[t.UI_SVG = 2097189] = "UI_SVG", t[t.UI_UPDATE = 2097190] = "UI_UPDATE", t[t.UI_INIT = 2097191] = "UI_INIT", t[t.UI_STYLES_BATCH = 2097192] = "UI_STYLES_BATCH", t[t.UI_STYLES_DELETE = 2097193] = "UI_STYLES_DELETE", t[t.GROUP_COMMON = 4128768] = "GROUP_COMMON", t[t.GROUP_AUDIO = 4194304] = "GROUP_AUDIO", t[t.AUDIO_STREAM_BEGIN = 4194305] = "AUDIO_STREAM_BEGIN", t[t.AUDIO_STREAM_END = 4194306] = "AUDIO_STREAM_END", t[t.AUDIO_FRAME = 4194307] = "AUDIO_FRAME", t[t.AUDIO_FRAME_VOLUME = 4194308] = "AUDIO_FRAME_VOLUME", t[t.AUDIO_FRAME2 = 4194309] = "AUDIO_FRAME2", t[t.AUDIO_SHAPE_FRAME = 4194310] = "AUDIO_SHAPE_FRAME", t[t.GROUP_VIDEO = 8388608] = "GROUP_VIDEO", t[t.VIDEO_STREAM_BEGIN = 8388609] = "VIDEO_STREAM_BEGIN", t[t.VIDEO_STREAM_END = 8388610] = "VIDEO_STREAM_END", t[t.VIDEO_FRAME = 8388611] = "VIDEO_FRAME", t[t.VIDEO_REQUEST_IDR_FRAME = 8388612] = "VIDEO_REQUEST_IDR_FRAME", t[t.VIDEO_INVALIDATE_FRAME = 8388613] = "VIDEO_INVALIDATE_FRAME", t[t.GROUP_TRACKING = 16777216] = "GROUP_TRACKING", t[t.TRACKING_STREAM_BEGIN = 16777217] = "TRACKING_STREAM_BEGIN", t[t.TRACKING_STREAM_END = 16777218] = "TRACKING_STREAM_END", t[t.TRACKING_FRAME = 16777219] = "TRACKING_FRAME", t[t.GROUP_SCENE = 33554432] = "GROUP_SCENE", t[t.SCENE_MESH = 33554433] = "SCENE_MESH", t[t.SCENE_ARRAY = 33554434] = "SCENE_ARRAY", t[t.GROUP_ALL = 67043328] = "GROUP_ALL", t[t.GROUP_APP_LOCAL = 1073741824] = "GROUP_APP_LOCAL", t[t.CONSTANT_GROUP_MASK = 2147418112] = "CONSTANT_GROUP_MASK", t))(Z || {});
576
576
  const p = 1, ot = 8388611, ut = 271275304, lt = 2541432218, Ut = 2986785889, ft = 3105403172, St = 3456383222;
577
577
  function Y(t) {
578
578
  const e = {};
@@ -592,7 +592,7 @@ function k(t, e, r) {
592
592
  const i = yt(t);
593
593
  return K(ot, i, p, e, r);
594
594
  }
595
- const tt = 6, Dt = 8388609, wt = 161083277, Pt = 164808083, Ot = 1368629611, Ft = 2514959030, gt = 2745379226, mt = 2950031986, dt = 3282782683, Vt = 3284746250, Mt = 4065070594;
595
+ const tt = 6, Dt = 8388609, wt = 161083277, Pt = 164808083, Ot = 1368629611, Ft = 2514959030, gt = 2745379226, mt = 2950031986, Vt = 3282782683, dt = 3284746250, Mt = 4065070594;
596
596
  function W(t) {
597
597
  const e = {};
598
598
  return Bt(e), t && Object.assign(e, t), e;
@@ -607,7 +607,7 @@ function Gt(t) {
607
607
  function bt(t, e) {
608
608
  e.writeStringField(wt, t.StreamId), e.writeFloat64Field(Pt, t.Framerate), e.writeStringField(Ot, t.Description);
609
609
  const r = t.CorrelationId;
610
- r != null && e.writeStringField(Ft, r), e.writeStringField(gt, t.CodecDetails), e.writeInt32Field(mt, t.Height | 0), e.writeStringField(dt, t.SourceType), e.writeInt32Field(Vt, t.Codec), e.writeInt32Field(Mt, t.Width | 0);
610
+ r != null && e.writeStringField(Ft, r), e.writeStringField(gt, t.CodecDetails), e.writeInt32Field(mt, t.Height | 0), e.writeStringField(Vt, t.SourceType), e.writeInt32Field(dt, t.Codec), e.writeInt32Field(Mt, t.Width | 0);
611
611
  }
612
612
  function $(t, e, r) {
613
613
  const i = Gt(t);
@@ -703,8 +703,8 @@ const pt = {
703
703
  [o.Av1]: nt
704
704
  };
705
705
  function te(t, e, r, i) {
706
- const n = t * e, _ = xt * (r / Xt), s = Math.floor(n * _);
707
- return Math.max(jt, Math.floor(i ?? Math.max(Qt, Math.min(s, zt))));
706
+ const n = t * e, _ = xt * (r / Xt), I = Math.floor(n * _);
707
+ return Math.max(jt, Math.floor(i ?? Math.max(Qt, Math.min(I, zt))));
708
708
  }
709
709
  function ee(t, e) {
710
710
  const r = [{ width: t, height: e }];
@@ -712,8 +712,8 @@ function ee(t, e) {
712
712
  (i.width < t || i.height < e) && (r.some((n) => n.width === i.width && n.height === i.height) || r.push(i));
713
713
  return r;
714
714
  }
715
- async function re(t, e, r, i, n, _, s) {
716
- const I = {
715
+ async function re(t, e, r, i, n, _, I) {
716
+ const s = {
717
717
  codec: e,
718
718
  width: r,
719
719
  height: i,
@@ -724,8 +724,8 @@ async function re(t, e, r, i, n, _, s) {
724
724
  };
725
725
  if (typeof VideoEncoder?.isConfigSupported != "function")
726
726
  return null;
727
- if (s) {
728
- const A = { ...I, hardwareAcceleration: s };
727
+ if (I) {
728
+ const A = { ...s, hardwareAcceleration: I };
729
729
  try {
730
730
  const C = await VideoEncoder.isConfigSupported(A);
731
731
  if (C.supported) {
@@ -736,15 +736,15 @@ async function re(t, e, r, i, n, _, s) {
736
736
  }
737
737
  }
738
738
  try {
739
- const A = await VideoEncoder.isConfigSupported(I);
739
+ const A = await VideoEncoder.isConfigSupported(s);
740
740
  if (A.supported)
741
- return { config: A.config ?? I, isHardwareAccelerated: !1 };
741
+ return { config: A.config ?? s, isHardwareAccelerated: !1 };
742
742
  } catch {
743
743
  }
744
744
  return null;
745
745
  }
746
746
  async function x(t, e, r, i) {
747
- const n = Math.max(1, Math.floor(r?.framerate ?? b)), _ = H(r?.preferredCodecs), I = r?.hardwareAcceleration === "preferSoftware" ? ["prefer-software", "prefer-hardware", void 0] : ["prefer-hardware", "prefer-software", void 0], A = ee(t, e);
747
+ const n = Math.max(1, Math.floor(r?.framerate ?? b)), _ = H(r?.preferredCodecs), s = r?.hardwareAcceleration === "preferSoftware" ? ["prefer-software", "prefer-hardware", void 0] : ["prefer-hardware", "prefer-software", void 0], A = ee(t, e);
748
748
  let C = _;
749
749
  if (i) {
750
750
  const a = {
@@ -757,7 +757,7 @@ async function x(t, e, r, i) {
757
757
  }
758
758
  for (const E of A) {
759
759
  const a = te(E.width, E.height, n, r?.bitrate);
760
- for (const R of I)
760
+ for (const R of s)
761
761
  for (const T of C) {
762
762
  const u = Zt(T), h = pt[u] ?? [];
763
763
  for (const f of h) {
@@ -838,7 +838,7 @@ async function Ee(t) {
838
838
  throw new Error("Video capture worker missing send port");
839
839
  if (U.has(t.captureId))
840
840
  return;
841
- const e = Math.max(1, Math.floor(t.width)), r = Math.max(1, Math.floor(t.height)), i = await x(e, r, t.options), n = Math.max(1, Math.floor(t.options?.keyFrameIntervalFrames ?? kt)), _ = i.config.width ?? e, s = i.config.height ?? r, I = i.config.framerate ?? b, A = i.config.bitrate ?? 0, C = t.trackSettings?.frameRate, E = C ?? I, a = t.options?.framerate ?? b, R = t.kind === "screen" ? Math.floor(1e6 / a) : 0, T = new VideoEncoder({
841
+ const e = Math.max(1, Math.floor(t.width)), r = Math.max(1, Math.floor(t.height)), i = await x(e, r, t.options), n = Math.max(1, Math.floor(t.options?.keyFrameIntervalFrames ?? kt)), _ = i.config.width ?? e, I = i.config.height ?? r, s = i.config.framerate ?? b, A = i.config.bitrate ?? 0, C = t.trackSettings?.frameRate, E = C ?? s, a = t.options?.framerate ?? b, R = t.kind === "screen" ? Math.floor(1e6 / a) : 0, T = new VideoEncoder({
842
842
  output: (L) => {
843
843
  const g = U.get(t.captureId);
844
844
  if (!g || g.stopped)
@@ -859,10 +859,10 @@ async function Ee(t) {
859
859
  }
860
860
  });
861
861
  T.configure(i.config);
862
- const u = i.isHardwareAccelerated ? "hardware" : "software", h = t.kind === "screen" ? `${Math.round(a)}fps (throttled from ${C !== void 0 ? Math.round(C) : "?"}fps)` : C !== void 0 ? `${Math.round(E)}fps (track)` : `${Math.round(I)}fps (configured)`;
862
+ const u = i.isHardwareAccelerated ? "hardware" : "software", h = t.kind === "screen" ? `${Math.round(a)}fps (throttled from ${C !== void 0 ? Math.round(C) : "?"}fps)` : C !== void 0 ? `${Math.round(E)}fps (track)` : `${Math.round(s)}fps (configured)`;
863
863
  D({
864
864
  type: "debug",
865
- message: `Encoder configured: codec=${i.config.codec}, ${_}x${s}@${h}, bitrate=${A}bps, hw=${u}`
865
+ message: `Encoder configured: codec=${i.config.codec}, ${_}x${I}@${h}, bitrate=${A}bps, hw=${u}`
866
866
  });
867
867
  const f = t.readable.getReader(), l = {
868
868
  captureId: t.captureId,
@@ -872,7 +872,7 @@ async function Ee(t) {
872
872
  senderId: t.senderId,
873
873
  trackId: t.trackId,
874
874
  width: _,
875
- height: s,
875
+ height: I,
876
876
  framerate: E,
877
877
  codec: i.codec,
878
878
  encoder: T,
@@ -902,14 +902,14 @@ async function Ee(t) {
902
902
  Codec: l.codec,
903
903
  CodecDetails: i.config.codec,
904
904
  Width: _,
905
- Height: s,
905
+ Height: I,
906
906
  Framerate: B,
907
907
  CorrelationId: t.correlationId
908
908
  }),
909
909
  t.senderId,
910
910
  { trackId: t.trackId, targetIds: l.targetIds }
911
911
  )
912
- ), D({ type: "started", captureId: t.captureId, codec: l.codec, width: _, height: s }), _e(l);
912
+ ), D({ type: "started", captureId: t.captureId, codec: l.codec, width: _, height: I }), _e(l);
913
913
  }
914
914
  async function _t(t) {
915
915
  const e = U.get(t);
@@ -960,7 +960,7 @@ async function ae(t, e, r) {
960
960
  y(E, t);
961
961
  }
962
962
  }), i.encoder.configure(n.config), i.forceKeyframe = !0;
963
- const _ = n.config.width ?? e, s = n.config.height ?? r, I = i.kind === "screen" ? i.targetFramerate : i.framerate;
963
+ const _ = n.config.width ?? e, I = n.config.height ?? r, s = i.kind === "screen" ? i.targetFramerate : i.framerate;
964
964
  O(
965
965
  $(
966
966
  W({
@@ -970,8 +970,8 @@ async function ae(t, e, r) {
970
970
  Codec: i.codec,
971
971
  CodecDetails: n.config.codec,
972
972
  Width: _,
973
- Height: s,
974
- Framerate: I,
973
+ Height: I,
974
+ Framerate: s,
975
975
  CorrelationId: i.correlationId
976
976
  }),
977
977
  i.senderId,
@@ -981,19 +981,19 @@ async function ae(t, e, r) {
981
981
  const A = n.isHardwareAccelerated ? "hardware" : "software", C = i.kind === "screen" ? `${Math.round(i.targetFramerate)}fps (throttled)` : `${Math.round(i.framerate)}fps`;
982
982
  D({
983
983
  type: "debug",
984
- message: `Encoder reconfigured: codec=${n.config.codec}, ${_}x${s}@${C}, bitrate=${n.config.bitrate ?? 0}bps, hw=${A}`
984
+ message: `Encoder reconfigured: codec=${n.config.codec}, ${_}x${I}@${C}, bitrate=${n.config.bitrate ?? 0}bps, hw=${A}`
985
985
  });
986
986
  }
987
- async function se(t, e) {
987
+ async function Ie(t, e) {
988
988
  const r = U.get(t);
989
989
  if (!r || r.stopped)
990
990
  return;
991
- const i = H(r.options?.preferredCodecs), n = H(e.preferredCodecs), _ = JSON.stringify(i) !== JSON.stringify(n), s = r.options?.bitrate !== e.bitrate, I = r.options?.framerate !== e.framerate, A = e.width !== void 0 && r.options?.width !== e.width, C = e.height !== void 0 && r.options?.height !== e.height;
992
- if (!_ && !s && !I && !A && !C)
991
+ const i = H(r.options?.preferredCodecs), n = H(e.preferredCodecs), _ = JSON.stringify(i) !== JSON.stringify(n), I = r.options?.bitrate !== e.bitrate, s = r.options?.framerate !== e.framerate, A = e.width !== void 0 && r.options?.width !== e.width, C = e.height !== void 0 && r.options?.height !== e.height;
992
+ if (!_ && !I && !s && !A && !C)
993
993
  return;
994
994
  r.isReconfiguring = !0, D({
995
995
  type: "debug",
996
- message: `Options update: codec=${_}, bitrate=${s}, framerate=${I}, width=${A}, height=${C}`
996
+ message: `Options update: codec=${_}, bitrate=${I}, framerate=${s}, width=${A}, height=${C}`
997
997
  }), r.options = e, r.kind === "camera" && (A && e.width !== void 0 && (r.width = e.width), C && e.height !== void 0 && (r.height = e.height));
998
998
  try {
999
999
  await r.encoder.flush();
@@ -1019,7 +1019,7 @@ async function se(t, e) {
1019
1019
  error: (h) => {
1020
1020
  y(h, t);
1021
1021
  }
1022
- }), r.encoder.configure(E.config), r.forceKeyframe = !0, r.kind === "screen" && I && e.framerate !== void 0 && (r.targetFramerate = e.framerate, r.minFrameIntervalUs = Math.floor(1e6 / e.framerate), r.lastEncodedTimestamp = 0);
1022
+ }), r.encoder.configure(E.config), r.forceKeyframe = !0, r.kind === "screen" && s && e.framerate !== void 0 && (r.targetFramerate = e.framerate, r.minFrameIntervalUs = Math.floor(1e6 / e.framerate), r.lastEncodedTimestamp = 0);
1023
1023
  const a = E.config.width ?? r.width, R = E.config.height ?? r.height;
1024
1024
  O(
1025
1025
  $(
@@ -1044,11 +1044,11 @@ async function se(t, e) {
1044
1044
  message: `Encoder reconfigured (options): codec=${E.config.codec}, ${a}x${R}@${u}, bitrate=${E.config.bitrate ?? 0}bps, hw=${T}`
1045
1045
  });
1046
1046
  }
1047
- function Ie(t) {
1047
+ function se(t) {
1048
1048
  const e = new Uint8Array(t);
1049
- if (st(e) !== Z.VIDEO_REQUEST_IDR_FRAME)
1049
+ if (It(e) !== Z.VIDEO_REQUEST_IDR_FRAME)
1050
1050
  return;
1051
- const i = It(e), n = X.get(i.trackId);
1051
+ const i = st(e), n = X.get(i.trackId);
1052
1052
  if (!n)
1053
1053
  return;
1054
1054
  const _ = U.get(n);
@@ -1097,7 +1097,7 @@ self.addEventListener("message", (t) => {
1097
1097
  }
1098
1098
  c = e.port, c.addEventListener("message", (r) => {
1099
1099
  const i = r.data;
1100
- i?.type === "protocol" && i.message instanceof ArrayBuffer && Ie(i.message);
1100
+ i?.type === "protocol" && i.message instanceof ArrayBuffer && se(i.message);
1101
1101
  });
1102
1102
  try {
1103
1103
  c.start?.();
@@ -1118,7 +1118,7 @@ self.addEventListener("message", (t) => {
1118
1118
  return;
1119
1119
  }
1120
1120
  if (e.type === "updateOptions") {
1121
- se(e.captureId, e.options).catch((r) => y(r, e.captureId));
1121
+ Ie(e.captureId, e.options).catch((r) => y(r, e.captureId));
1122
1122
  return;
1123
1123
  }
1124
1124
  e.type === "dispose" && Ae().catch(() => {