plugnmeet-protocol-js 1.0.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.
Files changed (69) hide show
  1. package/package.json +26 -0
  2. package/src/gen/buf/validate/expression_pb.d.ts +158 -0
  3. package/src/gen/buf/validate/expression_pb.js +47 -0
  4. package/src/gen/buf/validate/priv/private_pb.d.ts +80 -0
  5. package/src/gen/buf/validate/priv/private_pb.js +49 -0
  6. package/src/gen/buf/validate/validate_pb.d.ts +3932 -0
  7. package/src/gen/buf/validate/validate_pb.js +253 -0
  8. package/src/gen/livekit_agent_dispatch_pb.d.ts +231 -0
  9. package/src/gen/livekit_agent_dispatch_pb.js +82 -0
  10. package/src/gen/livekit_agent_pb.d.ts +632 -0
  11. package/src/gen/livekit_agent_pb.js +175 -0
  12. package/src/gen/livekit_analytics_pb.d.ts +733 -0
  13. package/src/gen/livekit_analytics_pb.js +124 -0
  14. package/src/gen/livekit_egress_pb.d.ts +1945 -0
  15. package/src/gen/livekit_egress_pb.js +333 -0
  16. package/src/gen/livekit_ingress_pb.d.ts +805 -0
  17. package/src/gen/livekit_ingress_pb.js +172 -0
  18. package/src/gen/livekit_internal_pb.d.ts +601 -0
  19. package/src/gen/livekit_internal_pb.js +101 -0
  20. package/src/gen/livekit_metrics_pb.d.ts +193 -0
  21. package/src/gen/livekit_metrics_pb.js +54 -0
  22. package/src/gen/livekit_models_pb.d.ts +2089 -0
  23. package/src/gen/livekit_models_pb.js +440 -0
  24. package/src/gen/livekit_room_pb.d.ts +743 -0
  25. package/src/gen/livekit_room_pb.js +178 -0
  26. package/src/gen/livekit_rtc_pb.d.ts +1688 -0
  27. package/src/gen/livekit_rtc_pb.js +384 -0
  28. package/src/gen/livekit_sip_pb.d.ts +1010 -0
  29. package/src/gen/livekit_sip_pb.js +223 -0
  30. package/src/gen/livekit_webhook_pb.d.ts +101 -0
  31. package/src/gen/livekit_webhook_pb.js +36 -0
  32. package/src/gen/plugnmeet_analytics_pb.d.ts +512 -0
  33. package/src/gen/plugnmeet_analytics_pb.js +97 -0
  34. package/src/gen/plugnmeet_auth_analytics_pb.d.ts +225 -0
  35. package/src/gen/plugnmeet_auth_analytics_pb.js +69 -0
  36. package/src/gen/plugnmeet_auth_recording_pb.d.ts +278 -0
  37. package/src/gen/plugnmeet_auth_recording_pb.js +84 -0
  38. package/src/gen/plugnmeet_auth_room_pb.d.ts +427 -0
  39. package/src/gen/plugnmeet_auth_room_pb.js +112 -0
  40. package/src/gen/plugnmeet_breakout_room_pb.d.ts +256 -0
  41. package/src/gen/plugnmeet_breakout_room_pb.js +68 -0
  42. package/src/gen/plugnmeet_common_api_pb.d.ts +591 -0
  43. package/src/gen/plugnmeet_common_api_pb.js +169 -0
  44. package/src/gen/plugnmeet_common_pb.d.ts +193 -0
  45. package/src/gen/plugnmeet_common_pb.js +48 -0
  46. package/src/gen/plugnmeet_create_room_pb.d.ts +696 -0
  47. package/src/gen/plugnmeet_create_room_pb.js +128 -0
  48. package/src/gen/plugnmeet_datamessage_pb.d.ts +137 -0
  49. package/src/gen/plugnmeet_datamessage_pb.js +31 -0
  50. package/src/gen/plugnmeet_gen_token_pb.d.ts +308 -0
  51. package/src/gen/plugnmeet_gen_token_pb.js +62 -0
  52. package/src/gen/plugnmeet_ingress_pb.d.ts +94 -0
  53. package/src/gen/plugnmeet_ingress_pb.js +38 -0
  54. package/src/gen/plugnmeet_lti_v1_pb.d.ts +145 -0
  55. package/src/gen/plugnmeet_lti_v1_pb.js +33 -0
  56. package/src/gen/plugnmeet_nats_msg_pb.d.ts +526 -0
  57. package/src/gen/plugnmeet_nats_msg_pb.js +118 -0
  58. package/src/gen/plugnmeet_polls_pb.d.ts +321 -0
  59. package/src/gen/plugnmeet_polls_pb.js +75 -0
  60. package/src/gen/plugnmeet_recorder_pb.d.ts +401 -0
  61. package/src/gen/plugnmeet_recorder_pb.js +85 -0
  62. package/src/gen/plugnmeet_recording_pb.d.ts +120 -0
  63. package/src/gen/plugnmeet_recording_pb.js +27 -0
  64. package/src/gen/plugnmeet_speech_services_pb.d.ts +212 -0
  65. package/src/gen/plugnmeet_speech_services_pb.js +59 -0
  66. package/src/gen/rpc/analytics_pb.d.ts +57 -0
  67. package/src/gen/rpc/analytics_pb.js +34 -0
  68. package/src/index.d.ts +17 -0
  69. package/src/index.js +17 -0
