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,526 @@
1
+ // @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
2
+ // @generated from file plugnmeet_nats_msg.proto (package plugnmeet, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+
8
+ /**
9
+ * Describes the file plugnmeet_nats_msg.proto.
10
+ */
11
+ export declare const file_plugnmeet_nats_msg: GenFile;
12
+
13
+ /**
14
+ * @generated from message plugnmeet.NatsSubjects
15
+ */
16
+ export declare type NatsSubjects = Message<"plugnmeet.NatsSubjects"> & {
17
+ /**
18
+ * @generated from field: string system_api_worker = 1;
19
+ */
20
+ systemApiWorker: string;
21
+
22
+ /**
23
+ * @generated from field: string system_js_worker = 2;
24
+ */
25
+ systemJsWorker: string;
26
+
27
+ /**
28
+ * @generated from field: string system_public = 3;
29
+ */
30
+ systemPublic: string;
31
+
32
+ /**
33
+ * @generated from field: string system_private = 4;
34
+ */
35
+ systemPrivate: string;
36
+
37
+ /**
38
+ * @generated from field: string chat = 5;
39
+ */
40
+ chat: string;
41
+
42
+ /**
43
+ * @generated from field: string whiteboard = 6;
44
+ */
45
+ whiteboard: string;
46
+
47
+ /**
48
+ * @generated from field: string data_channel = 7;
49
+ */
50
+ dataChannel: string;
51
+ };
52
+
53
+ /**
54
+ * Describes the message plugnmeet.NatsSubjects.
55
+ * Use `create(NatsSubjectsSchema)` to create a new message.
56
+ */
57
+ export declare const NatsSubjectsSchema: GenMessage<NatsSubjects>;
58
+
59
+ /**
60
+ * @generated from message plugnmeet.NatsMsgServerToClient
61
+ */
62
+ export declare type NatsMsgServerToClient = Message<"plugnmeet.NatsMsgServerToClient"> & {
63
+ /**
64
+ * @generated from field: string id = 1;
65
+ */
66
+ id: string;
67
+
68
+ /**
69
+ * @generated from field: plugnmeet.NatsMsgServerToClientEvents event = 2;
70
+ */
71
+ event: NatsMsgServerToClientEvents;
72
+
73
+ /**
74
+ * @generated from field: string msg = 3;
75
+ */
76
+ msg: string;
77
+ };
78
+
79
+ /**
80
+ * Describes the message plugnmeet.NatsMsgServerToClient.
81
+ * Use `create(NatsMsgServerToClientSchema)` to create a new message.
82
+ */
83
+ export declare const NatsMsgServerToClientSchema: GenMessage<NatsMsgServerToClient>;
84
+
85
+ /**
86
+ * @generated from message plugnmeet.NatsMsgClientToServer
87
+ */
88
+ export declare type NatsMsgClientToServer = Message<"plugnmeet.NatsMsgClientToServer"> & {
89
+ /**
90
+ * @generated from field: string id = 1;
91
+ */
92
+ id: string;
93
+
94
+ /**
95
+ * @generated from field: plugnmeet.NatsMsgClientToServerEvents event = 2;
96
+ */
97
+ event: NatsMsgClientToServerEvents;
98
+
99
+ /**
100
+ * @generated from field: string msg = 3;
101
+ */
102
+ msg: string;
103
+ };
104
+
105
+ /**
106
+ * Describes the message plugnmeet.NatsMsgClientToServer.
107
+ * Use `create(NatsMsgClientToServerSchema)` to create a new message.
108
+ */
109
+ export declare const NatsMsgClientToServerSchema: GenMessage<NatsMsgClientToServer>;
110
+
111
+ /**
112
+ * @generated from message plugnmeet.NatsKvRoomInfo
113
+ */
114
+ export declare type NatsKvRoomInfo = Message<"plugnmeet.NatsKvRoomInfo"> & {
115
+ /**
116
+ * @generated from field: uint64 db_table_id = 1 [jstype = JS_STRING];
117
+ */
118
+ dbTableId: string;
119
+
120
+ /**
121
+ * @generated from field: string room_id = 2;
122
+ */
123
+ roomId: string;
124
+
125
+ /**
126
+ * @generated from field: string room_sid = 3;
127
+ */
128
+ roomSid: string;
129
+
130
+ /**
131
+ * @generated from field: string status = 4;
132
+ */
133
+ status: string;
134
+
135
+ /**
136
+ * @generated from field: uint64 empty_timeout = 5 [jstype = JS_STRING];
137
+ */
138
+ emptyTimeout: string;
139
+
140
+ /**
141
+ * @generated from field: string metadata = 6;
142
+ */
143
+ metadata: string;
144
+
145
+ /**
146
+ * @generated from field: uint64 created_at = 7 [jstype = JS_STRING];
147
+ */
148
+ createdAt: string;
149
+ };
150
+
151
+ /**
152
+ * Describes the message plugnmeet.NatsKvRoomInfo.
153
+ * Use `create(NatsKvRoomInfoSchema)` to create a new message.
154
+ */
155
+ export declare const NatsKvRoomInfoSchema: GenMessage<NatsKvRoomInfo>;
156
+
157
+ /**
158
+ * @generated from message plugnmeet.NatsKvUserInfo
159
+ */
160
+ export declare type NatsKvUserInfo = Message<"plugnmeet.NatsKvUserInfo"> & {
161
+ /**
162
+ * @generated from field: string user_id = 1;
163
+ */
164
+ userId: string;
165
+
166
+ /**
167
+ * @generated from field: string user_sid = 2;
168
+ */
169
+ userSid: string;
170
+
171
+ /**
172
+ * @generated from field: string name = 3;
173
+ */
174
+ name: string;
175
+
176
+ /**
177
+ * @generated from field: string room_id = 4;
178
+ */
179
+ roomId: string;
180
+
181
+ /**
182
+ * @generated from field: bool is_admin = 5;
183
+ */
184
+ isAdmin: boolean;
185
+
186
+ /**
187
+ * @generated from field: bool is_presenter = 6;
188
+ */
189
+ isPresenter: boolean;
190
+
191
+ /**
192
+ * @generated from field: string metadata = 7;
193
+ */
194
+ metadata: string;
195
+
196
+ /**
197
+ * @generated from field: uint64 joined_at = 8 [jstype = JS_STRING];
198
+ */
199
+ joinedAt: string;
200
+
201
+ /**
202
+ * @generated from field: uint64 reconnected_at = 9 [jstype = JS_STRING];
203
+ */
204
+ reconnectedAt: string;
205
+
206
+ /**
207
+ * @generated from field: uint64 disconnected_at = 10 [jstype = JS_STRING];
208
+ */
209
+ disconnectedAt: string;
210
+ };
211
+
212
+ /**
213
+ * Describes the message plugnmeet.NatsKvUserInfo.
214
+ * Use `create(NatsKvUserInfoSchema)` to create a new message.
215
+ */
216
+ export declare const NatsKvUserInfoSchema: GenMessage<NatsKvUserInfo>;
217
+
218
+ /**
219
+ * @generated from message plugnmeet.MediaServerConnInfo
220
+ */
221
+ export declare type MediaServerConnInfo = Message<"plugnmeet.MediaServerConnInfo"> & {
222
+ /**
223
+ * @generated from field: string url = 1;
224
+ */
225
+ url: string;
226
+
227
+ /**
228
+ * @generated from field: string token = 2;
229
+ */
230
+ token: string;
231
+
232
+ /**
233
+ * @generated from field: bool enabled_e2ee = 3;
234
+ */
235
+ enabledE2ee: boolean;
236
+ };
237
+
238
+ /**
239
+ * Describes the message plugnmeet.MediaServerConnInfo.
240
+ * Use `create(MediaServerConnInfoSchema)` to create a new message.
241
+ */
242
+ export declare const MediaServerConnInfoSchema: GenMessage<MediaServerConnInfo>;
243
+
244
+ /**
245
+ * @generated from message plugnmeet.NatsInitialData
246
+ */
247
+ export declare type NatsInitialData = Message<"plugnmeet.NatsInitialData"> & {
248
+ /**
249
+ * @generated from field: plugnmeet.NatsKvRoomInfo room = 1;
250
+ */
251
+ room?: NatsKvRoomInfo;
252
+
253
+ /**
254
+ * @generated from field: plugnmeet.NatsKvUserInfo local_user = 2;
255
+ */
256
+ localUser?: NatsKvUserInfo;
257
+
258
+ /**
259
+ * @generated from field: plugnmeet.MediaServerConnInfo media_server_info = 3;
260
+ */
261
+ mediaServerInfo?: MediaServerConnInfo;
262
+ };
263
+
264
+ /**
265
+ * Describes the message plugnmeet.NatsInitialData.
266
+ * Use `create(NatsInitialDataSchema)` to create a new message.
267
+ */
268
+ export declare const NatsInitialDataSchema: GenMessage<NatsInitialData>;
269
+
270
+ /**
271
+ * @generated from message plugnmeet.NatsSystemNotification
272
+ */
273
+ export declare type NatsSystemNotification = Message<"plugnmeet.NatsSystemNotification"> & {
274
+ /**
275
+ * @generated from field: string id = 1;
276
+ */
277
+ id: string;
278
+
279
+ /**
280
+ * @generated from field: plugnmeet.NatsSystemNotificationTypes type = 2;
281
+ */
282
+ type: NatsSystemNotificationTypes;
283
+
284
+ /**
285
+ * @generated from field: string msg = 3;
286
+ */
287
+ msg: string;
288
+
289
+ /**
290
+ * @generated from field: int64 sent_at = 4 [jstype = JS_STRING];
291
+ */
292
+ sentAt: string;
293
+
294
+ /**
295
+ * @generated from field: bool with_sound = 5;
296
+ */
297
+ withSound: boolean;
298
+ };
299
+
300
+ /**
301
+ * Describes the message plugnmeet.NatsSystemNotification.
302
+ * Use `create(NatsSystemNotificationSchema)` to create a new message.
303
+ */
304
+ export declare const NatsSystemNotificationSchema: GenMessage<NatsSystemNotification>;
305
+
306
+ /**
307
+ * @generated from message plugnmeet.NatsUserMetadataUpdate
308
+ */
309
+ export declare type NatsUserMetadataUpdate = Message<"plugnmeet.NatsUserMetadataUpdate"> & {
310
+ /**
311
+ * @generated from field: string user_id = 1;
312
+ */
313
+ userId: string;
314
+
315
+ /**
316
+ * @generated from field: string metadata = 2;
317
+ */
318
+ metadata: string;
319
+ };
320
+
321
+ /**
322
+ * Describes the message plugnmeet.NatsUserMetadataUpdate.
323
+ * Use `create(NatsUserMetadataUpdateSchema)` to create a new message.
324
+ */
325
+ export declare const NatsUserMetadataUpdateSchema: GenMessage<NatsUserMetadataUpdate>;
326
+
327
+ /**
328
+ * @generated from message plugnmeet.ChatMessage
329
+ */
330
+ export declare type ChatMessage = Message<"plugnmeet.ChatMessage"> & {
331
+ /**
332
+ * @generated from field: string id = 1;
333
+ */
334
+ id: string;
335
+
336
+ /**
337
+ * @generated from field: string from_name = 2;
338
+ */
339
+ fromName: string;
340
+
341
+ /**
342
+ * @generated from field: string from_user_id = 3;
343
+ */
344
+ fromUserId: string;
345
+
346
+ /**
347
+ * @generated from field: optional string to_user_id = 5;
348
+ */
349
+ toUserId?: string;
350
+
351
+ /**
352
+ * @generated from field: bool is_private = 6;
353
+ */
354
+ isPrivate: boolean;
355
+
356
+ /**
357
+ * @generated from field: string message = 7;
358
+ */
359
+ message: string;
360
+ };
361
+
362
+ /**
363
+ * Describes the message plugnmeet.ChatMessage.
364
+ * Use `create(ChatMessageSchema)` to create a new message.
365
+ */
366
+ export declare const ChatMessageSchema: GenMessage<ChatMessage>;
367
+
368
+ /**
369
+ * @generated from enum plugnmeet.NatsMsgServerToClientEvents
370
+ */
371
+ export enum NatsMsgServerToClientEvents {
372
+ /**
373
+ * initial data
374
+ *
375
+ * @generated from enum value: RES_INITIAL_DATA = 0;
376
+ */
377
+ RES_INITIAL_DATA = 0,
378
+
379
+ /**
380
+ * @generated from enum value: JOINED_USERS_LIST = 1;
381
+ */
382
+ JOINED_USERS_LIST = 1,
383
+
384
+ /**
385
+ * @generated from enum value: ROOM_METADATA_UPDATE = 2;
386
+ */
387
+ ROOM_METADATA_UPDATE = 2,
388
+
389
+ /**
390
+ * @generated from enum value: USER_METADATA_UPDATE = 3;
391
+ */
392
+ USER_METADATA_UPDATE = 3,
393
+
394
+ /**
395
+ * @generated from enum value: USER_JOINED = 4;
396
+ */
397
+ USER_JOINED = 4,
398
+
399
+ /**
400
+ * @generated from enum value: USER_DISCONNECTED = 5;
401
+ */
402
+ USER_DISCONNECTED = 5,
403
+
404
+ /**
405
+ * @generated from enum value: USER_OFFLINE = 6;
406
+ */
407
+ USER_OFFLINE = 6,
408
+
409
+ /**
410
+ * @generated from enum value: RESP_RENEW_PNM_TOKEN = 7;
411
+ */
412
+ RESP_RENEW_PNM_TOKEN = 7,
413
+
414
+ /**
415
+ * @generated from enum value: SYSTEM_NOTIFICATION = 8;
416
+ */
417
+ SYSTEM_NOTIFICATION = 8,
418
+
419
+ /**
420
+ * @generated from enum value: AZURE_COGNITIVE_SERVICE_SPEECH_TOKEN = 9;
421
+ */
422
+ AZURE_COGNITIVE_SERVICE_SPEECH_TOKEN = 9,
423
+
424
+ /**
425
+ * @generated from enum value: SESSION_ENDED = 10;
426
+ */
427
+ SESSION_ENDED = 10,
428
+
429
+ /**
430
+ * @generated from enum value: POLL_CLOSED = 11;
431
+ */
432
+ POLL_CLOSED = 11,
433
+
434
+ /**
435
+ * @generated from enum value: POLL_CREATED = 12;
436
+ */
437
+ POLL_CREATED = 12,
438
+
439
+ /**
440
+ * @generated from enum value: JOIN_BREAKOUT_ROOM = 13;
441
+ */
442
+ JOIN_BREAKOUT_ROOM = 13,
443
+
444
+ /**
445
+ * mostly system message display in chat
446
+ *
447
+ * @generated from enum value: SYSTEM_CHAT_MSG = 14;
448
+ */
449
+ SYSTEM_CHAT_MSG = 14,
450
+ }
451
+
452
+ /**
453
+ * Describes the enum plugnmeet.NatsMsgServerToClientEvents.
454
+ */
455
+ export declare const NatsMsgServerToClientEventsSchema: GenEnum<NatsMsgServerToClientEvents>;
456
+
457
+ /**
458
+ * @generated from enum plugnmeet.NatsMsgClientToServerEvents
459
+ */
460
+ export enum NatsMsgClientToServerEvents {
461
+ /**
462
+ * @generated from enum value: REQ_INITIAL_DATA = 0;
463
+ */
464
+ REQ_INITIAL_DATA = 0,
465
+
466
+ /**
467
+ * @generated from enum value: REQ_RENEW_PNM_TOKEN = 1;
468
+ */
469
+ REQ_RENEW_PNM_TOKEN = 1,
470
+
471
+ /**
472
+ * @generated from enum value: PING = 2;
473
+ */
474
+ PING = 2,
475
+
476
+ /**
477
+ * @generated from enum value: REQ_RAISE_HAND = 4;
478
+ */
479
+ REQ_RAISE_HAND = 4,
480
+
481
+ /**
482
+ * @generated from enum value: REQ_LOWER_HAND = 5;
483
+ */
484
+ REQ_LOWER_HAND = 5,
485
+
486
+ /**
487
+ * @generated from enum value: REQ_LOWER_OTHER_USER_HAND = 6;
488
+ */
489
+ REQ_LOWER_OTHER_USER_HAND = 6,
490
+
491
+ /**
492
+ * @generated from enum value: PUSH_ANALYTICS_DATA = 7;
493
+ */
494
+ PUSH_ANALYTICS_DATA = 7,
495
+ }
496
+
497
+ /**
498
+ * Describes the enum plugnmeet.NatsMsgClientToServerEvents.
499
+ */
500
+ export declare const NatsMsgClientToServerEventsSchema: GenEnum<NatsMsgClientToServerEvents>;
501
+
502
+ /**
503
+ * @generated from enum plugnmeet.NatsSystemNotificationTypes
504
+ */
505
+ export enum NatsSystemNotificationTypes {
506
+ /**
507
+ * @generated from enum value: NATS_SYSTEM_NOTIFICATION_INFO = 0;
508
+ */
509
+ NATS_SYSTEM_NOTIFICATION_INFO = 0,
510
+
511
+ /**
512
+ * @generated from enum value: NATS_SYSTEM_NOTIFICATION_WARNING = 1;
513
+ */
514
+ NATS_SYSTEM_NOTIFICATION_WARNING = 1,
515
+
516
+ /**
517
+ * @generated from enum value: NATS_SYSTEM_NOTIFICATION_ERROR = 2;
518
+ */
519
+ NATS_SYSTEM_NOTIFICATION_ERROR = 2,
520
+ }
521
+
522
+ /**
523
+ * Describes the enum plugnmeet.NatsSystemNotificationTypes.
524
+ */
525
+ export declare const NatsSystemNotificationTypesSchema: GenEnum<NatsSystemNotificationTypes>;
526
+
@@ -0,0 +1,118 @@
1
+ // @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
2
+ // @generated from file plugnmeet_nats_msg.proto (package plugnmeet, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
6
+
7
+ /**
8
+ * Describes the file plugnmeet_nats_msg.proto.
9
+ */
10
+ export const file_plugnmeet_nats_msg = /*@__PURE__*/
11
+ fileDesc("ChhwbHVnbm1lZXRfbmF0c19tc2cucHJvdG8SCXBsdWdubWVldCKqAQoMTmF0c1N1YmplY3RzEhkKEXN5c3RlbV9hcGlfd29ya2VyGAEgASgJEhgKEHN5c3RlbV9qc193b3JrZXIYAiABKAkSFQoNc3lzdGVtX3B1YmxpYxgDIAEoCRIWCg5zeXN0ZW1fcHJpdmF0ZRgEIAEoCRIMCgRjaGF0GAUgASgJEhIKCndoaXRlYm9hcmQYBiABKAkSFAoMZGF0YV9jaGFubmVsGAcgASgJImcKFU5hdHNNc2dTZXJ2ZXJUb0NsaWVudBIKCgJpZBgBIAEoCRI1CgVldmVudBgCIAEoDjImLnBsdWdubWVldC5OYXRzTXNnU2VydmVyVG9DbGllbnRFdmVudHMSCwoDbXNnGAMgASgJImcKFU5hdHNNc2dDbGllbnRUb1NlcnZlchIKCgJpZBgBIAEoCRI1CgVldmVudBgCIAEoDjImLnBsdWdubWVldC5OYXRzTXNnQ2xpZW50VG9TZXJ2ZXJFdmVudHMSCwoDbXNnGAMgASgJIqEBCg5OYXRzS3ZSb29tSW5mbxIXCgtkYl90YWJsZV9pZBgBIAEoBEICMAESDwoHcm9vbV9pZBgCIAEoCRIQCghyb29tX3NpZBgDIAEoCRIOCgZzdGF0dXMYBCABKAkSGQoNZW1wdHlfdGltZW91dBgFIAEoBEICMAESEAoIbWV0YWRhdGEYBiABKAkSFgoKY3JlYXRlZF9hdBgHIAEoBEICMAEi3AEKDk5hdHNLdlVzZXJJbmZvEg8KB3VzZXJfaWQYASABKAkSEAoIdXNlcl9zaWQYAiABKAkSDAoEbmFtZRgDIAEoCRIPCgdyb29tX2lkGAQgASgJEhAKCGlzX2FkbWluGAUgASgIEhQKDGlzX3ByZXNlbnRlchgGIAEoCBIQCghtZXRhZGF0YRgHIAEoCRIVCglqb2luZWRfYXQYCCABKARCAjABEhoKDnJlY29ubmVjdGVkX2F0GAkgASgEQgIwARIbCg9kaXNjb25uZWN0ZWRfYXQYCiABKARCAjABIkcKE01lZGlhU2VydmVyQ29ubkluZm8SCwoDdXJsGAEgASgJEg0KBXRva2VuGAIgASgJEhQKDGVuYWJsZWRfZTJlZRgDIAEoCCKkAQoPTmF0c0luaXRpYWxEYXRhEicKBHJvb20YASABKAsyGS5wbHVnbm1lZXQuTmF0c0t2Um9vbUluZm8SLQoKbG9jYWxfdXNlchgCIAEoCzIZLnBsdWdubWVldC5OYXRzS3ZVc2VySW5mbxI5ChFtZWRpYV9zZXJ2ZXJfaW5mbxgDIAEoCzIeLnBsdWdubWVldC5NZWRpYVNlcnZlckNvbm5JbmZvIpABChZOYXRzU3lzdGVtTm90aWZpY2F0aW9uEgoKAmlkGAEgASgJEjQKBHR5cGUYAiABKA4yJi5wbHVnbm1lZXQuTmF0c1N5c3RlbU5vdGlmaWNhdGlvblR5cGVzEgsKA21zZxgDIAEoCRITCgdzZW50X2F0GAQgASgDQgIwARISCgp3aXRoX3NvdW5kGAUgASgIIjsKFk5hdHNVc2VyTWV0YWRhdGFVcGRhdGUSDwoHdXNlcl9pZBgBIAEoCRIQCghtZXRhZGF0YRgCIAEoCSKPAQoLQ2hhdE1lc3NhZ2USCgoCaWQYASABKAkSEQoJZnJvbV9uYW1lGAIgASgJEhQKDGZyb21fdXNlcl9pZBgDIAEoCRIXCgp0b191c2VyX2lkGAUgASgJSACIAQESEgoKaXNfcHJpdmF0ZRgGIAEoCBIPCgdtZXNzYWdlGAcgASgJQg0KC190b191c2VyX2lkKvgCChtOYXRzTXNnU2VydmVyVG9DbGllbnRFdmVudHMSFAoQUkVTX0lOSVRJQUxfREFUQRAAEhUKEUpPSU5FRF9VU0VSU19MSVNUEAESGAoUUk9PTV9NRVRBREFUQV9VUERBVEUQAhIYChRVU0VSX01FVEFEQVRBX1VQREFURRADEg8KC1VTRVJfSk9JTkVEEAQSFQoRVVNFUl9ESVNDT05ORUNURUQQBRIQCgxVU0VSX09GRkxJTkUQBhIYChRSRVNQX1JFTkVXX1BOTV9UT0tFThAHEhcKE1NZU1RFTV9OT1RJRklDQVRJT04QCBIoCiRBWlVSRV9DT0dOSVRJVkVfU0VSVklDRV9TUEVFQ0hfVE9LRU4QCRIRCg1TRVNTSU9OX0VOREVEEAoSDwoLUE9MTF9DTE9TRUQQCxIQCgxQT0xMX0NSRUFURUQQDBIWChJKT0lOX0JSRUFLT1VUX1JPT00QDRITCg9TWVNURU1fQ0hBVF9NU0cQDiq2AQobTmF0c01zZ0NsaWVudFRvU2VydmVyRXZlbnRzEhQKEFJFUV9JTklUSUFMX0RBVEEQABIXChNSRVFfUkVORVdfUE5NX1RPS0VOEAESCAoEUElORxACEhIKDlJFUV9SQUlTRV9IQU5EEAQSEgoOUkVRX0xPV0VSX0hBTkQQBRIdChlSRVFfTE9XRVJfT1RIRVJfVVNFUl9IQU5EEAYSFwoTUFVTSF9BTkFMWVRJQ1NfREFUQRAHKooBChtOYXRzU3lzdGVtTm90aWZpY2F0aW9uVHlwZXMSIQodTkFUU19TWVNURU1fTk9USUZJQ0FUSU9OX0lORk8QABIkCiBOQVRTX1NZU1RFTV9OT1RJRklDQVRJT05fV0FSTklORxABEiIKHk5BVFNfU1lTVEVNX05PVElGSUNBVElPTl9FUlJPUhACQp4BCg1jb20ucGx1Z25tZWV0QhVQbHVnbm1lZXROYXRzTXNnUHJvdG9QAVoyZ2l0aHViLmNvbS9teW5hcGFycm90L3BsdWdubWVldC1wcm90b2NvbC9wbHVnbm1lZXSiAgNQWFiqAglQbHVnbm1lZXTKAglQbHVnbm1lZXTiAhVQbHVnbm1lZXRcR1BCTWV0YWRhdGHqAglQbHVnbm1lZXRiBnByb3RvMw");
12
+
13
+ /**
14
+ * Describes the message plugnmeet.NatsSubjects.
15
+ * Use `create(NatsSubjectsSchema)` to create a new message.
16
+ */
17
+ export const NatsSubjectsSchema = /*@__PURE__*/
18
+ messageDesc(file_plugnmeet_nats_msg, 0);
19
+
20
+ /**
21
+ * Describes the message plugnmeet.NatsMsgServerToClient.
22
+ * Use `create(NatsMsgServerToClientSchema)` to create a new message.
23
+ */
24
+ export const NatsMsgServerToClientSchema = /*@__PURE__*/
25
+ messageDesc(file_plugnmeet_nats_msg, 1);
26
+
27
+ /**
28
+ * Describes the message plugnmeet.NatsMsgClientToServer.
29
+ * Use `create(NatsMsgClientToServerSchema)` to create a new message.
30
+ */
31
+ export const NatsMsgClientToServerSchema = /*@__PURE__*/
32
+ messageDesc(file_plugnmeet_nats_msg, 2);
33
+
34
+ /**
35
+ * Describes the message plugnmeet.NatsKvRoomInfo.
36
+ * Use `create(NatsKvRoomInfoSchema)` to create a new message.
37
+ */
38
+ export const NatsKvRoomInfoSchema = /*@__PURE__*/
39
+ messageDesc(file_plugnmeet_nats_msg, 3);
40
+
41
+ /**
42
+ * Describes the message plugnmeet.NatsKvUserInfo.
43
+ * Use `create(NatsKvUserInfoSchema)` to create a new message.
44
+ */
45
+ export const NatsKvUserInfoSchema = /*@__PURE__*/
46
+ messageDesc(file_plugnmeet_nats_msg, 4);
47
+
48
+ /**
49
+ * Describes the message plugnmeet.MediaServerConnInfo.
50
+ * Use `create(MediaServerConnInfoSchema)` to create a new message.
51
+ */
52
+ export const MediaServerConnInfoSchema = /*@__PURE__*/
53
+ messageDesc(file_plugnmeet_nats_msg, 5);
54
+
55
+ /**
56
+ * Describes the message plugnmeet.NatsInitialData.
57
+ * Use `create(NatsInitialDataSchema)` to create a new message.
58
+ */
59
+ export const NatsInitialDataSchema = /*@__PURE__*/
60
+ messageDesc(file_plugnmeet_nats_msg, 6);
61
+
62
+ /**
63
+ * Describes the message plugnmeet.NatsSystemNotification.
64
+ * Use `create(NatsSystemNotificationSchema)` to create a new message.
65
+ */
66
+ export const NatsSystemNotificationSchema = /*@__PURE__*/
67
+ messageDesc(file_plugnmeet_nats_msg, 7);
68
+
69
+ /**
70
+ * Describes the message plugnmeet.NatsUserMetadataUpdate.
71
+ * Use `create(NatsUserMetadataUpdateSchema)` to create a new message.
72
+ */
73
+ export const NatsUserMetadataUpdateSchema = /*@__PURE__*/
74
+ messageDesc(file_plugnmeet_nats_msg, 8);
75
+
76
+ /**
77
+ * Describes the message plugnmeet.ChatMessage.
78
+ * Use `create(ChatMessageSchema)` to create a new message.
79
+ */
80
+ export const ChatMessageSchema = /*@__PURE__*/
81
+ messageDesc(file_plugnmeet_nats_msg, 9);
82
+
83
+ /**
84
+ * Describes the enum plugnmeet.NatsMsgServerToClientEvents.
85
+ */
86
+ export const NatsMsgServerToClientEventsSchema = /*@__PURE__*/
87
+ enumDesc(file_plugnmeet_nats_msg, 0);
88
+
89
+ /**
90
+ * @generated from enum plugnmeet.NatsMsgServerToClientEvents
91
+ */
92
+ export const NatsMsgServerToClientEvents = /*@__PURE__*/
93
+ tsEnum(NatsMsgServerToClientEventsSchema);
94
+
95
+ /**
96
+ * Describes the enum plugnmeet.NatsMsgClientToServerEvents.
97
+ */
98
+ export const NatsMsgClientToServerEventsSchema = /*@__PURE__*/
99
+ enumDesc(file_plugnmeet_nats_msg, 1);
100
+
101
+ /**
102
+ * @generated from enum plugnmeet.NatsMsgClientToServerEvents
103
+ */
104
+ export const NatsMsgClientToServerEvents = /*@__PURE__*/
105
+ tsEnum(NatsMsgClientToServerEventsSchema);
106
+
107
+ /**
108
+ * Describes the enum plugnmeet.NatsSystemNotificationTypes.
109
+ */
110
+ export const NatsSystemNotificationTypesSchema = /*@__PURE__*/
111
+ enumDesc(file_plugnmeet_nats_msg, 2);
112
+
113
+ /**
114
+ * @generated from enum plugnmeet.NatsSystemNotificationTypes
115
+ */
116
+ export const NatsSystemNotificationTypes = /*@__PURE__*/
117
+ tsEnum(NatsSystemNotificationTypesSchema);
118
+