@livekit/rtc-node 0.12.1 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/audio_frame.cjs +2 -2
- package/dist/audio_frame.cjs.map +1 -1
- package/dist/audio_frame.d.cts +31 -0
- package/dist/audio_frame.d.ts +11 -5
- package/dist/audio_frame.d.ts.map +1 -1
- package/dist/audio_frame.js +3 -3
- package/dist/audio_frame.js.map +1 -1
- package/dist/audio_resampler.cjs +10 -7
- package/dist/audio_resampler.cjs.map +1 -1
- package/dist/audio_resampler.d.cts +59 -0
- package/dist/audio_resampler.d.ts +11 -3
- package/dist/audio_resampler.d.ts.map +1 -1
- package/dist/audio_resampler.js +13 -10
- package/dist/audio_resampler.js.map +1 -1
- package/dist/audio_source.cjs +6 -4
- package/dist/audio_source.cjs.map +1 -1
- package/dist/audio_source.d.cts +37 -0
- package/dist/audio_source.d.ts +13 -5
- package/dist/audio_source.d.ts.map +1 -1
- package/dist/audio_source.js +9 -7
- package/dist/audio_source.js.map +1 -1
- package/dist/audio_stream.cjs +1 -2
- package/dist/audio_stream.cjs.map +1 -1
- package/dist/audio_stream.d.cts +37 -0
- package/dist/audio_stream.d.ts +16 -5
- package/dist/audio_stream.d.ts.map +1 -1
- package/dist/audio_stream.js +2 -3
- package/dist/audio_stream.js.map +1 -1
- package/dist/e2ee.cjs +19 -20
- package/dist/e2ee.cjs.map +1 -1
- package/dist/e2ee.d.cts +47 -0
- package/dist/e2ee.d.ts +11 -8
- package/dist/e2ee.d.ts.map +1 -1
- package/dist/e2ee.js +29 -30
- package/dist/e2ee.js.map +1 -1
- package/dist/ffi_client.cjs +6 -5
- package/dist/ffi_client.cjs.map +1 -1
- package/dist/ffi_client.d.cts +35 -0
- package/dist/ffi_client.d.ts +23 -11
- package/dist/ffi_client.d.ts.map +1 -1
- package/dist/ffi_client.js +6 -10
- package/dist/ffi_client.js.map +1 -1
- package/dist/index.cjs +16 -49
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +28 -0
- package/dist/index.d.ts +20 -41
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -46
- package/dist/index.js.map +1 -1
- package/dist/napi/native.d.cjs.map +1 -1
- package/dist/napi/native.d.d.cts +21 -0
- package/dist/napi/native.d.d.ts +21 -0
- package/dist/napi/native.d.ts +5 -5
- package/dist/native.d.ts +5 -5
- package/dist/participant.cjs +57 -34
- package/dist/participant.cjs.map +1 -1
- package/dist/participant.d.cts +126 -0
- package/dist/participant.d.ts +34 -20
- package/dist/participant.d.ts.map +1 -1
- package/dist/participant.js +75 -50
- package/dist/participant.js.map +1 -1
- package/dist/proto/audio_frame_pb.cjs +977 -125
- package/dist/proto/audio_frame_pb.cjs.map +1 -1
- package/dist/proto/audio_frame_pb.d.cts +898 -0
- package/dist/proto/audio_frame_pb.d.ts +506 -417
- package/dist/proto/audio_frame_pb.d.ts.map +1 -1
- package/dist/proto/audio_frame_pb.js +943 -85
- package/dist/proto/audio_frame_pb.js.map +1 -1
- package/dist/proto/e2ee_pb.cjs +700 -85
- package/dist/proto/e2ee_pb.cjs.map +1 -1
- package/dist/proto/e2ee_pb.d.cts +653 -0
- package/dist/proto/e2ee_pb.d.ts +333 -263
- package/dist/proto/e2ee_pb.d.ts.map +1 -1
- package/dist/proto/e2ee_pb.js +675 -57
- package/dist/proto/e2ee_pb.js.map +1 -1
- package/dist/proto/ffi_pb.cjs +369 -36
- package/dist/proto/ffi_pb.cjs.map +1 -1
- package/dist/proto/ffi_pb.d.cts +898 -0
- package/dist/proto/ffi_pb.d.ts +164 -112
- package/dist/proto/ffi_pb.d.ts.map +1 -1
- package/dist/proto/ffi_pb.js +364 -29
- package/dist/proto/ffi_pb.js.map +1 -1
- package/dist/proto/handle_pb.cjs +27 -7
- package/dist/proto/handle_pb.cjs.map +1 -1
- package/dist/proto/handle_pb.d.cts +31 -0
- package/dist/proto/handle_pb.d.ts +15 -15
- package/dist/proto/handle_pb.d.ts.map +1 -1
- package/dist/proto/handle_pb.js +26 -5
- package/dist/proto/handle_pb.js.map +1 -1
- package/dist/proto/participant_pb.cjs +112 -15
- package/dist/proto/participant_pb.cjs.map +1 -1
- package/dist/proto/participant_pb.d.cts +181 -0
- package/dist/proto/participant_pb.d.ts +143 -53
- package/dist/proto/participant_pb.d.ts.map +1 -1
- package/dist/proto/participant_pb.js +109 -11
- package/dist/proto/participant_pb.js.map +1 -1
- package/dist/proto/room_pb.cjs +2693 -302
- package/dist/proto/room_pb.cjs.map +1 -1
- package/dist/proto/room_pb.d.cts +2475 -0
- package/dist/proto/room_pb.d.ts +1269 -864
- package/dist/proto/room_pb.d.ts.map +1 -1
- package/dist/proto/room_pb.js +2603 -210
- package/dist/proto/room_pb.js.map +1 -1
- package/dist/proto/rpc_pb.cjs +302 -37
- package/dist/proto/rpc_pb.cjs.map +1 -1
- package/dist/proto/rpc_pb.d.cts +267 -0
- package/dist/proto/rpc_pb.d.ts +140 -108
- package/dist/proto/rpc_pb.d.ts.map +1 -1
- package/dist/proto/rpc_pb.js +291 -25
- package/dist/proto/rpc_pb.js.map +1 -1
- package/dist/proto/stats_pb.cjs +1253 -139
- package/dist/proto/stats_pb.cjs.map +1 -1
- package/dist/proto/stats_pb.d.cts +1764 -0
- package/dist/proto/stats_pb.d.ts +806 -693
- package/dist/proto/stats_pb.d.ts.map +1 -1
- package/dist/proto/stats_pb.js +1216 -93
- package/dist/proto/stats_pb.js.map +1 -1
- package/dist/proto/track_pb.cjs +462 -64
- package/dist/proto/track_pb.cjs.map +1 -1
- package/dist/proto/track_pb.d.cts +434 -0
- package/dist/proto/track_pb.d.ts +254 -220
- package/dist/proto/track_pb.d.ts.map +1 -1
- package/dist/proto/track_pb.js +447 -45
- package/dist/proto/track_pb.js.map +1 -1
- package/dist/proto/track_publication_pb.cjs +130 -0
- package/dist/proto/track_publication_pb.cjs.map +1 -0
- package/dist/proto/track_publication_pb.d.cts +80 -0
- package/dist/proto/track_publication_pb.d.ts +80 -0
- package/dist/proto/track_publication_pb.d.ts.map +1 -0
- package/dist/proto/track_publication_pb.js +103 -0
- package/dist/proto/track_publication_pb.js.map +1 -0
- package/dist/proto/video_frame_pb.cjs +648 -88
- package/dist/proto/video_frame_pb.cjs.map +1 -1
- package/dist/proto/video_frame_pb.d.cts +660 -0
- package/dist/proto/video_frame_pb.d.ts +375 -328
- package/dist/proto/video_frame_pb.d.ts.map +1 -1
- package/dist/proto/video_frame_pb.js +626 -60
- package/dist/proto/video_frame_pb.js.map +1 -1
- package/dist/room.cjs +93 -125
- package/dist/room.cjs.map +1 -1
- package/dist/room.d.cts +123 -0
- package/dist/room.d.ts +37 -34
- package/dist/room.d.ts.map +1 -1
- package/dist/room.js +92 -122
- package/dist/room.js.map +1 -1
- package/dist/rpc.cjs.map +1 -1
- package/dist/rpc.d.cts +81 -0
- package/dist/rpc.d.ts +10 -7
- package/dist/rpc.js.map +1 -1
- package/dist/track.cjs +12 -8
- package/dist/track.cjs.map +1 -1
- package/dist/track.d.cts +45 -0
- package/dist/track.d.ts +30 -20
- package/dist/track.d.ts.map +1 -1
- package/dist/track.js +13 -9
- package/dist/track.js.map +1 -1
- package/dist/track_publication.cjs +21 -12
- package/dist/track_publication.cjs.map +1 -1
- package/dist/track_publication.d.cts +47 -0
- package/dist/track_publication.d.ts +30 -19
- package/dist/track_publication.d.ts.map +1 -1
- package/dist/track_publication.js +22 -13
- package/dist/track_publication.js.map +1 -1
- package/dist/transcription.d.cts +15 -0
- package/dist/transcription.d.ts +4 -3
- package/dist/types.d.cts +9 -0
- package/dist/types.d.ts +3 -2
- package/dist/version.cjs +1 -1
- package/dist/version.cjs.map +1 -1
- package/dist/version.d.cts +3 -0
- package/dist/version.d.ts +3 -2
- package/dist/version.js +1 -1
- package/dist/version.js.map +1 -1
- package/dist/video_frame.cjs +26 -45
- package/dist/video_frame.cjs.map +1 -1
- package/dist/video_frame.d.cts +24 -0
- package/dist/video_frame.d.ts +10 -4
- package/dist/video_frame.d.ts.map +1 -1
- package/dist/video_frame.js +29 -48
- package/dist/video_frame.js.map +1 -1
- package/dist/video_source.cjs +7 -4
- package/dist/video_source.cjs.map +1 -1
- package/dist/video_source.d.cts +22 -0
- package/dist/video_source.d.ts +14 -7
- package/dist/video_source.d.ts.map +1 -1
- package/dist/video_source.js +9 -6
- package/dist/video_source.js.map +1 -1
- package/dist/video_stream.cjs +16 -5
- package/dist/video_stream.cjs.map +1 -1
- package/dist/video_stream.d.cts +40 -0
- package/dist/video_stream.d.ts +18 -7
- package/dist/video_stream.d.ts.map +1 -1
- package/dist/video_stream.js +17 -6
- package/dist/video_stream.js.map +1 -1
- package/package.json +17 -12
- package/src/audio_frame.ts +10 -10
- package/src/audio_resampler.ts +15 -13
- package/src/audio_source.ts +11 -8
- package/src/audio_stream.ts +3 -4
- package/src/e2ee.ts +36 -37
- package/src/ffi_client.ts +8 -16
- package/src/index.ts +5 -68
- package/src/napi/native.d.ts +5 -5
- package/src/participant.ts +100 -72
- package/src/proto/audio_frame_pb.ts +1220 -496
- package/src/proto/e2ee_pb.ts +858 -337
- package/src/proto/ffi_pb.ts +442 -135
- package/src/proto/handle_pb.ts +33 -19
- package/src/proto/participant_pb.ts +225 -60
- package/src/proto/room_pb.ts +3149 -1013
- package/src/proto/rpc_pb.ts +358 -129
- package/src/proto/stats_pb.ts +1891 -877
- package/src/proto/track_pb.ts +587 -253
- package/src/proto/track_publication_pb.ts +180 -0
- package/src/proto/video_frame_pb.ts +861 -394
- package/src/room.ts +143 -188
- package/src/rpc.ts +1 -1
- package/src/track.ts +16 -17
- package/src/track_publication.ts +25 -26
- package/src/version.ts +1 -1
- package/src/video_frame.ts +48 -72
- package/src/video_source.ts +11 -8
- package/src/video_stream.ts +18 -8
package/dist/proto/stats_pb.cjs
CHANGED
|
@@ -18,101 +18,56 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
var stats_pb_exports = {};
|
|
20
20
|
__export(stats_pb_exports, {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
AudioPlayoutStats: () => AudioPlayoutStats,
|
|
22
|
+
AudioSourceStats: () => AudioSourceStats,
|
|
23
|
+
CandidatePairStats: () => CandidatePairStats,
|
|
24
|
+
CertificateStats: () => CertificateStats,
|
|
25
|
+
CodecStats: () => CodecStats,
|
|
26
26
|
DataChannelState: () => DataChannelState,
|
|
27
|
-
|
|
28
|
-
DataChannelStatsSchema: () => DataChannelStatsSchema,
|
|
27
|
+
DataChannelStats: () => DataChannelStats,
|
|
29
28
|
DtlsRole: () => DtlsRole,
|
|
30
|
-
DtlsRoleSchema: () => DtlsRoleSchema,
|
|
31
29
|
DtlsTransportState: () => DtlsTransportState,
|
|
32
|
-
DtlsTransportStateSchema: () => DtlsTransportStateSchema,
|
|
33
30
|
IceCandidatePairState: () => IceCandidatePairState,
|
|
34
|
-
|
|
35
|
-
IceCandidateStatsSchema: () => IceCandidateStatsSchema,
|
|
31
|
+
IceCandidateStats: () => IceCandidateStats,
|
|
36
32
|
IceCandidateType: () => IceCandidateType,
|
|
37
|
-
IceCandidateTypeSchema: () => IceCandidateTypeSchema,
|
|
38
33
|
IceRole: () => IceRole,
|
|
39
|
-
IceRoleSchema: () => IceRoleSchema,
|
|
40
34
|
IceServerTransportProtocol: () => IceServerTransportProtocol,
|
|
41
|
-
IceServerTransportProtocolSchema: () => IceServerTransportProtocolSchema,
|
|
42
35
|
IceTcpCandidateType: () => IceTcpCandidateType,
|
|
43
|
-
IceTcpCandidateTypeSchema: () => IceTcpCandidateTypeSchema,
|
|
44
36
|
IceTransportState: () => IceTransportState,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
PeerConnectionStatsSchema: () => PeerConnectionStatsSchema,
|
|
37
|
+
InboundRtpStreamStats: () => InboundRtpStreamStats,
|
|
38
|
+
MediaSourceStats: () => MediaSourceStats,
|
|
39
|
+
OutboundRtpStreamStats: () => OutboundRtpStreamStats,
|
|
40
|
+
PeerConnectionStats: () => PeerConnectionStats,
|
|
50
41
|
QualityLimitationReason: () => QualityLimitationReason,
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
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
|
|
77
68
|
});
|
|
78
69
|
module.exports = __toCommonJS(stats_pb_exports);
|
|
79
|
-
var
|
|
80
|
-
const file_stats = /* @__PURE__ */ (0, import_codegenv1.fileDesc)("CgtzdGF0cy5wcm90bxINbGl2ZWtpdC5wcm90byLZFwoIUnRjU3RhdHMSLgoFY29kZWMYAyABKAsyHS5saXZla2l0LnByb3RvLlJ0Y1N0YXRzLkNvZGVjSAASOQoLaW5ib3VuZF9ydHAYBCABKAsyIi5saXZla2l0LnByb3RvLlJ0Y1N0YXRzLkluYm91bmRSdHBIABI7CgxvdXRib3VuZF9ydHAYBSABKAsyIy5saXZla2l0LnByb3RvLlJ0Y1N0YXRzLk91dGJvdW5kUnRwSAASRgoScmVtb3RlX2luYm91bmRfcnRwGAYgASgLMigubGl2ZWtpdC5wcm90by5SdGNTdGF0cy5SZW1vdGVJbmJvdW5kUnRwSAASSAoTcmVtb3RlX291dGJvdW5kX3J0cBgHIAEoCzIpLmxpdmVraXQucHJvdG8uUnRjU3RhdHMuUmVtb3RlT3V0Ym91bmRSdHBIABI7CgxtZWRpYV9zb3VyY2UYCCABKAsyIy5saXZla2l0LnByb3RvLlJ0Y1N0YXRzLk1lZGlhU291cmNlSAASPQoNbWVkaWFfcGxheW91dBgJIAEoCzIkLmxpdmVraXQucHJvdG8uUnRjU3RhdHMuTWVkaWFQbGF5b3V0SAASQQoPcGVlcl9jb25uZWN0aW9uGAogASgLMiYubGl2ZWtpdC5wcm90by5SdGNTdGF0cy5QZWVyQ29ubmVjdGlvbkgAEjsKDGRhdGFfY2hhbm5lbBgLIAEoCzIjLmxpdmVraXQucHJvdG8uUnRjU3RhdHMuRGF0YUNoYW5uZWxIABI2Cgl0cmFuc3BvcnQYDCABKAsyIS5saXZla2l0LnByb3RvLlJ0Y1N0YXRzLlRyYW5zcG9ydEgAEj8KDmNhbmRpZGF0ZV9wYWlyGA0gASgLMiUubGl2ZWtpdC5wcm90by5SdGNTdGF0cy5DYW5kaWRhdGVQYWlySAASQQoPbG9jYWxfY2FuZGlkYXRlGA4gASgLMiYubGl2ZWtpdC5wcm90by5SdGNTdGF0cy5Mb2NhbENhbmRpZGF0ZUgAEkMKEHJlbW90ZV9jYW5kaWRhdGUYDyABKAsyJy5saXZla2l0LnByb3RvLlJ0Y1N0YXRzLlJlbW90ZUNhbmRpZGF0ZUgAEjoKC2NlcnRpZmljYXRlGBAgASgLMiMubGl2ZWtpdC5wcm90by5SdGNTdGF0cy5DZXJ0aWZpY2F0ZUgAEi4KBXRyYWNrGBEgASgLMh0ubGl2ZWtpdC5wcm90by5SdGNTdGF0cy5UcmFja0gAGlsKBUNvZGVjEigKA3J0YxgBIAIoCzIbLmxpdmVraXQucHJvdG8uUnRjU3RhdHNEYXRhEigKBWNvZGVjGAIgAigLMhkubGl2ZWtpdC5wcm90by5Db2RlY1N0YXRzGtUBCgpJbmJvdW5kUnRwEigKA3J0YxgBIAIoCzIbLmxpdmVraXQucHJvdG8uUnRjU3RhdHNEYXRhEi0KBnN0cmVhbRgCIAIoCzIdLmxpdmVraXQucHJvdG8uUnRwU3RyZWFtU3RhdHMSNwoIcmVjZWl2ZWQYAyACKAsyJS5saXZla2l0LnByb3RvLlJlY2VpdmVkUnRwU3RyZWFtU3RhdHMSNQoHaW5ib3VuZBgEIAIoCzIkLmxpdmVraXQucHJvdG8uSW5ib3VuZFJ0cFN0cmVhbVN0YXRzGtABCgtPdXRib3VuZFJ0cBIoCgNydGMYASACKAsyGy5saXZla2l0LnByb3RvLlJ0Y1N0YXRzRGF0YRItCgZzdHJlYW0YAiACKAsyHS5saXZla2l0LnByb3RvLlJ0cFN0cmVhbVN0YXRzEi8KBHNlbnQYAyACKAsyIS5saXZla2l0LnByb3RvLlNlbnRSdHBTdHJlYW1TdGF0cxI3CghvdXRib3VuZBgEIAIoCzIlLmxpdmVraXQucHJvdG8uT3V0Ym91bmRSdHBTdHJlYW1TdGF0cxroAQoQUmVtb3RlSW5ib3VuZFJ0cBIoCgNydGMYASACKAsyGy5saXZla2l0LnByb3RvLlJ0Y1N0YXRzRGF0YRItCgZzdHJlYW0YAiACKAsyHS5saXZla2l0LnByb3RvLlJ0cFN0cmVhbVN0YXRzEjcKCHJlY2VpdmVkGAMgAigLMiUubGl2ZWtpdC5wcm90by5SZWNlaXZlZFJ0cFN0cmVhbVN0YXRzEkIKDnJlbW90ZV9pbmJvdW5kGAQgAigLMioubGl2ZWtpdC5wcm90by5SZW1vdGVJbmJvdW5kUnRwU3RyZWFtU3RhdHMa4wEKEVJlbW90ZU91dGJvdW5kUnRwEigKA3J0YxgBIAIoCzIbLmxpdmVraXQucHJvdG8uUnRjU3RhdHNEYXRhEi0KBnN0cmVhbRgCIAIoCzIdLmxpdmVraXQucHJvdG8uUnRwU3RyZWFtU3RhdHMSLwoEc2VudBgDIAIoCzIhLmxpdmVraXQucHJvdG8uU2VudFJ0cFN0cmVhbVN0YXRzEkQKD3JlbW90ZV9vdXRib3VuZBgEIAIoCzIrLmxpdmVraXQucHJvdG8uUmVtb3RlT3V0Ym91bmRSdHBTdHJlYW1TdGF0cxrIAQoLTWVkaWFTb3VyY2USKAoDcnRjGAEgAigLMhsubGl2ZWtpdC5wcm90by5SdGNTdGF0c0RhdGESLwoGc291cmNlGAIgAigLMh8ubGl2ZWtpdC5wcm90by5NZWRpYVNvdXJjZVN0YXRzEi4KBWF1ZGlvGAMgAigLMh8ubGl2ZWtpdC5wcm90by5BdWRpb1NvdXJjZVN0YXRzEi4KBXZpZGVvGAQgAigLMh8ubGl2ZWtpdC5wcm90by5WaWRlb1NvdXJjZVN0YXRzGnEKDE1lZGlhUGxheW91dBIoCgNydGMYASACKAsyGy5saXZla2l0LnByb3RvLlJ0Y1N0YXRzRGF0YRI3Cg1hdWRpb19wbGF5b3V0GAIgAigLMiAubGl2ZWtpdC5wcm90by5BdWRpb1BsYXlvdXRTdGF0cxpqCg5QZWVyQ29ubmVjdGlvbhIoCgNydGMYASACKAsyGy5saXZla2l0LnByb3RvLlJ0Y1N0YXRzRGF0YRIuCgJwYxgCIAIoCzIiLmxpdmVraXQucHJvdG8uUGVlckNvbm5lY3Rpb25TdGF0cxpkCgtEYXRhQ2hhbm5lbBIoCgNydGMYASACKAsyGy5saXZla2l0LnByb3RvLlJ0Y1N0YXRzRGF0YRIrCgJkYxgCIAIoCzIfLmxpdmVraXQucHJvdG8uRGF0YUNoYW5uZWxTdGF0cxpnCglUcmFuc3BvcnQSKAoDcnRjGAEgAigLMhsubGl2ZWtpdC5wcm90by5SdGNTdGF0c0RhdGESMAoJdHJhbnNwb3J0GAIgAigLMh0ubGl2ZWtpdC5wcm90by5UcmFuc3BvcnRTdGF0cxp0Cg1DYW5kaWRhdGVQYWlyEigKA3J0YxgBIAIoCzIbLmxpdmVraXQucHJvdG8uUnRjU3RhdHNEYXRhEjkKDmNhbmRpZGF0ZV9wYWlyGAIgAigLMiEubGl2ZWtpdC5wcm90by5DYW5kaWRhdGVQYWlyU3RhdHMabwoOTG9jYWxDYW5kaWRhdGUSKAoDcnRjGAEgAigLMhsubGl2ZWtpdC5wcm90by5SdGNTdGF0c0RhdGESMwoJY2FuZGlkYXRlGAIgAigLMiAubGl2ZWtpdC5wcm90by5JY2VDYW5kaWRhdGVTdGF0cxpwCg9SZW1vdGVDYW5kaWRhdGUSKAoDcnRjGAEgAigLMhsubGl2ZWtpdC5wcm90by5SdGNTdGF0c0RhdGESMwoJY2FuZGlkYXRlGAIgAigLMiAubGl2ZWtpdC5wcm90by5JY2VDYW5kaWRhdGVTdGF0cxptCgtDZXJ0aWZpY2F0ZRIoCgNydGMYASACKAsyGy5saXZla2l0LnByb3RvLlJ0Y1N0YXRzRGF0YRI0CgtjZXJ0aWZpY2F0ZRgCIAIoCzIfLmxpdmVraXQucHJvdG8uQ2VydGlmaWNhdGVTdGF0cxoHCgVUcmFja0IHCgVzdGF0cyItCgxSdGNTdGF0c0RhdGESCgoCaWQYASACKAkSEQoJdGltZXN0YW1wGAIgAigDIogBCgpDb2RlY1N0YXRzEhQKDHBheWxvYWRfdHlwZRgBIAIoDRIUCgx0cmFuc3BvcnRfaWQYAiACKAkSEQoJbWltZV90eXBlGAMgAigJEhIKCmNsb2NrX3JhdGUYBCACKA0SEAoIY2hhbm5lbHMYBSACKA0SFQoNc2RwX2ZtdHBfbGluZRgGIAIoCSJUCg5SdHBTdHJlYW1TdGF0cxIMCgRzc3JjGAEgAigNEgwKBGtpbmQYAiACKAkSFAoMdHJhbnNwb3J0X2lkGAMgAigJEhAKCGNvZGVjX2lkGAQgAigJIlgKFlJlY2VpdmVkUnRwU3RyZWFtU3RhdHMSGAoQcGFja2V0c19yZWNlaXZlZBgBIAIoBBIUCgxwYWNrZXRzX2xvc3QYAiACKAMSDgoGaml0dGVyGAMgAigBIoIMChVJbmJvdW5kUnRwU3RyZWFtU3RhdHMSGAoQdHJhY2tfaWRlbnRpZmllchgBIAIoCRILCgNtaWQYAiACKAkSEQoJcmVtb3RlX2lkGAMgAigJEhYKDmZyYW1lc19kZWNvZGVkGAQgAigNEhoKEmtleV9mcmFtZXNfZGVjb2RlZBgFIAIoDRIXCg9mcmFtZXNfcmVuZGVyZWQYBiACKA0SFgoOZnJhbWVzX2Ryb3BwZWQYByACKA0SEwoLZnJhbWVfd2lkdGgYCCACKA0SFAoMZnJhbWVfaGVpZ2h0GAkgAigNEhkKEWZyYW1lc19wZXJfc2Vjb25kGAogAigBEg4KBnFwX3N1bRgLIAIoBBIZChF0b3RhbF9kZWNvZGVfdGltZRgMIAIoARIfChd0b3RhbF9pbnRlcl9mcmFtZV9kZWxheRgNIAIoARInCh90b3RhbF9zcXVhcmVkX2ludGVyX2ZyYW1lX2RlbGF5GA4gAigBEhMKC3BhdXNlX2NvdW50GA8gAigNEhwKFHRvdGFsX3BhdXNlX2R1cmF0aW9uGBAgAigBEhQKDGZyZWV6ZV9jb3VudBgRIAIoDRIdChV0b3RhbF9mcmVlemVfZHVyYXRpb24YEiACKAESJgoebGFzdF9wYWNrZXRfcmVjZWl2ZWRfdGltZXN0YW1wGBMgAigBEh0KFWhlYWRlcl9ieXRlc19yZWNlaXZlZBgUIAIoBBIZChFwYWNrZXRzX2Rpc2NhcmRlZBgVIAIoBBIaChJmZWNfYnl0ZXNfcmVjZWl2ZWQYFiACKAQSHAoUZmVjX3BhY2tldHNfcmVjZWl2ZWQYFyACKAQSHQoVZmVjX3BhY2tldHNfZGlzY2FyZGVkGBggAigEEhYKDmJ5dGVzX3JlY2VpdmVkGBkgAigEEhIKCm5hY2tfY291bnQYGiACKA0SEQoJZmlyX2NvdW50GBsgAigNEhEKCXBsaV9jb3VudBgcIAIoDRIeChZ0b3RhbF9wcm9jZXNzaW5nX2RlbGF5GB0gAigBEiMKG2VzdGltYXRlZF9wbGF5b3V0X3RpbWVzdGFtcBgeIAIoARIbChNqaXR0ZXJfYnVmZmVyX2RlbGF5GB8gAigBEiIKGmppdHRlcl9idWZmZXJfdGFyZ2V0X2RlbGF5GCAgAigBEiMKG2ppdHRlcl9idWZmZXJfZW1pdHRlZF9jb3VudBghIAIoBBIjChtqaXR0ZXJfYnVmZmVyX21pbmltdW1fZGVsYXkYIiACKAESHgoWdG90YWxfc2FtcGxlc19yZWNlaXZlZBgjIAIoBBIZChFjb25jZWFsZWRfc2FtcGxlcxgkIAIoBBIgChhzaWxlbnRfY29uY2VhbGVkX3NhbXBsZXMYJSACKAQSGgoSY29uY2VhbG1lbnRfZXZlbnRzGCYgAigEEikKIWluc2VydGVkX3NhbXBsZXNfZm9yX2RlY2VsZXJhdGlvbhgnIAIoBBIoCiByZW1vdmVkX3NhbXBsZXNfZm9yX2FjY2VsZXJhdGlvbhgoIAIoBBITCgthdWRpb19sZXZlbBgpIAIoARIaChJ0b3RhbF9hdWRpb19lbmVyZ3kYKiACKAESHgoWdG90YWxfc2FtcGxlc19kdXJhdGlvbhgrIAIoARIXCg9mcmFtZXNfcmVjZWl2ZWQYLCACKAQSHgoWZGVjb2Rlcl9pbXBsZW1lbnRhdGlvbhgtIAIoCRISCgpwbGF5b3V0X2lkGC4gAigJEh8KF3Bvd2VyX2VmZmljaWVudF9kZWNvZGVyGC8gAigIEi4KJmZyYW1lc19hc3NlbWJsZWRfZnJvbV9tdWx0aXBsZV9wYWNrZXRzGDAgAigEEhsKE3RvdGFsX2Fzc2VtYmx5X3RpbWUYMSACKAESJgoecmV0cmFuc21pdHRlZF9wYWNrZXRzX3JlY2VpdmVkGDIgAigEEiQKHHJldHJhbnNtaXR0ZWRfYnl0ZXNfcmVjZWl2ZWQYMyACKAQSEAoIcnR4X3NzcmMYNCACKA0SEAoIZmVjX3NzcmMYNSACKA0iPgoSU2VudFJ0cFN0cmVhbVN0YXRzEhQKDHBhY2tldHNfc2VudBgBIAIoBBISCgpieXRlc19zZW50GAIgAigEItEHChZPdXRib3VuZFJ0cFN0cmVhbVN0YXRzEgsKA21pZBgBIAIoCRIXCg9tZWRpYV9zb3VyY2VfaWQYAiACKAkSEQoJcmVtb3RlX2lkGAMgAigJEgsKA3JpZBgEIAIoCRIZChFoZWFkZXJfYnl0ZXNfc2VudBgFIAIoBBIiChpyZXRyYW5zbWl0dGVkX3BhY2tldHNfc2VudBgGIAIoBBIgChhyZXRyYW5zbWl0dGVkX2J5dGVzX3NlbnQYByACKAQSEAoIcnR4X3NzcmMYCCACKA0SFgoOdGFyZ2V0X2JpdHJhdGUYCSACKAESIgoadG90YWxfZW5jb2RlZF9ieXRlc190YXJnZXQYCiACKAQSEwoLZnJhbWVfd2lkdGgYCyACKA0SFAoMZnJhbWVfaGVpZ2h0GAwgAigNEhkKEWZyYW1lc19wZXJfc2Vjb25kGA0gAigBEhMKC2ZyYW1lc19zZW50GA4gAigNEhgKEGh1Z2VfZnJhbWVzX3NlbnQYDyACKA0SFgoOZnJhbWVzX2VuY29kZWQYECACKA0SGgoSa2V5X2ZyYW1lc19lbmNvZGVkGBEgAigNEg4KBnFwX3N1bRgSIAIoBBIZChF0b3RhbF9lbmNvZGVfdGltZRgTIAIoARIfChd0b3RhbF9wYWNrZXRfc2VuZF9kZWxheRgUIAIoARJJChlxdWFsaXR5X2xpbWl0YXRpb25fcmVhc29uGBUgAigOMiYubGl2ZWtpdC5wcm90by5RdWFsaXR5TGltaXRhdGlvblJlYXNvbhJrChxxdWFsaXR5X2xpbWl0YXRpb25fZHVyYXRpb25zGBYgAygLMkUubGl2ZWtpdC5wcm90by5PdXRib3VuZFJ0cFN0cmVhbVN0YXRzLlF1YWxpdHlMaW1pdGF0aW9uRHVyYXRpb25zRW50cnkSLQolcXVhbGl0eV9saW1pdGF0aW9uX3Jlc29sdXRpb25fY2hhbmdlcxgXIAIoDRISCgpuYWNrX2NvdW50GBggAigNEhEKCWZpcl9jb3VudBgZIAIoDRIRCglwbGlfY291bnQYGiACKA0SHgoWZW5jb2Rlcl9pbXBsZW1lbnRhdGlvbhgbIAIoCRIfChdwb3dlcl9lZmZpY2llbnRfZW5jb2RlchgcIAIoCBIOCgZhY3RpdmUYHSACKAgSGAoQc2NhbGFiaWxpdHlfbW9kZRgeIAIoCRpBCh9RdWFsaXR5TGltaXRhdGlvbkR1cmF0aW9uc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoAToCOAEipAEKG1JlbW90ZUluYm91bmRSdHBTdHJlYW1TdGF0cxIQCghsb2NhbF9pZBgBIAIoCRIXCg9yb3VuZF90cmlwX3RpbWUYAiACKAESHQoVdG90YWxfcm91bmRfdHJpcF90aW1lGAMgAigBEhUKDWZyYWN0aW9uX2xvc3QYBCACKAESJAoccm91bmRfdHJpcF90aW1lX21lYXN1cmVtZW50cxgFIAIoBCK+AQocUmVtb3RlT3V0Ym91bmRSdHBTdHJlYW1TdGF0cxIQCghsb2NhbF9pZBgBIAIoCRIYChByZW1vdGVfdGltZXN0YW1wGAIgAigBEhQKDHJlcG9ydHNfc2VudBgDIAIoBBIXCg9yb3VuZF90cmlwX3RpbWUYBCACKAESHQoVdG90YWxfcm91bmRfdHJpcF90aW1lGAUgAigBEiQKHHJvdW5kX3RyaXBfdGltZV9tZWFzdXJlbWVudHMYBiACKAQiOgoQTWVkaWFTb3VyY2VTdGF0cxIYChB0cmFja19pZGVudGlmaWVyGAEgAigJEgwKBGtpbmQYAiACKAkiogIKEEF1ZGlvU291cmNlU3RhdHMSEwoLYXVkaW9fbGV2ZWwYASACKAESGgoSdG90YWxfYXVkaW9fZW5lcmd5GAIgAigBEh4KFnRvdGFsX3NhbXBsZXNfZHVyYXRpb24YAyACKAESGAoQZWNob19yZXR1cm5fbG9zcxgEIAIoARIkChxlY2hvX3JldHVybl9sb3NzX2VuaGFuY2VtZW50GAUgAigBEiAKGGRyb3BwZWRfc2FtcGxlc19kdXJhdGlvbhgGIAIoARIeChZkcm9wcGVkX3NhbXBsZXNfZXZlbnRzGAcgAigNEhsKE3RvdGFsX2NhcHR1cmVfZGVsYXkYCCACKAESHgoWdG90YWxfc2FtcGxlc19jYXB0dXJlZBgJIAIoBCJcChBWaWRlb1NvdXJjZVN0YXRzEg0KBXdpZHRoGAEgAigNEg4KBmhlaWdodBgCIAIoDRIOCgZmcmFtZXMYAyACKA0SGQoRZnJhbWVzX3Blcl9zZWNvbmQYBCACKAEixQEKEUF1ZGlvUGxheW91dFN0YXRzEgwKBGtpbmQYASACKAkSJAocc3ludGhlc2l6ZWRfc2FtcGxlc19kdXJhdGlvbhgCIAIoARIiChpzeW50aGVzaXplZF9zYW1wbGVzX2V2ZW50cxgDIAIoDRIeChZ0b3RhbF9zYW1wbGVzX2R1cmF0aW9uGAQgAigBEhsKE3RvdGFsX3BsYXlvdXRfZGVsYXkYBSACKAESGwoTdG90YWxfc2FtcGxlc19jb3VudBgGIAIoBCJRChNQZWVyQ29ubmVjdGlvblN0YXRzEhwKFGRhdGFfY2hhbm5lbHNfb3BlbmVkGAEgAigNEhwKFGRhdGFfY2hhbm5lbHNfY2xvc2VkGAIgAigNIuIBChBEYXRhQ2hhbm5lbFN0YXRzEg0KBWxhYmVsGAEgAigJEhAKCHByb3RvY29sGAIgAigJEh8KF2RhdGFfY2hhbm5lbF9pZGVudGlmaWVyGAMgAigFEi4KBXN0YXRlGAQgASgOMh8ubGl2ZWtpdC5wcm90by5EYXRhQ2hhbm5lbFN0YXRlEhUKDW1lc3NhZ2VzX3NlbnQYBSACKA0SEgoKYnl0ZXNfc2VudBgGIAIoBBIZChFtZXNzYWdlc19yZWNlaXZlZBgHIAIoDRIWCg5ieXRlc19yZWNlaXZlZBgIIAIoBCKcBAoOVHJhbnNwb3J0U3RhdHMSFAoMcGFja2V0c19zZW50GAEgAigEEhgKEHBhY2tldHNfcmVjZWl2ZWQYAiACKAQSEgoKYnl0ZXNfc2VudBgDIAIoBBIWCg5ieXRlc19yZWNlaXZlZBgEIAIoBBIoCghpY2Vfcm9sZRgFIAIoDjIWLmxpdmVraXQucHJvdG8uSWNlUm9sZRIjChtpY2VfbG9jYWxfdXNlcm5hbWVfZnJhZ21lbnQYBiACKAkSNQoKZHRsc19zdGF0ZRgHIAEoDjIhLmxpdmVraXQucHJvdG8uRHRsc1RyYW5zcG9ydFN0YXRlEjMKCWljZV9zdGF0ZRgIIAEoDjIgLmxpdmVraXQucHJvdG8uSWNlVHJhbnNwb3J0U3RhdGUSIgoac2VsZWN0ZWRfY2FuZGlkYXRlX3BhaXJfaWQYCSACKAkSHAoUbG9jYWxfY2VydGlmaWNhdGVfaWQYCiACKAkSHQoVcmVtb3RlX2NlcnRpZmljYXRlX2lkGAsgAigJEhMKC3Rsc192ZXJzaW9uGAwgAigJEhMKC2R0bHNfY2lwaGVyGA0gAigJEioKCWR0bHNfcm9sZRgOIAIoDjIXLmxpdmVraXQucHJvdG8uRHRsc1JvbGUSEwoLc3J0cF9jaXBoZXIYDyACKAkSJwofc2VsZWN0ZWRfY2FuZGlkYXRlX3BhaXJfY2hhbmdlcxgQIAIoDSKkBQoSQ2FuZGlkYXRlUGFpclN0YXRzEhQKDHRyYW5zcG9ydF9pZBgBIAIoCRIaChJsb2NhbF9jYW5kaWRhdGVfaWQYAiACKAkSGwoTcmVtb3RlX2NhbmRpZGF0ZV9pZBgDIAIoCRIzCgVzdGF0ZRgEIAEoDjIkLmxpdmVraXQucHJvdG8uSWNlQ2FuZGlkYXRlUGFpclN0YXRlEhEKCW5vbWluYXRlZBgFIAIoCBIUCgxwYWNrZXRzX3NlbnQYBiACKAQSGAoQcGFja2V0c19yZWNlaXZlZBgHIAIoBBISCgpieXRlc19zZW50GAggAigEEhYKDmJ5dGVzX3JlY2VpdmVkGAkgAigEEiIKGmxhc3RfcGFja2V0X3NlbnRfdGltZXN0YW1wGAogAigBEiYKHmxhc3RfcGFja2V0X3JlY2VpdmVkX3RpbWVzdGFtcBgLIAIoARIdChV0b3RhbF9yb3VuZF90cmlwX3RpbWUYDCACKAESHwoXY3VycmVudF9yb3VuZF90cmlwX3RpbWUYDSACKAESIgoaYXZhaWxhYmxlX291dGdvaW5nX2JpdHJhdGUYDiACKAESIgoaYXZhaWxhYmxlX2luY29taW5nX2JpdHJhdGUYDyACKAESGQoRcmVxdWVzdHNfcmVjZWl2ZWQYECACKAQSFQoNcmVxdWVzdHNfc2VudBgRIAIoBBIaChJyZXNwb25zZXNfcmVjZWl2ZWQYEiACKAQSFgoOcmVzcG9uc2VzX3NlbnQYEyACKAQSHQoVY29uc2VudF9yZXF1ZXN0c19zZW50GBQgAigEEiEKGXBhY2tldHNfZGlzY2FyZGVkX29uX3NlbmQYFSACKA0SHwoXYnl0ZXNfZGlzY2FyZGVkX29uX3NlbmQYFiACKAQiiQMKEUljZUNhbmRpZGF0ZVN0YXRzEhQKDHRyYW5zcG9ydF9pZBgBIAIoCRIPCgdhZGRyZXNzGAIgAigJEgwKBHBvcnQYAyACKAUSEAoIcHJvdG9jb2wYBCACKAkSNwoOY2FuZGlkYXRlX3R5cGUYBSABKA4yHy5saXZla2l0LnByb3RvLkljZUNhbmRpZGF0ZVR5cGUSEAoIcHJpb3JpdHkYBiACKAUSCwoDdXJsGAcgAigJEkEKDnJlbGF5X3Byb3RvY29sGAggASgOMikubGl2ZWtpdC5wcm90by5JY2VTZXJ2ZXJUcmFuc3BvcnRQcm90b2NvbBISCgpmb3VuZGF0aW9uGAkgAigJEhcKD3JlbGF0ZWRfYWRkcmVzcxgKIAIoCRIUCgxyZWxhdGVkX3BvcnQYCyACKAUSGQoRdXNlcm5hbWVfZnJhZ21lbnQYDCACKAkSNAoIdGNwX3R5cGUYDSABKA4yIi5saXZla2l0LnByb3RvLkljZVRjcENhbmRpZGF0ZVR5cGUigQEKEENlcnRpZmljYXRlU3RhdHMSEwoLZmluZ2VycHJpbnQYASACKAkSHQoVZmluZ2VycHJpbnRfYWxnb3JpdGhtGAIgAigJEhoKEmJhc2U2NF9jZXJ0aWZpY2F0ZRgDIAIoCRIdChVpc3N1ZXJfY2VydGlmaWNhdGVfaWQYBCACKAkqUQoQRGF0YUNoYW5uZWxTdGF0ZRIRCg1EQ19DT05ORUNUSU5HEAASCwoHRENfT1BFThABEg4KCkRDX0NMT1NJTkcQAhINCglEQ19DTE9TRUQQAypyChdRdWFsaXR5TGltaXRhdGlvblJlYXNvbhITCg9MSU1JVEFUSU9OX05PTkUQABISCg5MSU1JVEFUSU9OX0NQVRABEhgKFExJTUlUQVRJT05fQkFORFdJRFRIEAISFAoQTElNSVRBVElPTl9PVEhFUhADKkMKB0ljZVJvbGUSDwoLSUNFX1VOS05PV04QABITCg9JQ0VfQ09OVFJPTExJTkcQARISCg5JQ0VfQ09OVFJPTExFRBACKp8BChJEdGxzVHJhbnNwb3J0U3RhdGUSFgoSRFRMU19UUkFOU1BPUlRfTkVXEAASHQoZRFRMU19UUkFOU1BPUlRfQ09OTkVDVElORxABEhwKGERUTFNfVFJBTlNQT1JUX0NPTk5FQ1RFRBACEhkKFURUTFNfVFJBTlNQT1JUX0NMT1NFRBADEhkKFURUTFNfVFJBTlNQT1JUX0ZBSUxFRBAEKtQBChFJY2VUcmFuc3BvcnRTdGF0ZRIVChFJQ0VfVFJBTlNQT1JUX05FVxAAEhoKFklDRV9UUkFOU1BPUlRfQ0hFQ0tJTkcQARIbChdJQ0VfVFJBTlNQT1JUX0NPTk5FQ1RFRBACEhsKF0lDRV9UUkFOU1BPUlRfQ09NUExFVEVEEAMSHgoaSUNFX1RSQU5TUE9SVF9ESVNDT05ORUNURUQQBBIYChRJQ0VfVFJBTlNQT1JUX0ZBSUxFRBAFEhgKFElDRV9UUkFOU1BPUlRfQ0xPU0VEEAYqPgoIRHRsc1JvbGUSDwoLRFRMU19DTElFTlQQABIPCgtEVExTX1NFUlZFUhABEhAKDERUTFNfVU5LTk9XThACKnUKFUljZUNhbmRpZGF0ZVBhaXJTdGF0ZRIPCgtQQUlSX0ZST1pFThAAEhAKDFBBSVJfV0FJVElORxABEhQKEFBBSVJfSU5fUFJPR1JFU1MQAhIPCgtQQUlSX0ZBSUxFRBADEhIKDlBBSVJfU1VDQ0VFREVEEAQqPQoQSWNlQ2FuZGlkYXRlVHlwZRIICgRIT1NUEAASCQoFU1JGTFgQARIJCgVQUkZMWBACEgkKBVJFTEFZEAMqVQoaSWNlU2VydmVyVHJhbnNwb3J0UHJvdG9jb2wSEQoNVFJBTlNQT1JUX1VEUBAAEhEKDVRSQU5TUE9SVF9UQ1AQARIRCg1UUkFOU1BPUlRfVExTEAIqVAoTSWNlVGNwQ2FuZGlkYXRlVHlwZRIUChBDQU5ESURBVEVfQUNUSVZFEAASFQoRQ0FORElEQVRFX1BBU1NJVkUQARIQCgxDQU5ESURBVEVfU08QAkIQqgINTGl2ZUtpdC5Qcm90bw");
|
|
81
|
-
const RtcStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0);
|
|
82
|
-
const RtcStats_CodecSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 0);
|
|
83
|
-
const RtcStats_InboundRtpSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 1);
|
|
84
|
-
const RtcStats_OutboundRtpSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 2);
|
|
85
|
-
const RtcStats_RemoteInboundRtpSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 3);
|
|
86
|
-
const RtcStats_RemoteOutboundRtpSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 4);
|
|
87
|
-
const RtcStats_MediaSourceSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 5);
|
|
88
|
-
const RtcStats_MediaPlayoutSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 6);
|
|
89
|
-
const RtcStats_PeerConnectionSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 7);
|
|
90
|
-
const RtcStats_DataChannelSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 8);
|
|
91
|
-
const RtcStats_TransportSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 9);
|
|
92
|
-
const RtcStats_CandidatePairSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 10);
|
|
93
|
-
const RtcStats_LocalCandidateSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 11);
|
|
94
|
-
const RtcStats_RemoteCandidateSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 12);
|
|
95
|
-
const RtcStats_CertificateSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 13);
|
|
96
|
-
const RtcStats_TrackSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 0, 14);
|
|
97
|
-
const RtcStatsDataSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 1);
|
|
98
|
-
const CodecStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 2);
|
|
99
|
-
const RtpStreamStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 3);
|
|
100
|
-
const ReceivedRtpStreamStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 4);
|
|
101
|
-
const InboundRtpStreamStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 5);
|
|
102
|
-
const SentRtpStreamStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 6);
|
|
103
|
-
const OutboundRtpStreamStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 7);
|
|
104
|
-
const RemoteInboundRtpStreamStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 8);
|
|
105
|
-
const RemoteOutboundRtpStreamStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 9);
|
|
106
|
-
const MediaSourceStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 10);
|
|
107
|
-
const AudioSourceStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 11);
|
|
108
|
-
const VideoSourceStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 12);
|
|
109
|
-
const AudioPlayoutStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 13);
|
|
110
|
-
const PeerConnectionStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 14);
|
|
111
|
-
const DataChannelStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 15);
|
|
112
|
-
const TransportStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 16);
|
|
113
|
-
const CandidatePairStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 17);
|
|
114
|
-
const IceCandidateStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 18);
|
|
115
|
-
const CertificateStatsSchema = /* @__PURE__ */ (0, import_codegenv1.messageDesc)(file_stats, 19);
|
|
70
|
+
var import_protobuf = require("@bufbuild/protobuf");
|
|
116
71
|
var DataChannelState = /* @__PURE__ */ ((DataChannelState2) => {
|
|
117
72
|
DataChannelState2[DataChannelState2["DC_CONNECTING"] = 0] = "DC_CONNECTING";
|
|
118
73
|
DataChannelState2[DataChannelState2["DC_OPEN"] = 1] = "DC_OPEN";
|
|
@@ -120,7 +75,12 @@ var DataChannelState = /* @__PURE__ */ ((DataChannelState2) => {
|
|
|
120
75
|
DataChannelState2[DataChannelState2["DC_CLOSED"] = 3] = "DC_CLOSED";
|
|
121
76
|
return DataChannelState2;
|
|
122
77
|
})(DataChannelState || {});
|
|
123
|
-
|
|
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
|
+
]);
|
|
124
84
|
var QualityLimitationReason = /* @__PURE__ */ ((QualityLimitationReason2) => {
|
|
125
85
|
QualityLimitationReason2[QualityLimitationReason2["LIMITATION_NONE"] = 0] = "LIMITATION_NONE";
|
|
126
86
|
QualityLimitationReason2[QualityLimitationReason2["LIMITATION_CPU"] = 1] = "LIMITATION_CPU";
|
|
@@ -128,14 +88,23 @@ var QualityLimitationReason = /* @__PURE__ */ ((QualityLimitationReason2) => {
|
|
|
128
88
|
QualityLimitationReason2[QualityLimitationReason2["LIMITATION_OTHER"] = 3] = "LIMITATION_OTHER";
|
|
129
89
|
return QualityLimitationReason2;
|
|
130
90
|
})(QualityLimitationReason || {});
|
|
131
|
-
|
|
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
|
+
]);
|
|
132
97
|
var IceRole = /* @__PURE__ */ ((IceRole2) => {
|
|
133
98
|
IceRole2[IceRole2["ICE_UNKNOWN"] = 0] = "ICE_UNKNOWN";
|
|
134
99
|
IceRole2[IceRole2["ICE_CONTROLLING"] = 1] = "ICE_CONTROLLING";
|
|
135
100
|
IceRole2[IceRole2["ICE_CONTROLLED"] = 2] = "ICE_CONTROLLED";
|
|
136
101
|
return IceRole2;
|
|
137
102
|
})(IceRole || {});
|
|
138
|
-
|
|
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
|
+
]);
|
|
139
108
|
var DtlsTransportState = /* @__PURE__ */ ((DtlsTransportState2) => {
|
|
140
109
|
DtlsTransportState2[DtlsTransportState2["DTLS_TRANSPORT_NEW"] = 0] = "DTLS_TRANSPORT_NEW";
|
|
141
110
|
DtlsTransportState2[DtlsTransportState2["DTLS_TRANSPORT_CONNECTING"] = 1] = "DTLS_TRANSPORT_CONNECTING";
|
|
@@ -144,7 +113,13 @@ var DtlsTransportState = /* @__PURE__ */ ((DtlsTransportState2) => {
|
|
|
144
113
|
DtlsTransportState2[DtlsTransportState2["DTLS_TRANSPORT_FAILED"] = 4] = "DTLS_TRANSPORT_FAILED";
|
|
145
114
|
return DtlsTransportState2;
|
|
146
115
|
})(DtlsTransportState || {});
|
|
147
|
-
|
|
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
|
+
]);
|
|
148
123
|
var IceTransportState = /* @__PURE__ */ ((IceTransportState2) => {
|
|
149
124
|
IceTransportState2[IceTransportState2["ICE_TRANSPORT_NEW"] = 0] = "ICE_TRANSPORT_NEW";
|
|
150
125
|
IceTransportState2[IceTransportState2["ICE_TRANSPORT_CHECKING"] = 1] = "ICE_TRANSPORT_CHECKING";
|
|
@@ -155,14 +130,26 @@ var IceTransportState = /* @__PURE__ */ ((IceTransportState2) => {
|
|
|
155
130
|
IceTransportState2[IceTransportState2["ICE_TRANSPORT_CLOSED"] = 6] = "ICE_TRANSPORT_CLOSED";
|
|
156
131
|
return IceTransportState2;
|
|
157
132
|
})(IceTransportState || {});
|
|
158
|
-
|
|
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
|
+
]);
|
|
159
142
|
var DtlsRole = /* @__PURE__ */ ((DtlsRole2) => {
|
|
160
143
|
DtlsRole2[DtlsRole2["DTLS_CLIENT"] = 0] = "DTLS_CLIENT";
|
|
161
144
|
DtlsRole2[DtlsRole2["DTLS_SERVER"] = 1] = "DTLS_SERVER";
|
|
162
145
|
DtlsRole2[DtlsRole2["DTLS_UNKNOWN"] = 2] = "DTLS_UNKNOWN";
|
|
163
146
|
return DtlsRole2;
|
|
164
147
|
})(DtlsRole || {});
|
|
165
|
-
|
|
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
|
+
]);
|
|
166
153
|
var IceCandidatePairState = /* @__PURE__ */ ((IceCandidatePairState2) => {
|
|
167
154
|
IceCandidatePairState2[IceCandidatePairState2["PAIR_FROZEN"] = 0] = "PAIR_FROZEN";
|
|
168
155
|
IceCandidatePairState2[IceCandidatePairState2["PAIR_WAITING"] = 1] = "PAIR_WAITING";
|
|
@@ -171,7 +158,13 @@ var IceCandidatePairState = /* @__PURE__ */ ((IceCandidatePairState2) => {
|
|
|
171
158
|
IceCandidatePairState2[IceCandidatePairState2["PAIR_SUCCEEDED"] = 4] = "PAIR_SUCCEEDED";
|
|
172
159
|
return IceCandidatePairState2;
|
|
173
160
|
})(IceCandidatePairState || {});
|
|
174
|
-
|
|
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
|
+
]);
|
|
175
168
|
var IceCandidateType = /* @__PURE__ */ ((IceCandidateType2) => {
|
|
176
169
|
IceCandidateType2[IceCandidateType2["HOST"] = 0] = "HOST";
|
|
177
170
|
IceCandidateType2[IceCandidateType2["SRFLX"] = 1] = "SRFLX";
|
|
@@ -179,78 +172,1199 @@ var IceCandidateType = /* @__PURE__ */ ((IceCandidateType2) => {
|
|
|
179
172
|
IceCandidateType2[IceCandidateType2["RELAY"] = 3] = "RELAY";
|
|
180
173
|
return IceCandidateType2;
|
|
181
174
|
})(IceCandidateType || {});
|
|
182
|
-
|
|
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
|
+
]);
|
|
183
181
|
var IceServerTransportProtocol = /* @__PURE__ */ ((IceServerTransportProtocol2) => {
|
|
184
182
|
IceServerTransportProtocol2[IceServerTransportProtocol2["TRANSPORT_UDP"] = 0] = "TRANSPORT_UDP";
|
|
185
183
|
IceServerTransportProtocol2[IceServerTransportProtocol2["TRANSPORT_TCP"] = 1] = "TRANSPORT_TCP";
|
|
186
184
|
IceServerTransportProtocol2[IceServerTransportProtocol2["TRANSPORT_TLS"] = 2] = "TRANSPORT_TLS";
|
|
187
185
|
return IceServerTransportProtocol2;
|
|
188
186
|
})(IceServerTransportProtocol || {});
|
|
189
|
-
|
|
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
|
+
]);
|
|
190
192
|
var IceTcpCandidateType = /* @__PURE__ */ ((IceTcpCandidateType2) => {
|
|
191
193
|
IceTcpCandidateType2[IceTcpCandidateType2["CANDIDATE_ACTIVE"] = 0] = "CANDIDATE_ACTIVE";
|
|
192
194
|
IceTcpCandidateType2[IceTcpCandidateType2["CANDIDATE_PASSIVE"] = 1] = "CANDIDATE_PASSIVE";
|
|
193
195
|
IceTcpCandidateType2[IceTcpCandidateType2["CANDIDATE_SO"] = 2] = "CANDIDATE_SO";
|
|
194
196
|
return IceTcpCandidateType2;
|
|
195
197
|
})(IceTcpCandidateType || {});
|
|
196
|
-
|
|
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;
|
|
197
1320
|
// Annotate the CommonJS export names for ESM import in node:
|
|
198
1321
|
0 && (module.exports = {
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
1322
|
+
AudioPlayoutStats,
|
|
1323
|
+
AudioSourceStats,
|
|
1324
|
+
CandidatePairStats,
|
|
1325
|
+
CertificateStats,
|
|
1326
|
+
CodecStats,
|
|
204
1327
|
DataChannelState,
|
|
205
|
-
|
|
206
|
-
DataChannelStatsSchema,
|
|
1328
|
+
DataChannelStats,
|
|
207
1329
|
DtlsRole,
|
|
208
|
-
DtlsRoleSchema,
|
|
209
1330
|
DtlsTransportState,
|
|
210
|
-
DtlsTransportStateSchema,
|
|
211
1331
|
IceCandidatePairState,
|
|
212
|
-
|
|
213
|
-
IceCandidateStatsSchema,
|
|
1332
|
+
IceCandidateStats,
|
|
214
1333
|
IceCandidateType,
|
|
215
|
-
IceCandidateTypeSchema,
|
|
216
1334
|
IceRole,
|
|
217
|
-
IceRoleSchema,
|
|
218
1335
|
IceServerTransportProtocol,
|
|
219
|
-
IceServerTransportProtocolSchema,
|
|
220
1336
|
IceTcpCandidateType,
|
|
221
|
-
IceTcpCandidateTypeSchema,
|
|
222
1337
|
IceTransportState,
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
PeerConnectionStatsSchema,
|
|
1338
|
+
InboundRtpStreamStats,
|
|
1339
|
+
MediaSourceStats,
|
|
1340
|
+
OutboundRtpStreamStats,
|
|
1341
|
+
PeerConnectionStats,
|
|
228
1342
|
QualityLimitationReason,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
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
|
|
255
1369
|
});
|
|
256
1370
|
//# sourceMappingURL=stats_pb.cjs.map
|