@@ -0,0 +1,427 @@
1
+ // @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
2
+ // @generated from file plugnmeet_auth_room.proto (package plugnmeet, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+ import type { ParticipantInfo } from "./livekit_models_pb.js";
8
+
9
+ /**
10
+ * Describes the file plugnmeet_auth_room.proto.
11
+ */
12
+ export declare const file_plugnmeet_auth_room: GenFile;
13
+
14
+ /**
15
+ * @generated from message plugnmeet.GetActiveRoomInfoReq
16
+ */
17
+ export declare type GetActiveRoomInfoReq = Message<"plugnmeet.GetActiveRoomInfoReq"> & {
18
+ /**
19
+ * @generated from field: string room_id = 1;
20
+ */
21
+ roomId: string;
22
+ };
23
+
24
+ /**
25
+ * Describes the message plugnmeet.GetActiveRoomInfoReq.
26
+ * Use `create(GetActiveRoomInfoReqSchema)` to create a new message.
27
+ */
28
+ export declare const GetActiveRoomInfoReqSchema: GenMessage<GetActiveRoomInfoReq>;
29
+
30
+ /**
31
+ * @generated from message plugnmeet.ActiveRoomInfoRes
32
+ */
33
+ export declare type ActiveRoomInfoRes = Message<"plugnmeet.ActiveRoomInfoRes"> & {
34
+ /**
35
+ * @generated from field: bool status = 1;
36
+ */
37
+ status: boolean;
38
+
39
+ /**
40
+ * @generated from field: string msg = 2;
41
+ */
42
+ msg: string;
43
+
44
+ /**
45
+ * @generated from field: optional plugnmeet.ActiveRoomInfo room_info = 3;
46
+ */
47
+ roomInfo?: ActiveRoomInfo;
48
+
49
+ /**
50
+ * @generated from field: repeated livekit.ParticipantInfo participants_info = 4;
51
+ */
52
+ participantsInfo: ParticipantInfo[];
53
+ };
54
+
55
+ /**
56
+ * Describes the message plugnmeet.ActiveRoomInfoRes.
57
+ * Use `create(ActiveRoomInfoResSchema)` to create a new message.
58
+ */
59
+ export declare const ActiveRoomInfoResSchema: GenMessage<ActiveRoomInfoRes>;
60
+
61
+ /**
62
+ * @generated from message plugnmeet.ActiveRoomInfo
63
+ */
64
+ export declare type ActiveRoomInfo = Message<"plugnmeet.ActiveRoomInfo"> & {
65
+ /**
66
+ * @generated from field: string room_title = 1;
67
+ */
68
+ roomTitle: string;
69
+
70
+ /**
71
+ * @generated from field: string room_id = 2;
72
+ */
73
+ roomId: string;
74
+
75
+ /**
76
+ * @generated from field: string sid = 3;
77
+ */
78
+ sid: string;
79
+
80
+ /**
81
+ * @generated from field: int64 joined_participants = 4 [jstype = JS_STRING];
82
+ */
83
+ joinedParticipants: string;
84
+
85
+ /**
86
+ * @generated from field: int32 is_running = 5;
87
+ */
88
+ isRunning: number;
89
+
90
+ /**
91
+ * @generated from field: int32 is_recording = 6;
92
+ */
93
+ isRecording: number;
94
+
95
+ /**
96
+ * @generated from field: int32 is_active_rtmp = 7;
97
+ */
98
+ isActiveRtmp: number;
99
+
100
+ /**
101
+ * @generated from field: string webhook_url = 8;
102
+ */
103
+ webhookUrl: string;
104
+
105
+ /**
106
+ * @generated from field: int32 is_breakout_room = 9;
107
+ */
108
+ isBreakoutRoom: number;
109
+
110
+ /**
111
+ * @generated from field: string parent_room_id = 10;
112
+ */
113
+ parentRoomId: string;
114
+
115
+ /**
116
+ * @generated from field: int64 creation_time = 11 [jstype = JS_STRING];
117
+ */
118
+ creationTime: string;
119
+
120
+ /**
121
+ * @generated from field: string metadata = 12;
122
+ */
123
+ metadata: string;
124
+ };
125
+
126
+ /**
127
+ * Describes the message plugnmeet.ActiveRoomInfo.
128
+ * Use `create(ActiveRoomInfoSchema)` to create a new message.
129
+ */
130
+ export declare const ActiveRoomInfoSchema: GenMessage<ActiveRoomInfo>;
131
+
132
+ /**
133
+ * @generated from message plugnmeet.RoomEndReq
134
+ */
135
+ export declare type RoomEndReq = Message<"plugnmeet.RoomEndReq"> & {
136
+ /**
137
+ * @generated from field: string room_id = 1;
138
+ */
139
+ roomId: string;
140
+ };
141
+
142
+ /**
143
+ * Describes the message plugnmeet.RoomEndReq.
144
+ * Use `create(RoomEndReqSchema)` to create a new message.
145
+ */
146
+ export declare const RoomEndReqSchema: GenMessage<RoomEndReq>;
147
+
148
+ /**
149
+ * @generated from message plugnmeet.RoomEndRes
150
+ */
151
+ export declare type RoomEndRes = Message<"plugnmeet.RoomEndRes"> & {
152
+ /**
153
+ * @generated from field: bool status = 1;
154
+ */
155
+ status: boolean;
156
+
157
+ /**
158
+ * @generated from field: string msg = 2;
159
+ */
160
+ msg: string;
161
+ };
162
+
163
+ /**
164
+ * Describes the message plugnmeet.RoomEndRes.
165
+ * Use `create(RoomEndResSchema)` to create a new message.
166
+ */
167
+ export declare const RoomEndResSchema: GenMessage<RoomEndRes>;
168
+
169
+ /**
170
+ * @generated from message plugnmeet.IsRoomActiveReq
171
+ */
172
+ export declare type IsRoomActiveReq = Message<"plugnmeet.IsRoomActiveReq"> & {
173
+ /**
174
+ * @generated from field: string room_id = 1;
175
+ */
176
+ roomId: string;
177
+ };
178
+
179
+ /**
180
+ * Describes the message plugnmeet.IsRoomActiveReq.
181
+ * Use `create(IsRoomActiveReqSchema)` to create a new message.
182
+ */
183
+ export declare const IsRoomActiveReqSchema: GenMessage<IsRoomActiveReq>;
184
+
185
+ /**
186
+ * @generated from message plugnmeet.IsRoomActiveRes
187
+ */
188
+ export declare type IsRoomActiveRes = Message<"plugnmeet.IsRoomActiveRes"> & {
189
+ /**
190
+ * @generated from field: bool status = 1;
191
+ */
192
+ status: boolean;
193
+
194
+ /**
195
+ * @generated from field: bool is_active = 2;
196
+ */
197
+ isActive: boolean;
198
+
199
+ /**
200
+ * @generated from field: string msg = 3;
201
+ */
202
+ msg: string;
203
+ };
204
+
205
+ /**
206
+ * Describes the message plugnmeet.IsRoomActiveRes.
207
+ * Use `create(IsRoomActiveResSchema)` to create a new message.
208
+ */
209
+ export declare const IsRoomActiveResSchema: GenMessage<IsRoomActiveRes>;
210
+
211
+ /**
212
+ * @generated from message plugnmeet.ActiveRoomWithParticipant
213
+ */
214
+ export declare type ActiveRoomWithParticipant = Message<"plugnmeet.ActiveRoomWithParticipant"> & {
215
+ /**
216
+ * @generated from field: optional plugnmeet.ActiveRoomInfo room_info = 3;
217
+ */
218
+ roomInfo?: ActiveRoomInfo;
219
+
220
+ /**
221
+ * @generated from field: repeated livekit.ParticipantInfo participants_info = 4;
222
+ */
223
+ participantsInfo: ParticipantInfo[];
224
+ };
225
+
226
+ /**
227
+ * Describes the message plugnmeet.ActiveRoomWithParticipant.
228
+ * Use `create(ActiveRoomWithParticipantSchema)` to create a new message.
229
+ */
230
+ export declare const ActiveRoomWithParticipantSchema: GenMessage<ActiveRoomWithParticipant>;
231
+
232
+ /**
233
+ * @generated from message plugnmeet.GetActiveRoomInfoRes
234
+ */
235
+ export declare type GetActiveRoomInfoRes = Message<"plugnmeet.GetActiveRoomInfoRes"> & {
236
+ /**
237
+ * @generated from field: bool status = 1;
238
+ */
239
+ status: boolean;
240
+
241
+ /**
242
+ * @generated from field: string msg = 2;
243
+ */
244
+ msg: string;
245
+
246
+ /**
247
+ * @generated from field: plugnmeet.ActiveRoomWithParticipant room = 3;
248
+ */
249
+ room?: ActiveRoomWithParticipant;
250
+ };
251
+
252
+ /**
253
+ * Describes the message plugnmeet.GetActiveRoomInfoRes.
254
+ * Use `create(GetActiveRoomInfoResSchema)` to create a new message.
255
+ */
256
+ export declare const GetActiveRoomInfoResSchema: GenMessage<GetActiveRoomInfoRes>;
257
+
258
+ /**
259
+ * @generated from message plugnmeet.GetActiveRoomsInfoRes
260
+ */
261
+ export declare type GetActiveRoomsInfoRes = Message<"plugnmeet.GetActiveRoomsInfoRes"> & {
262
+ /**
263
+ * @generated from field: bool status = 1;
264
+ */
265
+ status: boolean;
266
+
267
+ /**
268
+ * @generated from field: string msg = 2;
269
+ */
270
+ msg: string;
271
+
272
+ /**
273
+ * @generated from field: repeated plugnmeet.ActiveRoomWithParticipant rooms = 3;
274
+ */
275
+ rooms: ActiveRoomWithParticipant[];
276
+ };
277
+
278
+ /**
279
+ * Describes the message plugnmeet.GetActiveRoomsInfoRes.
280
+ * Use `create(GetActiveRoomsInfoResSchema)` to create a new message.
281
+ */
282
+ export declare const GetActiveRoomsInfoResSchema: GenMessage<GetActiveRoomsInfoRes>;
283
+
284
+ /**
285
+ * @generated from message plugnmeet.PastRoomInfo
286
+ */
287
+ export declare type PastRoomInfo = Message<"plugnmeet.PastRoomInfo"> & {
288
+ /**
289
+ * @generated from field: string room_title = 1;
290
+ */
291
+ roomTitle: string;
292
+
293
+ /**
294
+ * @generated from field: string room_id = 2;
295
+ */
296
+ roomId: string;
297
+
298
+ /**
299
+ * @generated from field: string room_sid = 3;
300
+ */
301
+ roomSid: string;
302
+
303
+ /**
304
+ * @generated from field: int64 joined_participants = 4 [jstype = JS_STRING];
305
+ */
306
+ joinedParticipants: string;
307
+
308
+ /**
309
+ * @generated from field: string webhook_url = 5;
310
+ */
311
+ webhookUrl: string;
312
+
313
+ /**
314
+ * @generated from field: string created = 6;
315
+ */
316
+ created: string;
317
+
318
+ /**
319
+ * @generated from field: string ended = 7;
320
+ */
321
+ ended: string;
322
+
323
+ /**
324
+ * @generated from field: string analytics_file_id = 8;
325
+ */
326
+ analyticsFileId: string;
327
+ };
328
+
329
+ /**
330
+ * Describes the message plugnmeet.PastRoomInfo.
331
+ * Use `create(PastRoomInfoSchema)` to create a new message.
332
+ */
333
+ export declare const PastRoomInfoSchema: GenMessage<PastRoomInfo>;
334
+
335
+ /**
336
+ * @generated from message plugnmeet.FetchPastRoomsReq
337
+ */
338
+ export declare type FetchPastRoomsReq = Message<"plugnmeet.FetchPastRoomsReq"> & {
339
+ /**
340
+ * @generated from field: repeated string room_ids = 1;
341
+ */
342
+ roomIds: string[];
343
+
344
+ /**
345
+ * @generated from field: uint32 from = 2;
346
+ */
347
+ from: number;
348
+
349
+ /**
350
+ * @generated from field: uint32 limit = 3;
351
+ */
352
+ limit: number;
353
+
354
+ /**
355
+ * @generated from field: string order_by = 4;
356
+ */
357
+ orderBy: string;
358
+ };
359
+
360
+ /**
361
+ * Describes the message plugnmeet.FetchPastRoomsReq.
362
+ * Use `create(FetchPastRoomsReqSchema)` to create a new message.
363
+ */
364
+ export declare const FetchPastRoomsReqSchema: GenMessage<FetchPastRoomsReq>;
365
+
366
+ /**
367
+ * @generated from message plugnmeet.FetchPastRoomsResult
368
+ */
369
+ export declare type FetchPastRoomsResult = Message<"plugnmeet.FetchPastRoomsResult"> & {
370
+ /**
371
+ * @generated from field: int64 total_rooms = 1 [jstype = JS_STRING];
372
+ */
373
+ totalRooms: string;
374
+
375
+ /**
376
+ * @generated from field: uint32 from = 2;
377
+ */
378
+ from: number;
379
+
380
+ /**
381
+ * @generated from field: uint32 limit = 3;
382
+ */
383
+ limit: number;
384
+
385
+ /**
386
+ * @generated from field: string order_by = 4;
387
+ */
388
+ orderBy: string;
389
+
390
+ /**
391
+ * @generated from field: repeated plugnmeet.PastRoomInfo rooms_list = 5;
392
+ */
393
+ roomsList: PastRoomInfo[];
394
+ };
395
+
396
+ /**
397
+ * Describes the message plugnmeet.FetchPastRoomsResult.
398
+ * Use `create(FetchPastRoomsResultSchema)` to create a new message.
399
+ */
400
+ export declare const FetchPastRoomsResultSchema: GenMessage<FetchPastRoomsResult>;
401
+
402
+ /**
403
+ * @generated from message plugnmeet.FetchPastRoomsRes
404
+ */
405
+ export declare type FetchPastRoomsRes = Message<"plugnmeet.FetchPastRoomsRes"> & {
406
+ /**
407
+ * @generated from field: bool status = 1;
408
+ */
409
+ status: boolean;
410
+
411
+ /**
412
+ * @generated from field: string msg = 2;
413
+ */
414
+ msg: string;
415
+
416
+ /**
417
+ * @generated from field: plugnmeet.FetchPastRoomsResult result = 3;
418
+ */
419
+ result?: FetchPastRoomsResult;
420
+ };
421
+
422
+ /**
423
+ * Describes the message plugnmeet.FetchPastRoomsRes.
424
+ * Use `create(FetchPastRoomsResSchema)` to create a new message.
425
+ */
426
+ export declare const FetchPastRoomsResSchema: GenMessage<FetchPastRoomsRes>;
427
+
@@ -0,0 +1,112 @@
1
+ // @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
2
+ // @generated from file plugnmeet_auth_room.proto (package plugnmeet, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_livekit_models } from "./livekit_models_pb.js";
7
+ import { file_buf_validate_validate } from "./buf/validate/validate_pb.js";
8
+
9
+ /**
10
+ * Describes the file plugnmeet_auth_room.proto.
11
+ */
12
+ export const file_plugnmeet_auth_room = /*@__PURE__*/
13
+ fileDesc("ChlwbHVnbm1lZXRfYXV0aF9yb29tLnByb3RvEglwbHVnbm1lZXQiLwoUR2V0QWN0aXZlUm9vbUluZm9SZXESFwoHcm9vbV9pZBgBIAEoCUIGukgDyAEBIqYBChFBY3RpdmVSb29tSW5mb1JlcxIOCgZzdGF0dXMYASABKAgSCwoDbXNnGAIgASgJEjEKCXJvb21faW5mbxgDIAEoCzIZLnBsdWdubWVldC5BY3RpdmVSb29tSW5mb0gAiAEBEjMKEXBhcnRpY2lwYW50c19pbmZvGAQgAygLMhgubGl2ZWtpdC5QYXJ0aWNpcGFudEluZm9CDAoKX3Jvb21faW5mbyKZAgoOQWN0aXZlUm9vbUluZm8SEgoKcm9vbV90aXRsZRgBIAEoCRIPCgdyb29tX2lkGAIgASgJEgsKA3NpZBgDIAEoCRIfChNqb2luZWRfcGFydGljaXBhbnRzGAQgASgDQgIwARISCgppc19ydW5uaW5nGAUgASgFEhQKDGlzX3JlY29yZGluZxgGIAEoBRIWCg5pc19hY3RpdmVfcnRtcBgHIAEoBRITCgt3ZWJob29rX3VybBgIIAEoCRIYChBpc19icmVha291dF9yb29tGAkgASgFEhYKDnBhcmVudF9yb29tX2lkGAogASgJEhkKDWNyZWF0aW9uX3RpbWUYCyABKANCAjABEhAKCG1ldGFkYXRhGAwgASgJIiUKClJvb21FbmRSZXESFwoHcm9vbV9pZBgBIAEoCUIGukgDyAEBIikKClJvb21FbmRSZXMSDgoGc3RhdHVzGAEgASgIEgsKA21zZxgCIAEoCSIqCg9Jc1Jvb21BY3RpdmVSZXESFwoHcm9vbV9pZBgBIAEoCUIGukgDyAEBIkEKD0lzUm9vbUFjdGl2ZVJlcxIOCgZzdGF0dXMYASABKAgSEQoJaXNfYWN0aXZlGAIgASgIEgsKA21zZxgDIAEoCSKRAQoZQWN0aXZlUm9vbVdpdGhQYXJ0aWNpcGFudBIxCglyb29tX2luZm8YAyABKAsyGS5wbHVnbm1lZXQuQWN0aXZlUm9vbUluZm9IAIgBARIzChFwYXJ0aWNpcGFudHNfaW5mbxgEIAMoCzIYLmxpdmVraXQuUGFydGljaXBhbnRJbmZvQgwKCl9yb29tX2luZm8iZwoUR2V0QWN0aXZlUm9vbUluZm9SZXMSDgoGc3RhdHVzGAEgASgIEgsKA21zZxgCIAEoCRIyCgRyb29tGAMgASgLMiQucGx1Z25tZWV0LkFjdGl2ZVJvb21XaXRoUGFydGljaXBhbnQiaQoVR2V0QWN0aXZlUm9vbXNJbmZvUmVzEg4KBnN0YXR1cxgBIAEoCBILCgNtc2cYAiABKAkSMwoFcm9vbXMYAyADKAsyJC5wbHVnbm1lZXQuQWN0aXZlUm9vbVdpdGhQYXJ0aWNpcGFudCK2AQoMUGFzdFJvb21JbmZvEhIKCnJvb21fdGl0bGUYASABKAkSDwoHcm9vbV9pZBgCIAEoCRIQCghyb29tX3NpZBgDIAEoCRIfChNqb2luZWRfcGFydGljaXBhbnRzGAQgASgDQgIwARITCgt3ZWJob29rX3VybBgFIAEoCRIPCgdjcmVhdGVkGAYgASgJEg0KBWVuZGVkGAcgASgJEhkKEWFuYWx5dGljc19maWxlX2lkGAggASgJIlQKEUZldGNoUGFzdFJvb21zUmVxEhAKCHJvb21faWRzGAEgAygJEgwKBGZyb20YAiABKA0SDQoFbGltaXQYAyABKA0SEAoIb3JkZXJfYnkYBCABKAkiiwEKFEZldGNoUGFzdFJvb21zUmVzdWx0EhcKC3RvdGFsX3Jvb21zGAEgASgDQgIwARIMCgRmcm9tGAIgASgNEg0KBWxpbWl0GAMgASgNEhAKCG9yZGVyX2J5GAQgASgJEisKCnJvb21zX2xpc3QYBSADKAsyFy5wbHVnbm1lZXQuUGFzdFJvb21JbmZvImEKEUZldGNoUGFzdFJvb21zUmVzEg4KBnN0YXR1cxgBIAEoCBILCgNtc2cYAiABKAkSLwoGcmVzdWx0GAMgASgLMh8ucGx1Z25tZWV0LkZldGNoUGFzdFJvb21zUmVzdWx0Qp8BCg1jb20ucGx1Z25tZWV0QhZQbHVnbm1lZXRBdXRoUm9vbVByb3RvUAFaMmdpdGh1Yi5jb20vbXluYXBhcnJvdC9wbHVnbm1lZXQtcHJvdG9jb2wvcGx1Z25tZWV0ogIDUFhYqgIJUGx1Z25tZWV0ygIJUGx1Z25tZWV04gIVUGx1Z25tZWV0XEdQQk1ldGFkYXRh6gIJUGx1Z25tZWV0YgZwcm90bzM", [file_livekit_models, file_buf_validate_validate]);
14
+
15
+ /**
16
+ * Describes the message plugnmeet.GetActiveRoomInfoReq.
17
+ * Use `create(GetActiveRoomInfoReqSchema)` to create a new message.
18
+ */
19
+ export const GetActiveRoomInfoReqSchema = /*@__PURE__*/
20
+ messageDesc(file_plugnmeet_auth_room, 0);
21
+
22
+ /**
23
+ * Describes the message plugnmeet.ActiveRoomInfoRes.
24
+ * Use `create(ActiveRoomInfoResSchema)` to create a new message.
25
+ */
26
+ export const ActiveRoomInfoResSchema = /*@__PURE__*/
27
+ messageDesc(file_plugnmeet_auth_room, 1);
28
+
29
+ /**
30
+ * Describes the message plugnmeet.ActiveRoomInfo.
31
+ * Use `create(ActiveRoomInfoSchema)` to create a new message.
32
+ */
33
+ export const ActiveRoomInfoSchema = /*@__PURE__*/
34
+ messageDesc(file_plugnmeet_auth_room, 2);
35
+
36
+ /**
37
+ * Describes the message plugnmeet.RoomEndReq.
38
+ * Use `create(RoomEndReqSchema)` to create a new message.
39
+ */
40
+ export const RoomEndReqSchema = /*@__PURE__*/
41
+ messageDesc(file_plugnmeet_auth_room, 3);
42
+
43
+ /**
44
+ * Describes the message plugnmeet.RoomEndRes.
45
+ * Use `create(RoomEndResSchema)` to create a new message.
46
+ */
47
+ export const RoomEndResSchema = /*@__PURE__*/
48
+ messageDesc(file_plugnmeet_auth_room, 4);
49
+
50
+ /**
51
+ * Describes the message plugnmeet.IsRoomActiveReq.
52
+ * Use `create(IsRoomActiveReqSchema)` to create a new message.
53
+ */
54
+ export const IsRoomActiveReqSchema = /*@__PURE__*/
55
+ messageDesc(file_plugnmeet_auth_room, 5);
56
+
57
+ /**
58
+ * Describes the message plugnmeet.IsRoomActiveRes.
59
+ * Use `create(IsRoomActiveResSchema)` to create a new message.
60
+ */
61
+ export const IsRoomActiveResSchema = /*@__PURE__*/
62
+ messageDesc(file_plugnmeet_auth_room, 6);
63
+
64
+ /**
65
+ * Describes the message plugnmeet.ActiveRoomWithParticipant.
66
+ * Use `create(ActiveRoomWithParticipantSchema)` to create a new message.
67
+ */
68
+ export const ActiveRoomWithParticipantSchema = /*@__PURE__*/
69
+ messageDesc(file_plugnmeet_auth_room, 7);
70
+
71
+ /**
72
+ * Describes the message plugnmeet.GetActiveRoomInfoRes.
73
+ * Use `create(GetActiveRoomInfoResSchema)` to create a new message.
74
+ */
75
+ export const GetActiveRoomInfoResSchema = /*@__PURE__*/
76
+ messageDesc(file_plugnmeet_auth_room, 8);
77
+
78
+ /**
79
+ * Describes the message plugnmeet.GetActiveRoomsInfoRes.
80
+ * Use `create(GetActiveRoomsInfoResSchema)` to create a new message.
81
+ */
82
+ export const GetActiveRoomsInfoResSchema = /*@__PURE__*/
83
+ messageDesc(file_plugnmeet_auth_room, 9);
84
+
85
+ /**
86
+ * Describes the message plugnmeet.PastRoomInfo.
87
+ * Use `create(PastRoomInfoSchema)` to create a new message.
88
+ */
89
+ export const PastRoomInfoSchema = /*@__PURE__*/
90
+ messageDesc(file_plugnmeet_auth_room, 10);
91
+
92
+ /**
93
+ * Describes the message plugnmeet.FetchPastRoomsReq.
94
+ * Use `create(FetchPastRoomsReqSchema)` to create a new message.
95
+ */
96
+ export const FetchPastRoomsReqSchema = /*@__PURE__*/
97
+ messageDesc(file_plugnmeet_auth_room, 11);
98
+
99
+ /**
100
+ * Describes the message plugnmeet.FetchPastRoomsResult.
101
+ * Use `create(FetchPastRoomsResultSchema)` to create a new message.
102
+ */
103
+ export const FetchPastRoomsResultSchema = /*@__PURE__*/
104
+ messageDesc(file_plugnmeet_auth_room, 12);
105
+
106
+ /**
107
+ * Describes the message plugnmeet.FetchPastRoomsRes.
108
+ * Use `create(FetchPastRoomsResSchema)` to create a new message.
109
+ */
110
+ export const FetchPastRoomsResSchema = /*@__PURE__*/
111
+ messageDesc(file_plugnmeet_auth_room, 13);
112
+