@livekit/rtc-node 0.13.24 → 0.13.25

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.
Files changed (281) hide show
  1. package/dist/audio_filter.cjs +2 -2
  2. package/dist/audio_filter.cjs.map +1 -1
  3. package/dist/audio_filter.js +1 -1
  4. package/dist/audio_filter.js.map +1 -1
  5. package/dist/audio_frame.cjs +9 -5
  6. package/dist/audio_frame.cjs.map +1 -1
  7. package/dist/audio_frame.d.cts +2 -7
  8. package/dist/audio_frame.d.ts +2 -7
  9. package/dist/audio_frame.d.ts.map +1 -1
  10. package/dist/audio_frame.js +8 -4
  11. package/dist/audio_frame.js.map +1 -1
  12. package/dist/audio_mixer.cjs +1 -1
  13. package/dist/audio_mixer.cjs.map +1 -1
  14. package/dist/audio_mixer.d.cts +1 -6
  15. package/dist/audio_mixer.d.ts +1 -6
  16. package/dist/audio_mixer.js +1 -1
  17. package/dist/audio_mixer.js.map +1 -1
  18. package/dist/audio_resampler.cjs +20 -12
  19. package/dist/audio_resampler.cjs.map +1 -1
  20. package/dist/audio_resampler.d.cts +6 -6
  21. package/dist/audio_resampler.d.ts +6 -6
  22. package/dist/audio_resampler.d.ts.map +1 -1
  23. package/dist/audio_resampler.js +12 -4
  24. package/dist/audio_resampler.js.map +1 -1
  25. package/dist/audio_source.cjs +11 -7
  26. package/dist/audio_source.cjs.map +1 -1
  27. package/dist/audio_source.d.cts +1 -7
  28. package/dist/audio_source.d.ts +1 -7
  29. package/dist/audio_source.d.ts.map +1 -1
  30. package/dist/audio_source.js +8 -3
  31. package/dist/audio_source.js.map +1 -1
  32. package/dist/audio_stream.cjs +16 -6
  33. package/dist/audio_stream.cjs.map +1 -1
  34. package/dist/audio_stream.d.cts +1 -14
  35. package/dist/audio_stream.d.ts +1 -14
  36. package/dist/audio_stream.d.ts.map +1 -1
  37. package/dist/audio_stream.js +15 -5
  38. package/dist/audio_stream.js.map +1 -1
  39. package/dist/data_streams/index.d.cts +2 -10
  40. package/dist/data_streams/index.d.ts +2 -10
  41. package/dist/data_streams/stream_reader.cjs +8 -0
  42. package/dist/data_streams/stream_reader.cjs.map +1 -1
  43. package/dist/data_streams/stream_reader.d.cts +2 -10
  44. package/dist/data_streams/stream_reader.d.ts +2 -10
  45. package/dist/data_streams/stream_reader.d.ts.map +1 -1
  46. package/dist/data_streams/stream_reader.js +8 -0
  47. package/dist/data_streams/stream_reader.js.map +1 -1
  48. package/dist/data_streams/stream_writer.d.cts +2 -10
  49. package/dist/data_streams/stream_writer.d.ts +2 -10
  50. package/dist/data_streams/types.cjs.map +1 -1
  51. package/dist/data_streams/types.d.cts +2 -10
  52. package/dist/data_streams/types.d.ts +2 -10
  53. package/dist/data_streams/types.d.ts.map +1 -1
  54. package/dist/e2ee.cjs +21 -21
  55. package/dist/e2ee.cjs.map +1 -1
  56. package/dist/e2ee.d.cts +1 -2
  57. package/dist/e2ee.d.ts +1 -2
  58. package/dist/e2ee.d.ts.map +1 -1
  59. package/dist/e2ee.js +2 -2
  60. package/dist/e2ee.js.map +1 -1
  61. package/dist/ffi_client.cjs +11 -12
  62. package/dist/ffi_client.cjs.map +1 -1
  63. package/dist/ffi_client.d.cts +3 -16
  64. package/dist/ffi_client.d.ts +3 -16
  65. package/dist/ffi_client.d.ts.map +1 -1
  66. package/dist/ffi_client.js +5 -3
  67. package/dist/ffi_client.js.map +1 -1
  68. package/dist/frame_processor.cjs +13 -2
  69. package/dist/frame_processor.cjs.map +1 -1
  70. package/dist/frame_processor.d.cts +5 -8
  71. package/dist/frame_processor.d.ts +5 -8
  72. package/dist/frame_processor.d.ts.map +1 -1
  73. package/dist/frame_processor.js +10 -1
  74. package/dist/frame_processor.js.map +1 -1
  75. package/dist/index.cjs +25 -23
  76. package/dist/index.cjs.map +1 -1
  77. package/dist/index.d.cts +3 -16
  78. package/dist/index.d.ts +3 -16
  79. package/dist/index.d.ts.map +1 -1
  80. package/dist/index.js +9 -7
  81. package/dist/index.js.map +1 -1
  82. package/dist/participant.cjs +38 -38
  83. package/dist/participant.cjs.map +1 -1
  84. package/dist/participant.d.cts +2 -15
  85. package/dist/participant.d.ts +2 -15
  86. package/dist/participant.d.ts.map +1 -1
  87. package/dist/participant.js +12 -12
  88. package/dist/participant.js.map +1 -1
  89. package/dist/room.cjs +14 -14
  90. package/dist/room.cjs.map +1 -1
  91. package/dist/room.d.cts +2 -15
  92. package/dist/room.d.ts +2 -15
  93. package/dist/room.d.ts.map +1 -1
  94. package/dist/room.js +10 -10
  95. package/dist/room.js.map +1 -1
  96. package/dist/rpc.cjs.map +1 -1
  97. package/dist/rpc.d.cts +1 -2
  98. package/dist/rpc.d.ts +1 -2
  99. package/dist/rpc.d.ts.map +1 -1
  100. package/dist/rpc.js.map +1 -1
  101. package/dist/{stream_reader-Ch2zvjU3.d.cts → stream_reader-CuG4b8Y-.d.cts} +1 -1
  102. package/dist/{stream_reader-DRyR29vo.d.ts → stream_reader-CuG4b8Y-.d.ts} +1 -1
  103. package/dist/track.cjs +3 -3
  104. package/dist/track.cjs.map +1 -1
  105. package/dist/track.d.cts +1 -14
  106. package/dist/track.d.ts +1 -14
  107. package/dist/track.d.ts.map +1 -1
  108. package/dist/track.js +1 -1
  109. package/dist/track.js.map +1 -1
  110. package/dist/track_publication.cjs +4 -4
  111. package/dist/track_publication.cjs.map +1 -1
  112. package/dist/track_publication.d.cts +1 -14
  113. package/dist/track_publication.d.ts +1 -14
  114. package/dist/track_publication.d.ts.map +1 -1
  115. package/dist/track_publication.js +2 -2
  116. package/dist/track_publication.js.map +1 -1
  117. package/dist/version.cjs +1 -1
  118. package/dist/version.cjs.map +1 -1
  119. package/dist/version.d.cts +1 -1
  120. package/dist/version.d.ts +1 -1
  121. package/dist/version.js +1 -1
  122. package/dist/version.js.map +1 -1
  123. package/dist/video_frame.cjs +42 -42
  124. package/dist/video_frame.cjs.map +1 -1
  125. package/dist/video_frame.d.cts +1 -6
  126. package/dist/video_frame.d.ts +1 -6
  127. package/dist/video_frame.d.ts.map +1 -1
  128. package/dist/video_frame.js +2 -2
  129. package/dist/video_frame.js.map +1 -1
  130. package/dist/video_source.cjs +5 -5
  131. package/dist/video_source.cjs.map +1 -1
  132. package/dist/video_source.d.cts +1 -14
  133. package/dist/video_source.d.ts +1 -14
  134. package/dist/video_source.d.ts.map +1 -1
  135. package/dist/video_source.js +2 -2
  136. package/dist/video_source.js.map +1 -1
  137. package/dist/video_stream.cjs +12 -4
  138. package/dist/video_stream.cjs.map +1 -1
  139. package/dist/video_stream.d.cts +1 -14
  140. package/dist/video_stream.d.ts +1 -14
  141. package/dist/video_stream.d.ts.map +1 -1
  142. package/dist/video_stream.js +10 -2
  143. package/dist/video_stream.js.map +1 -1
  144. package/package.json +7 -37
  145. package/src/audio_filter.ts +2 -2
  146. package/src/audio_frame.ts +17 -5
  147. package/src/audio_mixer.ts +1 -1
  148. package/src/audio_resampler.ts +14 -4
  149. package/src/audio_source.ts +13 -5
  150. package/src/audio_stream.ts +21 -6
  151. package/src/data_streams/stream_reader.ts +19 -1
  152. package/src/data_streams/types.ts +1 -1
  153. package/src/e2ee.ts +3 -3
  154. package/src/ffi_client.ts +7 -5
  155. package/src/frame_processor.ts +21 -0
  156. package/src/index.ts +6 -5
  157. package/src/participant.ts +17 -17
  158. package/src/room.ts +22 -22
  159. package/src/rpc.ts +1 -1
  160. package/src/tests/e2e.test.ts +11 -8
  161. package/src/track.ts +4 -4
  162. package/src/track_publication.ts +6 -6
  163. package/src/version.ts +1 -1
  164. package/src/video_frame.ts +3 -3
  165. package/src/video_source.ts +3 -3
  166. package/src/video_stream.ts +15 -3
  167. package/Cargo.toml +0 -25
  168. package/build.rs +0 -9
  169. package/dist/napi/native.cjs +0 -301
  170. package/dist/napi/native.d.cjs +0 -17
  171. package/dist/napi/native.d.cjs.map +0 -1
  172. package/dist/napi/native.d.d.cts +0 -21
  173. package/dist/napi/native.d.d.ts +0 -21
  174. package/dist/napi/native.d.js +0 -1
  175. package/dist/napi/native.d.js.map +0 -1
  176. package/dist/napi/native.d.ts +0 -19
  177. package/dist/napi/native.js +0 -15
  178. package/dist/native.cjs +0 -301
  179. package/dist/native.d.ts +0 -19
  180. package/dist/native.js +0 -15
  181. package/dist/proto/audio_frame_pb.cjs +0 -1357
  182. package/dist/proto/audio_frame_pb.cjs.map +0 -1
  183. package/dist/proto/audio_frame_pb.d.cts +0 -1183
  184. package/dist/proto/audio_frame_pb.d.ts +0 -1183
  185. package/dist/proto/audio_frame_pb.d.ts.map +0 -1
  186. package/dist/proto/audio_frame_pb.js +0 -1283
  187. package/dist/proto/audio_frame_pb.js.map +0 -1
  188. package/dist/proto/data_stream_pb.cjs +0 -1638
  189. package/dist/proto/data_stream_pb.cjs.map +0 -1
  190. package/dist/proto/data_stream_pb.d.cts +0 -1449
  191. package/dist/proto/data_stream_pb.d.ts +0 -1449
  192. package/dist/proto/data_stream_pb.d.ts.map +0 -1
  193. package/dist/proto/data_stream_pb.js +0 -1559
  194. package/dist/proto/data_stream_pb.js.map +0 -1
  195. package/dist/proto/e2ee_pb.cjs +0 -746
  196. package/dist/proto/e2ee_pb.cjs.map +0 -1
  197. package/dist/proto/e2ee_pb.d.cts +0 -653
  198. package/dist/proto/e2ee_pb.d.ts +0 -653
  199. package/dist/proto/e2ee_pb.d.ts.map +0 -1
  200. package/dist/proto/e2ee_pb.js +0 -696
  201. package/dist/proto/e2ee_pb.js.map +0 -1
  202. package/dist/proto/ffi_pb.cjs +0 -477
  203. package/dist/proto/ffi_pb.cjs.map +0 -1
  204. package/dist/proto/ffi_pb.d.cts +0 -1321
  205. package/dist/proto/ffi_pb.d.ts +0 -1321
  206. package/dist/proto/ffi_pb.d.ts.map +0 -1
  207. package/dist/proto/ffi_pb.js +0 -444
  208. package/dist/proto/ffi_pb.js.map +0 -1
  209. package/dist/proto/handle_pb.cjs +0 -53
  210. package/dist/proto/handle_pb.cjs.map +0 -1
  211. package/dist/proto/handle_pb.d.cts +0 -31
  212. package/dist/proto/handle_pb.d.ts +0 -31
  213. package/dist/proto/handle_pb.d.ts.map +0 -1
  214. package/dist/proto/handle_pb.js +0 -29
  215. package/dist/proto/handle_pb.js.map +0 -1
  216. package/dist/proto/participant_pb.cjs +0 -173
  217. package/dist/proto/participant_pb.cjs.map +0 -1
  218. package/dist/proto/participant_pb.d.cts +0 -218
  219. package/dist/proto/participant_pb.d.ts +0 -218
  220. package/dist/proto/participant_pb.d.ts.map +0 -1
  221. package/dist/proto/participant_pb.js +0 -145
  222. package/dist/proto/participant_pb.js.map +0 -1
  223. package/dist/proto/room_pb.cjs +0 -3374
  224. package/dist/proto/room_pb.cjs.map +0 -1
  225. package/dist/proto/room_pb.d.cts +0 -3028
  226. package/dist/proto/room_pb.d.ts +0 -3028
  227. package/dist/proto/room_pb.d.ts.map +0 -1
  228. package/dist/proto/room_pb.js +0 -3232
  229. package/dist/proto/room_pb.js.map +0 -1
  230. package/dist/proto/rpc_pb.cjs +0 -328
  231. package/dist/proto/rpc_pb.cjs.map +0 -1
  232. package/dist/proto/rpc_pb.d.cts +0 -267
  233. package/dist/proto/rpc_pb.d.ts +0 -267
  234. package/dist/proto/rpc_pb.d.ts.map +0 -1
  235. package/dist/proto/rpc_pb.js +0 -294
  236. package/dist/proto/rpc_pb.js.map +0 -1
  237. package/dist/proto/stats_pb.cjs +0 -1370
  238. package/dist/proto/stats_pb.cjs.map +0 -1
  239. package/dist/proto/stats_pb.d.cts +0 -1764
  240. package/dist/proto/stats_pb.d.ts +0 -1764
  241. package/dist/proto/stats_pb.d.ts.map +0 -1
  242. package/dist/proto/stats_pb.js +0 -1300
  243. package/dist/proto/stats_pb.js.map +0 -1
  244. package/dist/proto/track_pb.cjs +0 -630
  245. package/dist/proto/track_pb.cjs.map +0 -1
  246. package/dist/proto/track_pb.d.cts +0 -542
  247. package/dist/proto/track_pb.d.ts +0 -542
  248. package/dist/proto/track_pb.d.ts.map +0 -1
  249. package/dist/proto/track_pb.js +0 -584
  250. package/dist/proto/track_pb.js.map +0 -1
  251. package/dist/proto/track_publication_pb.cjs +0 -194
  252. package/dist/proto/track_publication_pb.cjs.map +0 -1
  253. package/dist/proto/track_publication_pb.d.cts +0 -135
  254. package/dist/proto/track_publication_pb.d.ts +0 -135
  255. package/dist/proto/track_publication_pb.d.ts.map +0 -1
  256. package/dist/proto/track_publication_pb.js +0 -164
  257. package/dist/proto/track_publication_pb.js.map +0 -1
  258. package/dist/proto/video_frame_pb.cjs +0 -723
  259. package/dist/proto/video_frame_pb.cjs.map +0 -1
  260. package/dist/proto/video_frame_pb.d.cts +0 -667
  261. package/dist/proto/video_frame_pb.d.ts +0 -667
  262. package/dist/proto/video_frame_pb.d.ts.map +0 -1
  263. package/dist/proto/video_frame_pb.js +0 -673
  264. package/dist/proto/video_frame_pb.js.map +0 -1
  265. package/src/lib.rs +0 -9
  266. package/src/napi/native.cjs +0 -301
  267. package/src/napi/native.d.ts +0 -19
  268. package/src/napi/native.js +0 -15
  269. package/src/nodejs.rs +0 -134
  270. package/src/proto/audio_frame_pb.ts +0 -2270
  271. package/src/proto/data_stream_pb.ts +0 -2674
  272. package/src/proto/e2ee_pb.ts +0 -1231
  273. package/src/proto/ffi_pb.ts +0 -1700
  274. package/src/proto/handle_pb.ts +0 -69
  275. package/src/proto/participant_pb.ts +0 -351
  276. package/src/proto/room_pb.ts +0 -5661
  277. package/src/proto/rpc_pb.ts +0 -539
  278. package/src/proto/stats_pb.ts +0 -3050
  279. package/src/proto/track_pb.ts +0 -1040
  280. package/src/proto/track_publication_pb.ts +0 -284
  281. package/src/proto/video_frame_pb.ts +0 -1236
