@livekit/rtc-node 0.12.2 → 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 +2 -3
- package/dist/audio_frame.d.ts +2 -3
- 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 +2 -3
- package/dist/audio_resampler.d.ts +2 -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 +3 -3
- package/dist/audio_source.d.ts +3 -3
- 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 +2 -3
- package/dist/audio_stream.d.ts +2 -3
- 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 +0 -1
- package/dist/e2ee.d.ts +0 -1
- 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 +10 -10
- package/dist/ffi_client.d.ts +10 -10
- 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 +6 -35
- package/dist/index.d.ts +6 -35
- 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.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 +10 -10
- package/dist/participant.d.ts +10 -10
- 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 +502 -417
- package/dist/proto/audio_frame_pb.d.ts +502 -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 +331 -263
- package/dist/proto/e2ee_pb.d.ts +331 -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 +156 -109
- package/dist/proto/ffi_pb.d.ts +156 -109
- 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 +13 -15
- package/dist/proto/handle_pb.d.ts +13 -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 +140 -52
- package/dist/proto/participant_pb.d.ts +140 -52
- 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 +1265 -862
- package/dist/proto/room_pb.d.ts +1265 -862
- 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 +138 -108
- package/dist/proto/rpc_pb.d.ts +138 -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 +803 -692
- package/dist/proto/stats_pb.d.ts +803 -692
- 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 +250 -218
- package/dist/proto/track_pb.d.ts +250 -218
- 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 +371 -328
- package/dist/proto/video_frame_pb.d.ts +371 -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 +6 -17
- package/dist/room.d.ts +6 -17
- 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 +0 -1
- package/dist/rpc.d.ts +0 -1
- 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 +8 -9
- package/dist/track.d.ts +8 -9
- 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 +12 -13
- package/dist/track_publication.d.ts +12 -13
- 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/version.cjs +1 -1
- package/dist/version.cjs.map +1 -1
- package/dist/version.d.cts +1 -1
- package/dist/version.d.ts +1 -1
- 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 +2 -3
- package/dist/video_frame.d.ts +2 -3
- 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 +4 -4
- package/dist/video_source.d.ts +4 -4
- 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 +3 -4
- package/dist/video_stream.d.ts +3 -4
- 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 +9 -9
- 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.d.ts
CHANGED
|
@@ -1,14 +1,223 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Message } from '@bufbuild/protobuf';
|
|
1
|
+
import { Message, PartialMessage, proto2, FieldList, BinaryReadOptions, JsonValue, JsonReadOptions, PlainMessage } from '@bufbuild/protobuf';
|
|
3
2
|
|
|
4
3
|
/**
|
|
5
|
-
*
|
|
4
|
+
* @generated from enum livekit.proto.DataChannelState
|
|
5
|
+
*/
|
|
6
|
+
declare enum DataChannelState {
|
|
7
|
+
/**
|
|
8
|
+
* @generated from enum value: DC_CONNECTING = 0;
|
|
9
|
+
*/
|
|
10
|
+
DC_CONNECTING = 0,
|
|
11
|
+
/**
|
|
12
|
+
* @generated from enum value: DC_OPEN = 1;
|
|
13
|
+
*/
|
|
14
|
+
DC_OPEN = 1,
|
|
15
|
+
/**
|
|
16
|
+
* @generated from enum value: DC_CLOSING = 2;
|
|
17
|
+
*/
|
|
18
|
+
DC_CLOSING = 2,
|
|
19
|
+
/**
|
|
20
|
+
* @generated from enum value: DC_CLOSED = 3;
|
|
21
|
+
*/
|
|
22
|
+
DC_CLOSED = 3
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @generated from enum livekit.proto.QualityLimitationReason
|
|
26
|
+
*/
|
|
27
|
+
declare enum QualityLimitationReason {
|
|
28
|
+
/**
|
|
29
|
+
* @generated from enum value: LIMITATION_NONE = 0;
|
|
30
|
+
*/
|
|
31
|
+
LIMITATION_NONE = 0,
|
|
32
|
+
/**
|
|
33
|
+
* @generated from enum value: LIMITATION_CPU = 1;
|
|
34
|
+
*/
|
|
35
|
+
LIMITATION_CPU = 1,
|
|
36
|
+
/**
|
|
37
|
+
* @generated from enum value: LIMITATION_BANDWIDTH = 2;
|
|
38
|
+
*/
|
|
39
|
+
LIMITATION_BANDWIDTH = 2,
|
|
40
|
+
/**
|
|
41
|
+
* @generated from enum value: LIMITATION_OTHER = 3;
|
|
42
|
+
*/
|
|
43
|
+
LIMITATION_OTHER = 3
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @generated from enum livekit.proto.IceRole
|
|
47
|
+
*/
|
|
48
|
+
declare enum IceRole {
|
|
49
|
+
/**
|
|
50
|
+
* @generated from enum value: ICE_UNKNOWN = 0;
|
|
51
|
+
*/
|
|
52
|
+
ICE_UNKNOWN = 0,
|
|
53
|
+
/**
|
|
54
|
+
* @generated from enum value: ICE_CONTROLLING = 1;
|
|
55
|
+
*/
|
|
56
|
+
ICE_CONTROLLING = 1,
|
|
57
|
+
/**
|
|
58
|
+
* @generated from enum value: ICE_CONTROLLED = 2;
|
|
59
|
+
*/
|
|
60
|
+
ICE_CONTROLLED = 2
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @generated from enum livekit.proto.DtlsTransportState
|
|
64
|
+
*/
|
|
65
|
+
declare enum DtlsTransportState {
|
|
66
|
+
/**
|
|
67
|
+
* @generated from enum value: DTLS_TRANSPORT_NEW = 0;
|
|
68
|
+
*/
|
|
69
|
+
DTLS_TRANSPORT_NEW = 0,
|
|
70
|
+
/**
|
|
71
|
+
* @generated from enum value: DTLS_TRANSPORT_CONNECTING = 1;
|
|
72
|
+
*/
|
|
73
|
+
DTLS_TRANSPORT_CONNECTING = 1,
|
|
74
|
+
/**
|
|
75
|
+
* @generated from enum value: DTLS_TRANSPORT_CONNECTED = 2;
|
|
76
|
+
*/
|
|
77
|
+
DTLS_TRANSPORT_CONNECTED = 2,
|
|
78
|
+
/**
|
|
79
|
+
* @generated from enum value: DTLS_TRANSPORT_CLOSED = 3;
|
|
80
|
+
*/
|
|
81
|
+
DTLS_TRANSPORT_CLOSED = 3,
|
|
82
|
+
/**
|
|
83
|
+
* @generated from enum value: DTLS_TRANSPORT_FAILED = 4;
|
|
84
|
+
*/
|
|
85
|
+
DTLS_TRANSPORT_FAILED = 4
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* @generated from enum livekit.proto.IceTransportState
|
|
89
|
+
*/
|
|
90
|
+
declare enum IceTransportState {
|
|
91
|
+
/**
|
|
92
|
+
* @generated from enum value: ICE_TRANSPORT_NEW = 0;
|
|
93
|
+
*/
|
|
94
|
+
ICE_TRANSPORT_NEW = 0,
|
|
95
|
+
/**
|
|
96
|
+
* @generated from enum value: ICE_TRANSPORT_CHECKING = 1;
|
|
97
|
+
*/
|
|
98
|
+
ICE_TRANSPORT_CHECKING = 1,
|
|
99
|
+
/**
|
|
100
|
+
* @generated from enum value: ICE_TRANSPORT_CONNECTED = 2;
|
|
101
|
+
*/
|
|
102
|
+
ICE_TRANSPORT_CONNECTED = 2,
|
|
103
|
+
/**
|
|
104
|
+
* @generated from enum value: ICE_TRANSPORT_COMPLETED = 3;
|
|
105
|
+
*/
|
|
106
|
+
ICE_TRANSPORT_COMPLETED = 3,
|
|
107
|
+
/**
|
|
108
|
+
* @generated from enum value: ICE_TRANSPORT_DISCONNECTED = 4;
|
|
109
|
+
*/
|
|
110
|
+
ICE_TRANSPORT_DISCONNECTED = 4,
|
|
111
|
+
/**
|
|
112
|
+
* @generated from enum value: ICE_TRANSPORT_FAILED = 5;
|
|
113
|
+
*/
|
|
114
|
+
ICE_TRANSPORT_FAILED = 5,
|
|
115
|
+
/**
|
|
116
|
+
* @generated from enum value: ICE_TRANSPORT_CLOSED = 6;
|
|
117
|
+
*/
|
|
118
|
+
ICE_TRANSPORT_CLOSED = 6
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* @generated from enum livekit.proto.DtlsRole
|
|
122
|
+
*/
|
|
123
|
+
declare enum DtlsRole {
|
|
124
|
+
/**
|
|
125
|
+
* @generated from enum value: DTLS_CLIENT = 0;
|
|
126
|
+
*/
|
|
127
|
+
DTLS_CLIENT = 0,
|
|
128
|
+
/**
|
|
129
|
+
* @generated from enum value: DTLS_SERVER = 1;
|
|
130
|
+
*/
|
|
131
|
+
DTLS_SERVER = 1,
|
|
132
|
+
/**
|
|
133
|
+
* @generated from enum value: DTLS_UNKNOWN = 2;
|
|
134
|
+
*/
|
|
135
|
+
DTLS_UNKNOWN = 2
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* @generated from enum livekit.proto.IceCandidatePairState
|
|
139
|
+
*/
|
|
140
|
+
declare enum IceCandidatePairState {
|
|
141
|
+
/**
|
|
142
|
+
* @generated from enum value: PAIR_FROZEN = 0;
|
|
143
|
+
*/
|
|
144
|
+
PAIR_FROZEN = 0,
|
|
145
|
+
/**
|
|
146
|
+
* @generated from enum value: PAIR_WAITING = 1;
|
|
147
|
+
*/
|
|
148
|
+
PAIR_WAITING = 1,
|
|
149
|
+
/**
|
|
150
|
+
* @generated from enum value: PAIR_IN_PROGRESS = 2;
|
|
151
|
+
*/
|
|
152
|
+
PAIR_IN_PROGRESS = 2,
|
|
153
|
+
/**
|
|
154
|
+
* @generated from enum value: PAIR_FAILED = 3;
|
|
155
|
+
*/
|
|
156
|
+
PAIR_FAILED = 3,
|
|
157
|
+
/**
|
|
158
|
+
* @generated from enum value: PAIR_SUCCEEDED = 4;
|
|
159
|
+
*/
|
|
160
|
+
PAIR_SUCCEEDED = 4
|
|
161
|
+
}
|
|
162
|
+
/**
|
|
163
|
+
* @generated from enum livekit.proto.IceCandidateType
|
|
164
|
+
*/
|
|
165
|
+
declare enum IceCandidateType {
|
|
166
|
+
/**
|
|
167
|
+
* @generated from enum value: HOST = 0;
|
|
168
|
+
*/
|
|
169
|
+
HOST = 0,
|
|
170
|
+
/**
|
|
171
|
+
* @generated from enum value: SRFLX = 1;
|
|
172
|
+
*/
|
|
173
|
+
SRFLX = 1,
|
|
174
|
+
/**
|
|
175
|
+
* @generated from enum value: PRFLX = 2;
|
|
176
|
+
*/
|
|
177
|
+
PRFLX = 2,
|
|
178
|
+
/**
|
|
179
|
+
* @generated from enum value: RELAY = 3;
|
|
180
|
+
*/
|
|
181
|
+
RELAY = 3
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* @generated from enum livekit.proto.IceServerTransportProtocol
|
|
185
|
+
*/
|
|
186
|
+
declare enum IceServerTransportProtocol {
|
|
187
|
+
/**
|
|
188
|
+
* @generated from enum value: TRANSPORT_UDP = 0;
|
|
189
|
+
*/
|
|
190
|
+
TRANSPORT_UDP = 0,
|
|
191
|
+
/**
|
|
192
|
+
* @generated from enum value: TRANSPORT_TCP = 1;
|
|
193
|
+
*/
|
|
194
|
+
TRANSPORT_TCP = 1,
|
|
195
|
+
/**
|
|
196
|
+
* @generated from enum value: TRANSPORT_TLS = 2;
|
|
197
|
+
*/
|
|
198
|
+
TRANSPORT_TLS = 2
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* @generated from enum livekit.proto.IceTcpCandidateType
|
|
6
202
|
*/
|
|
7
|
-
declare
|
|
203
|
+
declare enum IceTcpCandidateType {
|
|
204
|
+
/**
|
|
205
|
+
* @generated from enum value: CANDIDATE_ACTIVE = 0;
|
|
206
|
+
*/
|
|
207
|
+
CANDIDATE_ACTIVE = 0,
|
|
208
|
+
/**
|
|
209
|
+
* @generated from enum value: CANDIDATE_PASSIVE = 1;
|
|
210
|
+
*/
|
|
211
|
+
CANDIDATE_PASSIVE = 1,
|
|
212
|
+
/**
|
|
213
|
+
* @generated from enum value: CANDIDATE_SO = 2;
|
|
214
|
+
*/
|
|
215
|
+
CANDIDATE_SO = 2
|
|
216
|
+
}
|
|
8
217
|
/**
|
|
9
218
|
* @generated from message livekit.proto.RtcStats
|
|
10
219
|
*/
|
|
11
|
-
|
|
220
|
+
declare class RtcStats extends Message<RtcStats> {
|
|
12
221
|
/**
|
|
13
222
|
* @generated from oneof livekit.proto.RtcStats.stats
|
|
14
223
|
*/
|
|
@@ -98,7 +307,13 @@ type RtcStats = Message<"livekit.proto.RtcStats"> & {
|
|
|
98
307
|
case: "certificate";
|
|
99
308
|
} | {
|
|
100
309
|
/**
|
|
101
|
-
* @generated from field: livekit.proto.RtcStats.
|
|
310
|
+
* @generated from field: livekit.proto.RtcStats.Stream stream = 17;
|
|
311
|
+
*/
|
|
312
|
+
value: RtcStats_Stream;
|
|
313
|
+
case: "stream";
|
|
314
|
+
} | {
|
|
315
|
+
/**
|
|
316
|
+
* @generated from field: livekit.proto.RtcStats.Track track = 18;
|
|
102
317
|
*/
|
|
103
318
|
value: RtcStats_Track;
|
|
104
319
|
case: "track";
|
|
@@ -106,16 +321,19 @@ type RtcStats = Message<"livekit.proto.RtcStats"> & {
|
|
|
106
321
|
case: undefined;
|
|
107
322
|
value?: undefined;
|
|
108
323
|
};
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
324
|
+
constructor(data?: PartialMessage<RtcStats>);
|
|
325
|
+
static readonly runtime: typeof proto2;
|
|
326
|
+
static readonly typeName = "livekit.proto.RtcStats";
|
|
327
|
+
static readonly fields: FieldList;
|
|
328
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats;
|
|
329
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats;
|
|
330
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats;
|
|
331
|
+
static equals(a: RtcStats | PlainMessage<RtcStats> | undefined, b: RtcStats | PlainMessage<RtcStats> | undefined): boolean;
|
|
332
|
+
}
|
|
115
333
|
/**
|
|
116
334
|
* @generated from message livekit.proto.RtcStats.Codec
|
|
117
335
|
*/
|
|
118
|
-
|
|
336
|
+
declare class RtcStats_Codec extends Message<RtcStats_Codec> {
|
|
119
337
|
/**
|
|
120
338
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
121
339
|
*/
|
|
@@ -124,16 +342,19 @@ type RtcStats_Codec = Message<"livekit.proto.RtcStats.Codec"> & {
|
|
|
124
342
|
* @generated from field: required livekit.proto.CodecStats codec = 2;
|
|
125
343
|
*/
|
|
126
344
|
codec?: CodecStats;
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
345
|
+
constructor(data?: PartialMessage<RtcStats_Codec>);
|
|
346
|
+
static readonly runtime: typeof proto2;
|
|
347
|
+
static readonly typeName = "livekit.proto.RtcStats.Codec";
|
|
348
|
+
static readonly fields: FieldList;
|
|
349
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_Codec;
|
|
350
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_Codec;
|
|
351
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_Codec;
|
|
352
|
+
static equals(a: RtcStats_Codec | PlainMessage<RtcStats_Codec> | undefined, b: RtcStats_Codec | PlainMessage<RtcStats_Codec> | undefined): boolean;
|
|
353
|
+
}
|
|
133
354
|
/**
|
|
134
355
|
* @generated from message livekit.proto.RtcStats.InboundRtp
|
|
135
356
|
*/
|
|
136
|
-
|
|
357
|
+
declare class RtcStats_InboundRtp extends Message<RtcStats_InboundRtp> {
|
|
137
358
|
/**
|
|
138
359
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
139
360
|
*/
|
|
@@ -150,16 +371,19 @@ type RtcStats_InboundRtp = Message<"livekit.proto.RtcStats.InboundRtp"> & {
|
|
|
150
371
|
* @generated from field: required livekit.proto.InboundRtpStreamStats inbound = 4;
|
|
151
372
|
*/
|
|
152
373
|
inbound?: InboundRtpStreamStats;
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
374
|
+
constructor(data?: PartialMessage<RtcStats_InboundRtp>);
|
|
375
|
+
static readonly runtime: typeof proto2;
|
|
376
|
+
static readonly typeName = "livekit.proto.RtcStats.InboundRtp";
|
|
377
|
+
static readonly fields: FieldList;
|
|
378
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_InboundRtp;
|
|
379
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_InboundRtp;
|
|
380
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_InboundRtp;
|
|
381
|
+
static equals(a: RtcStats_InboundRtp | PlainMessage<RtcStats_InboundRtp> | undefined, b: RtcStats_InboundRtp | PlainMessage<RtcStats_InboundRtp> | undefined): boolean;
|
|
382
|
+
}
|
|
159
383
|
/**
|
|
160
384
|
* @generated from message livekit.proto.RtcStats.OutboundRtp
|
|
161
385
|
*/
|
|
162
|
-
|
|
386
|
+
declare class RtcStats_OutboundRtp extends Message<RtcStats_OutboundRtp> {
|
|
163
387
|
/**
|
|
164
388
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
165
389
|
*/
|
|
@@ -176,16 +400,19 @@ type RtcStats_OutboundRtp = Message<"livekit.proto.RtcStats.OutboundRtp"> & {
|
|
|
176
400
|
* @generated from field: required livekit.proto.OutboundRtpStreamStats outbound = 4;
|
|
177
401
|
*/
|
|
178
402
|
outbound?: OutboundRtpStreamStats;
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
403
|
+
constructor(data?: PartialMessage<RtcStats_OutboundRtp>);
|
|
404
|
+
static readonly runtime: typeof proto2;
|
|
405
|
+
static readonly typeName = "livekit.proto.RtcStats.OutboundRtp";
|
|
406
|
+
static readonly fields: FieldList;
|
|
407
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_OutboundRtp;
|
|
408
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_OutboundRtp;
|
|
409
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_OutboundRtp;
|
|
410
|
+
static equals(a: RtcStats_OutboundRtp | PlainMessage<RtcStats_OutboundRtp> | undefined, b: RtcStats_OutboundRtp | PlainMessage<RtcStats_OutboundRtp> | undefined): boolean;
|
|
411
|
+
}
|
|
185
412
|
/**
|
|
186
413
|
* @generated from message livekit.proto.RtcStats.RemoteInboundRtp
|
|
187
414
|
*/
|
|
188
|
-
|
|
415
|
+
declare class RtcStats_RemoteInboundRtp extends Message<RtcStats_RemoteInboundRtp> {
|
|
189
416
|
/**
|
|
190
417
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
191
418
|
*/
|
|
@@ -202,16 +429,19 @@ type RtcStats_RemoteInboundRtp = Message<"livekit.proto.RtcStats.RemoteInboundRt
|
|
|
202
429
|
* @generated from field: required livekit.proto.RemoteInboundRtpStreamStats remote_inbound = 4;
|
|
203
430
|
*/
|
|
204
431
|
remoteInbound?: RemoteInboundRtpStreamStats;
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
432
|
+
constructor(data?: PartialMessage<RtcStats_RemoteInboundRtp>);
|
|
433
|
+
static readonly runtime: typeof proto2;
|
|
434
|
+
static readonly typeName = "livekit.proto.RtcStats.RemoteInboundRtp";
|
|
435
|
+
static readonly fields: FieldList;
|
|
436
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_RemoteInboundRtp;
|
|
437
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_RemoteInboundRtp;
|
|
438
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_RemoteInboundRtp;
|
|
439
|
+
static equals(a: RtcStats_RemoteInboundRtp | PlainMessage<RtcStats_RemoteInboundRtp> | undefined, b: RtcStats_RemoteInboundRtp | PlainMessage<RtcStats_RemoteInboundRtp> | undefined): boolean;
|
|
440
|
+
}
|
|
211
441
|
/**
|
|
212
442
|
* @generated from message livekit.proto.RtcStats.RemoteOutboundRtp
|
|
213
443
|
*/
|
|
214
|
-
|
|
444
|
+
declare class RtcStats_RemoteOutboundRtp extends Message<RtcStats_RemoteOutboundRtp> {
|
|
215
445
|
/**
|
|
216
446
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
217
447
|
*/
|
|
@@ -228,16 +458,19 @@ type RtcStats_RemoteOutboundRtp = Message<"livekit.proto.RtcStats.RemoteOutbound
|
|
|
228
458
|
* @generated from field: required livekit.proto.RemoteOutboundRtpStreamStats remote_outbound = 4;
|
|
229
459
|
*/
|
|
230
460
|
remoteOutbound?: RemoteOutboundRtpStreamStats;
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
461
|
+
constructor(data?: PartialMessage<RtcStats_RemoteOutboundRtp>);
|
|
462
|
+
static readonly runtime: typeof proto2;
|
|
463
|
+
static readonly typeName = "livekit.proto.RtcStats.RemoteOutboundRtp";
|
|
464
|
+
static readonly fields: FieldList;
|
|
465
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_RemoteOutboundRtp;
|
|
466
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_RemoteOutboundRtp;
|
|
467
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_RemoteOutboundRtp;
|
|
468
|
+
static equals(a: RtcStats_RemoteOutboundRtp | PlainMessage<RtcStats_RemoteOutboundRtp> | undefined, b: RtcStats_RemoteOutboundRtp | PlainMessage<RtcStats_RemoteOutboundRtp> | undefined): boolean;
|
|
469
|
+
}
|
|
237
470
|
/**
|
|
238
471
|
* @generated from message livekit.proto.RtcStats.MediaSource
|
|
239
472
|
*/
|
|
240
|
-
|
|
473
|
+
declare class RtcStats_MediaSource extends Message<RtcStats_MediaSource> {
|
|
241
474
|
/**
|
|
242
475
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
243
476
|
*/
|
|
@@ -254,16 +487,19 @@ type RtcStats_MediaSource = Message<"livekit.proto.RtcStats.MediaSource"> & {
|
|
|
254
487
|
* @generated from field: required livekit.proto.VideoSourceStats video = 4;
|
|
255
488
|
*/
|
|
256
489
|
video?: VideoSourceStats;
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
490
|
+
constructor(data?: PartialMessage<RtcStats_MediaSource>);
|
|
491
|
+
static readonly runtime: typeof proto2;
|
|
492
|
+
static readonly typeName = "livekit.proto.RtcStats.MediaSource";
|
|
493
|
+
static readonly fields: FieldList;
|
|
494
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_MediaSource;
|
|
495
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_MediaSource;
|
|
496
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_MediaSource;
|
|
497
|
+
static equals(a: RtcStats_MediaSource | PlainMessage<RtcStats_MediaSource> | undefined, b: RtcStats_MediaSource | PlainMessage<RtcStats_MediaSource> | undefined): boolean;
|
|
498
|
+
}
|
|
263
499
|
/**
|
|
264
500
|
* @generated from message livekit.proto.RtcStats.MediaPlayout
|
|
265
501
|
*/
|
|
266
|
-
|
|
502
|
+
declare class RtcStats_MediaPlayout extends Message<RtcStats_MediaPlayout> {
|
|
267
503
|
/**
|
|
268
504
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
269
505
|
*/
|
|
@@ -272,16 +508,19 @@ type RtcStats_MediaPlayout = Message<"livekit.proto.RtcStats.MediaPlayout"> & {
|
|
|
272
508
|
* @generated from field: required livekit.proto.AudioPlayoutStats audio_playout = 2;
|
|
273
509
|
*/
|
|
274
510
|
audioPlayout?: AudioPlayoutStats;
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
511
|
+
constructor(data?: PartialMessage<RtcStats_MediaPlayout>);
|
|
512
|
+
static readonly runtime: typeof proto2;
|
|
513
|
+
static readonly typeName = "livekit.proto.RtcStats.MediaPlayout";
|
|
514
|
+
static readonly fields: FieldList;
|
|
515
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_MediaPlayout;
|
|
516
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_MediaPlayout;
|
|
517
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_MediaPlayout;
|
|
518
|
+
static equals(a: RtcStats_MediaPlayout | PlainMessage<RtcStats_MediaPlayout> | undefined, b: RtcStats_MediaPlayout | PlainMessage<RtcStats_MediaPlayout> | undefined): boolean;
|
|
519
|
+
}
|
|
281
520
|
/**
|
|
282
521
|
* @generated from message livekit.proto.RtcStats.PeerConnection
|
|
283
522
|
*/
|
|
284
|
-
|
|
523
|
+
declare class RtcStats_PeerConnection extends Message<RtcStats_PeerConnection> {
|
|
285
524
|
/**
|
|
286
525
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
287
526
|
*/
|
|
@@ -290,16 +529,19 @@ type RtcStats_PeerConnection = Message<"livekit.proto.RtcStats.PeerConnection">
|
|
|
290
529
|
* @generated from field: required livekit.proto.PeerConnectionStats pc = 2;
|
|
291
530
|
*/
|
|
292
531
|
pc?: PeerConnectionStats;
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
532
|
+
constructor(data?: PartialMessage<RtcStats_PeerConnection>);
|
|
533
|
+
static readonly runtime: typeof proto2;
|
|
534
|
+
static readonly typeName = "livekit.proto.RtcStats.PeerConnection";
|
|
535
|
+
static readonly fields: FieldList;
|
|
536
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_PeerConnection;
|
|
537
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_PeerConnection;
|
|
538
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_PeerConnection;
|
|
539
|
+
static equals(a: RtcStats_PeerConnection | PlainMessage<RtcStats_PeerConnection> | undefined, b: RtcStats_PeerConnection | PlainMessage<RtcStats_PeerConnection> | undefined): boolean;
|
|
540
|
+
}
|
|
299
541
|
/**
|
|
300
542
|
* @generated from message livekit.proto.RtcStats.DataChannel
|
|
301
543
|
*/
|
|
302
|
-
|
|
544
|
+
declare class RtcStats_DataChannel extends Message<RtcStats_DataChannel> {
|
|
303
545
|
/**
|
|
304
546
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
305
547
|
*/
|
|
@@ -308,16 +550,19 @@ type RtcStats_DataChannel = Message<"livekit.proto.RtcStats.DataChannel"> & {
|
|
|
308
550
|
* @generated from field: required livekit.proto.DataChannelStats dc = 2;
|
|
309
551
|
*/
|
|
310
552
|
dc?: DataChannelStats;
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
553
|
+
constructor(data?: PartialMessage<RtcStats_DataChannel>);
|
|
554
|
+
static readonly runtime: typeof proto2;
|
|
555
|
+
static readonly typeName = "livekit.proto.RtcStats.DataChannel";
|
|
556
|
+
static readonly fields: FieldList;
|
|
557
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_DataChannel;
|
|
558
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_DataChannel;
|
|
559
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_DataChannel;
|
|
560
|
+
static equals(a: RtcStats_DataChannel | PlainMessage<RtcStats_DataChannel> | undefined, b: RtcStats_DataChannel | PlainMessage<RtcStats_DataChannel> | undefined): boolean;
|
|
561
|
+
}
|
|
317
562
|
/**
|
|
318
563
|
* @generated from message livekit.proto.RtcStats.Transport
|
|
319
564
|
*/
|
|
320
|
-
|
|
565
|
+
declare class RtcStats_Transport extends Message<RtcStats_Transport> {
|
|
321
566
|
/**
|
|
322
567
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
323
568
|
*/
|
|
@@ -326,16 +571,19 @@ type RtcStats_Transport = Message<"livekit.proto.RtcStats.Transport"> & {
|
|
|
326
571
|
* @generated from field: required livekit.proto.TransportStats transport = 2;
|
|
327
572
|
*/
|
|
328
573
|
transport?: TransportStats;
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
574
|
+
constructor(data?: PartialMessage<RtcStats_Transport>);
|
|
575
|
+
static readonly runtime: typeof proto2;
|
|
576
|
+
static readonly typeName = "livekit.proto.RtcStats.Transport";
|
|
577
|
+
static readonly fields: FieldList;
|
|
578
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_Transport;
|
|
579
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_Transport;
|
|
580
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_Transport;
|
|
581
|
+
static equals(a: RtcStats_Transport | PlainMessage<RtcStats_Transport> | undefined, b: RtcStats_Transport | PlainMessage<RtcStats_Transport> | undefined): boolean;
|
|
582
|
+
}
|
|
335
583
|
/**
|
|
336
584
|
* @generated from message livekit.proto.RtcStats.CandidatePair
|
|
337
585
|
*/
|
|
338
|
-
|
|
586
|
+
declare class RtcStats_CandidatePair extends Message<RtcStats_CandidatePair> {
|
|
339
587
|
/**
|
|
340
588
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
341
589
|
*/
|
|
@@ -344,16 +592,19 @@ type RtcStats_CandidatePair = Message<"livekit.proto.RtcStats.CandidatePair"> &
|
|
|
344
592
|
* @generated from field: required livekit.proto.CandidatePairStats candidate_pair = 2;
|
|
345
593
|
*/
|
|
346
594
|
candidatePair?: CandidatePairStats;
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
595
|
+
constructor(data?: PartialMessage<RtcStats_CandidatePair>);
|
|
596
|
+
static readonly runtime: typeof proto2;
|
|
597
|
+
static readonly typeName = "livekit.proto.RtcStats.CandidatePair";
|
|
598
|
+
static readonly fields: FieldList;
|
|
599
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_CandidatePair;
|
|
600
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_CandidatePair;
|
|
601
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_CandidatePair;
|
|
602
|
+
static equals(a: RtcStats_CandidatePair | PlainMessage<RtcStats_CandidatePair> | undefined, b: RtcStats_CandidatePair | PlainMessage<RtcStats_CandidatePair> | undefined): boolean;
|
|
603
|
+
}
|
|
353
604
|
/**
|
|
354
605
|
* @generated from message livekit.proto.RtcStats.LocalCandidate
|
|
355
606
|
*/
|
|
356
|
-
|
|
607
|
+
declare class RtcStats_LocalCandidate extends Message<RtcStats_LocalCandidate> {
|
|
357
608
|
/**
|
|
358
609
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
359
610
|
*/
|
|
@@ -362,16 +613,19 @@ type RtcStats_LocalCandidate = Message<"livekit.proto.RtcStats.LocalCandidate">
|
|
|
362
613
|
* @generated from field: required livekit.proto.IceCandidateStats candidate = 2;
|
|
363
614
|
*/
|
|
364
615
|
candidate?: IceCandidateStats;
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
616
|
+
constructor(data?: PartialMessage<RtcStats_LocalCandidate>);
|
|
617
|
+
static readonly runtime: typeof proto2;
|
|
618
|
+
static readonly typeName = "livekit.proto.RtcStats.LocalCandidate";
|
|
619
|
+
static readonly fields: FieldList;
|
|
620
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_LocalCandidate;
|
|
621
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_LocalCandidate;
|
|
622
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_LocalCandidate;
|
|
623
|
+
static equals(a: RtcStats_LocalCandidate | PlainMessage<RtcStats_LocalCandidate> | undefined, b: RtcStats_LocalCandidate | PlainMessage<RtcStats_LocalCandidate> | undefined): boolean;
|
|
624
|
+
}
|
|
371
625
|
/**
|
|
372
626
|
* @generated from message livekit.proto.RtcStats.RemoteCandidate
|
|
373
627
|
*/
|
|
374
|
-
|
|
628
|
+
declare class RtcStats_RemoteCandidate extends Message<RtcStats_RemoteCandidate> {
|
|
375
629
|
/**
|
|
376
630
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
377
631
|
*/
|
|
@@ -380,16 +634,19 @@ type RtcStats_RemoteCandidate = Message<"livekit.proto.RtcStats.RemoteCandidate"
|
|
|
380
634
|
* @generated from field: required livekit.proto.IceCandidateStats candidate = 2;
|
|
381
635
|
*/
|
|
382
636
|
candidate?: IceCandidateStats;
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
637
|
+
constructor(data?: PartialMessage<RtcStats_RemoteCandidate>);
|
|
638
|
+
static readonly runtime: typeof proto2;
|
|
639
|
+
static readonly typeName = "livekit.proto.RtcStats.RemoteCandidate";
|
|
640
|
+
static readonly fields: FieldList;
|
|
641
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_RemoteCandidate;
|
|
642
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_RemoteCandidate;
|
|
643
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_RemoteCandidate;
|
|
644
|
+
static equals(a: RtcStats_RemoteCandidate | PlainMessage<RtcStats_RemoteCandidate> | undefined, b: RtcStats_RemoteCandidate | PlainMessage<RtcStats_RemoteCandidate> | undefined): boolean;
|
|
645
|
+
}
|
|
389
646
|
/**
|
|
390
647
|
* @generated from message livekit.proto.RtcStats.Certificate
|
|
391
648
|
*/
|
|
392
|
-
|
|
649
|
+
declare class RtcStats_Certificate extends Message<RtcStats_Certificate> {
|
|
393
650
|
/**
|
|
394
651
|
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
395
652
|
*/
|
|
@@ -398,451 +655,497 @@ type RtcStats_Certificate = Message<"livekit.proto.RtcStats.Certificate"> & {
|
|
|
398
655
|
* @generated from field: required livekit.proto.CertificateStats certificate = 2;
|
|
399
656
|
*/
|
|
400
657
|
certificate?: CertificateStats;
|
|
401
|
-
|
|
658
|
+
constructor(data?: PartialMessage<RtcStats_Certificate>);
|
|
659
|
+
static readonly runtime: typeof proto2;
|
|
660
|
+
static readonly typeName = "livekit.proto.RtcStats.Certificate";
|
|
661
|
+
static readonly fields: FieldList;
|
|
662
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_Certificate;
|
|
663
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_Certificate;
|
|
664
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_Certificate;
|
|
665
|
+
static equals(a: RtcStats_Certificate | PlainMessage<RtcStats_Certificate> | undefined, b: RtcStats_Certificate | PlainMessage<RtcStats_Certificate> | undefined): boolean;
|
|
666
|
+
}
|
|
402
667
|
/**
|
|
403
|
-
*
|
|
404
|
-
* Use `create(RtcStats_CertificateSchema)` to create a new message.
|
|
668
|
+
* @generated from message livekit.proto.RtcStats.Stream
|
|
405
669
|
*/
|
|
406
|
-
declare
|
|
670
|
+
declare class RtcStats_Stream extends Message<RtcStats_Stream> {
|
|
671
|
+
/**
|
|
672
|
+
* @generated from field: required livekit.proto.RtcStatsData rtc = 1;
|
|
673
|
+
*/
|
|
674
|
+
rtc?: RtcStatsData;
|
|
675
|
+
/**
|
|
676
|
+
* @generated from field: required livekit.proto.StreamStats stream = 2;
|
|
677
|
+
*/
|
|
678
|
+
stream?: StreamStats;
|
|
679
|
+
constructor(data?: PartialMessage<RtcStats_Stream>);
|
|
680
|
+
static readonly runtime: typeof proto2;
|
|
681
|
+
static readonly typeName = "livekit.proto.RtcStats.Stream";
|
|
682
|
+
static readonly fields: FieldList;
|
|
683
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_Stream;
|
|
684
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_Stream;
|
|
685
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_Stream;
|
|
686
|
+
static equals(a: RtcStats_Stream | PlainMessage<RtcStats_Stream> | undefined, b: RtcStats_Stream | PlainMessage<RtcStats_Stream> | undefined): boolean;
|
|
687
|
+
}
|
|
407
688
|
/**
|
|
408
689
|
* Deprecated
|
|
409
690
|
*
|
|
410
691
|
* @generated from message livekit.proto.RtcStats.Track
|
|
411
692
|
*/
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
693
|
+
declare class RtcStats_Track extends Message<RtcStats_Track> {
|
|
694
|
+
constructor(data?: PartialMessage<RtcStats_Track>);
|
|
695
|
+
static readonly runtime: typeof proto2;
|
|
696
|
+
static readonly typeName = "livekit.proto.RtcStats.Track";
|
|
697
|
+
static readonly fields: FieldList;
|
|
698
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStats_Track;
|
|
699
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStats_Track;
|
|
700
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStats_Track;
|
|
701
|
+
static equals(a: RtcStats_Track | PlainMessage<RtcStats_Track> | undefined, b: RtcStats_Track | PlainMessage<RtcStats_Track> | undefined): boolean;
|
|
702
|
+
}
|
|
418
703
|
/**
|
|
419
704
|
* @generated from message livekit.proto.RtcStatsData
|
|
420
705
|
*/
|
|
421
|
-
|
|
706
|
+
declare class RtcStatsData extends Message<RtcStatsData> {
|
|
422
707
|
/**
|
|
423
708
|
* @generated from field: required string id = 1;
|
|
424
709
|
*/
|
|
425
|
-
id
|
|
710
|
+
id?: string;
|
|
426
711
|
/**
|
|
427
712
|
* @generated from field: required int64 timestamp = 2;
|
|
428
713
|
*/
|
|
429
|
-
timestamp
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
714
|
+
timestamp?: bigint;
|
|
715
|
+
constructor(data?: PartialMessage<RtcStatsData>);
|
|
716
|
+
static readonly runtime: typeof proto2;
|
|
717
|
+
static readonly typeName = "livekit.proto.RtcStatsData";
|
|
718
|
+
static readonly fields: FieldList;
|
|
719
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtcStatsData;
|
|
720
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtcStatsData;
|
|
721
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtcStatsData;
|
|
722
|
+
static equals(a: RtcStatsData | PlainMessage<RtcStatsData> | undefined, b: RtcStatsData | PlainMessage<RtcStatsData> | undefined): boolean;
|
|
723
|
+
}
|
|
436
724
|
/**
|
|
437
725
|
* @generated from message livekit.proto.CodecStats
|
|
438
726
|
*/
|
|
439
|
-
|
|
727
|
+
declare class CodecStats extends Message<CodecStats> {
|
|
440
728
|
/**
|
|
441
729
|
* @generated from field: required uint32 payload_type = 1;
|
|
442
730
|
*/
|
|
443
|
-
payloadType
|
|
731
|
+
payloadType?: number;
|
|
444
732
|
/**
|
|
445
733
|
* @generated from field: required string transport_id = 2;
|
|
446
734
|
*/
|
|
447
|
-
transportId
|
|
735
|
+
transportId?: string;
|
|
448
736
|
/**
|
|
449
737
|
* @generated from field: required string mime_type = 3;
|
|
450
738
|
*/
|
|
451
|
-
mimeType
|
|
739
|
+
mimeType?: string;
|
|
452
740
|
/**
|
|
453
741
|
* @generated from field: required uint32 clock_rate = 4;
|
|
454
742
|
*/
|
|
455
|
-
clockRate
|
|
743
|
+
clockRate?: number;
|
|
456
744
|
/**
|
|
457
745
|
* @generated from field: required uint32 channels = 5;
|
|
458
746
|
*/
|
|
459
|
-
channels
|
|
747
|
+
channels?: number;
|
|
460
748
|
/**
|
|
461
749
|
* @generated from field: required string sdp_fmtp_line = 6;
|
|
462
750
|
*/
|
|
463
|
-
sdpFmtpLine
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
751
|
+
sdpFmtpLine?: string;
|
|
752
|
+
constructor(data?: PartialMessage<CodecStats>);
|
|
753
|
+
static readonly runtime: typeof proto2;
|
|
754
|
+
static readonly typeName = "livekit.proto.CodecStats";
|
|
755
|
+
static readonly fields: FieldList;
|
|
756
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CodecStats;
|
|
757
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CodecStats;
|
|
758
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CodecStats;
|
|
759
|
+
static equals(a: CodecStats | PlainMessage<CodecStats> | undefined, b: CodecStats | PlainMessage<CodecStats> | undefined): boolean;
|
|
760
|
+
}
|
|
470
761
|
/**
|
|
471
762
|
* @generated from message livekit.proto.RtpStreamStats
|
|
472
763
|
*/
|
|
473
|
-
|
|
764
|
+
declare class RtpStreamStats extends Message<RtpStreamStats> {
|
|
474
765
|
/**
|
|
475
766
|
* @generated from field: required uint32 ssrc = 1;
|
|
476
767
|
*/
|
|
477
|
-
ssrc
|
|
768
|
+
ssrc?: number;
|
|
478
769
|
/**
|
|
479
770
|
* @generated from field: required string kind = 2;
|
|
480
771
|
*/
|
|
481
|
-
kind
|
|
772
|
+
kind?: string;
|
|
482
773
|
/**
|
|
483
774
|
* @generated from field: required string transport_id = 3;
|
|
484
775
|
*/
|
|
485
|
-
transportId
|
|
776
|
+
transportId?: string;
|
|
486
777
|
/**
|
|
487
778
|
* @generated from field: required string codec_id = 4;
|
|
488
779
|
*/
|
|
489
|
-
codecId
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
780
|
+
codecId?: string;
|
|
781
|
+
constructor(data?: PartialMessage<RtpStreamStats>);
|
|
782
|
+
static readonly runtime: typeof proto2;
|
|
783
|
+
static readonly typeName = "livekit.proto.RtpStreamStats";
|
|
784
|
+
static readonly fields: FieldList;
|
|
785
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RtpStreamStats;
|
|
786
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RtpStreamStats;
|
|
787
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RtpStreamStats;
|
|
788
|
+
static equals(a: RtpStreamStats | PlainMessage<RtpStreamStats> | undefined, b: RtpStreamStats | PlainMessage<RtpStreamStats> | undefined): boolean;
|
|
789
|
+
}
|
|
496
790
|
/**
|
|
497
791
|
* @generated from message livekit.proto.ReceivedRtpStreamStats
|
|
498
792
|
*/
|
|
499
|
-
|
|
793
|
+
declare class ReceivedRtpStreamStats extends Message<ReceivedRtpStreamStats> {
|
|
500
794
|
/**
|
|
501
795
|
* @generated from field: required uint64 packets_received = 1;
|
|
502
796
|
*/
|
|
503
|
-
packetsReceived
|
|
797
|
+
packetsReceived?: bigint;
|
|
504
798
|
/**
|
|
505
799
|
* @generated from field: required int64 packets_lost = 2;
|
|
506
800
|
*/
|
|
507
|
-
packetsLost
|
|
801
|
+
packetsLost?: bigint;
|
|
508
802
|
/**
|
|
509
803
|
* @generated from field: required double jitter = 3;
|
|
510
804
|
*/
|
|
511
|
-
jitter
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
805
|
+
jitter?: number;
|
|
806
|
+
constructor(data?: PartialMessage<ReceivedRtpStreamStats>);
|
|
807
|
+
static readonly runtime: typeof proto2;
|
|
808
|
+
static readonly typeName = "livekit.proto.ReceivedRtpStreamStats";
|
|
809
|
+
static readonly fields: FieldList;
|
|
810
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReceivedRtpStreamStats;
|
|
811
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReceivedRtpStreamStats;
|
|
812
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReceivedRtpStreamStats;
|
|
813
|
+
static equals(a: ReceivedRtpStreamStats | PlainMessage<ReceivedRtpStreamStats> | undefined, b: ReceivedRtpStreamStats | PlainMessage<ReceivedRtpStreamStats> | undefined): boolean;
|
|
814
|
+
}
|
|
518
815
|
/**
|
|
519
816
|
* @generated from message livekit.proto.InboundRtpStreamStats
|
|
520
817
|
*/
|
|
521
|
-
|
|
818
|
+
declare class InboundRtpStreamStats extends Message<InboundRtpStreamStats> {
|
|
522
819
|
/**
|
|
523
820
|
* @generated from field: required string track_identifier = 1;
|
|
524
821
|
*/
|
|
525
|
-
trackIdentifier
|
|
822
|
+
trackIdentifier?: string;
|
|
526
823
|
/**
|
|
527
824
|
* @generated from field: required string mid = 2;
|
|
528
825
|
*/
|
|
529
|
-
mid
|
|
826
|
+
mid?: string;
|
|
530
827
|
/**
|
|
531
828
|
* @generated from field: required string remote_id = 3;
|
|
532
829
|
*/
|
|
533
|
-
remoteId
|
|
830
|
+
remoteId?: string;
|
|
534
831
|
/**
|
|
535
832
|
* @generated from field: required uint32 frames_decoded = 4;
|
|
536
833
|
*/
|
|
537
|
-
framesDecoded
|
|
834
|
+
framesDecoded?: number;
|
|
538
835
|
/**
|
|
539
836
|
* @generated from field: required uint32 key_frames_decoded = 5;
|
|
540
837
|
*/
|
|
541
|
-
keyFramesDecoded
|
|
838
|
+
keyFramesDecoded?: number;
|
|
542
839
|
/**
|
|
543
840
|
* @generated from field: required uint32 frames_rendered = 6;
|
|
544
841
|
*/
|
|
545
|
-
framesRendered
|
|
842
|
+
framesRendered?: number;
|
|
546
843
|
/**
|
|
547
844
|
* @generated from field: required uint32 frames_dropped = 7;
|
|
548
845
|
*/
|
|
549
|
-
framesDropped
|
|
846
|
+
framesDropped?: number;
|
|
550
847
|
/**
|
|
551
848
|
* @generated from field: required uint32 frame_width = 8;
|
|
552
849
|
*/
|
|
553
|
-
frameWidth
|
|
850
|
+
frameWidth?: number;
|
|
554
851
|
/**
|
|
555
852
|
* @generated from field: required uint32 frame_height = 9;
|
|
556
853
|
*/
|
|
557
|
-
frameHeight
|
|
854
|
+
frameHeight?: number;
|
|
558
855
|
/**
|
|
559
856
|
* @generated from field: required double frames_per_second = 10;
|
|
560
857
|
*/
|
|
561
|
-
framesPerSecond
|
|
858
|
+
framesPerSecond?: number;
|
|
562
859
|
/**
|
|
563
860
|
* @generated from field: required uint64 qp_sum = 11;
|
|
564
861
|
*/
|
|
565
|
-
qpSum
|
|
862
|
+
qpSum?: bigint;
|
|
566
863
|
/**
|
|
567
864
|
* @generated from field: required double total_decode_time = 12;
|
|
568
865
|
*/
|
|
569
|
-
totalDecodeTime
|
|
866
|
+
totalDecodeTime?: number;
|
|
570
867
|
/**
|
|
571
868
|
* @generated from field: required double total_inter_frame_delay = 13;
|
|
572
869
|
*/
|
|
573
|
-
totalInterFrameDelay
|
|
870
|
+
totalInterFrameDelay?: number;
|
|
574
871
|
/**
|
|
575
872
|
* @generated from field: required double total_squared_inter_frame_delay = 14;
|
|
576
873
|
*/
|
|
577
|
-
totalSquaredInterFrameDelay
|
|
874
|
+
totalSquaredInterFrameDelay?: number;
|
|
578
875
|
/**
|
|
579
876
|
* @generated from field: required uint32 pause_count = 15;
|
|
580
877
|
*/
|
|
581
|
-
pauseCount
|
|
878
|
+
pauseCount?: number;
|
|
582
879
|
/**
|
|
583
880
|
* @generated from field: required double total_pause_duration = 16;
|
|
584
881
|
*/
|
|
585
|
-
totalPauseDuration
|
|
882
|
+
totalPauseDuration?: number;
|
|
586
883
|
/**
|
|
587
884
|
* @generated from field: required uint32 freeze_count = 17;
|
|
588
885
|
*/
|
|
589
|
-
freezeCount
|
|
886
|
+
freezeCount?: number;
|
|
590
887
|
/**
|
|
591
888
|
* @generated from field: required double total_freeze_duration = 18;
|
|
592
889
|
*/
|
|
593
|
-
totalFreezeDuration
|
|
890
|
+
totalFreezeDuration?: number;
|
|
594
891
|
/**
|
|
595
892
|
* @generated from field: required double last_packet_received_timestamp = 19;
|
|
596
893
|
*/
|
|
597
|
-
lastPacketReceivedTimestamp
|
|
894
|
+
lastPacketReceivedTimestamp?: number;
|
|
598
895
|
/**
|
|
599
896
|
* @generated from field: required uint64 header_bytes_received = 20;
|
|
600
897
|
*/
|
|
601
|
-
headerBytesReceived
|
|
898
|
+
headerBytesReceived?: bigint;
|
|
602
899
|
/**
|
|
603
900
|
* @generated from field: required uint64 packets_discarded = 21;
|
|
604
901
|
*/
|
|
605
|
-
packetsDiscarded
|
|
902
|
+
packetsDiscarded?: bigint;
|
|
606
903
|
/**
|
|
607
904
|
* @generated from field: required uint64 fec_bytes_received = 22;
|
|
608
905
|
*/
|
|
609
|
-
fecBytesReceived
|
|
906
|
+
fecBytesReceived?: bigint;
|
|
610
907
|
/**
|
|
611
908
|
* @generated from field: required uint64 fec_packets_received = 23;
|
|
612
909
|
*/
|
|
613
|
-
fecPacketsReceived
|
|
910
|
+
fecPacketsReceived?: bigint;
|
|
614
911
|
/**
|
|
615
912
|
* @generated from field: required uint64 fec_packets_discarded = 24;
|
|
616
913
|
*/
|
|
617
|
-
fecPacketsDiscarded
|
|
914
|
+
fecPacketsDiscarded?: bigint;
|
|
618
915
|
/**
|
|
619
916
|
* @generated from field: required uint64 bytes_received = 25;
|
|
620
917
|
*/
|
|
621
|
-
bytesReceived
|
|
918
|
+
bytesReceived?: bigint;
|
|
622
919
|
/**
|
|
623
920
|
* @generated from field: required uint32 nack_count = 26;
|
|
624
921
|
*/
|
|
625
|
-
nackCount
|
|
922
|
+
nackCount?: number;
|
|
626
923
|
/**
|
|
627
924
|
* @generated from field: required uint32 fir_count = 27;
|
|
628
925
|
*/
|
|
629
|
-
firCount
|
|
926
|
+
firCount?: number;
|
|
630
927
|
/**
|
|
631
928
|
* @generated from field: required uint32 pli_count = 28;
|
|
632
929
|
*/
|
|
633
|
-
pliCount
|
|
930
|
+
pliCount?: number;
|
|
634
931
|
/**
|
|
635
932
|
* @generated from field: required double total_processing_delay = 29;
|
|
636
933
|
*/
|
|
637
|
-
totalProcessingDelay
|
|
934
|
+
totalProcessingDelay?: number;
|
|
638
935
|
/**
|
|
639
936
|
* @generated from field: required double estimated_playout_timestamp = 30;
|
|
640
937
|
*/
|
|
641
|
-
estimatedPlayoutTimestamp
|
|
938
|
+
estimatedPlayoutTimestamp?: number;
|
|
642
939
|
/**
|
|
643
940
|
* @generated from field: required double jitter_buffer_delay = 31;
|
|
644
941
|
*/
|
|
645
|
-
jitterBufferDelay
|
|
942
|
+
jitterBufferDelay?: number;
|
|
646
943
|
/**
|
|
647
944
|
* @generated from field: required double jitter_buffer_target_delay = 32;
|
|
648
945
|
*/
|
|
649
|
-
jitterBufferTargetDelay
|
|
946
|
+
jitterBufferTargetDelay?: number;
|
|
650
947
|
/**
|
|
651
948
|
* @generated from field: required uint64 jitter_buffer_emitted_count = 33;
|
|
652
949
|
*/
|
|
653
|
-
jitterBufferEmittedCount
|
|
950
|
+
jitterBufferEmittedCount?: bigint;
|
|
654
951
|
/**
|
|
655
952
|
* @generated from field: required double jitter_buffer_minimum_delay = 34;
|
|
656
953
|
*/
|
|
657
|
-
jitterBufferMinimumDelay
|
|
954
|
+
jitterBufferMinimumDelay?: number;
|
|
658
955
|
/**
|
|
659
956
|
* @generated from field: required uint64 total_samples_received = 35;
|
|
660
957
|
*/
|
|
661
|
-
totalSamplesReceived
|
|
958
|
+
totalSamplesReceived?: bigint;
|
|
662
959
|
/**
|
|
663
960
|
* @generated from field: required uint64 concealed_samples = 36;
|
|
664
961
|
*/
|
|
665
|
-
concealedSamples
|
|
962
|
+
concealedSamples?: bigint;
|
|
666
963
|
/**
|
|
667
964
|
* @generated from field: required uint64 silent_concealed_samples = 37;
|
|
668
965
|
*/
|
|
669
|
-
silentConcealedSamples
|
|
966
|
+
silentConcealedSamples?: bigint;
|
|
670
967
|
/**
|
|
671
968
|
* @generated from field: required uint64 concealment_events = 38;
|
|
672
969
|
*/
|
|
673
|
-
concealmentEvents
|
|
970
|
+
concealmentEvents?: bigint;
|
|
674
971
|
/**
|
|
675
972
|
* @generated from field: required uint64 inserted_samples_for_deceleration = 39;
|
|
676
973
|
*/
|
|
677
|
-
insertedSamplesForDeceleration
|
|
974
|
+
insertedSamplesForDeceleration?: bigint;
|
|
678
975
|
/**
|
|
679
976
|
* @generated from field: required uint64 removed_samples_for_acceleration = 40;
|
|
680
977
|
*/
|
|
681
|
-
removedSamplesForAcceleration
|
|
978
|
+
removedSamplesForAcceleration?: bigint;
|
|
682
979
|
/**
|
|
683
980
|
* @generated from field: required double audio_level = 41;
|
|
684
981
|
*/
|
|
685
|
-
audioLevel
|
|
982
|
+
audioLevel?: number;
|
|
686
983
|
/**
|
|
687
984
|
* @generated from field: required double total_audio_energy = 42;
|
|
688
985
|
*/
|
|
689
|
-
totalAudioEnergy
|
|
986
|
+
totalAudioEnergy?: number;
|
|
690
987
|
/**
|
|
691
988
|
* @generated from field: required double total_samples_duration = 43;
|
|
692
989
|
*/
|
|
693
|
-
totalSamplesDuration
|
|
990
|
+
totalSamplesDuration?: number;
|
|
694
991
|
/**
|
|
695
992
|
* @generated from field: required uint64 frames_received = 44;
|
|
696
993
|
*/
|
|
697
|
-
framesReceived
|
|
994
|
+
framesReceived?: bigint;
|
|
698
995
|
/**
|
|
699
996
|
* @generated from field: required string decoder_implementation = 45;
|
|
700
997
|
*/
|
|
701
|
-
decoderImplementation
|
|
998
|
+
decoderImplementation?: string;
|
|
702
999
|
/**
|
|
703
1000
|
* @generated from field: required string playout_id = 46;
|
|
704
1001
|
*/
|
|
705
|
-
playoutId
|
|
1002
|
+
playoutId?: string;
|
|
706
1003
|
/**
|
|
707
1004
|
* @generated from field: required bool power_efficient_decoder = 47;
|
|
708
1005
|
*/
|
|
709
|
-
powerEfficientDecoder
|
|
1006
|
+
powerEfficientDecoder?: boolean;
|
|
710
1007
|
/**
|
|
711
1008
|
* @generated from field: required uint64 frames_assembled_from_multiple_packets = 48;
|
|
712
1009
|
*/
|
|
713
|
-
framesAssembledFromMultiplePackets
|
|
1010
|
+
framesAssembledFromMultiplePackets?: bigint;
|
|
714
1011
|
/**
|
|
715
1012
|
* @generated from field: required double total_assembly_time = 49;
|
|
716
1013
|
*/
|
|
717
|
-
totalAssemblyTime
|
|
1014
|
+
totalAssemblyTime?: number;
|
|
718
1015
|
/**
|
|
719
1016
|
* @generated from field: required uint64 retransmitted_packets_received = 50;
|
|
720
1017
|
*/
|
|
721
|
-
retransmittedPacketsReceived
|
|
1018
|
+
retransmittedPacketsReceived?: bigint;
|
|
722
1019
|
/**
|
|
723
1020
|
* @generated from field: required uint64 retransmitted_bytes_received = 51;
|
|
724
1021
|
*/
|
|
725
|
-
retransmittedBytesReceived
|
|
1022
|
+
retransmittedBytesReceived?: bigint;
|
|
726
1023
|
/**
|
|
727
1024
|
* @generated from field: required uint32 rtx_ssrc = 52;
|
|
728
1025
|
*/
|
|
729
|
-
rtxSsrc
|
|
1026
|
+
rtxSsrc?: number;
|
|
730
1027
|
/**
|
|
731
1028
|
* @generated from field: required uint32 fec_ssrc = 53;
|
|
732
1029
|
*/
|
|
733
|
-
fecSsrc
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
1030
|
+
fecSsrc?: number;
|
|
1031
|
+
constructor(data?: PartialMessage<InboundRtpStreamStats>);
|
|
1032
|
+
static readonly runtime: typeof proto2;
|
|
1033
|
+
static readonly typeName = "livekit.proto.InboundRtpStreamStats";
|
|
1034
|
+
static readonly fields: FieldList;
|
|
1035
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InboundRtpStreamStats;
|
|
1036
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): InboundRtpStreamStats;
|
|
1037
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InboundRtpStreamStats;
|
|
1038
|
+
static equals(a: InboundRtpStreamStats | PlainMessage<InboundRtpStreamStats> | undefined, b: InboundRtpStreamStats | PlainMessage<InboundRtpStreamStats> | undefined): boolean;
|
|
1039
|
+
}
|
|
740
1040
|
/**
|
|
741
1041
|
* @generated from message livekit.proto.SentRtpStreamStats
|
|
742
1042
|
*/
|
|
743
|
-
|
|
1043
|
+
declare class SentRtpStreamStats extends Message<SentRtpStreamStats> {
|
|
744
1044
|
/**
|
|
745
1045
|
* @generated from field: required uint64 packets_sent = 1;
|
|
746
1046
|
*/
|
|
747
|
-
packetsSent
|
|
1047
|
+
packetsSent?: bigint;
|
|
748
1048
|
/**
|
|
749
1049
|
* @generated from field: required uint64 bytes_sent = 2;
|
|
750
1050
|
*/
|
|
751
|
-
bytesSent
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
1051
|
+
bytesSent?: bigint;
|
|
1052
|
+
constructor(data?: PartialMessage<SentRtpStreamStats>);
|
|
1053
|
+
static readonly runtime: typeof proto2;
|
|
1054
|
+
static readonly typeName = "livekit.proto.SentRtpStreamStats";
|
|
1055
|
+
static readonly fields: FieldList;
|
|
1056
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SentRtpStreamStats;
|
|
1057
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SentRtpStreamStats;
|
|
1058
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SentRtpStreamStats;
|
|
1059
|
+
static equals(a: SentRtpStreamStats | PlainMessage<SentRtpStreamStats> | undefined, b: SentRtpStreamStats | PlainMessage<SentRtpStreamStats> | undefined): boolean;
|
|
1060
|
+
}
|
|
758
1061
|
/**
|
|
759
1062
|
* @generated from message livekit.proto.OutboundRtpStreamStats
|
|
760
1063
|
*/
|
|
761
|
-
|
|
1064
|
+
declare class OutboundRtpStreamStats extends Message<OutboundRtpStreamStats> {
|
|
762
1065
|
/**
|
|
763
1066
|
* @generated from field: required string mid = 1;
|
|
764
1067
|
*/
|
|
765
|
-
mid
|
|
1068
|
+
mid?: string;
|
|
766
1069
|
/**
|
|
767
1070
|
* @generated from field: required string media_source_id = 2;
|
|
768
1071
|
*/
|
|
769
|
-
mediaSourceId
|
|
1072
|
+
mediaSourceId?: string;
|
|
770
1073
|
/**
|
|
771
1074
|
* @generated from field: required string remote_id = 3;
|
|
772
1075
|
*/
|
|
773
|
-
remoteId
|
|
1076
|
+
remoteId?: string;
|
|
774
1077
|
/**
|
|
775
1078
|
* @generated from field: required string rid = 4;
|
|
776
1079
|
*/
|
|
777
|
-
rid
|
|
1080
|
+
rid?: string;
|
|
778
1081
|
/**
|
|
779
1082
|
* @generated from field: required uint64 header_bytes_sent = 5;
|
|
780
1083
|
*/
|
|
781
|
-
headerBytesSent
|
|
1084
|
+
headerBytesSent?: bigint;
|
|
782
1085
|
/**
|
|
783
1086
|
* @generated from field: required uint64 retransmitted_packets_sent = 6;
|
|
784
1087
|
*/
|
|
785
|
-
retransmittedPacketsSent
|
|
1088
|
+
retransmittedPacketsSent?: bigint;
|
|
786
1089
|
/**
|
|
787
1090
|
* @generated from field: required uint64 retransmitted_bytes_sent = 7;
|
|
788
1091
|
*/
|
|
789
|
-
retransmittedBytesSent
|
|
1092
|
+
retransmittedBytesSent?: bigint;
|
|
790
1093
|
/**
|
|
791
1094
|
* @generated from field: required uint32 rtx_ssrc = 8;
|
|
792
1095
|
*/
|
|
793
|
-
rtxSsrc
|
|
1096
|
+
rtxSsrc?: number;
|
|
794
1097
|
/**
|
|
795
1098
|
* @generated from field: required double target_bitrate = 9;
|
|
796
1099
|
*/
|
|
797
|
-
targetBitrate
|
|
1100
|
+
targetBitrate?: number;
|
|
798
1101
|
/**
|
|
799
1102
|
* @generated from field: required uint64 total_encoded_bytes_target = 10;
|
|
800
1103
|
*/
|
|
801
|
-
totalEncodedBytesTarget
|
|
1104
|
+
totalEncodedBytesTarget?: bigint;
|
|
802
1105
|
/**
|
|
803
1106
|
* @generated from field: required uint32 frame_width = 11;
|
|
804
1107
|
*/
|
|
805
|
-
frameWidth
|
|
1108
|
+
frameWidth?: number;
|
|
806
1109
|
/**
|
|
807
1110
|
* @generated from field: required uint32 frame_height = 12;
|
|
808
1111
|
*/
|
|
809
|
-
frameHeight
|
|
1112
|
+
frameHeight?: number;
|
|
810
1113
|
/**
|
|
811
1114
|
* @generated from field: required double frames_per_second = 13;
|
|
812
1115
|
*/
|
|
813
|
-
framesPerSecond
|
|
1116
|
+
framesPerSecond?: number;
|
|
814
1117
|
/**
|
|
815
1118
|
* @generated from field: required uint32 frames_sent = 14;
|
|
816
1119
|
*/
|
|
817
|
-
framesSent
|
|
1120
|
+
framesSent?: number;
|
|
818
1121
|
/**
|
|
819
1122
|
* @generated from field: required uint32 huge_frames_sent = 15;
|
|
820
1123
|
*/
|
|
821
|
-
hugeFramesSent
|
|
1124
|
+
hugeFramesSent?: number;
|
|
822
1125
|
/**
|
|
823
1126
|
* @generated from field: required uint32 frames_encoded = 16;
|
|
824
1127
|
*/
|
|
825
|
-
framesEncoded
|
|
1128
|
+
framesEncoded?: number;
|
|
826
1129
|
/**
|
|
827
1130
|
* @generated from field: required uint32 key_frames_encoded = 17;
|
|
828
1131
|
*/
|
|
829
|
-
keyFramesEncoded
|
|
1132
|
+
keyFramesEncoded?: number;
|
|
830
1133
|
/**
|
|
831
1134
|
* @generated from field: required uint64 qp_sum = 18;
|
|
832
1135
|
*/
|
|
833
|
-
qpSum
|
|
1136
|
+
qpSum?: bigint;
|
|
834
1137
|
/**
|
|
835
1138
|
* @generated from field: required double total_encode_time = 19;
|
|
836
1139
|
*/
|
|
837
|
-
totalEncodeTime
|
|
1140
|
+
totalEncodeTime?: number;
|
|
838
1141
|
/**
|
|
839
1142
|
* @generated from field: required double total_packet_send_delay = 20;
|
|
840
1143
|
*/
|
|
841
|
-
totalPacketSendDelay
|
|
1144
|
+
totalPacketSendDelay?: number;
|
|
842
1145
|
/**
|
|
843
1146
|
* @generated from field: required livekit.proto.QualityLimitationReason quality_limitation_reason = 21;
|
|
844
1147
|
*/
|
|
845
|
-
qualityLimitationReason
|
|
1148
|
+
qualityLimitationReason?: QualityLimitationReason;
|
|
846
1149
|
/**
|
|
847
1150
|
* @generated from field: map<string, double> quality_limitation_durations = 22;
|
|
848
1151
|
*/
|
|
@@ -852,802 +1155,610 @@ type OutboundRtpStreamStats = Message<"livekit.proto.OutboundRtpStreamStats"> &
|
|
|
852
1155
|
/**
|
|
853
1156
|
* @generated from field: required uint32 quality_limitation_resolution_changes = 23;
|
|
854
1157
|
*/
|
|
855
|
-
qualityLimitationResolutionChanges
|
|
1158
|
+
qualityLimitationResolutionChanges?: number;
|
|
856
1159
|
/**
|
|
857
1160
|
* @generated from field: required uint32 nack_count = 24;
|
|
858
1161
|
*/
|
|
859
|
-
nackCount
|
|
1162
|
+
nackCount?: number;
|
|
860
1163
|
/**
|
|
861
1164
|
* @generated from field: required uint32 fir_count = 25;
|
|
862
1165
|
*/
|
|
863
|
-
firCount
|
|
1166
|
+
firCount?: number;
|
|
864
1167
|
/**
|
|
865
1168
|
* @generated from field: required uint32 pli_count = 26;
|
|
866
1169
|
*/
|
|
867
|
-
pliCount
|
|
1170
|
+
pliCount?: number;
|
|
868
1171
|
/**
|
|
869
1172
|
* @generated from field: required string encoder_implementation = 27;
|
|
870
1173
|
*/
|
|
871
|
-
encoderImplementation
|
|
1174
|
+
encoderImplementation?: string;
|
|
872
1175
|
/**
|
|
873
1176
|
* @generated from field: required bool power_efficient_encoder = 28;
|
|
874
1177
|
*/
|
|
875
|
-
powerEfficientEncoder
|
|
1178
|
+
powerEfficientEncoder?: boolean;
|
|
876
1179
|
/**
|
|
877
1180
|
* @generated from field: required bool active = 29;
|
|
878
1181
|
*/
|
|
879
|
-
active
|
|
1182
|
+
active?: boolean;
|
|
880
1183
|
/**
|
|
881
1184
|
* @generated from field: required string scalability_mode = 30;
|
|
882
1185
|
*/
|
|
883
|
-
scalabilityMode
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
1186
|
+
scalabilityMode?: string;
|
|
1187
|
+
constructor(data?: PartialMessage<OutboundRtpStreamStats>);
|
|
1188
|
+
static readonly runtime: typeof proto2;
|
|
1189
|
+
static readonly typeName = "livekit.proto.OutboundRtpStreamStats";
|
|
1190
|
+
static readonly fields: FieldList;
|
|
1191
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OutboundRtpStreamStats;
|
|
1192
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OutboundRtpStreamStats;
|
|
1193
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OutboundRtpStreamStats;
|
|
1194
|
+
static equals(a: OutboundRtpStreamStats | PlainMessage<OutboundRtpStreamStats> | undefined, b: OutboundRtpStreamStats | PlainMessage<OutboundRtpStreamStats> | undefined): boolean;
|
|
1195
|
+
}
|
|
890
1196
|
/**
|
|
891
1197
|
* @generated from message livekit.proto.RemoteInboundRtpStreamStats
|
|
892
1198
|
*/
|
|
893
|
-
|
|
1199
|
+
declare class RemoteInboundRtpStreamStats extends Message<RemoteInboundRtpStreamStats> {
|
|
894
1200
|
/**
|
|
895
1201
|
* @generated from field: required string local_id = 1;
|
|
896
1202
|
*/
|
|
897
|
-
localId
|
|
1203
|
+
localId?: string;
|
|
898
1204
|
/**
|
|
899
1205
|
* @generated from field: required double round_trip_time = 2;
|
|
900
1206
|
*/
|
|
901
|
-
roundTripTime
|
|
1207
|
+
roundTripTime?: number;
|
|
902
1208
|
/**
|
|
903
1209
|
* @generated from field: required double total_round_trip_time = 3;
|
|
904
1210
|
*/
|
|
905
|
-
totalRoundTripTime
|
|
1211
|
+
totalRoundTripTime?: number;
|
|
906
1212
|
/**
|
|
907
1213
|
* @generated from field: required double fraction_lost = 4;
|
|
908
1214
|
*/
|
|
909
|
-
fractionLost
|
|
1215
|
+
fractionLost?: number;
|
|
910
1216
|
/**
|
|
911
1217
|
* @generated from field: required uint64 round_trip_time_measurements = 5;
|
|
912
1218
|
*/
|
|
913
|
-
roundTripTimeMeasurements
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
1219
|
+
roundTripTimeMeasurements?: bigint;
|
|
1220
|
+
constructor(data?: PartialMessage<RemoteInboundRtpStreamStats>);
|
|
1221
|
+
static readonly runtime: typeof proto2;
|
|
1222
|
+
static readonly typeName = "livekit.proto.RemoteInboundRtpStreamStats";
|
|
1223
|
+
static readonly fields: FieldList;
|
|
1224
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RemoteInboundRtpStreamStats;
|
|
1225
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RemoteInboundRtpStreamStats;
|
|
1226
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RemoteInboundRtpStreamStats;
|
|
1227
|
+
static equals(a: RemoteInboundRtpStreamStats | PlainMessage<RemoteInboundRtpStreamStats> | undefined, b: RemoteInboundRtpStreamStats | PlainMessage<RemoteInboundRtpStreamStats> | undefined): boolean;
|
|
1228
|
+
}
|
|
920
1229
|
/**
|
|
921
1230
|
* @generated from message livekit.proto.RemoteOutboundRtpStreamStats
|
|
922
1231
|
*/
|
|
923
|
-
|
|
1232
|
+
declare class RemoteOutboundRtpStreamStats extends Message<RemoteOutboundRtpStreamStats> {
|
|
924
1233
|
/**
|
|
925
1234
|
* @generated from field: required string local_id = 1;
|
|
926
1235
|
*/
|
|
927
|
-
localId
|
|
1236
|
+
localId?: string;
|
|
928
1237
|
/**
|
|
929
1238
|
* @generated from field: required double remote_timestamp = 2;
|
|
930
1239
|
*/
|
|
931
|
-
remoteTimestamp
|
|
1240
|
+
remoteTimestamp?: number;
|
|
932
1241
|
/**
|
|
933
1242
|
* @generated from field: required uint64 reports_sent = 3;
|
|
934
1243
|
*/
|
|
935
|
-
reportsSent
|
|
1244
|
+
reportsSent?: bigint;
|
|
936
1245
|
/**
|
|
937
1246
|
* @generated from field: required double round_trip_time = 4;
|
|
938
1247
|
*/
|
|
939
|
-
roundTripTime
|
|
1248
|
+
roundTripTime?: number;
|
|
940
1249
|
/**
|
|
941
1250
|
* @generated from field: required double total_round_trip_time = 5;
|
|
942
1251
|
*/
|
|
943
|
-
totalRoundTripTime
|
|
1252
|
+
totalRoundTripTime?: number;
|
|
944
1253
|
/**
|
|
945
1254
|
* @generated from field: required uint64 round_trip_time_measurements = 6;
|
|
946
1255
|
*/
|
|
947
|
-
roundTripTimeMeasurements
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
1256
|
+
roundTripTimeMeasurements?: bigint;
|
|
1257
|
+
constructor(data?: PartialMessage<RemoteOutboundRtpStreamStats>);
|
|
1258
|
+
static readonly runtime: typeof proto2;
|
|
1259
|
+
static readonly typeName = "livekit.proto.RemoteOutboundRtpStreamStats";
|
|
1260
|
+
static readonly fields: FieldList;
|
|
1261
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RemoteOutboundRtpStreamStats;
|
|
1262
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RemoteOutboundRtpStreamStats;
|
|
1263
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RemoteOutboundRtpStreamStats;
|
|
1264
|
+
static equals(a: RemoteOutboundRtpStreamStats | PlainMessage<RemoteOutboundRtpStreamStats> | undefined, b: RemoteOutboundRtpStreamStats | PlainMessage<RemoteOutboundRtpStreamStats> | undefined): boolean;
|
|
1265
|
+
}
|
|
954
1266
|
/**
|
|
955
1267
|
* @generated from message livekit.proto.MediaSourceStats
|
|
956
1268
|
*/
|
|
957
|
-
|
|
1269
|
+
declare class MediaSourceStats extends Message<MediaSourceStats> {
|
|
958
1270
|
/**
|
|
959
1271
|
* @generated from field: required string track_identifier = 1;
|
|
960
1272
|
*/
|
|
961
|
-
trackIdentifier
|
|
1273
|
+
trackIdentifier?: string;
|
|
962
1274
|
/**
|
|
963
1275
|
* @generated from field: required string kind = 2;
|
|
964
1276
|
*/
|
|
965
|
-
kind
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
1277
|
+
kind?: string;
|
|
1278
|
+
constructor(data?: PartialMessage<MediaSourceStats>);
|
|
1279
|
+
static readonly runtime: typeof proto2;
|
|
1280
|
+
static readonly typeName = "livekit.proto.MediaSourceStats";
|
|
1281
|
+
static readonly fields: FieldList;
|
|
1282
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaSourceStats;
|
|
1283
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaSourceStats;
|
|
1284
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaSourceStats;
|
|
1285
|
+
static equals(a: MediaSourceStats | PlainMessage<MediaSourceStats> | undefined, b: MediaSourceStats | PlainMessage<MediaSourceStats> | undefined): boolean;
|
|
1286
|
+
}
|
|
972
1287
|
/**
|
|
973
1288
|
* @generated from message livekit.proto.AudioSourceStats
|
|
974
1289
|
*/
|
|
975
|
-
|
|
1290
|
+
declare class AudioSourceStats extends Message<AudioSourceStats> {
|
|
976
1291
|
/**
|
|
977
1292
|
* @generated from field: required double audio_level = 1;
|
|
978
1293
|
*/
|
|
979
|
-
audioLevel
|
|
1294
|
+
audioLevel?: number;
|
|
980
1295
|
/**
|
|
981
1296
|
* @generated from field: required double total_audio_energy = 2;
|
|
982
1297
|
*/
|
|
983
|
-
totalAudioEnergy
|
|
1298
|
+
totalAudioEnergy?: number;
|
|
984
1299
|
/**
|
|
985
1300
|
* @generated from field: required double total_samples_duration = 3;
|
|
986
1301
|
*/
|
|
987
|
-
totalSamplesDuration
|
|
1302
|
+
totalSamplesDuration?: number;
|
|
988
1303
|
/**
|
|
989
1304
|
* @generated from field: required double echo_return_loss = 4;
|
|
990
1305
|
*/
|
|
991
|
-
echoReturnLoss
|
|
1306
|
+
echoReturnLoss?: number;
|
|
992
1307
|
/**
|
|
993
1308
|
* @generated from field: required double echo_return_loss_enhancement = 5;
|
|
994
1309
|
*/
|
|
995
|
-
echoReturnLossEnhancement
|
|
1310
|
+
echoReturnLossEnhancement?: number;
|
|
996
1311
|
/**
|
|
997
1312
|
* @generated from field: required double dropped_samples_duration = 6;
|
|
998
1313
|
*/
|
|
999
|
-
droppedSamplesDuration
|
|
1314
|
+
droppedSamplesDuration?: number;
|
|
1000
1315
|
/**
|
|
1001
1316
|
* @generated from field: required uint32 dropped_samples_events = 7;
|
|
1002
1317
|
*/
|
|
1003
|
-
droppedSamplesEvents
|
|
1318
|
+
droppedSamplesEvents?: number;
|
|
1004
1319
|
/**
|
|
1005
1320
|
* @generated from field: required double total_capture_delay = 8;
|
|
1006
1321
|
*/
|
|
1007
|
-
totalCaptureDelay
|
|
1322
|
+
totalCaptureDelay?: number;
|
|
1008
1323
|
/**
|
|
1009
1324
|
* @generated from field: required uint64 total_samples_captured = 9;
|
|
1010
1325
|
*/
|
|
1011
|
-
totalSamplesCaptured
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1326
|
+
totalSamplesCaptured?: bigint;
|
|
1327
|
+
constructor(data?: PartialMessage<AudioSourceStats>);
|
|
1328
|
+
static readonly runtime: typeof proto2;
|
|
1329
|
+
static readonly typeName = "livekit.proto.AudioSourceStats";
|
|
1330
|
+
static readonly fields: FieldList;
|
|
1331
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioSourceStats;
|
|
1332
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioSourceStats;
|
|
1333
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioSourceStats;
|
|
1334
|
+
static equals(a: AudioSourceStats | PlainMessage<AudioSourceStats> | undefined, b: AudioSourceStats | PlainMessage<AudioSourceStats> | undefined): boolean;
|
|
1335
|
+
}
|
|
1018
1336
|
/**
|
|
1019
1337
|
* @generated from message livekit.proto.VideoSourceStats
|
|
1020
1338
|
*/
|
|
1021
|
-
|
|
1339
|
+
declare class VideoSourceStats extends Message<VideoSourceStats> {
|
|
1022
1340
|
/**
|
|
1023
1341
|
* @generated from field: required uint32 width = 1;
|
|
1024
1342
|
*/
|
|
1025
|
-
width
|
|
1343
|
+
width?: number;
|
|
1026
1344
|
/**
|
|
1027
1345
|
* @generated from field: required uint32 height = 2;
|
|
1028
1346
|
*/
|
|
1029
|
-
height
|
|
1347
|
+
height?: number;
|
|
1030
1348
|
/**
|
|
1031
1349
|
* @generated from field: required uint32 frames = 3;
|
|
1032
1350
|
*/
|
|
1033
|
-
frames
|
|
1351
|
+
frames?: number;
|
|
1034
1352
|
/**
|
|
1035
1353
|
* @generated from field: required double frames_per_second = 4;
|
|
1036
1354
|
*/
|
|
1037
|
-
framesPerSecond
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1355
|
+
framesPerSecond?: number;
|
|
1356
|
+
constructor(data?: PartialMessage<VideoSourceStats>);
|
|
1357
|
+
static readonly runtime: typeof proto2;
|
|
1358
|
+
static readonly typeName = "livekit.proto.VideoSourceStats";
|
|
1359
|
+
static readonly fields: FieldList;
|
|
1360
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): VideoSourceStats;
|
|
1361
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): VideoSourceStats;
|
|
1362
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): VideoSourceStats;
|
|
1363
|
+
static equals(a: VideoSourceStats | PlainMessage<VideoSourceStats> | undefined, b: VideoSourceStats | PlainMessage<VideoSourceStats> | undefined): boolean;
|
|
1364
|
+
}
|
|
1044
1365
|
/**
|
|
1045
1366
|
* @generated from message livekit.proto.AudioPlayoutStats
|
|
1046
1367
|
*/
|
|
1047
|
-
|
|
1368
|
+
declare class AudioPlayoutStats extends Message<AudioPlayoutStats> {
|
|
1048
1369
|
/**
|
|
1049
1370
|
* @generated from field: required string kind = 1;
|
|
1050
1371
|
*/
|
|
1051
|
-
kind
|
|
1372
|
+
kind?: string;
|
|
1052
1373
|
/**
|
|
1053
1374
|
* @generated from field: required double synthesized_samples_duration = 2;
|
|
1054
1375
|
*/
|
|
1055
|
-
synthesizedSamplesDuration
|
|
1376
|
+
synthesizedSamplesDuration?: number;
|
|
1056
1377
|
/**
|
|
1057
1378
|
* @generated from field: required uint32 synthesized_samples_events = 3;
|
|
1058
1379
|
*/
|
|
1059
|
-
synthesizedSamplesEvents
|
|
1380
|
+
synthesizedSamplesEvents?: number;
|
|
1060
1381
|
/**
|
|
1061
1382
|
* @generated from field: required double total_samples_duration = 4;
|
|
1062
1383
|
*/
|
|
1063
|
-
totalSamplesDuration
|
|
1384
|
+
totalSamplesDuration?: number;
|
|
1064
1385
|
/**
|
|
1065
1386
|
* @generated from field: required double total_playout_delay = 5;
|
|
1066
1387
|
*/
|
|
1067
|
-
totalPlayoutDelay
|
|
1388
|
+
totalPlayoutDelay?: number;
|
|
1068
1389
|
/**
|
|
1069
1390
|
* @generated from field: required uint64 total_samples_count = 6;
|
|
1070
1391
|
*/
|
|
1071
|
-
totalSamplesCount
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1392
|
+
totalSamplesCount?: bigint;
|
|
1393
|
+
constructor(data?: PartialMessage<AudioPlayoutStats>);
|
|
1394
|
+
static readonly runtime: typeof proto2;
|
|
1395
|
+
static readonly typeName = "livekit.proto.AudioPlayoutStats";
|
|
1396
|
+
static readonly fields: FieldList;
|
|
1397
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AudioPlayoutStats;
|
|
1398
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AudioPlayoutStats;
|
|
1399
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AudioPlayoutStats;
|
|
1400
|
+
static equals(a: AudioPlayoutStats | PlainMessage<AudioPlayoutStats> | undefined, b: AudioPlayoutStats | PlainMessage<AudioPlayoutStats> | undefined): boolean;
|
|
1401
|
+
}
|
|
1078
1402
|
/**
|
|
1079
1403
|
* @generated from message livekit.proto.PeerConnectionStats
|
|
1080
1404
|
*/
|
|
1081
|
-
|
|
1405
|
+
declare class PeerConnectionStats extends Message<PeerConnectionStats> {
|
|
1082
1406
|
/**
|
|
1083
1407
|
* @generated from field: required uint32 data_channels_opened = 1;
|
|
1084
1408
|
*/
|
|
1085
|
-
dataChannelsOpened
|
|
1409
|
+
dataChannelsOpened?: number;
|
|
1086
1410
|
/**
|
|
1087
1411
|
* @generated from field: required uint32 data_channels_closed = 2;
|
|
1088
1412
|
*/
|
|
1089
|
-
dataChannelsClosed
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1413
|
+
dataChannelsClosed?: number;
|
|
1414
|
+
constructor(data?: PartialMessage<PeerConnectionStats>);
|
|
1415
|
+
static readonly runtime: typeof proto2;
|
|
1416
|
+
static readonly typeName = "livekit.proto.PeerConnectionStats";
|
|
1417
|
+
static readonly fields: FieldList;
|
|
1418
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PeerConnectionStats;
|
|
1419
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PeerConnectionStats;
|
|
1420
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PeerConnectionStats;
|
|
1421
|
+
static equals(a: PeerConnectionStats | PlainMessage<PeerConnectionStats> | undefined, b: PeerConnectionStats | PlainMessage<PeerConnectionStats> | undefined): boolean;
|
|
1422
|
+
}
|
|
1096
1423
|
/**
|
|
1097
1424
|
* @generated from message livekit.proto.DataChannelStats
|
|
1098
1425
|
*/
|
|
1099
|
-
|
|
1426
|
+
declare class DataChannelStats extends Message<DataChannelStats> {
|
|
1100
1427
|
/**
|
|
1101
1428
|
* @generated from field: required string label = 1;
|
|
1102
1429
|
*/
|
|
1103
|
-
label
|
|
1430
|
+
label?: string;
|
|
1104
1431
|
/**
|
|
1105
1432
|
* @generated from field: required string protocol = 2;
|
|
1106
1433
|
*/
|
|
1107
|
-
protocol
|
|
1434
|
+
protocol?: string;
|
|
1108
1435
|
/**
|
|
1109
1436
|
* @generated from field: required int32 data_channel_identifier = 3;
|
|
1110
1437
|
*/
|
|
1111
|
-
dataChannelIdentifier
|
|
1438
|
+
dataChannelIdentifier?: number;
|
|
1112
1439
|
/**
|
|
1113
1440
|
* @generated from field: optional livekit.proto.DataChannelState state = 4;
|
|
1114
1441
|
*/
|
|
1115
|
-
state
|
|
1442
|
+
state?: DataChannelState;
|
|
1116
1443
|
/**
|
|
1117
1444
|
* @generated from field: required uint32 messages_sent = 5;
|
|
1118
1445
|
*/
|
|
1119
|
-
messagesSent
|
|
1446
|
+
messagesSent?: number;
|
|
1120
1447
|
/**
|
|
1121
1448
|
* @generated from field: required uint64 bytes_sent = 6;
|
|
1122
1449
|
*/
|
|
1123
|
-
bytesSent
|
|
1450
|
+
bytesSent?: bigint;
|
|
1124
1451
|
/**
|
|
1125
1452
|
* @generated from field: required uint32 messages_received = 7;
|
|
1126
1453
|
*/
|
|
1127
|
-
messagesReceived
|
|
1454
|
+
messagesReceived?: number;
|
|
1128
1455
|
/**
|
|
1129
1456
|
* @generated from field: required uint64 bytes_received = 8;
|
|
1130
1457
|
*/
|
|
1131
|
-
bytesReceived
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1458
|
+
bytesReceived?: bigint;
|
|
1459
|
+
constructor(data?: PartialMessage<DataChannelStats>);
|
|
1460
|
+
static readonly runtime: typeof proto2;
|
|
1461
|
+
static readonly typeName = "livekit.proto.DataChannelStats";
|
|
1462
|
+
static readonly fields: FieldList;
|
|
1463
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DataChannelStats;
|
|
1464
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DataChannelStats;
|
|
1465
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DataChannelStats;
|
|
1466
|
+
static equals(a: DataChannelStats | PlainMessage<DataChannelStats> | undefined, b: DataChannelStats | PlainMessage<DataChannelStats> | undefined): boolean;
|
|
1467
|
+
}
|
|
1138
1468
|
/**
|
|
1139
1469
|
* @generated from message livekit.proto.TransportStats
|
|
1140
1470
|
*/
|
|
1141
|
-
|
|
1471
|
+
declare class TransportStats extends Message<TransportStats> {
|
|
1142
1472
|
/**
|
|
1143
1473
|
* @generated from field: required uint64 packets_sent = 1;
|
|
1144
1474
|
*/
|
|
1145
|
-
packetsSent
|
|
1475
|
+
packetsSent?: bigint;
|
|
1146
1476
|
/**
|
|
1147
1477
|
* @generated from field: required uint64 packets_received = 2;
|
|
1148
1478
|
*/
|
|
1149
|
-
packetsReceived
|
|
1479
|
+
packetsReceived?: bigint;
|
|
1150
1480
|
/**
|
|
1151
1481
|
* @generated from field: required uint64 bytes_sent = 3;
|
|
1152
1482
|
*/
|
|
1153
|
-
bytesSent
|
|
1483
|
+
bytesSent?: bigint;
|
|
1154
1484
|
/**
|
|
1155
1485
|
* @generated from field: required uint64 bytes_received = 4;
|
|
1156
1486
|
*/
|
|
1157
|
-
bytesReceived
|
|
1487
|
+
bytesReceived?: bigint;
|
|
1158
1488
|
/**
|
|
1159
1489
|
* @generated from field: required livekit.proto.IceRole ice_role = 5;
|
|
1160
1490
|
*/
|
|
1161
|
-
iceRole
|
|
1491
|
+
iceRole?: IceRole;
|
|
1162
1492
|
/**
|
|
1163
1493
|
* @generated from field: required string ice_local_username_fragment = 6;
|
|
1164
1494
|
*/
|
|
1165
|
-
iceLocalUsernameFragment
|
|
1495
|
+
iceLocalUsernameFragment?: string;
|
|
1166
1496
|
/**
|
|
1167
1497
|
* @generated from field: optional livekit.proto.DtlsTransportState dtls_state = 7;
|
|
1168
1498
|
*/
|
|
1169
|
-
dtlsState
|
|
1499
|
+
dtlsState?: DtlsTransportState;
|
|
1170
1500
|
/**
|
|
1171
1501
|
* @generated from field: optional livekit.proto.IceTransportState ice_state = 8;
|
|
1172
1502
|
*/
|
|
1173
|
-
iceState
|
|
1503
|
+
iceState?: IceTransportState;
|
|
1174
1504
|
/**
|
|
1175
1505
|
* @generated from field: required string selected_candidate_pair_id = 9;
|
|
1176
1506
|
*/
|
|
1177
|
-
selectedCandidatePairId
|
|
1507
|
+
selectedCandidatePairId?: string;
|
|
1178
1508
|
/**
|
|
1179
1509
|
* @generated from field: required string local_certificate_id = 10;
|
|
1180
1510
|
*/
|
|
1181
|
-
localCertificateId
|
|
1511
|
+
localCertificateId?: string;
|
|
1182
1512
|
/**
|
|
1183
1513
|
* @generated from field: required string remote_certificate_id = 11;
|
|
1184
1514
|
*/
|
|
1185
|
-
remoteCertificateId
|
|
1515
|
+
remoteCertificateId?: string;
|
|
1186
1516
|
/**
|
|
1187
1517
|
* @generated from field: required string tls_version = 12;
|
|
1188
1518
|
*/
|
|
1189
|
-
tlsVersion
|
|
1519
|
+
tlsVersion?: string;
|
|
1190
1520
|
/**
|
|
1191
1521
|
* @generated from field: required string dtls_cipher = 13;
|
|
1192
1522
|
*/
|
|
1193
|
-
dtlsCipher
|
|
1523
|
+
dtlsCipher?: string;
|
|
1194
1524
|
/**
|
|
1195
1525
|
* @generated from field: required livekit.proto.DtlsRole dtls_role = 14;
|
|
1196
1526
|
*/
|
|
1197
|
-
dtlsRole
|
|
1527
|
+
dtlsRole?: DtlsRole;
|
|
1198
1528
|
/**
|
|
1199
1529
|
* @generated from field: required string srtp_cipher = 15;
|
|
1200
1530
|
*/
|
|
1201
|
-
srtpCipher
|
|
1531
|
+
srtpCipher?: string;
|
|
1202
1532
|
/**
|
|
1203
1533
|
* @generated from field: required uint32 selected_candidate_pair_changes = 16;
|
|
1204
1534
|
*/
|
|
1205
|
-
selectedCandidatePairChanges
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1535
|
+
selectedCandidatePairChanges?: number;
|
|
1536
|
+
constructor(data?: PartialMessage<TransportStats>);
|
|
1537
|
+
static readonly runtime: typeof proto2;
|
|
1538
|
+
static readonly typeName = "livekit.proto.TransportStats";
|
|
1539
|
+
static readonly fields: FieldList;
|
|
1540
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TransportStats;
|
|
1541
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TransportStats;
|
|
1542
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TransportStats;
|
|
1543
|
+
static equals(a: TransportStats | PlainMessage<TransportStats> | undefined, b: TransportStats | PlainMessage<TransportStats> | undefined): boolean;
|
|
1544
|
+
}
|
|
1212
1545
|
/**
|
|
1213
1546
|
* @generated from message livekit.proto.CandidatePairStats
|
|
1214
1547
|
*/
|
|
1215
|
-
|
|
1548
|
+
declare class CandidatePairStats extends Message<CandidatePairStats> {
|
|
1216
1549
|
/**
|
|
1217
1550
|
* @generated from field: required string transport_id = 1;
|
|
1218
1551
|
*/
|
|
1219
|
-
transportId
|
|
1552
|
+
transportId?: string;
|
|
1220
1553
|
/**
|
|
1221
1554
|
* @generated from field: required string local_candidate_id = 2;
|
|
1222
1555
|
*/
|
|
1223
|
-
localCandidateId
|
|
1556
|
+
localCandidateId?: string;
|
|
1224
1557
|
/**
|
|
1225
1558
|
* @generated from field: required string remote_candidate_id = 3;
|
|
1226
1559
|
*/
|
|
1227
|
-
remoteCandidateId
|
|
1560
|
+
remoteCandidateId?: string;
|
|
1228
1561
|
/**
|
|
1229
1562
|
* @generated from field: optional livekit.proto.IceCandidatePairState state = 4;
|
|
1230
1563
|
*/
|
|
1231
|
-
state
|
|
1564
|
+
state?: IceCandidatePairState;
|
|
1232
1565
|
/**
|
|
1233
1566
|
* @generated from field: required bool nominated = 5;
|
|
1234
1567
|
*/
|
|
1235
|
-
nominated
|
|
1568
|
+
nominated?: boolean;
|
|
1236
1569
|
/**
|
|
1237
1570
|
* @generated from field: required uint64 packets_sent = 6;
|
|
1238
1571
|
*/
|
|
1239
|
-
packetsSent
|
|
1572
|
+
packetsSent?: bigint;
|
|
1240
1573
|
/**
|
|
1241
1574
|
* @generated from field: required uint64 packets_received = 7;
|
|
1242
1575
|
*/
|
|
1243
|
-
packetsReceived
|
|
1576
|
+
packetsReceived?: bigint;
|
|
1244
1577
|
/**
|
|
1245
1578
|
* @generated from field: required uint64 bytes_sent = 8;
|
|
1246
1579
|
*/
|
|
1247
|
-
bytesSent
|
|
1580
|
+
bytesSent?: bigint;
|
|
1248
1581
|
/**
|
|
1249
1582
|
* @generated from field: required uint64 bytes_received = 9;
|
|
1250
1583
|
*/
|
|
1251
|
-
bytesReceived
|
|
1584
|
+
bytesReceived?: bigint;
|
|
1252
1585
|
/**
|
|
1253
1586
|
* @generated from field: required double last_packet_sent_timestamp = 10;
|
|
1254
1587
|
*/
|
|
1255
|
-
lastPacketSentTimestamp
|
|
1588
|
+
lastPacketSentTimestamp?: number;
|
|
1256
1589
|
/**
|
|
1257
1590
|
* @generated from field: required double last_packet_received_timestamp = 11;
|
|
1258
1591
|
*/
|
|
1259
|
-
lastPacketReceivedTimestamp
|
|
1592
|
+
lastPacketReceivedTimestamp?: number;
|
|
1260
1593
|
/**
|
|
1261
1594
|
* @generated from field: required double total_round_trip_time = 12;
|
|
1262
1595
|
*/
|
|
1263
|
-
totalRoundTripTime
|
|
1596
|
+
totalRoundTripTime?: number;
|
|
1264
1597
|
/**
|
|
1265
1598
|
* @generated from field: required double current_round_trip_time = 13;
|
|
1266
1599
|
*/
|
|
1267
|
-
currentRoundTripTime
|
|
1600
|
+
currentRoundTripTime?: number;
|
|
1268
1601
|
/**
|
|
1269
1602
|
* @generated from field: required double available_outgoing_bitrate = 14;
|
|
1270
1603
|
*/
|
|
1271
|
-
availableOutgoingBitrate
|
|
1604
|
+
availableOutgoingBitrate?: number;
|
|
1272
1605
|
/**
|
|
1273
1606
|
* @generated from field: required double available_incoming_bitrate = 15;
|
|
1274
1607
|
*/
|
|
1275
|
-
availableIncomingBitrate
|
|
1608
|
+
availableIncomingBitrate?: number;
|
|
1276
1609
|
/**
|
|
1277
1610
|
* @generated from field: required uint64 requests_received = 16;
|
|
1278
1611
|
*/
|
|
1279
|
-
requestsReceived
|
|
1612
|
+
requestsReceived?: bigint;
|
|
1280
1613
|
/**
|
|
1281
1614
|
* @generated from field: required uint64 requests_sent = 17;
|
|
1282
1615
|
*/
|
|
1283
|
-
requestsSent
|
|
1616
|
+
requestsSent?: bigint;
|
|
1284
1617
|
/**
|
|
1285
1618
|
* @generated from field: required uint64 responses_received = 18;
|
|
1286
1619
|
*/
|
|
1287
|
-
responsesReceived
|
|
1620
|
+
responsesReceived?: bigint;
|
|
1288
1621
|
/**
|
|
1289
1622
|
* @generated from field: required uint64 responses_sent = 19;
|
|
1290
1623
|
*/
|
|
1291
|
-
responsesSent
|
|
1624
|
+
responsesSent?: bigint;
|
|
1292
1625
|
/**
|
|
1293
1626
|
* @generated from field: required uint64 consent_requests_sent = 20;
|
|
1294
1627
|
*/
|
|
1295
|
-
consentRequestsSent
|
|
1628
|
+
consentRequestsSent?: bigint;
|
|
1296
1629
|
/**
|
|
1297
1630
|
* @generated from field: required uint32 packets_discarded_on_send = 21;
|
|
1298
1631
|
*/
|
|
1299
|
-
packetsDiscardedOnSend
|
|
1632
|
+
packetsDiscardedOnSend?: number;
|
|
1300
1633
|
/**
|
|
1301
1634
|
* @generated from field: required uint64 bytes_discarded_on_send = 22;
|
|
1302
1635
|
*/
|
|
1303
|
-
bytesDiscardedOnSend
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1636
|
+
bytesDiscardedOnSend?: bigint;
|
|
1637
|
+
constructor(data?: PartialMessage<CandidatePairStats>);
|
|
1638
|
+
static readonly runtime: typeof proto2;
|
|
1639
|
+
static readonly typeName = "livekit.proto.CandidatePairStats";
|
|
1640
|
+
static readonly fields: FieldList;
|
|
1641
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CandidatePairStats;
|
|
1642
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CandidatePairStats;
|
|
1643
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CandidatePairStats;
|
|
1644
|
+
static equals(a: CandidatePairStats | PlainMessage<CandidatePairStats> | undefined, b: CandidatePairStats | PlainMessage<CandidatePairStats> | undefined): boolean;
|
|
1645
|
+
}
|
|
1310
1646
|
/**
|
|
1311
1647
|
* @generated from message livekit.proto.IceCandidateStats
|
|
1312
1648
|
*/
|
|
1313
|
-
|
|
1649
|
+
declare class IceCandidateStats extends Message<IceCandidateStats> {
|
|
1314
1650
|
/**
|
|
1315
1651
|
* @generated from field: required string transport_id = 1;
|
|
1316
1652
|
*/
|
|
1317
|
-
transportId
|
|
1653
|
+
transportId?: string;
|
|
1318
1654
|
/**
|
|
1319
1655
|
* @generated from field: required string address = 2;
|
|
1320
1656
|
*/
|
|
1321
|
-
address
|
|
1657
|
+
address?: string;
|
|
1322
1658
|
/**
|
|
1323
1659
|
* @generated from field: required int32 port = 3;
|
|
1324
1660
|
*/
|
|
1325
|
-
port
|
|
1661
|
+
port?: number;
|
|
1326
1662
|
/**
|
|
1327
1663
|
* @generated from field: required string protocol = 4;
|
|
1328
1664
|
*/
|
|
1329
|
-
protocol
|
|
1665
|
+
protocol?: string;
|
|
1330
1666
|
/**
|
|
1331
1667
|
* @generated from field: optional livekit.proto.IceCandidateType candidate_type = 5;
|
|
1332
1668
|
*/
|
|
1333
|
-
candidateType
|
|
1669
|
+
candidateType?: IceCandidateType;
|
|
1334
1670
|
/**
|
|
1335
1671
|
* @generated from field: required int32 priority = 6;
|
|
1336
1672
|
*/
|
|
1337
|
-
priority
|
|
1673
|
+
priority?: number;
|
|
1338
1674
|
/**
|
|
1339
1675
|
* @generated from field: required string url = 7;
|
|
1340
1676
|
*/
|
|
1341
|
-
url
|
|
1677
|
+
url?: string;
|
|
1342
1678
|
/**
|
|
1343
1679
|
* @generated from field: optional livekit.proto.IceServerTransportProtocol relay_protocol = 8;
|
|
1344
1680
|
*/
|
|
1345
|
-
relayProtocol
|
|
1681
|
+
relayProtocol?: IceServerTransportProtocol;
|
|
1346
1682
|
/**
|
|
1347
1683
|
* @generated from field: required string foundation = 9;
|
|
1348
1684
|
*/
|
|
1349
|
-
foundation
|
|
1685
|
+
foundation?: string;
|
|
1350
1686
|
/**
|
|
1351
1687
|
* @generated from field: required string related_address = 10;
|
|
1352
1688
|
*/
|
|
1353
|
-
relatedAddress
|
|
1689
|
+
relatedAddress?: string;
|
|
1354
1690
|
/**
|
|
1355
1691
|
* @generated from field: required int32 related_port = 11;
|
|
1356
1692
|
*/
|
|
1357
|
-
relatedPort
|
|
1693
|
+
relatedPort?: number;
|
|
1358
1694
|
/**
|
|
1359
1695
|
* @generated from field: required string username_fragment = 12;
|
|
1360
1696
|
*/
|
|
1361
|
-
usernameFragment
|
|
1697
|
+
usernameFragment?: string;
|
|
1362
1698
|
/**
|
|
1363
1699
|
* @generated from field: optional livekit.proto.IceTcpCandidateType tcp_type = 13;
|
|
1364
1700
|
*/
|
|
1365
|
-
tcpType
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1701
|
+
tcpType?: IceTcpCandidateType;
|
|
1702
|
+
constructor(data?: PartialMessage<IceCandidateStats>);
|
|
1703
|
+
static readonly runtime: typeof proto2;
|
|
1704
|
+
static readonly typeName = "livekit.proto.IceCandidateStats";
|
|
1705
|
+
static readonly fields: FieldList;
|
|
1706
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): IceCandidateStats;
|
|
1707
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): IceCandidateStats;
|
|
1708
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): IceCandidateStats;
|
|
1709
|
+
static equals(a: IceCandidateStats | PlainMessage<IceCandidateStats> | undefined, b: IceCandidateStats | PlainMessage<IceCandidateStats> | undefined): boolean;
|
|
1710
|
+
}
|
|
1372
1711
|
/**
|
|
1373
1712
|
* @generated from message livekit.proto.CertificateStats
|
|
1374
1713
|
*/
|
|
1375
|
-
|
|
1714
|
+
declare class CertificateStats extends Message<CertificateStats> {
|
|
1376
1715
|
/**
|
|
1377
1716
|
* @generated from field: required string fingerprint = 1;
|
|
1378
1717
|
*/
|
|
1379
|
-
fingerprint
|
|
1718
|
+
fingerprint?: string;
|
|
1380
1719
|
/**
|
|
1381
1720
|
* @generated from field: required string fingerprint_algorithm = 2;
|
|
1382
1721
|
*/
|
|
1383
|
-
fingerprintAlgorithm
|
|
1722
|
+
fingerprintAlgorithm?: string;
|
|
1384
1723
|
/**
|
|
1385
1724
|
* @generated from field: required string base64_certificate = 3;
|
|
1386
1725
|
*/
|
|
1387
|
-
base64Certificate
|
|
1726
|
+
base64Certificate?: string;
|
|
1388
1727
|
/**
|
|
1389
1728
|
* @generated from field: required string issuer_certificate_id = 4;
|
|
1390
1729
|
*/
|
|
1391
|
-
issuerCertificateId
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
*/
|
|
1401
|
-
declare enum DataChannelState {
|
|
1402
|
-
/**
|
|
1403
|
-
* @generated from enum value: DC_CONNECTING = 0;
|
|
1404
|
-
*/
|
|
1405
|
-
DC_CONNECTING = 0,
|
|
1406
|
-
/**
|
|
1407
|
-
* @generated from enum value: DC_OPEN = 1;
|
|
1408
|
-
*/
|
|
1409
|
-
DC_OPEN = 1,
|
|
1410
|
-
/**
|
|
1411
|
-
* @generated from enum value: DC_CLOSING = 2;
|
|
1412
|
-
*/
|
|
1413
|
-
DC_CLOSING = 2,
|
|
1414
|
-
/**
|
|
1415
|
-
* @generated from enum value: DC_CLOSED = 3;
|
|
1416
|
-
*/
|
|
1417
|
-
DC_CLOSED = 3
|
|
1418
|
-
}
|
|
1419
|
-
/**
|
|
1420
|
-
* Describes the enum livekit.proto.DataChannelState.
|
|
1421
|
-
*/
|
|
1422
|
-
declare const DataChannelStateSchema: GenEnum<DataChannelState>;
|
|
1423
|
-
/**
|
|
1424
|
-
* @generated from enum livekit.proto.QualityLimitationReason
|
|
1425
|
-
*/
|
|
1426
|
-
declare enum QualityLimitationReason {
|
|
1427
|
-
/**
|
|
1428
|
-
* @generated from enum value: LIMITATION_NONE = 0;
|
|
1429
|
-
*/
|
|
1430
|
-
LIMITATION_NONE = 0,
|
|
1431
|
-
/**
|
|
1432
|
-
* @generated from enum value: LIMITATION_CPU = 1;
|
|
1433
|
-
*/
|
|
1434
|
-
LIMITATION_CPU = 1,
|
|
1435
|
-
/**
|
|
1436
|
-
* @generated from enum value: LIMITATION_BANDWIDTH = 2;
|
|
1437
|
-
*/
|
|
1438
|
-
LIMITATION_BANDWIDTH = 2,
|
|
1439
|
-
/**
|
|
1440
|
-
* @generated from enum value: LIMITATION_OTHER = 3;
|
|
1441
|
-
*/
|
|
1442
|
-
LIMITATION_OTHER = 3
|
|
1443
|
-
}
|
|
1444
|
-
/**
|
|
1445
|
-
* Describes the enum livekit.proto.QualityLimitationReason.
|
|
1446
|
-
*/
|
|
1447
|
-
declare const QualityLimitationReasonSchema: GenEnum<QualityLimitationReason>;
|
|
1448
|
-
/**
|
|
1449
|
-
* @generated from enum livekit.proto.IceRole
|
|
1450
|
-
*/
|
|
1451
|
-
declare enum IceRole {
|
|
1452
|
-
/**
|
|
1453
|
-
* @generated from enum value: ICE_UNKNOWN = 0;
|
|
1454
|
-
*/
|
|
1455
|
-
ICE_UNKNOWN = 0,
|
|
1456
|
-
/**
|
|
1457
|
-
* @generated from enum value: ICE_CONTROLLING = 1;
|
|
1458
|
-
*/
|
|
1459
|
-
ICE_CONTROLLING = 1,
|
|
1460
|
-
/**
|
|
1461
|
-
* @generated from enum value: ICE_CONTROLLED = 2;
|
|
1462
|
-
*/
|
|
1463
|
-
ICE_CONTROLLED = 2
|
|
1464
|
-
}
|
|
1465
|
-
/**
|
|
1466
|
-
* Describes the enum livekit.proto.IceRole.
|
|
1467
|
-
*/
|
|
1468
|
-
declare const IceRoleSchema: GenEnum<IceRole>;
|
|
1469
|
-
/**
|
|
1470
|
-
* @generated from enum livekit.proto.DtlsTransportState
|
|
1471
|
-
*/
|
|
1472
|
-
declare enum DtlsTransportState {
|
|
1473
|
-
/**
|
|
1474
|
-
* @generated from enum value: DTLS_TRANSPORT_NEW = 0;
|
|
1475
|
-
*/
|
|
1476
|
-
DTLS_TRANSPORT_NEW = 0,
|
|
1477
|
-
/**
|
|
1478
|
-
* @generated from enum value: DTLS_TRANSPORT_CONNECTING = 1;
|
|
1479
|
-
*/
|
|
1480
|
-
DTLS_TRANSPORT_CONNECTING = 1,
|
|
1481
|
-
/**
|
|
1482
|
-
* @generated from enum value: DTLS_TRANSPORT_CONNECTED = 2;
|
|
1483
|
-
*/
|
|
1484
|
-
DTLS_TRANSPORT_CONNECTED = 2,
|
|
1485
|
-
/**
|
|
1486
|
-
* @generated from enum value: DTLS_TRANSPORT_CLOSED = 3;
|
|
1487
|
-
*/
|
|
1488
|
-
DTLS_TRANSPORT_CLOSED = 3,
|
|
1489
|
-
/**
|
|
1490
|
-
* @generated from enum value: DTLS_TRANSPORT_FAILED = 4;
|
|
1491
|
-
*/
|
|
1492
|
-
DTLS_TRANSPORT_FAILED = 4
|
|
1493
|
-
}
|
|
1494
|
-
/**
|
|
1495
|
-
* Describes the enum livekit.proto.DtlsTransportState.
|
|
1496
|
-
*/
|
|
1497
|
-
declare const DtlsTransportStateSchema: GenEnum<DtlsTransportState>;
|
|
1498
|
-
/**
|
|
1499
|
-
* @generated from enum livekit.proto.IceTransportState
|
|
1500
|
-
*/
|
|
1501
|
-
declare enum IceTransportState {
|
|
1502
|
-
/**
|
|
1503
|
-
* @generated from enum value: ICE_TRANSPORT_NEW = 0;
|
|
1504
|
-
*/
|
|
1505
|
-
ICE_TRANSPORT_NEW = 0,
|
|
1506
|
-
/**
|
|
1507
|
-
* @generated from enum value: ICE_TRANSPORT_CHECKING = 1;
|
|
1508
|
-
*/
|
|
1509
|
-
ICE_TRANSPORT_CHECKING = 1,
|
|
1510
|
-
/**
|
|
1511
|
-
* @generated from enum value: ICE_TRANSPORT_CONNECTED = 2;
|
|
1512
|
-
*/
|
|
1513
|
-
ICE_TRANSPORT_CONNECTED = 2,
|
|
1514
|
-
/**
|
|
1515
|
-
* @generated from enum value: ICE_TRANSPORT_COMPLETED = 3;
|
|
1516
|
-
*/
|
|
1517
|
-
ICE_TRANSPORT_COMPLETED = 3,
|
|
1518
|
-
/**
|
|
1519
|
-
* @generated from enum value: ICE_TRANSPORT_DISCONNECTED = 4;
|
|
1520
|
-
*/
|
|
1521
|
-
ICE_TRANSPORT_DISCONNECTED = 4,
|
|
1522
|
-
/**
|
|
1523
|
-
* @generated from enum value: ICE_TRANSPORT_FAILED = 5;
|
|
1524
|
-
*/
|
|
1525
|
-
ICE_TRANSPORT_FAILED = 5,
|
|
1526
|
-
/**
|
|
1527
|
-
* @generated from enum value: ICE_TRANSPORT_CLOSED = 6;
|
|
1528
|
-
*/
|
|
1529
|
-
ICE_TRANSPORT_CLOSED = 6
|
|
1530
|
-
}
|
|
1531
|
-
/**
|
|
1532
|
-
* Describes the enum livekit.proto.IceTransportState.
|
|
1533
|
-
*/
|
|
1534
|
-
declare const IceTransportStateSchema: GenEnum<IceTransportState>;
|
|
1535
|
-
/**
|
|
1536
|
-
* @generated from enum livekit.proto.DtlsRole
|
|
1537
|
-
*/
|
|
1538
|
-
declare enum DtlsRole {
|
|
1539
|
-
/**
|
|
1540
|
-
* @generated from enum value: DTLS_CLIENT = 0;
|
|
1541
|
-
*/
|
|
1542
|
-
DTLS_CLIENT = 0,
|
|
1543
|
-
/**
|
|
1544
|
-
* @generated from enum value: DTLS_SERVER = 1;
|
|
1545
|
-
*/
|
|
1546
|
-
DTLS_SERVER = 1,
|
|
1547
|
-
/**
|
|
1548
|
-
* @generated from enum value: DTLS_UNKNOWN = 2;
|
|
1549
|
-
*/
|
|
1550
|
-
DTLS_UNKNOWN = 2
|
|
1551
|
-
}
|
|
1552
|
-
/**
|
|
1553
|
-
* Describes the enum livekit.proto.DtlsRole.
|
|
1554
|
-
*/
|
|
1555
|
-
declare const DtlsRoleSchema: GenEnum<DtlsRole>;
|
|
1556
|
-
/**
|
|
1557
|
-
* @generated from enum livekit.proto.IceCandidatePairState
|
|
1558
|
-
*/
|
|
1559
|
-
declare enum IceCandidatePairState {
|
|
1560
|
-
/**
|
|
1561
|
-
* @generated from enum value: PAIR_FROZEN = 0;
|
|
1562
|
-
*/
|
|
1563
|
-
PAIR_FROZEN = 0,
|
|
1564
|
-
/**
|
|
1565
|
-
* @generated from enum value: PAIR_WAITING = 1;
|
|
1566
|
-
*/
|
|
1567
|
-
PAIR_WAITING = 1,
|
|
1568
|
-
/**
|
|
1569
|
-
* @generated from enum value: PAIR_IN_PROGRESS = 2;
|
|
1570
|
-
*/
|
|
1571
|
-
PAIR_IN_PROGRESS = 2,
|
|
1572
|
-
/**
|
|
1573
|
-
* @generated from enum value: PAIR_FAILED = 3;
|
|
1574
|
-
*/
|
|
1575
|
-
PAIR_FAILED = 3,
|
|
1576
|
-
/**
|
|
1577
|
-
* @generated from enum value: PAIR_SUCCEEDED = 4;
|
|
1578
|
-
*/
|
|
1579
|
-
PAIR_SUCCEEDED = 4
|
|
1580
|
-
}
|
|
1581
|
-
/**
|
|
1582
|
-
* Describes the enum livekit.proto.IceCandidatePairState.
|
|
1583
|
-
*/
|
|
1584
|
-
declare const IceCandidatePairStateSchema: GenEnum<IceCandidatePairState>;
|
|
1585
|
-
/**
|
|
1586
|
-
* @generated from enum livekit.proto.IceCandidateType
|
|
1587
|
-
*/
|
|
1588
|
-
declare enum IceCandidateType {
|
|
1589
|
-
/**
|
|
1590
|
-
* @generated from enum value: HOST = 0;
|
|
1591
|
-
*/
|
|
1592
|
-
HOST = 0,
|
|
1593
|
-
/**
|
|
1594
|
-
* @generated from enum value: SRFLX = 1;
|
|
1595
|
-
*/
|
|
1596
|
-
SRFLX = 1,
|
|
1597
|
-
/**
|
|
1598
|
-
* @generated from enum value: PRFLX = 2;
|
|
1599
|
-
*/
|
|
1600
|
-
PRFLX = 2,
|
|
1601
|
-
/**
|
|
1602
|
-
* @generated from enum value: RELAY = 3;
|
|
1603
|
-
*/
|
|
1604
|
-
RELAY = 3
|
|
1605
|
-
}
|
|
1606
|
-
/**
|
|
1607
|
-
* Describes the enum livekit.proto.IceCandidateType.
|
|
1608
|
-
*/
|
|
1609
|
-
declare const IceCandidateTypeSchema: GenEnum<IceCandidateType>;
|
|
1610
|
-
/**
|
|
1611
|
-
* @generated from enum livekit.proto.IceServerTransportProtocol
|
|
1612
|
-
*/
|
|
1613
|
-
declare enum IceServerTransportProtocol {
|
|
1614
|
-
/**
|
|
1615
|
-
* @generated from enum value: TRANSPORT_UDP = 0;
|
|
1616
|
-
*/
|
|
1617
|
-
TRANSPORT_UDP = 0,
|
|
1618
|
-
/**
|
|
1619
|
-
* @generated from enum value: TRANSPORT_TCP = 1;
|
|
1620
|
-
*/
|
|
1621
|
-
TRANSPORT_TCP = 1,
|
|
1622
|
-
/**
|
|
1623
|
-
* @generated from enum value: TRANSPORT_TLS = 2;
|
|
1624
|
-
*/
|
|
1625
|
-
TRANSPORT_TLS = 2
|
|
1730
|
+
issuerCertificateId?: string;
|
|
1731
|
+
constructor(data?: PartialMessage<CertificateStats>);
|
|
1732
|
+
static readonly runtime: typeof proto2;
|
|
1733
|
+
static readonly typeName = "livekit.proto.CertificateStats";
|
|
1734
|
+
static readonly fields: FieldList;
|
|
1735
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CertificateStats;
|
|
1736
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CertificateStats;
|
|
1737
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CertificateStats;
|
|
1738
|
+
static equals(a: CertificateStats | PlainMessage<CertificateStats> | undefined, b: CertificateStats | PlainMessage<CertificateStats> | undefined): boolean;
|
|
1626
1739
|
}
|
|
1627
1740
|
/**
|
|
1628
|
-
*
|
|
1629
|
-
*/
|
|
1630
|
-
declare const IceServerTransportProtocolSchema: GenEnum<IceServerTransportProtocol>;
|
|
1631
|
-
/**
|
|
1632
|
-
* @generated from enum livekit.proto.IceTcpCandidateType
|
|
1741
|
+
* @generated from message livekit.proto.StreamStats
|
|
1633
1742
|
*/
|
|
1634
|
-
declare
|
|
1635
|
-
/**
|
|
1636
|
-
* @generated from enum value: CANDIDATE_ACTIVE = 0;
|
|
1637
|
-
*/
|
|
1638
|
-
CANDIDATE_ACTIVE = 0,
|
|
1639
|
-
/**
|
|
1640
|
-
* @generated from enum value: CANDIDATE_PASSIVE = 1;
|
|
1641
|
-
*/
|
|
1642
|
-
CANDIDATE_PASSIVE = 1,
|
|
1743
|
+
declare class StreamStats extends Message<StreamStats> {
|
|
1643
1744
|
/**
|
|
1644
|
-
* @generated from
|
|
1745
|
+
* @generated from field: required string id = 1;
|
|
1645
1746
|
*/
|
|
1646
|
-
|
|
1747
|
+
id?: string;
|
|
1748
|
+
/**
|
|
1749
|
+
* required int64 timestamp = 3;
|
|
1750
|
+
*
|
|
1751
|
+
* @generated from field: required string stream_identifier = 2;
|
|
1752
|
+
*/
|
|
1753
|
+
streamIdentifier?: string;
|
|
1754
|
+
constructor(data?: PartialMessage<StreamStats>);
|
|
1755
|
+
static readonly runtime: typeof proto2;
|
|
1756
|
+
static readonly typeName = "livekit.proto.StreamStats";
|
|
1757
|
+
static readonly fields: FieldList;
|
|
1758
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamStats;
|
|
1759
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamStats;
|
|
1760
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamStats;
|
|
1761
|
+
static equals(a: StreamStats | PlainMessage<StreamStats> | undefined, b: StreamStats | PlainMessage<StreamStats> | undefined): boolean;
|
|
1647
1762
|
}
|
|
1648
|
-
/**
|
|
1649
|
-
* Describes the enum livekit.proto.IceTcpCandidateType.
|
|
1650
|
-
*/
|
|
1651
|
-
declare const IceTcpCandidateTypeSchema: GenEnum<IceTcpCandidateType>;
|
|
1652
1763
|
|
|
1653
|
-
export {
|
|
1764
|
+
export { AudioPlayoutStats, AudioSourceStats, CandidatePairStats, CertificateStats, CodecStats, DataChannelState, DataChannelStats, DtlsRole, DtlsTransportState, IceCandidatePairState, IceCandidateStats, IceCandidateType, IceRole, IceServerTransportProtocol, IceTcpCandidateType, IceTransportState, InboundRtpStreamStats, MediaSourceStats, OutboundRtpStreamStats, PeerConnectionStats, QualityLimitationReason, ReceivedRtpStreamStats, RemoteInboundRtpStreamStats, RemoteOutboundRtpStreamStats, RtcStats, RtcStatsData, RtcStats_CandidatePair, RtcStats_Certificate, RtcStats_Codec, RtcStats_DataChannel, RtcStats_InboundRtp, RtcStats_LocalCandidate, RtcStats_MediaPlayout, RtcStats_MediaSource, RtcStats_OutboundRtp, RtcStats_PeerConnection, RtcStats_RemoteCandidate, RtcStats_RemoteInboundRtp, RtcStats_RemoteOutboundRtp, RtcStats_Stream, RtcStats_Track, RtcStats_Transport, RtpStreamStats, SentRtpStreamStats, StreamStats, TransportStats, VideoSourceStats };
|