@@ -1,1370 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var stats_pb_exports = {};
20
- __export(stats_pb_exports, {
21
- AudioPlayoutStats: () => AudioPlayoutStats,
22
- AudioSourceStats: () => AudioSourceStats,
23
- CandidatePairStats: () => CandidatePairStats,
24
- CertificateStats: () => CertificateStats,
25
- CodecStats: () => CodecStats,
26
- DataChannelState: () => DataChannelState,
27
- DataChannelStats: () => DataChannelStats,
28
- DtlsRole: () => DtlsRole,
29
- DtlsTransportState: () => DtlsTransportState,
30
- IceCandidatePairState: () => IceCandidatePairState,
31
- IceCandidateStats: () => IceCandidateStats,
32
- IceCandidateType: () => IceCandidateType,
33
- IceRole: () => IceRole,
34
- IceServerTransportProtocol: () => IceServerTransportProtocol,
35
- IceTcpCandidateType: () => IceTcpCandidateType,
36
- IceTransportState: () => IceTransportState,
37
- InboundRtpStreamStats: () => InboundRtpStreamStats,
38
- MediaSourceStats: () => MediaSourceStats,
39
- OutboundRtpStreamStats: () => OutboundRtpStreamStats,
40
- PeerConnectionStats: () => PeerConnectionStats,
41
- QualityLimitationReason: () => QualityLimitationReason,
42
- ReceivedRtpStreamStats: () => ReceivedRtpStreamStats,
43
- RemoteInboundRtpStreamStats: () => RemoteInboundRtpStreamStats,
44
- RemoteOutboundRtpStreamStats: () => RemoteOutboundRtpStreamStats,
45
- RtcStats: () => RtcStats,
46
- RtcStatsData: () => RtcStatsData,
47
- RtcStats_CandidatePair: () => RtcStats_CandidatePair,
48
- RtcStats_Certificate: () => RtcStats_Certificate,
49
- RtcStats_Codec: () => RtcStats_Codec,
50
- RtcStats_DataChannel: () => RtcStats_DataChannel,
51
- RtcStats_InboundRtp: () => RtcStats_InboundRtp,
52
- RtcStats_LocalCandidate: () => RtcStats_LocalCandidate,
53
- RtcStats_MediaPlayout: () => RtcStats_MediaPlayout,
54
- RtcStats_MediaSource: () => RtcStats_MediaSource,
55
- RtcStats_OutboundRtp: () => RtcStats_OutboundRtp,
56
- RtcStats_PeerConnection: () => RtcStats_PeerConnection,
57
- RtcStats_RemoteCandidate: () => RtcStats_RemoteCandidate,
58
- RtcStats_RemoteInboundRtp: () => RtcStats_RemoteInboundRtp,
59
- RtcStats_RemoteOutboundRtp: () => RtcStats_RemoteOutboundRtp,
60
- RtcStats_Stream: () => RtcStats_Stream,
61
- RtcStats_Track: () => RtcStats_Track,
62
- RtcStats_Transport: () => RtcStats_Transport,
63
- RtpStreamStats: () => RtpStreamStats,
64
- SentRtpStreamStats: () => SentRtpStreamStats,
65
- StreamStats: () => StreamStats,
66
- TransportStats: () => TransportStats,
67
- VideoSourceStats: () => VideoSourceStats
68
- });
69
- module.exports = __toCommonJS(stats_pb_exports);
70
- var import_protobuf = require("@bufbuild/protobuf");
71
- var DataChannelState = /* @__PURE__ */ ((DataChannelState2) => {
72
- DataChannelState2[DataChannelState2["DC_CONNECTING"] = 0] = "DC_CONNECTING";
73
- DataChannelState2[DataChannelState2["DC_OPEN"] = 1] = "DC_OPEN";
74
- DataChannelState2[DataChannelState2["DC_CLOSING"] = 2] = "DC_CLOSING";
75
- DataChannelState2[DataChannelState2["DC_CLOSED"] = 3] = "DC_CLOSED";
76
- return DataChannelState2;
77
- })(DataChannelState || {});
78
- import_protobuf.proto2.util.setEnumType(DataChannelState, "livekit.proto.DataChannelState", [
79
- { no: 0, name: "DC_CONNECTING" },
80
- { no: 1, name: "DC_OPEN" },
81
- { no: 2, name: "DC_CLOSING" },
82
- { no: 3, name: "DC_CLOSED" }
83
- ]);
84
- var QualityLimitationReason = /* @__PURE__ */ ((QualityLimitationReason2) => {
85
- QualityLimitationReason2[QualityLimitationReason2["LIMITATION_NONE"] = 0] = "LIMITATION_NONE";
86
- QualityLimitationReason2[QualityLimitationReason2["LIMITATION_CPU"] = 1] = "LIMITATION_CPU";
87
- QualityLimitationReason2[QualityLimitationReason2["LIMITATION_BANDWIDTH"] = 2] = "LIMITATION_BANDWIDTH";
88
- QualityLimitationReason2[QualityLimitationReason2["LIMITATION_OTHER"] = 3] = "LIMITATION_OTHER";
89
- return QualityLimitationReason2;
90
- })(QualityLimitationReason || {});
91
- import_protobuf.proto2.util.setEnumType(QualityLimitationReason, "livekit.proto.QualityLimitationReason", [
92
- { no: 0, name: "LIMITATION_NONE" },
93
- { no: 1, name: "LIMITATION_CPU" },
94
- { no: 2, name: "LIMITATION_BANDWIDTH" },
95
- { no: 3, name: "LIMITATION_OTHER" }
96
- ]);
97
- var IceRole = /* @__PURE__ */ ((IceRole2) => {
98
- IceRole2[IceRole2["ICE_UNKNOWN"] = 0] = "ICE_UNKNOWN";
99
- IceRole2[IceRole2["ICE_CONTROLLING"] = 1] = "ICE_CONTROLLING";
100
- IceRole2[IceRole2["ICE_CONTROLLED"] = 2] = "ICE_CONTROLLED";
101
- return IceRole2;
102
- })(IceRole || {});
103
- import_protobuf.proto2.util.setEnumType(IceRole, "livekit.proto.IceRole", [
104
- { no: 0, name: "ICE_UNKNOWN" },
105
- { no: 1, name: "ICE_CONTROLLING" },
106
- { no: 2, name: "ICE_CONTROLLED" }
107
- ]);
108
- var DtlsTransportState = /* @__PURE__ */ ((DtlsTransportState2) => {
109
- DtlsTransportState2[DtlsTransportState2["DTLS_TRANSPORT_NEW"] = 0] = "DTLS_TRANSPORT_NEW";
110
- DtlsTransportState2[DtlsTransportState2["DTLS_TRANSPORT_CONNECTING"] = 1] = "DTLS_TRANSPORT_CONNECTING";
111
- DtlsTransportState2[DtlsTransportState2["DTLS_TRANSPORT_CONNECTED"] = 2] = "DTLS_TRANSPORT_CONNECTED";
112
- DtlsTransportState2[DtlsTransportState2["DTLS_TRANSPORT_CLOSED"] = 3] = "DTLS_TRANSPORT_CLOSED";
113
- DtlsTransportState2[DtlsTransportState2["DTLS_TRANSPORT_FAILED"] = 4] = "DTLS_TRANSPORT_FAILED";
114
- return DtlsTransportState2;
115
- })(DtlsTransportState || {});
116
- import_protobuf.proto2.util.setEnumType(DtlsTransportState, "livekit.proto.DtlsTransportState", [
117
- { no: 0, name: "DTLS_TRANSPORT_NEW" },
118
- { no: 1, name: "DTLS_TRANSPORT_CONNECTING" },
119
- { no: 2, name: "DTLS_TRANSPORT_CONNECTED" },
120
- { no: 3, name: "DTLS_TRANSPORT_CLOSED" },
121
- { no: 4, name: "DTLS_TRANSPORT_FAILED" }
122
- ]);
123
- var IceTransportState = /* @__PURE__ */ ((IceTransportState2) => {
124
- IceTransportState2[IceTransportState2["ICE_TRANSPORT_NEW"] = 0] = "ICE_TRANSPORT_NEW";
125
- IceTransportState2[IceTransportState2["ICE_TRANSPORT_CHECKING"] = 1] = "ICE_TRANSPORT_CHECKING";
126
- IceTransportState2[IceTransportState2["ICE_TRANSPORT_CONNECTED"] = 2] = "ICE_TRANSPORT_CONNECTED";
127
- IceTransportState2[IceTransportState2["ICE_TRANSPORT_COMPLETED"] = 3] = "ICE_TRANSPORT_COMPLETED";
128
- IceTransportState2[IceTransportState2["ICE_TRANSPORT_DISCONNECTED"] = 4] = "ICE_TRANSPORT_DISCONNECTED";
129
- IceTransportState2[IceTransportState2["ICE_TRANSPORT_FAILED"] = 5] = "ICE_TRANSPORT_FAILED";
130
- IceTransportState2[IceTransportState2["ICE_TRANSPORT_CLOSED"] = 6] = "ICE_TRANSPORT_CLOSED";
131
- return IceTransportState2;
132
- })(IceTransportState || {});
133
- import_protobuf.proto2.util.setEnumType(IceTransportState, "livekit.proto.IceTransportState", [
134
- { no: 0, name: "ICE_TRANSPORT_NEW" },
135
- { no: 1, name: "ICE_TRANSPORT_CHECKING" },
136
- { no: 2, name: "ICE_TRANSPORT_CONNECTED" },
137
- { no: 3, name: "ICE_TRANSPORT_COMPLETED" },
138
- { no: 4, name: "ICE_TRANSPORT_DISCONNECTED" },
139
- { no: 5, name: "ICE_TRANSPORT_FAILED" },
140
- { no: 6, name: "ICE_TRANSPORT_CLOSED" }
141
- ]);
142
- var DtlsRole = /* @__PURE__ */ ((DtlsRole2) => {
143
- DtlsRole2[DtlsRole2["DTLS_CLIENT"] = 0] = "DTLS_CLIENT";
144
- DtlsRole2[DtlsRole2["DTLS_SERVER"] = 1] = "DTLS_SERVER";
145
- DtlsRole2[DtlsRole2["DTLS_UNKNOWN"] = 2] = "DTLS_UNKNOWN";
146
- return DtlsRole2;
147
- })(DtlsRole || {});
148
- import_protobuf.proto2.util.setEnumType(DtlsRole, "livekit.proto.DtlsRole", [
149
- { no: 0, name: "DTLS_CLIENT" },
150
- { no: 1, name: "DTLS_SERVER" },
151
- { no: 2, name: "DTLS_UNKNOWN" }
152
- ]);
153
- var IceCandidatePairState = /* @__PURE__ */ ((IceCandidatePairState2) => {
154
- IceCandidatePairState2[IceCandidatePairState2["PAIR_FROZEN"] = 0] = "PAIR_FROZEN";
155
- IceCandidatePairState2[IceCandidatePairState2["PAIR_WAITING"] = 1] = "PAIR_WAITING";
156
- IceCandidatePairState2[IceCandidatePairState2["PAIR_IN_PROGRESS"] = 2] = "PAIR_IN_PROGRESS";
157
- IceCandidatePairState2[IceCandidatePairState2["PAIR_FAILED"] = 3] = "PAIR_FAILED";
158
- IceCandidatePairState2[IceCandidatePairState2["PAIR_SUCCEEDED"] = 4] = "PAIR_SUCCEEDED";
159
- return IceCandidatePairState2;
160
- })(IceCandidatePairState || {});
161
- import_protobuf.proto2.util.setEnumType(IceCandidatePairState, "livekit.proto.IceCandidatePairState", [
162
- { no: 0, name: "PAIR_FROZEN" },
163
- { no: 1, name: "PAIR_WAITING" },
164
- { no: 2, name: "PAIR_IN_PROGRESS" },
165
- { no: 3, name: "PAIR_FAILED" },
166
- { no: 4, name: "PAIR_SUCCEEDED" }
167
- ]);
168
- var IceCandidateType = /* @__PURE__ */ ((IceCandidateType2) => {
169
- IceCandidateType2[IceCandidateType2["HOST"] = 0] = "HOST";
170
- IceCandidateType2[IceCandidateType2["SRFLX"] = 1] = "SRFLX";
171
- IceCandidateType2[IceCandidateType2["PRFLX"] = 2] = "PRFLX";
172
- IceCandidateType2[IceCandidateType2["RELAY"] = 3] = "RELAY";
173
- return IceCandidateType2;
174
- })(IceCandidateType || {});
175
- import_protobuf.proto2.util.setEnumType(IceCandidateType, "livekit.proto.IceCandidateType", [
176
- { no: 0, name: "HOST" },
177
- { no: 1, name: "SRFLX" },
178
- { no: 2, name: "PRFLX" },
179
- { no: 3, name: "RELAY" }
180
- ]);
181
- var IceServerTransportProtocol = /* @__PURE__ */ ((IceServerTransportProtocol2) => {
182
- IceServerTransportProtocol2[IceServerTransportProtocol2["TRANSPORT_UDP"] = 0] = "TRANSPORT_UDP";
183
- IceServerTransportProtocol2[IceServerTransportProtocol2["TRANSPORT_TCP"] = 1] = "TRANSPORT_TCP";
184
- IceServerTransportProtocol2[IceServerTransportProtocol2["TRANSPORT_TLS"] = 2] = "TRANSPORT_TLS";
185
- return IceServerTransportProtocol2;
186
- })(IceServerTransportProtocol || {});
187
- import_protobuf.proto2.util.setEnumType(IceServerTransportProtocol, "livekit.proto.IceServerTransportProtocol", [
188
- { no: 0, name: "TRANSPORT_UDP" },
189
- { no: 1, name: "TRANSPORT_TCP" },
190
- { no: 2, name: "TRANSPORT_TLS" }
191
- ]);
192
- var IceTcpCandidateType = /* @__PURE__ */ ((IceTcpCandidateType2) => {
193
- IceTcpCandidateType2[IceTcpCandidateType2["CANDIDATE_ACTIVE"] = 0] = "CANDIDATE_ACTIVE";
194
- IceTcpCandidateType2[IceTcpCandidateType2["CANDIDATE_PASSIVE"] = 1] = "CANDIDATE_PASSIVE";
195
- IceTcpCandidateType2[IceTcpCandidateType2["CANDIDATE_SO"] = 2] = "CANDIDATE_SO";
196
- return IceTcpCandidateType2;
197
- })(IceTcpCandidateType || {});
198
- import_protobuf.proto2.util.setEnumType(IceTcpCandidateType, "livekit.proto.IceTcpCandidateType", [
199
- { no: 0, name: "CANDIDATE_ACTIVE" },
200
- { no: 1, name: "CANDIDATE_PASSIVE" },
201
- { no: 2, name: "CANDIDATE_SO" }
202
- ]);
203
- const _RtcStats = class _RtcStats extends import_protobuf.Message {
204
- constructor(data) {
205
- super();
206
- /**
207
- * @generated from oneof livekit.proto.RtcStats.stats
208
- */
209
- this.stats = { case: void 0 };
210
- import_protobuf.proto2.util.initPartial(data, this);
211
- }
212
- static fromBinary(bytes, options) {
213
- return new _RtcStats().fromBinary(bytes, options);
214
- }
215
- static fromJson(jsonValue, options) {
216
- return new _RtcStats().fromJson(jsonValue, options);
217
- }
218
- static fromJsonString(jsonString, options) {
219
- return new _RtcStats().fromJsonString(jsonString, options);
220
- }
221
- static equals(a, b) {
222
- return import_protobuf.proto2.util.equals(_RtcStats, a, b);
223
- }
224
- };
225
- _RtcStats.runtime = import_protobuf.proto2;
226
- _RtcStats.typeName = "livekit.proto.RtcStats";
227
- _RtcStats.fields = import_protobuf.proto2.util.newFieldList(() => [
228
- { no: 3, name: "codec", kind: "message", T: RtcStats_Codec, oneof: "stats" },
229
- { no: 4, name: "inbound_rtp", kind: "message", T: RtcStats_InboundRtp, oneof: "stats" },
230
- { no: 5, name: "outbound_rtp", kind: "message", T: RtcStats_OutboundRtp, oneof: "stats" },
231
- { no: 6, name: "remote_inbound_rtp", kind: "message", T: RtcStats_RemoteInboundRtp, oneof: "stats" },
232
- { no: 7, name: "remote_outbound_rtp", kind: "message", T: RtcStats_RemoteOutboundRtp, oneof: "stats" },
233
- { no: 8, name: "media_source", kind: "message", T: RtcStats_MediaSource, oneof: "stats" },
234
- { no: 9, name: "media_playout", kind: "message", T: RtcStats_MediaPlayout, oneof: "stats" },
235
- { no: 10, name: "peer_connection", kind: "message", T: RtcStats_PeerConnection, oneof: "stats" },
236
- { no: 11, name: "data_channel", kind: "message", T: RtcStats_DataChannel, oneof: "stats" },
237
- { no: 12, name: "transport", kind: "message", T: RtcStats_Transport, oneof: "stats" },
238
- { no: 13, name: "candidate_pair", kind: "message", T: RtcStats_CandidatePair, oneof: "stats" },
239
- { no: 14, name: "local_candidate", kind: "message", T: RtcStats_LocalCandidate, oneof: "stats" },
240
- { no: 15, name: "remote_candidate", kind: "message", T: RtcStats_RemoteCandidate, oneof: "stats" },
241
- { no: 16, name: "certificate", kind: "message", T: RtcStats_Certificate, oneof: "stats" },
242
- { no: 17, name: "stream", kind: "message", T: RtcStats_Stream, oneof: "stats" },
243
- { no: 18, name: "track", kind: "message", T: RtcStats_Track, oneof: "stats" }
244
- ]);
245
- let RtcStats = _RtcStats;
246
- const _RtcStats_Codec = class _RtcStats_Codec extends import_protobuf.Message {
247
- constructor(data) {
248
- super();
249
- import_protobuf.proto2.util.initPartial(data, this);
250
- }
251
- static fromBinary(bytes, options) {
252
- return new _RtcStats_Codec().fromBinary(bytes, options);
253
- }
254
- static fromJson(jsonValue, options) {
255
- return new _RtcStats_Codec().fromJson(jsonValue, options);
256
- }
257
- static fromJsonString(jsonString, options) {
258
- return new _RtcStats_Codec().fromJsonString(jsonString, options);
259
- }
260
- static equals(a, b) {
261
- return import_protobuf.proto2.util.equals(_RtcStats_Codec, a, b);
262
- }
263
- };
264
- _RtcStats_Codec.runtime = import_protobuf.proto2;
265
- _RtcStats_Codec.typeName = "livekit.proto.RtcStats.Codec";
266
- _RtcStats_Codec.fields = import_protobuf.proto2.util.newFieldList(() => [
267
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
268
- { no: 2, name: "codec", kind: "message", T: CodecStats, req: true }
269
- ]);
270
- let RtcStats_Codec = _RtcStats_Codec;
271
- const _RtcStats_InboundRtp = class _RtcStats_InboundRtp extends import_protobuf.Message {
272
- constructor(data) {
273
- super();
274
- import_protobuf.proto2.util.initPartial(data, this);
275
- }
276
- static fromBinary(bytes, options) {
277
- return new _RtcStats_InboundRtp().fromBinary(bytes, options);
278
- }
279
- static fromJson(jsonValue, options) {
280
- return new _RtcStats_InboundRtp().fromJson(jsonValue, options);
281
- }
282
- static fromJsonString(jsonString, options) {
283
- return new _RtcStats_InboundRtp().fromJsonString(jsonString, options);
284
- }
285
- static equals(a, b) {
286
- return import_protobuf.proto2.util.equals(_RtcStats_InboundRtp, a, b);
287
- }
288
- };
289
- _RtcStats_InboundRtp.runtime = import_protobuf.proto2;
290
- _RtcStats_InboundRtp.typeName = "livekit.proto.RtcStats.InboundRtp";
291
- _RtcStats_InboundRtp.fields = import_protobuf.proto2.util.newFieldList(() => [
292
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
293
- { no: 2, name: "stream", kind: "message", T: RtpStreamStats, req: true },
294
- { no: 3, name: "received", kind: "message", T: ReceivedRtpStreamStats, req: true },
295
- { no: 4, name: "inbound", kind: "message", T: InboundRtpStreamStats, req: true }
296
- ]);
297
- let RtcStats_InboundRtp = _RtcStats_InboundRtp;
298
- const _RtcStats_OutboundRtp = class _RtcStats_OutboundRtp extends import_protobuf.Message {
299
- constructor(data) {
300
- super();
301
- import_protobuf.proto2.util.initPartial(data, this);
302
- }
303
- static fromBinary(bytes, options) {
304
- return new _RtcStats_OutboundRtp().fromBinary(bytes, options);
305
- }
306
- static fromJson(jsonValue, options) {
307
- return new _RtcStats_OutboundRtp().fromJson(jsonValue, options);
308
- }
309
- static fromJsonString(jsonString, options) {
310
- return new _RtcStats_OutboundRtp().fromJsonString(jsonString, options);
311
- }
312
- static equals(a, b) {
313
- return import_protobuf.proto2.util.equals(_RtcStats_OutboundRtp, a, b);
314
- }
315
- };
316
- _RtcStats_OutboundRtp.runtime = import_protobuf.proto2;
317
- _RtcStats_OutboundRtp.typeName = "livekit.proto.RtcStats.OutboundRtp";
318
- _RtcStats_OutboundRtp.fields = import_protobuf.proto2.util.newFieldList(() => [
319
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
320
- { no: 2, name: "stream", kind: "message", T: RtpStreamStats, req: true },
321
- { no: 3, name: "sent", kind: "message", T: SentRtpStreamStats, req: true },
322
- { no: 4, name: "outbound", kind: "message", T: OutboundRtpStreamStats, req: true }
323
- ]);
324
- let RtcStats_OutboundRtp = _RtcStats_OutboundRtp;
325
- const _RtcStats_RemoteInboundRtp = class _RtcStats_RemoteInboundRtp extends import_protobuf.Message {
326
- constructor(data) {
327
- super();
328
- import_protobuf.proto2.util.initPartial(data, this);
329
- }
330
- static fromBinary(bytes, options) {
331
- return new _RtcStats_RemoteInboundRtp().fromBinary(bytes, options);
332
- }
333
- static fromJson(jsonValue, options) {
334
- return new _RtcStats_RemoteInboundRtp().fromJson(jsonValue, options);
335
- }
336
- static fromJsonString(jsonString, options) {
337
- return new _RtcStats_RemoteInboundRtp().fromJsonString(jsonString, options);
338
- }
339
- static equals(a, b) {
340
- return import_protobuf.proto2.util.equals(_RtcStats_RemoteInboundRtp, a, b);
341
- }
342
- };
343
- _RtcStats_RemoteInboundRtp.runtime = import_protobuf.proto2;
344
- _RtcStats_RemoteInboundRtp.typeName = "livekit.proto.RtcStats.RemoteInboundRtp";
345
- _RtcStats_RemoteInboundRtp.fields = import_protobuf.proto2.util.newFieldList(() => [
346
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
347
- { no: 2, name: "stream", kind: "message", T: RtpStreamStats, req: true },
348
- { no: 3, name: "received", kind: "message", T: ReceivedRtpStreamStats, req: true },
349
- { no: 4, name: "remote_inbound", kind: "message", T: RemoteInboundRtpStreamStats, req: true }
350
- ]);
351
- let RtcStats_RemoteInboundRtp = _RtcStats_RemoteInboundRtp;
352
- const _RtcStats_RemoteOutboundRtp = class _RtcStats_RemoteOutboundRtp extends import_protobuf.Message {
353
- constructor(data) {
354
- super();
355
- import_protobuf.proto2.util.initPartial(data, this);
356
- }
357
- static fromBinary(bytes, options) {
358
- return new _RtcStats_RemoteOutboundRtp().fromBinary(bytes, options);
359
- }
360
- static fromJson(jsonValue, options) {
361
- return new _RtcStats_RemoteOutboundRtp().fromJson(jsonValue, options);
362
- }
363
- static fromJsonString(jsonString, options) {
364
- return new _RtcStats_RemoteOutboundRtp().fromJsonString(jsonString, options);
365
- }
366
- static equals(a, b) {
367
- return import_protobuf.proto2.util.equals(_RtcStats_RemoteOutboundRtp, a, b);
368
- }
369
- };
370
- _RtcStats_RemoteOutboundRtp.runtime = import_protobuf.proto2;
371
- _RtcStats_RemoteOutboundRtp.typeName = "livekit.proto.RtcStats.RemoteOutboundRtp";
372
- _RtcStats_RemoteOutboundRtp.fields = import_protobuf.proto2.util.newFieldList(() => [
373
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
374
- { no: 2, name: "stream", kind: "message", T: RtpStreamStats, req: true },
375
- { no: 3, name: "sent", kind: "message", T: SentRtpStreamStats, req: true },
376
- { no: 4, name: "remote_outbound", kind: "message", T: RemoteOutboundRtpStreamStats, req: true }
377
- ]);
378
- let RtcStats_RemoteOutboundRtp = _RtcStats_RemoteOutboundRtp;
379
- const _RtcStats_MediaSource = class _RtcStats_MediaSource extends import_protobuf.Message {
380
- constructor(data) {
381
- super();
382
- import_protobuf.proto2.util.initPartial(data, this);
383
- }
384
- static fromBinary(bytes, options) {
385
- return new _RtcStats_MediaSource().fromBinary(bytes, options);
386
- }
387
- static fromJson(jsonValue, options) {
388
- return new _RtcStats_MediaSource().fromJson(jsonValue, options);
389
- }
390
- static fromJsonString(jsonString, options) {
391
- return new _RtcStats_MediaSource().fromJsonString(jsonString, options);
392
- }
393
- static equals(a, b) {
394
- return import_protobuf.proto2.util.equals(_RtcStats_MediaSource, a, b);
395
- }
396
- };
397
- _RtcStats_MediaSource.runtime = import_protobuf.proto2;
398
- _RtcStats_MediaSource.typeName = "livekit.proto.RtcStats.MediaSource";
399
- _RtcStats_MediaSource.fields = import_protobuf.proto2.util.newFieldList(() => [
400
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
401
- { no: 2, name: "source", kind: "message", T: MediaSourceStats, req: true },
402
- { no: 3, name: "audio", kind: "message", T: AudioSourceStats, req: true },
403
- { no: 4, name: "video", kind: "message", T: VideoSourceStats, req: true }
404
- ]);
405
- let RtcStats_MediaSource = _RtcStats_MediaSource;
406
- const _RtcStats_MediaPlayout = class _RtcStats_MediaPlayout extends import_protobuf.Message {
407
- constructor(data) {
408
- super();
409
- import_protobuf.proto2.util.initPartial(data, this);
410
- }
411
- static fromBinary(bytes, options) {
412
- return new _RtcStats_MediaPlayout().fromBinary(bytes, options);
413
- }
414
- static fromJson(jsonValue, options) {
415
- return new _RtcStats_MediaPlayout().fromJson(jsonValue, options);
416
- }
417
- static fromJsonString(jsonString, options) {
418
- return new _RtcStats_MediaPlayout().fromJsonString(jsonString, options);
419
- }
420
- static equals(a, b) {
421
- return import_protobuf.proto2.util.equals(_RtcStats_MediaPlayout, a, b);
422
- }
423
- };
424
- _RtcStats_MediaPlayout.runtime = import_protobuf.proto2;
425
- _RtcStats_MediaPlayout.typeName = "livekit.proto.RtcStats.MediaPlayout";
426
- _RtcStats_MediaPlayout.fields = import_protobuf.proto2.util.newFieldList(() => [
427
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
428
- { no: 2, name: "audio_playout", kind: "message", T: AudioPlayoutStats, req: true }
429
- ]);
430
- let RtcStats_MediaPlayout = _RtcStats_MediaPlayout;
431
- const _RtcStats_PeerConnection = class _RtcStats_PeerConnection extends import_protobuf.Message {
432
- constructor(data) {
433
- super();
434
- import_protobuf.proto2.util.initPartial(data, this);
435
- }
436
- static fromBinary(bytes, options) {
437
- return new _RtcStats_PeerConnection().fromBinary(bytes, options);
438
- }
439
- static fromJson(jsonValue, options) {
440
- return new _RtcStats_PeerConnection().fromJson(jsonValue, options);
441
- }
442
- static fromJsonString(jsonString, options) {
443
- return new _RtcStats_PeerConnection().fromJsonString(jsonString, options);
444
- }
445
- static equals(a, b) {
446
- return import_protobuf.proto2.util.equals(_RtcStats_PeerConnection, a, b);
447
- }
448
- };
449
- _RtcStats_PeerConnection.runtime = import_protobuf.proto2;
450
- _RtcStats_PeerConnection.typeName = "livekit.proto.RtcStats.PeerConnection";
451
- _RtcStats_PeerConnection.fields = import_protobuf.proto2.util.newFieldList(() => [
452
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
453
- { no: 2, name: "pc", kind: "message", T: PeerConnectionStats, req: true }
454
- ]);
455
- let RtcStats_PeerConnection = _RtcStats_PeerConnection;
456
- const _RtcStats_DataChannel = class _RtcStats_DataChannel extends import_protobuf.Message {
457
- constructor(data) {
458
- super();
459
- import_protobuf.proto2.util.initPartial(data, this);
460
- }
461
- static fromBinary(bytes, options) {
462
- return new _RtcStats_DataChannel().fromBinary(bytes, options);
463
- }
464
- static fromJson(jsonValue, options) {
465
- return new _RtcStats_DataChannel().fromJson(jsonValue, options);
466
- }
467
- static fromJsonString(jsonString, options) {
468
- return new _RtcStats_DataChannel().fromJsonString(jsonString, options);
469
- }
470
- static equals(a, b) {
471
- return import_protobuf.proto2.util.equals(_RtcStats_DataChannel, a, b);
472
- }
473
- };
474
- _RtcStats_DataChannel.runtime = import_protobuf.proto2;
475
- _RtcStats_DataChannel.typeName = "livekit.proto.RtcStats.DataChannel";
476
- _RtcStats_DataChannel.fields = import_protobuf.proto2.util.newFieldList(() => [
477
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
478
- { no: 2, name: "dc", kind: "message", T: DataChannelStats, req: true }
479
- ]);
480
- let RtcStats_DataChannel = _RtcStats_DataChannel;
481
- const _RtcStats_Transport = class _RtcStats_Transport extends import_protobuf.Message {
482
- constructor(data) {
483
- super();
484
- import_protobuf.proto2.util.initPartial(data, this);
485
- }
486
- static fromBinary(bytes, options) {
487
- return new _RtcStats_Transport().fromBinary(bytes, options);
488
- }
489
- static fromJson(jsonValue, options) {
490
- return new _RtcStats_Transport().fromJson(jsonValue, options);
491
- }
492
- static fromJsonString(jsonString, options) {
493
- return new _RtcStats_Transport().fromJsonString(jsonString, options);
494
- }
495
- static equals(a, b) {
496
- return import_protobuf.proto2.util.equals(_RtcStats_Transport, a, b);
497
- }
498
- };
499
- _RtcStats_Transport.runtime = import_protobuf.proto2;
500
- _RtcStats_Transport.typeName = "livekit.proto.RtcStats.Transport";
501
- _RtcStats_Transport.fields = import_protobuf.proto2.util.newFieldList(() => [
502
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
503
- { no: 2, name: "transport", kind: "message", T: TransportStats, req: true }
504
- ]);
505
- let RtcStats_Transport = _RtcStats_Transport;
506
- const _RtcStats_CandidatePair = class _RtcStats_CandidatePair extends import_protobuf.Message {
507
- constructor(data) {
508
- super();
509
- import_protobuf.proto2.util.initPartial(data, this);
510
- }
511
- static fromBinary(bytes, options) {
512
- return new _RtcStats_CandidatePair().fromBinary(bytes, options);
513
- }
514
- static fromJson(jsonValue, options) {
515
- return new _RtcStats_CandidatePair().fromJson(jsonValue, options);
516
- }
517
- static fromJsonString(jsonString, options) {
518
- return new _RtcStats_CandidatePair().fromJsonString(jsonString, options);
519
- }
520
- static equals(a, b) {
521
- return import_protobuf.proto2.util.equals(_RtcStats_CandidatePair, a, b);
522
- }
523
- };
524
- _RtcStats_CandidatePair.runtime = import_protobuf.proto2;
525
- _RtcStats_CandidatePair.typeName = "livekit.proto.RtcStats.CandidatePair";
526
- _RtcStats_CandidatePair.fields = import_protobuf.proto2.util.newFieldList(() => [
527
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
528
- { no: 2, name: "candidate_pair", kind: "message", T: CandidatePairStats, req: true }
529
- ]);
530
- let RtcStats_CandidatePair = _RtcStats_CandidatePair;
531
- const _RtcStats_LocalCandidate = class _RtcStats_LocalCandidate extends import_protobuf.Message {
532
- constructor(data) {
533
- super();
534
- import_protobuf.proto2.util.initPartial(data, this);
535
- }
536
- static fromBinary(bytes, options) {
537
- return new _RtcStats_LocalCandidate().fromBinary(bytes, options);
538
- }
539
- static fromJson(jsonValue, options) {
540
- return new _RtcStats_LocalCandidate().fromJson(jsonValue, options);
541
- }
542
- static fromJsonString(jsonString, options) {
543
- return new _RtcStats_LocalCandidate().fromJsonString(jsonString, options);
544
- }
545
- static equals(a, b) {
546
- return import_protobuf.proto2.util.equals(_RtcStats_LocalCandidate, a, b);
547
- }
548
- };
549
- _RtcStats_LocalCandidate.runtime = import_protobuf.proto2;
550
- _RtcStats_LocalCandidate.typeName = "livekit.proto.RtcStats.LocalCandidate";
551
- _RtcStats_LocalCandidate.fields = import_protobuf.proto2.util.newFieldList(() => [
552
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
553
- { no: 2, name: "candidate", kind: "message", T: IceCandidateStats, req: true }
554
- ]);
555
- let RtcStats_LocalCandidate = _RtcStats_LocalCandidate;
556
- const _RtcStats_RemoteCandidate = class _RtcStats_RemoteCandidate extends import_protobuf.Message {
557
- constructor(data) {
558
- super();
559
- import_protobuf.proto2.util.initPartial(data, this);
560
- }
561
- static fromBinary(bytes, options) {
562
- return new _RtcStats_RemoteCandidate().fromBinary(bytes, options);
563
- }
564
- static fromJson(jsonValue, options) {
565
- return new _RtcStats_RemoteCandidate().fromJson(jsonValue, options);
566
- }
567
- static fromJsonString(jsonString, options) {
568
- return new _RtcStats_RemoteCandidate().fromJsonString(jsonString, options);
569
- }
570
- static equals(a, b) {
571
- return import_protobuf.proto2.util.equals(_RtcStats_RemoteCandidate, a, b);
572
- }
573
- };
574
- _RtcStats_RemoteCandidate.runtime = import_protobuf.proto2;
575
- _RtcStats_RemoteCandidate.typeName = "livekit.proto.RtcStats.RemoteCandidate";
576
- _RtcStats_RemoteCandidate.fields = import_protobuf.proto2.util.newFieldList(() => [
577
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
578
- { no: 2, name: "candidate", kind: "message", T: IceCandidateStats, req: true }
579
- ]);
580
- let RtcStats_RemoteCandidate = _RtcStats_RemoteCandidate;
581
- const _RtcStats_Certificate = class _RtcStats_Certificate extends import_protobuf.Message {
582
- constructor(data) {
583
- super();
584
- import_protobuf.proto2.util.initPartial(data, this);
585
- }
586
- static fromBinary(bytes, options) {
587
- return new _RtcStats_Certificate().fromBinary(bytes, options);
588
- }
589
- static fromJson(jsonValue, options) {
590
- return new _RtcStats_Certificate().fromJson(jsonValue, options);
591
- }
592
- static fromJsonString(jsonString, options) {
593
- return new _RtcStats_Certificate().fromJsonString(jsonString, options);
594
- }
595
- static equals(a, b) {
596
- return import_protobuf.proto2.util.equals(_RtcStats_Certificate, a, b);
597
- }
598
- };
599
- _RtcStats_Certificate.runtime = import_protobuf.proto2;
600
- _RtcStats_Certificate.typeName = "livekit.proto.RtcStats.Certificate";
601
- _RtcStats_Certificate.fields = import_protobuf.proto2.util.newFieldList(() => [
602
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
603
- { no: 2, name: "certificate", kind: "message", T: CertificateStats, req: true }
604
- ]);
605
- let RtcStats_Certificate = _RtcStats_Certificate;
606
- const _RtcStats_Stream = class _RtcStats_Stream extends import_protobuf.Message {
607
- constructor(data) {
608
- super();
609
- import_protobuf.proto2.util.initPartial(data, this);
610
- }
611
- static fromBinary(bytes, options) {
612
- return new _RtcStats_Stream().fromBinary(bytes, options);
613
- }
614
- static fromJson(jsonValue, options) {
615
- return new _RtcStats_Stream().fromJson(jsonValue, options);
616
- }
617
- static fromJsonString(jsonString, options) {
618
- return new _RtcStats_Stream().fromJsonString(jsonString, options);
619
- }
620
- static equals(a, b) {
621
- return import_protobuf.proto2.util.equals(_RtcStats_Stream, a, b);
622
- }
623
- };
624
- _RtcStats_Stream.runtime = import_protobuf.proto2;
625
- _RtcStats_Stream.typeName = "livekit.proto.RtcStats.Stream";
626
- _RtcStats_Stream.fields = import_protobuf.proto2.util.newFieldList(() => [
627
- { no: 1, name: "rtc", kind: "message", T: RtcStatsData, req: true },
628
- { no: 2, name: "stream", kind: "message", T: StreamStats, req: true }
629
- ]);
630
- let RtcStats_Stream = _RtcStats_Stream;
631
- const _RtcStats_Track = class _RtcStats_Track extends import_protobuf.Message {
632
- constructor(data) {
633
- super();
634
- import_protobuf.proto2.util.initPartial(data, this);
635
- }
636
- static fromBinary(bytes, options) {
637
- return new _RtcStats_Track().fromBinary(bytes, options);
638
- }
639
- static fromJson(jsonValue, options) {
640
- return new _RtcStats_Track().fromJson(jsonValue, options);
641
- }
642
- static fromJsonString(jsonString, options) {
643
- return new _RtcStats_Track().fromJsonString(jsonString, options);
644
- }
645
- static equals(a, b) {
646
- return import_protobuf.proto2.util.equals(_RtcStats_Track, a, b);
647
- }
648
- };
649
- _RtcStats_Track.runtime = import_protobuf.proto2;
650
- _RtcStats_Track.typeName = "livekit.proto.RtcStats.Track";
651
- _RtcStats_Track.fields = import_protobuf.proto2.util.newFieldList(() => []);
652
- let RtcStats_Track = _RtcStats_Track;
653
- const _RtcStatsData = class _RtcStatsData extends import_protobuf.Message {
654
- constructor(data) {
655
- super();
656
- import_protobuf.proto2.util.initPartial(data, this);
657
- }
658
- static fromBinary(bytes, options) {
659
- return new _RtcStatsData().fromBinary(bytes, options);
660
- }
661
- static fromJson(jsonValue, options) {
662
- return new _RtcStatsData().fromJson(jsonValue, options);
663
- }
664
- static fromJsonString(jsonString, options) {
665
- return new _RtcStatsData().fromJsonString(jsonString, options);
666
- }
667
- static equals(a, b) {
668
- return import_protobuf.proto2.util.equals(_RtcStatsData, a, b);
669
- }
670
- };
671
- _RtcStatsData.runtime = import_protobuf.proto2;
672
- _RtcStatsData.typeName = "livekit.proto.RtcStatsData";
673
- _RtcStatsData.fields = import_protobuf.proto2.util.newFieldList(() => [
674
- { no: 1, name: "id", kind: "scalar", T: 9, req: true },
675
- { no: 2, name: "timestamp", kind: "scalar", T: 3, req: true }
676
- ]);
677
- let RtcStatsData = _RtcStatsData;
678
- const _CodecStats = class _CodecStats extends import_protobuf.Message {
679
- constructor(data) {
680
- super();
681
- import_protobuf.proto2.util.initPartial(data, this);
682
- }
683
- static fromBinary(bytes, options) {
684
- return new _CodecStats().fromBinary(bytes, options);
685
- }
686
- static fromJson(jsonValue, options) {
687
- return new _CodecStats().fromJson(jsonValue, options);
688
- }
689
- static fromJsonString(jsonString, options) {
690
- return new _CodecStats().fromJsonString(jsonString, options);
691
- }
692
- static equals(a, b) {
693
- return import_protobuf.proto2.util.equals(_CodecStats, a, b);
694
- }
695
- };
696
- _CodecStats.runtime = import_protobuf.proto2;
697
- _CodecStats.typeName = "livekit.proto.CodecStats";
698
- _CodecStats.fields = import_protobuf.proto2.util.newFieldList(() => [
699
- { no: 1, name: "payload_type", kind: "scalar", T: 13, req: true },
700
- { no: 2, name: "transport_id", kind: "scalar", T: 9, req: true },
701
- { no: 3, name: "mime_type", kind: "scalar", T: 9, req: true },
702
- { no: 4, name: "clock_rate", kind: "scalar", T: 13, req: true },
703
- { no: 5, name: "channels", kind: "scalar", T: 13, req: true },
704
- { no: 6, name: "sdp_fmtp_line", kind: "scalar", T: 9, req: true }
705
- ]);
706
- let CodecStats = _CodecStats;
707
- const _RtpStreamStats = class _RtpStreamStats extends import_protobuf.Message {
708
- constructor(data) {
709
- super();
710
- import_protobuf.proto2.util.initPartial(data, this);
711
- }
712
- static fromBinary(bytes, options) {
713
- return new _RtpStreamStats().fromBinary(bytes, options);
714
- }
715
- static fromJson(jsonValue, options) {
716
- return new _RtpStreamStats().fromJson(jsonValue, options);
717
- }
718
- static fromJsonString(jsonString, options) {
719
- return new _RtpStreamStats().fromJsonString(jsonString, options);
720
- }
721
- static equals(a, b) {
722
- return import_protobuf.proto2.util.equals(_RtpStreamStats, a, b);
723
- }
724
- };
725
- _RtpStreamStats.runtime = import_protobuf.proto2;
726
- _RtpStreamStats.typeName = "livekit.proto.RtpStreamStats";
727
- _RtpStreamStats.fields = import_protobuf.proto2.util.newFieldList(() => [
728
- { no: 1, name: "ssrc", kind: "scalar", T: 13, req: true },
729
- { no: 2, name: "kind", kind: "scalar", T: 9, req: true },
730
- { no: 3, name: "transport_id", kind: "scalar", T: 9, req: true },
731
- { no: 4, name: "codec_id", kind: "scalar", T: 9, req: true }
732
- ]);
733
- let RtpStreamStats = _RtpStreamStats;
734
- const _ReceivedRtpStreamStats = class _ReceivedRtpStreamStats extends import_protobuf.Message {
735
- constructor(data) {
736
- super();
737
- import_protobuf.proto2.util.initPartial(data, this);
738
- }
739
- static fromBinary(bytes, options) {
740
- return new _ReceivedRtpStreamStats().fromBinary(bytes, options);
741
- }
742
- static fromJson(jsonValue, options) {
743
- return new _ReceivedRtpStreamStats().fromJson(jsonValue, options);
744
- }
745
- static fromJsonString(jsonString, options) {
746
- return new _ReceivedRtpStreamStats().fromJsonString(jsonString, options);
747
- }
748
- static equals(a, b) {
749
- return import_protobuf.proto2.util.equals(_ReceivedRtpStreamStats, a, b);
750
- }
751
- };
752
- _ReceivedRtpStreamStats.runtime = import_protobuf.proto2;
753
- _ReceivedRtpStreamStats.typeName = "livekit.proto.ReceivedRtpStreamStats";
754
- _ReceivedRtpStreamStats.fields = import_protobuf.proto2.util.newFieldList(() => [
755
- { no: 1, name: "packets_received", kind: "scalar", T: 4, req: true },
756
- { no: 2, name: "packets_lost", kind: "scalar", T: 3, req: true },
757
- { no: 3, name: "jitter", kind: "scalar", T: 1, req: true }
758
- ]);
759
- let ReceivedRtpStreamStats = _ReceivedRtpStreamStats;
760
- const _InboundRtpStreamStats = class _InboundRtpStreamStats extends import_protobuf.Message {
761
- constructor(data) {
762
- super();
763
- import_protobuf.proto2.util.initPartial(data, this);
764
- }
765
- static fromBinary(bytes, options) {
766
- return new _InboundRtpStreamStats().fromBinary(bytes, options);
767
- }
768
- static fromJson(jsonValue, options) {
769
- return new _InboundRtpStreamStats().fromJson(jsonValue, options);
770
- }
771
- static fromJsonString(jsonString, options) {
772
- return new _InboundRtpStreamStats().fromJsonString(jsonString, options);
773
- }
774
- static equals(a, b) {
775
- return import_protobuf.proto2.util.equals(_InboundRtpStreamStats, a, b);
776
- }
777
- };
778
- _InboundRtpStreamStats.runtime = import_protobuf.proto2;
779
- _InboundRtpStreamStats.typeName = "livekit.proto.InboundRtpStreamStats";
780
- _InboundRtpStreamStats.fields = import_protobuf.proto2.util.newFieldList(() => [
781
- { no: 1, name: "track_identifier", kind: "scalar", T: 9, req: true },
782
- { no: 2, name: "mid", kind: "scalar", T: 9, req: true },
783
- { no: 3, name: "remote_id", kind: "scalar", T: 9, req: true },
784
- { no: 4, name: "frames_decoded", kind: "scalar", T: 13, req: true },
785
- { no: 5, name: "key_frames_decoded", kind: "scalar", T: 13, req: true },
786
- { no: 6, name: "frames_rendered", kind: "scalar", T: 13, req: true },
787
- { no: 7, name: "frames_dropped", kind: "scalar", T: 13, req: true },
788
- { no: 8, name: "frame_width", kind: "scalar", T: 13, req: true },
789
- { no: 9, name: "frame_height", kind: "scalar", T: 13, req: true },
790
- { no: 10, name: "frames_per_second", kind: "scalar", T: 1, req: true },
791
- { no: 11, name: "qp_sum", kind: "scalar", T: 4, req: true },
792
- { no: 12, name: "total_decode_time", kind: "scalar", T: 1, req: true },
793
- { no: 13, name: "total_inter_frame_delay", kind: "scalar", T: 1, req: true },
794
- { no: 14, name: "total_squared_inter_frame_delay", kind: "scalar", T: 1, req: true },
795
- { no: 15, name: "pause_count", kind: "scalar", T: 13, req: true },
796
- { no: 16, name: "total_pause_duration", kind: "scalar", T: 1, req: true },
797
- { no: 17, name: "freeze_count", kind: "scalar", T: 13, req: true },
798
- { no: 18, name: "total_freeze_duration", kind: "scalar", T: 1, req: true },
799
- { no: 19, name: "last_packet_received_timestamp", kind: "scalar", T: 1, req: true },
800
- { no: 20, name: "header_bytes_received", kind: "scalar", T: 4, req: true },
801
- { no: 21, name: "packets_discarded", kind: "scalar", T: 4, req: true },
802
- { no: 22, name: "fec_bytes_received", kind: "scalar", T: 4, req: true },
803
- { no: 23, name: "fec_packets_received", kind: "scalar", T: 4, req: true },
804
- { no: 24, name: "fec_packets_discarded", kind: "scalar", T: 4, req: true },
805
- { no: 25, name: "bytes_received", kind: "scalar", T: 4, req: true },
806
- { no: 26, name: "nack_count", kind: "scalar", T: 13, req: true },
807
- { no: 27, name: "fir_count", kind: "scalar", T: 13, req: true },
808
- { no: 28, name: "pli_count", kind: "scalar", T: 13, req: true },
809
- { no: 29, name: "total_processing_delay", kind: "scalar", T: 1, req: true },
810
- { no: 30, name: "estimated_playout_timestamp", kind: "scalar", T: 1, req: true },
811
- { no: 31, name: "jitter_buffer_delay", kind: "scalar", T: 1, req: true },
812
- { no: 32, name: "jitter_buffer_target_delay", kind: "scalar", T: 1, req: true },
813
- { no: 33, name: "jitter_buffer_emitted_count", kind: "scalar", T: 4, req: true },
814
- { no: 34, name: "jitter_buffer_minimum_delay", kind: "scalar", T: 1, req: true },
815
- { no: 35, name: "total_samples_received", kind: "scalar", T: 4, req: true },
816
- { no: 36, name: "concealed_samples", kind: "scalar", T: 4, req: true },
817
- { no: 37, name: "silent_concealed_samples", kind: "scalar", T: 4, req: true },
818
- { no: 38, name: "concealment_events", kind: "scalar", T: 4, req: true },
819
- { no: 39, name: "inserted_samples_for_deceleration", kind: "scalar", T: 4, req: true },
820
- { no: 40, name: "removed_samples_for_acceleration", kind: "scalar", T: 4, req: true },
821
- { no: 41, name: "audio_level", kind: "scalar", T: 1, req: true },
822
- { no: 42, name: "total_audio_energy", kind: "scalar", T: 1, req: true },
823
- { no: 43, name: "total_samples_duration", kind: "scalar", T: 1, req: true },
824
- { no: 44, name: "frames_received", kind: "scalar", T: 4, req: true },
825
- { no: 45, name: "decoder_implementation", kind: "scalar", T: 9, req: true },
826
- { no: 46, name: "playout_id", kind: "scalar", T: 9, req: true },
827
- { no: 47, name: "power_efficient_decoder", kind: "scalar", T: 8, req: true },
828
- { no: 48, name: "frames_assembled_from_multiple_packets", kind: "scalar", T: 4, req: true },
829
- { no: 49, name: "total_assembly_time", kind: "scalar", T: 1, req: true },
830
- { no: 50, name: "retransmitted_packets_received", kind: "scalar", T: 4, req: true },
831
- { no: 51, name: "retransmitted_bytes_received", kind: "scalar", T: 4, req: true },
832
- { no: 52, name: "rtx_ssrc", kind: "scalar", T: 13, req: true },
833
- { no: 53, name: "fec_ssrc", kind: "scalar", T: 13, req: true }
834
- ]);
835
- let InboundRtpStreamStats = _InboundRtpStreamStats;
836
- const _SentRtpStreamStats = class _SentRtpStreamStats extends import_protobuf.Message {
837
- constructor(data) {
838
- super();
839
- import_protobuf.proto2.util.initPartial(data, this);
840
- }
841
- static fromBinary(bytes, options) {
842
- return new _SentRtpStreamStats().fromBinary(bytes, options);
843
- }
844
- static fromJson(jsonValue, options) {
845
- return new _SentRtpStreamStats().fromJson(jsonValue, options);
846
- }
847
- static fromJsonString(jsonString, options) {
848
- return new _SentRtpStreamStats().fromJsonString(jsonString, options);
849
- }
850
- static equals(a, b) {
851
- return import_protobuf.proto2.util.equals(_SentRtpStreamStats, a, b);
852
- }
853
- };
854
- _SentRtpStreamStats.runtime = import_protobuf.proto2;
855
- _SentRtpStreamStats.typeName = "livekit.proto.SentRtpStreamStats";
856
- _SentRtpStreamStats.fields = import_protobuf.proto2.util.newFieldList(() => [
857
- { no: 1, name: "packets_sent", kind: "scalar", T: 4, req: true },
858
- { no: 2, name: "bytes_sent", kind: "scalar", T: 4, req: true }
859
- ]);
860
- let SentRtpStreamStats = _SentRtpStreamStats;
861
- const _OutboundRtpStreamStats = class _OutboundRtpStreamStats extends import_protobuf.Message {
862
- constructor(data) {
863
- super();
864
- /**
865
- * @generated from field: map<string, double> quality_limitation_durations = 22;
866
- */
867
- this.qualityLimitationDurations = {};
868
- import_protobuf.proto2.util.initPartial(data, this);
869
- }
870
- static fromBinary(bytes, options) {
871
- return new _OutboundRtpStreamStats().fromBinary(bytes, options);
872
- }
873
- static fromJson(jsonValue, options) {
874
- return new _OutboundRtpStreamStats().fromJson(jsonValue, options);
875
- }
876
- static fromJsonString(jsonString, options) {
877
- return new _OutboundRtpStreamStats().fromJsonString(jsonString, options);
878
- }
879
- static equals(a, b) {
880
- return import_protobuf.proto2.util.equals(_OutboundRtpStreamStats, a, b);
881
- }
882
- };
883
- _OutboundRtpStreamStats.runtime = import_protobuf.proto2;
884
- _OutboundRtpStreamStats.typeName = "livekit.proto.OutboundRtpStreamStats";
885
- _OutboundRtpStreamStats.fields = import_protobuf.proto2.util.newFieldList(() => [
886
- { no: 1, name: "mid", kind: "scalar", T: 9, req: true },
887
- { no: 2, name: "media_source_id", kind: "scalar", T: 9, req: true },
888
- { no: 3, name: "remote_id", kind: "scalar", T: 9, req: true },
889
- { no: 4, name: "rid", kind: "scalar", T: 9, req: true },
890
- { no: 5, name: "header_bytes_sent", kind: "scalar", T: 4, req: true },
891
- { no: 6, name: "retransmitted_packets_sent", kind: "scalar", T: 4, req: true },
892
- { no: 7, name: "retransmitted_bytes_sent", kind: "scalar", T: 4, req: true },
893
- { no: 8, name: "rtx_ssrc", kind: "scalar", T: 13, req: true },
894
- { no: 9, name: "target_bitrate", kind: "scalar", T: 1, req: true },
895
- { no: 10, name: "total_encoded_bytes_target", kind: "scalar", T: 4, req: true },
896
- { no: 11, name: "frame_width", kind: "scalar", T: 13, req: true },
897
- { no: 12, name: "frame_height", kind: "scalar", T: 13, req: true },
898
- { no: 13, name: "frames_per_second", kind: "scalar", T: 1, req: true },
899
- { no: 14, name: "frames_sent", kind: "scalar", T: 13, req: true },
900
- { no: 15, name: "huge_frames_sent", kind: "scalar", T: 13, req: true },
901
- { no: 16, name: "frames_encoded", kind: "scalar", T: 13, req: true },
902
- { no: 17, name: "key_frames_encoded", kind: "scalar", T: 13, req: true },
903
- { no: 18, name: "qp_sum", kind: "scalar", T: 4, req: true },
904
- { no: 19, name: "total_encode_time", kind: "scalar", T: 1, req: true },
905
- { no: 20, name: "total_packet_send_delay", kind: "scalar", T: 1, req: true },
906
- { no: 21, name: "quality_limitation_reason", kind: "enum", T: import_protobuf.proto2.getEnumType(QualityLimitationReason), req: true },
907
- { no: 22, name: "quality_limitation_durations", kind: "map", K: 9, V: {
908
- kind: "scalar",
909
- T: 1
910
- /* ScalarType.DOUBLE */
911
- } },
912
- { no: 23, name: "quality_limitation_resolution_changes", kind: "scalar", T: 13, req: true },
913
- { no: 24, name: "nack_count", kind: "scalar", T: 13, req: true },
914
- { no: 25, name: "fir_count", kind: "scalar", T: 13, req: true },
915
- { no: 26, name: "pli_count", kind: "scalar", T: 13, req: true },
916
- { no: 27, name: "encoder_implementation", kind: "scalar", T: 9, req: true },
917
- { no: 28, name: "power_efficient_encoder", kind: "scalar", T: 8, req: true },
918
- { no: 29, name: "active", kind: "scalar", T: 8, req: true },
919
- { no: 30, name: "scalability_mode", kind: "scalar", T: 9, req: true }
920
- ]);
921
- let OutboundRtpStreamStats = _OutboundRtpStreamStats;
922
- const _RemoteInboundRtpStreamStats = class _RemoteInboundRtpStreamStats extends import_protobuf.Message {
923
- constructor(data) {
924
- super();
925
- import_protobuf.proto2.util.initPartial(data, this);
926
- }
927
- static fromBinary(bytes, options) {
928
- return new _RemoteInboundRtpStreamStats().fromBinary(bytes, options);
929
- }
930
- static fromJson(jsonValue, options) {
931
- return new _RemoteInboundRtpStreamStats().fromJson(jsonValue, options);
932
- }
933
- static fromJsonString(jsonString, options) {
934
- return new _RemoteInboundRtpStreamStats().fromJsonString(jsonString, options);
935
- }
936
- static equals(a, b) {
937
- return import_protobuf.proto2.util.equals(_RemoteInboundRtpStreamStats, a, b);
938
- }
939
- };
940
- _RemoteInboundRtpStreamStats.runtime = import_protobuf.proto2;
941
- _RemoteInboundRtpStreamStats.typeName = "livekit.proto.RemoteInboundRtpStreamStats";
942
- _RemoteInboundRtpStreamStats.fields = import_protobuf.proto2.util.newFieldList(() => [
943
- { no: 1, name: "local_id", kind: "scalar", T: 9, req: true },
944
- { no: 2, name: "round_trip_time", kind: "scalar", T: 1, req: true },
945
- { no: 3, name: "total_round_trip_time", kind: "scalar", T: 1, req: true },
946
- { no: 4, name: "fraction_lost", kind: "scalar", T: 1, req: true },
947
- { no: 5, name: "round_trip_time_measurements", kind: "scalar", T: 4, req: true }
948
- ]);
949
- let RemoteInboundRtpStreamStats = _RemoteInboundRtpStreamStats;
950
- const _RemoteOutboundRtpStreamStats = class _RemoteOutboundRtpStreamStats extends import_protobuf.Message {
951
- constructor(data) {
952
- super();
953
- import_protobuf.proto2.util.initPartial(data, this);
954
- }
955
- static fromBinary(bytes, options) {
956
- return new _RemoteOutboundRtpStreamStats().fromBinary(bytes, options);
957
- }
958
- static fromJson(jsonValue, options) {
959
- return new _RemoteOutboundRtpStreamStats().fromJson(jsonValue, options);
960
- }
961
- static fromJsonString(jsonString, options) {
962
- return new _RemoteOutboundRtpStreamStats().fromJsonString(jsonString, options);
963
- }
964
- static equals(a, b) {
965
- return import_protobuf.proto2.util.equals(_RemoteOutboundRtpStreamStats, a, b);
966
- }
967
- };
968
- _RemoteOutboundRtpStreamStats.runtime = import_protobuf.proto2;
969
- _RemoteOutboundRtpStreamStats.typeName = "livekit.proto.RemoteOutboundRtpStreamStats";
970
- _RemoteOutboundRtpStreamStats.fields = import_protobuf.proto2.util.newFieldList(() => [
971
- { no: 1, name: "local_id", kind: "scalar", T: 9, req: true },
972
- { no: 2, name: "remote_timestamp", kind: "scalar", T: 1, req: true },
973
- { no: 3, name: "reports_sent", kind: "scalar", T: 4, req: true },
974
- { no: 4, name: "round_trip_time", kind: "scalar", T: 1, req: true },
975
- { no: 5, name: "total_round_trip_time", kind: "scalar", T: 1, req: true },
976
- { no: 6, name: "round_trip_time_measurements", kind: "scalar", T: 4, req: true }
977
- ]);
978
- let RemoteOutboundRtpStreamStats = _RemoteOutboundRtpStreamStats;
979
- const _MediaSourceStats = class _MediaSourceStats extends import_protobuf.Message {
980
- constructor(data) {
981
- super();
982
- import_protobuf.proto2.util.initPartial(data, this);
983
- }
984
- static fromBinary(bytes, options) {
985
- return new _MediaSourceStats().fromBinary(bytes, options);
986
- }
987
- static fromJson(jsonValue, options) {
988
- return new _MediaSourceStats().fromJson(jsonValue, options);
989
- }
990
- static fromJsonString(jsonString, options) {
991
- return new _MediaSourceStats().fromJsonString(jsonString, options);
992
- }
993
- static equals(a, b) {
994
- return import_protobuf.proto2.util.equals(_MediaSourceStats, a, b);
995
- }
996
- };
997
- _MediaSourceStats.runtime = import_protobuf.proto2;
998
- _MediaSourceStats.typeName = "livekit.proto.MediaSourceStats";
999
- _MediaSourceStats.fields = import_protobuf.proto2.util.newFieldList(() => [
1000
- { no: 1, name: "track_identifier", kind: "scalar", T: 9, req: true },
1001
- { no: 2, name: "kind", kind: "scalar", T: 9, req: true }
1002
- ]);
1003
- let MediaSourceStats = _MediaSourceStats;
1004
- const _AudioSourceStats = class _AudioSourceStats extends import_protobuf.Message {
1005
- constructor(data) {
1006
- super();
1007
- import_protobuf.proto2.util.initPartial(data, this);
1008
- }
1009
- static fromBinary(bytes, options) {
1010
- return new _AudioSourceStats().fromBinary(bytes, options);
1011
- }
1012
- static fromJson(jsonValue, options) {
1013
- return new _AudioSourceStats().fromJson(jsonValue, options);
1014
- }
1015
- static fromJsonString(jsonString, options) {
1016
- return new _AudioSourceStats().fromJsonString(jsonString, options);
1017
- }
1018
- static equals(a, b) {
1019
- return import_protobuf.proto2.util.equals(_AudioSourceStats, a, b);
1020
- }
1021
- };
1022
- _AudioSourceStats.runtime = import_protobuf.proto2;
1023
- _AudioSourceStats.typeName = "livekit.proto.AudioSourceStats";
1024
- _AudioSourceStats.fields = import_protobuf.proto2.util.newFieldList(() => [
1025
- { no: 1, name: "audio_level", kind: "scalar", T: 1, req: true },
1026
- { no: 2, name: "total_audio_energy", kind: "scalar", T: 1, req: true },
1027
- { no: 3, name: "total_samples_duration", kind: "scalar", T: 1, req: true },
1028
- { no: 4, name: "echo_return_loss", kind: "scalar", T: 1, req: true },
1029
- { no: 5, name: "echo_return_loss_enhancement", kind: "scalar", T: 1, req: true },
1030
- { no: 6, name: "dropped_samples_duration", kind: "scalar", T: 1, req: true },
1031
- { no: 7, name: "dropped_samples_events", kind: "scalar", T: 13, req: true },
1032
- { no: 8, name: "total_capture_delay", kind: "scalar", T: 1, req: true },
1033
- { no: 9, name: "total_samples_captured", kind: "scalar", T: 4, req: true }
1034
- ]);
1035
- let AudioSourceStats = _AudioSourceStats;
1036
- const _VideoSourceStats = class _VideoSourceStats extends import_protobuf.Message {
1037
- constructor(data) {
1038
- super();
1039
- import_protobuf.proto2.util.initPartial(data, this);
1040
- }
1041
- static fromBinary(bytes, options) {
1042
- return new _VideoSourceStats().fromBinary(bytes, options);
1043
- }
1044
- static fromJson(jsonValue, options) {
1045
- return new _VideoSourceStats().fromJson(jsonValue, options);
1046
- }
1047
- static fromJsonString(jsonString, options) {
1048
- return new _VideoSourceStats().fromJsonString(jsonString, options);
1049
- }
1050
- static equals(a, b) {
1051
- return import_protobuf.proto2.util.equals(_VideoSourceStats, a, b);
1052
- }
1053
- };
1054
- _VideoSourceStats.runtime = import_protobuf.proto2;
1055
- _VideoSourceStats.typeName = "livekit.proto.VideoSourceStats";
1056
- _VideoSourceStats.fields = import_protobuf.proto2.util.newFieldList(() => [
1057
- { no: 1, name: "width", kind: "scalar", T: 13, req: true },
1058
- { no: 2, name: "height", kind: "scalar", T: 13, req: true },
1059
- { no: 3, name: "frames", kind: "scalar", T: 13, req: true },
1060
- { no: 4, name: "frames_per_second", kind: "scalar", T: 1, req: true }
1061
- ]);
1062
- let VideoSourceStats = _VideoSourceStats;
1063
- const _AudioPlayoutStats = class _AudioPlayoutStats extends import_protobuf.Message {
1064
- constructor(data) {
1065
- super();
1066
- import_protobuf.proto2.util.initPartial(data, this);
1067
- }
1068
- static fromBinary(bytes, options) {
1069
- return new _AudioPlayoutStats().fromBinary(bytes, options);
1070
- }
1071
- static fromJson(jsonValue, options) {
1072
- return new _AudioPlayoutStats().fromJson(jsonValue, options);
1073
- }
1074
- static fromJsonString(jsonString, options) {
1075
- return new _AudioPlayoutStats().fromJsonString(jsonString, options);
1076
- }
1077
- static equals(a, b) {
1078
- return import_protobuf.proto2.util.equals(_AudioPlayoutStats, a, b);
1079
- }
1080
- };
1081
- _AudioPlayoutStats.runtime = import_protobuf.proto2;
1082
- _AudioPlayoutStats.typeName = "livekit.proto.AudioPlayoutStats";
1083
- _AudioPlayoutStats.fields = import_protobuf.proto2.util.newFieldList(() => [
1084
- { no: 1, name: "kind", kind: "scalar", T: 9, req: true },
1085
- { no: 2, name: "synthesized_samples_duration", kind: "scalar", T: 1, req: true },
1086
- { no: 3, name: "synthesized_samples_events", kind: "scalar", T: 13, req: true },
1087
- { no: 4, name: "total_samples_duration", kind: "scalar", T: 1, req: true },
1088
- { no: 5, name: "total_playout_delay", kind: "scalar", T: 1, req: true },
1089
- { no: 6, name: "total_samples_count", kind: "scalar", T: 4, req: true }
1090
- ]);
1091
- let AudioPlayoutStats = _AudioPlayoutStats;
1092
- const _PeerConnectionStats = class _PeerConnectionStats extends import_protobuf.Message {
1093
- constructor(data) {
1094
- super();
1095
- import_protobuf.proto2.util.initPartial(data, this);
1096
- }
1097
- static fromBinary(bytes, options) {
1098
- return new _PeerConnectionStats().fromBinary(bytes, options);
1099
- }
1100
- static fromJson(jsonValue, options) {
1101
- return new _PeerConnectionStats().fromJson(jsonValue, options);
1102
- }
1103
- static fromJsonString(jsonString, options) {
1104
- return new _PeerConnectionStats().fromJsonString(jsonString, options);
1105
- }
1106
- static equals(a, b) {
1107
- return import_protobuf.proto2.util.equals(_PeerConnectionStats, a, b);
1108
- }
1109
- };
1110
- _PeerConnectionStats.runtime = import_protobuf.proto2;
1111
- _PeerConnectionStats.typeName = "livekit.proto.PeerConnectionStats";
1112
- _PeerConnectionStats.fields = import_protobuf.proto2.util.newFieldList(() => [
1113
- { no: 1, name: "data_channels_opened", kind: "scalar", T: 13, req: true },
1114
- { no: 2, name: "data_channels_closed", kind: "scalar", T: 13, req: true }
1115
- ]);
1116
- let PeerConnectionStats = _PeerConnectionStats;
1117
- const _DataChannelStats = class _DataChannelStats extends import_protobuf.Message {
1118
- constructor(data) {
1119
- super();
1120
- import_protobuf.proto2.util.initPartial(data, this);
1121
- }
1122
- static fromBinary(bytes, options) {
1123
- return new _DataChannelStats().fromBinary(bytes, options);
1124
- }
1125
- static fromJson(jsonValue, options) {
1126
- return new _DataChannelStats().fromJson(jsonValue, options);
1127
- }
1128
- static fromJsonString(jsonString, options) {
1129
- return new _DataChannelStats().fromJsonString(jsonString, options);
1130
- }
1131
- static equals(a, b) {
1132
- return import_protobuf.proto2.util.equals(_DataChannelStats, a, b);
1133
- }
1134
- };
1135
- _DataChannelStats.runtime = import_protobuf.proto2;
1136
- _DataChannelStats.typeName = "livekit.proto.DataChannelStats";
1137
- _DataChannelStats.fields = import_protobuf.proto2.util.newFieldList(() => [
1138
- { no: 1, name: "label", kind: "scalar", T: 9, req: true },
1139
- { no: 2, name: "protocol", kind: "scalar", T: 9, req: true },
1140
- { no: 3, name: "data_channel_identifier", kind: "scalar", T: 5, req: true },
1141
- { no: 4, name: "state", kind: "enum", T: import_protobuf.proto2.getEnumType(DataChannelState), opt: true },
1142
- { no: 5, name: "messages_sent", kind: "scalar", T: 13, req: true },
1143
- { no: 6, name: "bytes_sent", kind: "scalar", T: 4, req: true },
1144
- { no: 7, name: "messages_received", kind: "scalar", T: 13, req: true },
1145
- { no: 8, name: "bytes_received", kind: "scalar", T: 4, req: true }
1146
- ]);
1147
- let DataChannelStats = _DataChannelStats;
1148
- const _TransportStats = class _TransportStats extends import_protobuf.Message {
1149
- constructor(data) {
1150
- super();
1151
- import_protobuf.proto2.util.initPartial(data, this);
1152
- }
1153
- static fromBinary(bytes, options) {
1154
- return new _TransportStats().fromBinary(bytes, options);
1155
- }
1156
- static fromJson(jsonValue, options) {
1157
- return new _TransportStats().fromJson(jsonValue, options);
1158
- }
1159
- static fromJsonString(jsonString, options) {
1160
- return new _TransportStats().fromJsonString(jsonString, options);
1161
- }
1162
- static equals(a, b) {
1163
- return import_protobuf.proto2.util.equals(_TransportStats, a, b);
1164
- }
1165
- };
1166
- _TransportStats.runtime = import_protobuf.proto2;
1167
- _TransportStats.typeName = "livekit.proto.TransportStats";
1168
- _TransportStats.fields = import_protobuf.proto2.util.newFieldList(() => [
1169
- { no: 1, name: "packets_sent", kind: "scalar", T: 4, req: true },
1170
- { no: 2, name: "packets_received", kind: "scalar", T: 4, req: true },
1171
- { no: 3, name: "bytes_sent", kind: "scalar", T: 4, req: true },
1172
- { no: 4, name: "bytes_received", kind: "scalar", T: 4, req: true },
1173
- { no: 5, name: "ice_role", kind: "enum", T: import_protobuf.proto2.getEnumType(IceRole), req: true },
1174
- { no: 6, name: "ice_local_username_fragment", kind: "scalar", T: 9, req: true },
1175
- { no: 7, name: "dtls_state", kind: "enum", T: import_protobuf.proto2.getEnumType(DtlsTransportState), opt: true },
1176
- { no: 8, name: "ice_state", kind: "enum", T: import_protobuf.proto2.getEnumType(IceTransportState), opt: true },
1177
- { no: 9, name: "selected_candidate_pair_id", kind: "scalar", T: 9, req: true },
1178
- { no: 10, name: "local_certificate_id", kind: "scalar", T: 9, req: true },
1179
- { no: 11, name: "remote_certificate_id", kind: "scalar", T: 9, req: true },
1180
- { no: 12, name: "tls_version", kind: "scalar", T: 9, req: true },
1181
- { no: 13, name: "dtls_cipher", kind: "scalar", T: 9, req: true },
1182
- { no: 14, name: "dtls_role", kind: "enum", T: import_protobuf.proto2.getEnumType(DtlsRole), req: true },
1183
- { no: 15, name: "srtp_cipher", kind: "scalar", T: 9, req: true },
1184
- { no: 16, name: "selected_candidate_pair_changes", kind: "scalar", T: 13, req: true }
1185
- ]);
1186
- let TransportStats = _TransportStats;
1187
- const _CandidatePairStats = class _CandidatePairStats extends import_protobuf.Message {
1188
- constructor(data) {
1189
- super();
1190
- import_protobuf.proto2.util.initPartial(data, this);
1191
- }
1192
- static fromBinary(bytes, options) {
1193
- return new _CandidatePairStats().fromBinary(bytes, options);
1194
- }
1195
- static fromJson(jsonValue, options) {
1196
- return new _CandidatePairStats().fromJson(jsonValue, options);
1197
- }
1198
- static fromJsonString(jsonString, options) {
1199
- return new _CandidatePairStats().fromJsonString(jsonString, options);
1200
- }
1201
- static equals(a, b) {
1202
- return import_protobuf.proto2.util.equals(_CandidatePairStats, a, b);
1203
- }
1204
- };
1205
- _CandidatePairStats.runtime = import_protobuf.proto2;
1206
- _CandidatePairStats.typeName = "livekit.proto.CandidatePairStats";
1207
- _CandidatePairStats.fields = import_protobuf.proto2.util.newFieldList(() => [
1208
- { no: 1, name: "transport_id", kind: "scalar", T: 9, req: true },
1209
- { no: 2, name: "local_candidate_id", kind: "scalar", T: 9, req: true },
1210
- { no: 3, name: "remote_candidate_id", kind: "scalar", T: 9, req: true },
1211
- { no: 4, name: "state", kind: "enum", T: import_protobuf.proto2.getEnumType(IceCandidatePairState), opt: true },
1212
- { no: 5, name: "nominated", kind: "scalar", T: 8, req: true },
1213
- { no: 6, name: "packets_sent", kind: "scalar", T: 4, req: true },
1214
- { no: 7, name: "packets_received", kind: "scalar", T: 4, req: true },
1215
- { no: 8, name: "bytes_sent", kind: "scalar", T: 4, req: true },
1216
- { no: 9, name: "bytes_received", kind: "scalar", T: 4, req: true },
1217
- { no: 10, name: "last_packet_sent_timestamp", kind: "scalar", T: 1, req: true },
1218
- { no: 11, name: "last_packet_received_timestamp", kind: "scalar", T: 1, req: true },
1219
- { no: 12, name: "total_round_trip_time", kind: "scalar", T: 1, req: true },
1220
- { no: 13, name: "current_round_trip_time", kind: "scalar", T: 1, req: true },
1221
- { no: 14, name: "available_outgoing_bitrate", kind: "scalar", T: 1, req: true },
1222
- { no: 15, name: "available_incoming_bitrate", kind: "scalar", T: 1, req: true },
1223
- { no: 16, name: "requests_received", kind: "scalar", T: 4, req: true },
1224
- { no: 17, name: "requests_sent", kind: "scalar", T: 4, req: true },
1225
- { no: 18, name: "responses_received", kind: "scalar", T: 4, req: true },
1226
- { no: 19, name: "responses_sent", kind: "scalar", T: 4, req: true },
1227
- { no: 20, name: "consent_requests_sent", kind: "scalar", T: 4, req: true },
1228
- { no: 21, name: "packets_discarded_on_send", kind: "scalar", T: 13, req: true },
1229
- { no: 22, name: "bytes_discarded_on_send", kind: "scalar", T: 4, req: true }
1230
- ]);
1231
- let CandidatePairStats = _CandidatePairStats;
1232
- const _IceCandidateStats = class _IceCandidateStats extends import_protobuf.Message {
1233
- constructor(data) {
1234
- super();
1235
- import_protobuf.proto2.util.initPartial(data, this);
1236
- }
1237
- static fromBinary(bytes, options) {
1238
- return new _IceCandidateStats().fromBinary(bytes, options);
1239
- }
1240
- static fromJson(jsonValue, options) {
1241
- return new _IceCandidateStats().fromJson(jsonValue, options);
1242
- }
1243
- static fromJsonString(jsonString, options) {
1244
- return new _IceCandidateStats().fromJsonString(jsonString, options);
1245
- }
1246
- static equals(a, b) {
1247
- return import_protobuf.proto2.util.equals(_IceCandidateStats, a, b);
1248
- }
1249
- };
1250
- _IceCandidateStats.runtime = import_protobuf.proto2;
1251
- _IceCandidateStats.typeName = "livekit.proto.IceCandidateStats";
1252
- _IceCandidateStats.fields = import_protobuf.proto2.util.newFieldList(() => [
1253
- { no: 1, name: "transport_id", kind: "scalar", T: 9, req: true },
1254
- { no: 2, name: "address", kind: "scalar", T: 9, req: true },
1255
- { no: 3, name: "port", kind: "scalar", T: 5, req: true },
1256
- { no: 4, name: "protocol", kind: "scalar", T: 9, req: true },
1257
- { no: 5, name: "candidate_type", kind: "enum", T: import_protobuf.proto2.getEnumType(IceCandidateType), opt: true },
1258
- { no: 6, name: "priority", kind: "scalar", T: 5, req: true },
1259
- { no: 7, name: "url", kind: "scalar", T: 9, req: true },
1260
- { no: 8, name: "relay_protocol", kind: "enum", T: import_protobuf.proto2.getEnumType(IceServerTransportProtocol), opt: true },
1261
- { no: 9, name: "foundation", kind: "scalar", T: 9, req: true },
1262
- { no: 10, name: "related_address", kind: "scalar", T: 9, req: true },
1263
- { no: 11, name: "related_port", kind: "scalar", T: 5, req: true },
1264
- { no: 12, name: "username_fragment", kind: "scalar", T: 9, req: true },
1265
- { no: 13, name: "tcp_type", kind: "enum", T: import_protobuf.proto2.getEnumType(IceTcpCandidateType), opt: true }
1266
- ]);
1267
- let IceCandidateStats = _IceCandidateStats;
1268
- const _CertificateStats = class _CertificateStats extends import_protobuf.Message {
1269
- constructor(data) {
1270
- super();
1271
- import_protobuf.proto2.util.initPartial(data, this);
1272
- }
1273
- static fromBinary(bytes, options) {
1274
- return new _CertificateStats().fromBinary(bytes, options);
1275
- }
1276
- static fromJson(jsonValue, options) {
1277
- return new _CertificateStats().fromJson(jsonValue, options);
1278
- }
1279
- static fromJsonString(jsonString, options) {
1280
- return new _CertificateStats().fromJsonString(jsonString, options);
1281
- }
1282
- static equals(a, b) {
1283
- return import_protobuf.proto2.util.equals(_CertificateStats, a, b);
1284
- }
1285
- };
1286
- _CertificateStats.runtime = import_protobuf.proto2;
1287
- _CertificateStats.typeName = "livekit.proto.CertificateStats";
1288
- _CertificateStats.fields = import_protobuf.proto2.util.newFieldList(() => [
1289
- { no: 1, name: "fingerprint", kind: "scalar", T: 9, req: true },
1290
- { no: 2, name: "fingerprint_algorithm", kind: "scalar", T: 9, req: true },
1291
- { no: 3, name: "base64_certificate", kind: "scalar", T: 9, req: true },
1292
- { no: 4, name: "issuer_certificate_id", kind: "scalar", T: 9, req: true }
1293
- ]);
1294
- let CertificateStats = _CertificateStats;
1295
- const _StreamStats = class _StreamStats extends import_protobuf.Message {
1296
- constructor(data) {
1297
- super();
1298
- import_protobuf.proto2.util.initPartial(data, this);
1299
- }
1300
- static fromBinary(bytes, options) {
1301
- return new _StreamStats().fromBinary(bytes, options);
1302
- }
1303
- static fromJson(jsonValue, options) {
1304
- return new _StreamStats().fromJson(jsonValue, options);
1305
- }
1306
- static fromJsonString(jsonString, options) {
1307
- return new _StreamStats().fromJsonString(jsonString, options);
1308
- }
1309
- static equals(a, b) {
1310
- return import_protobuf.proto2.util.equals(_StreamStats, a, b);
1311
- }
1312
- };
1313
- _StreamStats.runtime = import_protobuf.proto2;
1314
- _StreamStats.typeName = "livekit.proto.StreamStats";
1315
- _StreamStats.fields = import_protobuf.proto2.util.newFieldList(() => [
1316
- { no: 1, name: "id", kind: "scalar", T: 9, req: true },
1317
- { no: 2, name: "stream_identifier", kind: "scalar", T: 9, req: true }
1318
- ]);
1319
- let StreamStats = _StreamStats;
1320
- // Annotate the CommonJS export names for ESM import in node:
1321
- 0 && (module.exports = {
1322
- AudioPlayoutStats,
1323
- AudioSourceStats,
1324
- CandidatePairStats,
1325
- CertificateStats,
1326
- CodecStats,
1327
- DataChannelState,
1328
- DataChannelStats,
1329
- DtlsRole,
1330
- DtlsTransportState,
1331
- IceCandidatePairState,
1332
- IceCandidateStats,
1333
- IceCandidateType,
1334
- IceRole,
1335
- IceServerTransportProtocol,
1336
- IceTcpCandidateType,
1337
- IceTransportState,
1338
- InboundRtpStreamStats,
1339
- MediaSourceStats,
1340
- OutboundRtpStreamStats,
1341
- PeerConnectionStats,
1342
- QualityLimitationReason,
1343
- ReceivedRtpStreamStats,
1344
- RemoteInboundRtpStreamStats,
1345
- RemoteOutboundRtpStreamStats,
1346
- RtcStats,
1347
- RtcStatsData,
1348
- RtcStats_CandidatePair,
1349
- RtcStats_Certificate,
1350
- RtcStats_Codec,
1351
- RtcStats_DataChannel,
1352
- RtcStats_InboundRtp,
1353
- RtcStats_LocalCandidate,
1354
- RtcStats_MediaPlayout,
1355
- RtcStats_MediaSource,
1356
- RtcStats_OutboundRtp,
1357
- RtcStats_PeerConnection,
1358
- RtcStats_RemoteCandidate,
1359
- RtcStats_RemoteInboundRtp,
1360
- RtcStats_RemoteOutboundRtp,
1361
- RtcStats_Stream,
1362
- RtcStats_Track,
1363
- RtcStats_Transport,
1364
- RtpStreamStats,
1365
- SentRtpStreamStats,
1366
- StreamStats,
1367
- TransportStats,
1368
- VideoSourceStats
1369
- });
1370
- //# sourceMappingURL=stats_pb.cjs.map