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,401 @@
1
+ // @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
2
+ // @generated from file plugnmeet_recorder.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_recorder.proto.
10
+ */
11
+ export declare const file_plugnmeet_recorder: GenFile;
12
+
13
+ /**
14
+ * @generated from message plugnmeet.PlugNmeetToRecorder
15
+ */
16
+ export declare type PlugNmeetToRecorder = Message<"plugnmeet.PlugNmeetToRecorder"> & {
17
+ /**
18
+ * @generated from field: string from = 1;
19
+ */
20
+ from: string;
21
+
22
+ /**
23
+ * @generated from field: plugnmeet.RecordingTasks task = 2;
24
+ */
25
+ task: RecordingTasks;
26
+
27
+ /**
28
+ * @generated from field: int64 room_table_id = 3 [jstype = JS_STRING];
29
+ */
30
+ roomTableId: string;
31
+
32
+ /**
33
+ * @generated from field: string room_id = 4;
34
+ */
35
+ roomId: string;
36
+
37
+ /**
38
+ * @generated from field: string room_sid = 5;
39
+ */
40
+ roomSid: string;
41
+
42
+ /**
43
+ * @generated from field: string recording_id = 6;
44
+ */
45
+ recordingId: string;
46
+
47
+ /**
48
+ * @generated from field: string recorder_id = 7;
49
+ */
50
+ recorderId: string;
51
+
52
+ /**
53
+ * @generated from field: string access_token = 8;
54
+ */
55
+ accessToken: string;
56
+
57
+ /**
58
+ * @generated from field: optional string rtmp_url = 9;
59
+ */
60
+ rtmpUrl?: string;
61
+ };
62
+
63
+ /**
64
+ * Describes the message plugnmeet.PlugNmeetToRecorder.
65
+ * Use `create(PlugNmeetToRecorderSchema)` to create a new message.
66
+ */
67
+ export declare const PlugNmeetToRecorderSchema: GenMessage<PlugNmeetToRecorder>;
68
+
69
+ /**
70
+ * @generated from message plugnmeet.RecorderToPlugNmeet
71
+ */
72
+ export declare type RecorderToPlugNmeet = Message<"plugnmeet.RecorderToPlugNmeet"> & {
73
+ /**
74
+ * @generated from field: string from = 1;
75
+ */
76
+ from: string;
77
+
78
+ /**
79
+ * @generated from field: plugnmeet.RecordingTasks task = 2;
80
+ */
81
+ task: RecordingTasks;
82
+
83
+ /**
84
+ * @generated from field: bool status = 3;
85
+ */
86
+ status: boolean;
87
+
88
+ /**
89
+ * @generated from field: string msg = 4;
90
+ */
91
+ msg: string;
92
+
93
+ /**
94
+ * @generated from field: string recording_id = 5;
95
+ */
96
+ recordingId: string;
97
+
98
+ /**
99
+ * @generated from field: int64 room_table_id = 11 [jstype = JS_STRING];
100
+ */
101
+ roomTableId: string;
102
+
103
+ /**
104
+ * @generated from field: string room_id = 6;
105
+ */
106
+ roomId: string;
107
+
108
+ /**
109
+ * @generated from field: string room_sid = 7;
110
+ */
111
+ roomSid: string;
112
+
113
+ /**
114
+ * @generated from field: string recorder_id = 8;
115
+ */
116
+ recorderId: string;
117
+
118
+ /**
119
+ * @generated from field: string file_path = 9;
120
+ */
121
+ filePath: string;
122
+
123
+ /**
124
+ * next key 12
125
+ *
126
+ * @generated from field: float file_size = 10;
127
+ */
128
+ fileSize: number;
129
+ };
130
+
131
+ /**
132
+ * Describes the message plugnmeet.RecorderToPlugNmeet.
133
+ * Use `create(RecorderToPlugNmeetSchema)` to create a new message.
134
+ */
135
+ export declare const RecorderToPlugNmeetSchema: GenMessage<RecorderToPlugNmeet>;
136
+
137
+ /**
138
+ * @generated from message plugnmeet.FromParentToChild
139
+ */
140
+ export declare type FromParentToChild = Message<"plugnmeet.FromParentToChild"> & {
141
+ /**
142
+ * @generated from field: plugnmeet.RecordingTasks task = 1;
143
+ */
144
+ task: RecordingTasks;
145
+
146
+ /**
147
+ * @generated from field: string recording_id = 2;
148
+ */
149
+ recordingId: string;
150
+
151
+ /**
152
+ * @generated from field: int64 room_table_id = 3 [jstype = JS_STRING];
153
+ */
154
+ roomTableId: string;
155
+ };
156
+
157
+ /**
158
+ * Describes the message plugnmeet.FromParentToChild.
159
+ * Use `create(FromParentToChildSchema)` to create a new message.
160
+ */
161
+ export declare const FromParentToChildSchema: GenMessage<FromParentToChild>;
162
+
163
+ /**
164
+ * @generated from message plugnmeet.FromChildToParent
165
+ */
166
+ export declare type FromChildToParent = Message<"plugnmeet.FromChildToParent"> & {
167
+ /**
168
+ * @generated from field: plugnmeet.RecordingTasks task = 1;
169
+ */
170
+ task: RecordingTasks;
171
+
172
+ /**
173
+ * @generated from field: bool status = 2;
174
+ */
175
+ status: boolean;
176
+
177
+ /**
178
+ * @generated from field: string msg = 3;
179
+ */
180
+ msg: string;
181
+
182
+ /**
183
+ * @generated from field: string recording_id = 4;
184
+ */
185
+ recordingId: string;
186
+
187
+ /**
188
+ * @generated from field: int64 room_table_id = 5 [jstype = JS_STRING];
189
+ */
190
+ roomTableId: string;
191
+ };
192
+
193
+ /**
194
+ * Describes the message plugnmeet.FromChildToParent.
195
+ * Use `create(FromChildToParentSchema)` to create a new message.
196
+ */
197
+ export declare const FromChildToParentSchema: GenMessage<FromChildToParent>;
198
+
199
+ /**
200
+ * @generated from message plugnmeet.StartRecorderChildArgs
201
+ */
202
+ export declare type StartRecorderChildArgs = Message<"plugnmeet.StartRecorderChildArgs"> & {
203
+ /**
204
+ * @generated from field: int64 room_table_id = 1 [jstype = JS_STRING];
205
+ */
206
+ roomTableId: string;
207
+
208
+ /**
209
+ * @generated from field: string recording_id = 2;
210
+ */
211
+ recordingId: string;
212
+
213
+ /**
214
+ * @generated from field: string access_token = 4;
215
+ */
216
+ accessToken: string;
217
+
218
+ /**
219
+ * @generated from field: plugnmeet.PlugNmeetInfo plug_n_meet_info = 5;
220
+ */
221
+ plugNMeetInfo?: PlugNmeetInfo;
222
+
223
+ /**
224
+ * @generated from field: bool post_mp4_convert = 6;
225
+ */
226
+ postMp4Convert: boolean;
227
+
228
+ /**
229
+ * @generated from field: plugnmeet.CopyToPath copy_to_path = 7;
230
+ */
231
+ copyToPath?: CopyToPath;
232
+
233
+ /**
234
+ * @generated from field: plugnmeet.RecorderServiceType serviceType = 8;
235
+ */
236
+ serviceType: RecorderServiceType;
237
+
238
+ /**
239
+ * @generated from field: optional string recorder_id = 9;
240
+ */
241
+ recorderId?: string;
242
+
243
+ /**
244
+ * @generated from field: optional string rtmp_url = 10;
245
+ */
246
+ rtmpUrl?: string;
247
+
248
+ /**
249
+ * @generated from field: string websocket_url = 11;
250
+ */
251
+ websocketUrl: string;
252
+
253
+ /**
254
+ * @generated from field: optional string custom_chrome_path = 12;
255
+ */
256
+ customChromePath?: string;
257
+
258
+ /**
259
+ * @generated from field: optional uint32 width = 13;
260
+ */
261
+ width?: number;
262
+
263
+ /**
264
+ * @generated from field: optional uint32 height = 14;
265
+ */
266
+ height?: number;
267
+
268
+ /**
269
+ * @generated from field: optional uint32 xvfb_dpi = 15;
270
+ */
271
+ xvfbDpi?: number;
272
+ };
273
+
274
+ /**
275
+ * Describes the message plugnmeet.StartRecorderChildArgs.
276
+ * Use `create(StartRecorderChildArgsSchema)` to create a new message.
277
+ */
278
+ export declare const StartRecorderChildArgsSchema: GenMessage<StartRecorderChildArgs>;
279
+
280
+ /**
281
+ * @generated from message plugnmeet.PlugNmeetInfo
282
+ */
283
+ export declare type PlugNmeetInfo = Message<"plugnmeet.PlugNmeetInfo"> & {
284
+ /**
285
+ * @generated from field: string host = 1;
286
+ */
287
+ host: string;
288
+
289
+ /**
290
+ * @generated from field: string api_key = 2;
291
+ */
292
+ apiKey: string;
293
+
294
+ /**
295
+ * @generated from field: string api_secret = 3;
296
+ */
297
+ apiSecret: string;
298
+
299
+ /**
300
+ * @generated from field: optional string join_host = 4;
301
+ */
302
+ joinHost?: string;
303
+ };
304
+
305
+ /**
306
+ * Describes the message plugnmeet.PlugNmeetInfo.
307
+ * Use `create(PlugNmeetInfoSchema)` to create a new message.
308
+ */
309
+ export declare const PlugNmeetInfoSchema: GenMessage<PlugNmeetInfo>;
310
+
311
+ /**
312
+ * @generated from message plugnmeet.CopyToPath
313
+ */
314
+ export declare type CopyToPath = Message<"plugnmeet.CopyToPath"> & {
315
+ /**
316
+ * @generated from field: string main_path = 1;
317
+ */
318
+ mainPath: string;
319
+
320
+ /**
321
+ * @generated from field: optional string sub_path = 2;
322
+ */
323
+ subPath?: string;
324
+ };
325
+
326
+ /**
327
+ * Describes the message plugnmeet.CopyToPath.
328
+ * Use `create(CopyToPathSchema)` to create a new message.
329
+ */
330
+ export declare const CopyToPathSchema: GenMessage<CopyToPath>;
331
+
332
+ /**
333
+ * @generated from enum plugnmeet.RecordingTasks
334
+ */
335
+ export enum RecordingTasks {
336
+ /**
337
+ * @generated from enum value: START_RECORDING = 0;
338
+ */
339
+ START_RECORDING = 0,
340
+
341
+ /**
342
+ * @generated from enum value: STOP_RECORDING = 1;
343
+ */
344
+ STOP_RECORDING = 1,
345
+
346
+ /**
347
+ * @generated from enum value: START_RTMP = 2;
348
+ */
349
+ START_RTMP = 2,
350
+
351
+ /**
352
+ * @generated from enum value: STOP_RTMP = 3;
353
+ */
354
+ STOP_RTMP = 3,
355
+
356
+ /**
357
+ * @generated from enum value: END_RECORDING = 4;
358
+ */
359
+ END_RECORDING = 4,
360
+
361
+ /**
362
+ * @generated from enum value: END_RTMP = 5;
363
+ */
364
+ END_RTMP = 5,
365
+
366
+ /**
367
+ * @generated from enum value: RECORDING_PROCEEDED = 6;
368
+ */
369
+ RECORDING_PROCEEDED = 6,
370
+
371
+ /**
372
+ * @generated from enum value: STOP = 7;
373
+ */
374
+ STOP = 7,
375
+ }
376
+
377
+ /**
378
+ * Describes the enum plugnmeet.RecordingTasks.
379
+ */
380
+ export declare const RecordingTasksSchema: GenEnum<RecordingTasks>;
381
+
382
+ /**
383
+ * @generated from enum plugnmeet.RecorderServiceType
384
+ */
385
+ export enum RecorderServiceType {
386
+ /**
387
+ * @generated from enum value: RECORDING = 0;
388
+ */
389
+ RECORDING = 0,
390
+
391
+ /**
392
+ * @generated from enum value: RTMP = 1;
393
+ */
394
+ RTMP = 1,
395
+ }
396
+
397
+ /**
398
+ * Describes the enum plugnmeet.RecorderServiceType.
399
+ */
400
+ export declare const RecorderServiceTypeSchema: GenEnum<RecorderServiceType>;
401
+
@@ -0,0 +1,85 @@
1
+ // @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
2
+ // @generated from file plugnmeet_recorder.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_recorder.proto.
9
+ */
10
+ export const file_plugnmeet_recorder = /*@__PURE__*/
11
+ fileDesc("ChhwbHVnbm1lZXRfcmVjb3JkZXIucHJvdG8SCXBsdWdubWVldCLvAQoTUGx1Z05tZWV0VG9SZWNvcmRlchIMCgRmcm9tGAEgASgJEicKBHRhc2sYAiABKA4yGS5wbHVnbm1lZXQuUmVjb3JkaW5nVGFza3MSGQoNcm9vbV90YWJsZV9pZBgDIAEoA0ICMAESDwoHcm9vbV9pZBgEIAEoCRIQCghyb29tX3NpZBgFIAEoCRIUCgxyZWNvcmRpbmdfaWQYBiABKAkSEwoLcmVjb3JkZXJfaWQYByABKAkSFAoMYWNjZXNzX3Rva2VuGAggASgJEhUKCHJ0bXBfdXJsGAkgASgJSACIAQFCCwoJX3J0bXBfdXJsIvgBChNSZWNvcmRlclRvUGx1Z05tZWV0EgwKBGZyb20YASABKAkSJwoEdGFzaxgCIAEoDjIZLnBsdWdubWVldC5SZWNvcmRpbmdUYXNrcxIOCgZzdGF0dXMYAyABKAgSCwoDbXNnGAQgASgJEhQKDHJlY29yZGluZ19pZBgFIAEoCRIZCg1yb29tX3RhYmxlX2lkGAsgASgDQgIwARIPCgdyb29tX2lkGAYgASgJEhAKCHJvb21fc2lkGAcgASgJEhMKC3JlY29yZGVyX2lkGAggASgJEhEKCWZpbGVfcGF0aBgJIAEoCRIRCglmaWxlX3NpemUYCiABKAIibQoRRnJvbVBhcmVudFRvQ2hpbGQSJwoEdGFzaxgBIAEoDjIZLnBsdWdubWVldC5SZWNvcmRpbmdUYXNrcxIUCgxyZWNvcmRpbmdfaWQYAiABKAkSGQoNcm9vbV90YWJsZV9pZBgDIAEoA0ICMAEiigEKEUZyb21DaGlsZFRvUGFyZW50EicKBHRhc2sYASABKA4yGS5wbHVnbm1lZXQuUmVjb3JkaW5nVGFza3MSDgoGc3RhdHVzGAIgASgIEgsKA21zZxgDIAEoCRIUCgxyZWNvcmRpbmdfaWQYBCABKAkSGQoNcm9vbV90YWJsZV9pZBgFIAEoA0ICMAEijgQKFlN0YXJ0UmVjb3JkZXJDaGlsZEFyZ3MSGQoNcm9vbV90YWJsZV9pZBgBIAEoA0ICMAESFAoMcmVjb3JkaW5nX2lkGAIgASgJEhQKDGFjY2Vzc190b2tlbhgEIAEoCRIyChBwbHVnX25fbWVldF9pbmZvGAUgASgLMhgucGx1Z25tZWV0LlBsdWdObWVldEluZm8SGAoQcG9zdF9tcDRfY29udmVydBgGIAEoCBIrCgxjb3B5X3RvX3BhdGgYByABKAsyFS5wbHVnbm1lZXQuQ29weVRvUGF0aBIzCgtzZXJ2aWNlVHlwZRgIIAEoDjIeLnBsdWdubWVldC5SZWNvcmRlclNlcnZpY2VUeXBlEhgKC3JlY29yZGVyX2lkGAkgASgJSACIAQESFQoIcnRtcF91cmwYCiABKAlIAYgBARIVCg13ZWJzb2NrZXRfdXJsGAsgASgJEh8KEmN1c3RvbV9jaHJvbWVfcGF0aBgMIAEoCUgCiAEBEhIKBXdpZHRoGA0gASgNSAOIAQESEwoGaGVpZ2h0GA4gASgNSASIAQESFQoIeHZmYl9kcGkYDyABKA1IBYgBAUIOCgxfcmVjb3JkZXJfaWRCCwoJX3J0bXBfdXJsQhUKE19jdXN0b21fY2hyb21lX3BhdGhCCAoGX3dpZHRoQgkKB19oZWlnaHRCCwoJX3h2ZmJfZHBpImgKDVBsdWdObWVldEluZm8SDAoEaG9zdBgBIAEoCRIPCgdhcGlfa2V5GAIgASgJEhIKCmFwaV9zZWNyZXQYAyABKAkSFgoJam9pbl9ob3N0GAQgASgJSACIAQFCDAoKX2pvaW5faG9zdCJDCgpDb3B5VG9QYXRoEhEKCW1haW5fcGF0aBgBIAEoCRIVCghzdWJfcGF0aBgCIAEoCUgAiAEBQgsKCV9zdWJfcGF0aCqcAQoOUmVjb3JkaW5nVGFza3MSEwoPU1RBUlRfUkVDT1JESU5HEAASEgoOU1RPUF9SRUNPUkRJTkcQARIOCgpTVEFSVF9SVE1QEAISDQoJU1RPUF9SVE1QEAMSEQoNRU5EX1JFQ09SRElORxAEEgwKCEVORF9SVE1QEAUSFwoTUkVDT1JESU5HX1BST0NFRURFRBAGEggKBFNUT1AQByouChNSZWNvcmRlclNlcnZpY2VUeXBlEg0KCVJFQ09SRElORxAAEggKBFJUTVAQAUKfAQoNY29tLnBsdWdubWVldEIWUGx1Z25tZWV0UmVjb3JkZXJQcm90b1ABWjJnaXRodWIuY29tL215bmFwYXJyb3QvcGx1Z25tZWV0LXByb3RvY29sL3BsdWdubWVldKICA1BYWKoCCVBsdWdubWVldMoCCVBsdWdubWVldOICFVBsdWdubWVldFxHUEJNZXRhZGF0YeoCCVBsdWdubWVldGIGcHJvdG8z");
12
+
13
+ /**
14
+ * Describes the message plugnmeet.PlugNmeetToRecorder.
15
+ * Use `create(PlugNmeetToRecorderSchema)` to create a new message.
16
+ */
17
+ export const PlugNmeetToRecorderSchema = /*@__PURE__*/
18
+ messageDesc(file_plugnmeet_recorder, 0);
19
+
20
+ /**
21
+ * Describes the message plugnmeet.RecorderToPlugNmeet.
22
+ * Use `create(RecorderToPlugNmeetSchema)` to create a new message.
23
+ */
24
+ export const RecorderToPlugNmeetSchema = /*@__PURE__*/
25
+ messageDesc(file_plugnmeet_recorder, 1);
26
+
27
+ /**
28
+ * Describes the message plugnmeet.FromParentToChild.
29
+ * Use `create(FromParentToChildSchema)` to create a new message.
30
+ */
31
+ export const FromParentToChildSchema = /*@__PURE__*/
32
+ messageDesc(file_plugnmeet_recorder, 2);
33
+
34
+ /**
35
+ * Describes the message plugnmeet.FromChildToParent.
36
+ * Use `create(FromChildToParentSchema)` to create a new message.
37
+ */
38
+ export const FromChildToParentSchema = /*@__PURE__*/
39
+ messageDesc(file_plugnmeet_recorder, 3);
40
+
41
+ /**
42
+ * Describes the message plugnmeet.StartRecorderChildArgs.
43
+ * Use `create(StartRecorderChildArgsSchema)` to create a new message.
44
+ */
45
+ export const StartRecorderChildArgsSchema = /*@__PURE__*/
46
+ messageDesc(file_plugnmeet_recorder, 4);
47
+
48
+ /**
49
+ * Describes the message plugnmeet.PlugNmeetInfo.
50
+ * Use `create(PlugNmeetInfoSchema)` to create a new message.
51
+ */
52
+ export const PlugNmeetInfoSchema = /*@__PURE__*/
53
+ messageDesc(file_plugnmeet_recorder, 5);
54
+
55
+ /**
56
+ * Describes the message plugnmeet.CopyToPath.
57
+ * Use `create(CopyToPathSchema)` to create a new message.
58
+ */
59
+ export const CopyToPathSchema = /*@__PURE__*/
60
+ messageDesc(file_plugnmeet_recorder, 6);
61
+
62
+ /**
63
+ * Describes the enum plugnmeet.RecordingTasks.
64
+ */
65
+ export const RecordingTasksSchema = /*@__PURE__*/
66
+ enumDesc(file_plugnmeet_recorder, 0);
67
+
68
+ /**
69
+ * @generated from enum plugnmeet.RecordingTasks
70
+ */
71
+ export const RecordingTasks = /*@__PURE__*/
72
+ tsEnum(RecordingTasksSchema);
73
+
74
+ /**
75
+ * Describes the enum plugnmeet.RecorderServiceType.
76
+ */
77
+ export const RecorderServiceTypeSchema = /*@__PURE__*/
78
+ enumDesc(file_plugnmeet_recorder, 1);
79
+
80
+ /**
81
+ * @generated from enum plugnmeet.RecorderServiceType
82
+ */
83
+ export const RecorderServiceType = /*@__PURE__*/
84
+ tsEnum(RecorderServiceTypeSchema);
85
+
@@ -0,0 +1,120 @@
1
+ // @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
2
+ // @generated from file plugnmeet_recording.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 { RecordingTasks } from "./plugnmeet_recorder_pb.js";
8
+
9
+ /**
10
+ * Describes the file plugnmeet_recording.proto.
11
+ */
12
+ export declare const file_plugnmeet_recording: GenFile;
13
+
14
+ /**
15
+ * @generated from message plugnmeet.RecordingReq
16
+ */
17
+ export declare type RecordingReq = Message<"plugnmeet.RecordingReq"> & {
18
+ /**
19
+ * @generated from field: plugnmeet.RecordingTasks task = 1;
20
+ */
21
+ task: RecordingTasks;
22
+
23
+ /**
24
+ * @generated from field: string room_id = 2;
25
+ */
26
+ roomId: string;
27
+
28
+ /**
29
+ * @generated from field: int64 room_table_id = 3 [jstype = JS_STRING];
30
+ */
31
+ roomTableId: string;
32
+
33
+ /**
34
+ * @generated from field: string sid = 4;
35
+ */
36
+ sid: string;
37
+
38
+ /**
39
+ * @generated from field: optional string rtmp_url = 5;
40
+ */
41
+ rtmpUrl?: string;
42
+
43
+ /**
44
+ * @generated from field: optional string custom_design = 6;
45
+ */
46
+ customDesign?: string;
47
+ };
48
+
49
+ /**
50
+ * Describes the message plugnmeet.RecordingReq.
51
+ * Use `create(RecordingReqSchema)` to create a new message.
52
+ */
53
+ export declare const RecordingReqSchema: GenMessage<RecordingReq>;
54
+
55
+ /**
56
+ * @generated from message plugnmeet.RecordingInfoFile
57
+ */
58
+ export declare type RecordingInfoFile = Message<"plugnmeet.RecordingInfoFile"> & {
59
+ /**
60
+ * @generated from field: int64 room_table_id = 1 [jstype = JS_STRING];
61
+ */
62
+ roomTableId: string;
63
+
64
+ /**
65
+ * @generated from field: string room_id = 2;
66
+ */
67
+ roomId: string;
68
+
69
+ /**
70
+ * @generated from field: string room_title = 3;
71
+ */
72
+ roomTitle: string;
73
+
74
+ /**
75
+ * @generated from field: string room_sid = 4;
76
+ */
77
+ roomSid: string;
78
+
79
+ /**
80
+ * @generated from field: int64 room_creation_time = 5 [jstype = JS_STRING];
81
+ */
82
+ roomCreationTime: string;
83
+
84
+ /**
85
+ * @generated from field: int64 room_ended = 6 [jstype = JS_STRING];
86
+ */
87
+ roomEnded: string;
88
+
89
+ /**
90
+ * @generated from field: string recording_id = 7;
91
+ */
92
+ recordingId: string;
93
+
94
+ /**
95
+ * @generated from field: string recorder_id = 8;
96
+ */
97
+ recorderId: string;
98
+
99
+ /**
100
+ * @generated from field: string file_path = 9;
101
+ */
102
+ filePath: string;
103
+
104
+ /**
105
+ * @generated from field: float file_size = 10;
106
+ */
107
+ fileSize: number;
108
+
109
+ /**
110
+ * @generated from field: int64 creation_time = 11 [jstype = JS_STRING];
111
+ */
112
+ creationTime: string;
113
+ };
114
+
115
+ /**
116
+ * Describes the message plugnmeet.RecordingInfoFile.
117
+ * Use `create(RecordingInfoFileSchema)` to create a new message.
118
+ */
119
+ export declare const RecordingInfoFileSchema: GenMessage<RecordingInfoFile>;
120
+
@@ -0,0 +1,27 @@
1
+ // @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
2
+ // @generated from file plugnmeet_recording.proto (package plugnmeet, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
6
+ import { file_plugnmeet_recorder } from "./plugnmeet_recorder_pb.js";
7
+
8
+ /**
9
+ * Describes the file plugnmeet_recording.proto.
10
+ */
11
+ export const file_plugnmeet_recording = /*@__PURE__*/
12
+ fileDesc("ChlwbHVnbm1lZXRfcmVjb3JkaW5nLnByb3RvEglwbHVnbm1lZXQiwgEKDFJlY29yZGluZ1JlcRInCgR0YXNrGAEgASgOMhkucGx1Z25tZWV0LlJlY29yZGluZ1Rhc2tzEg8KB3Jvb21faWQYAiABKAkSGQoNcm9vbV90YWJsZV9pZBgDIAEoA0ICMAESCwoDc2lkGAQgASgJEhUKCHJ0bXBfdXJsGAUgASgJSACIAQESGgoNY3VzdG9tX2Rlc2lnbhgGIAEoCUgBiAEBQgsKCV9ydG1wX3VybEIQCg5fY3VzdG9tX2Rlc2lnbiKJAgoRUmVjb3JkaW5nSW5mb0ZpbGUSGQoNcm9vbV90YWJsZV9pZBgBIAEoA0ICMAESDwoHcm9vbV9pZBgCIAEoCRISCgpyb29tX3RpdGxlGAMgASgJEhAKCHJvb21fc2lkGAQgASgJEh4KEnJvb21fY3JlYXRpb25fdGltZRgFIAEoA0ICMAESFgoKcm9vbV9lbmRlZBgGIAEoA0ICMAESFAoMcmVjb3JkaW5nX2lkGAcgASgJEhMKC3JlY29yZGVyX2lkGAggASgJEhEKCWZpbGVfcGF0aBgJIAEoCRIRCglmaWxlX3NpemUYCiABKAISGQoNY3JlYXRpb25fdGltZRgLIAEoA0ICMAFCoAEKDWNvbS5wbHVnbm1lZXRCF1BsdWdubWVldFJlY29yZGluZ1Byb3RvUAFaMmdpdGh1Yi5jb20vbXluYXBhcnJvdC9wbHVnbm1lZXQtcHJvdG9jb2wvcGx1Z25tZWV0ogIDUFhYqgIJUGx1Z25tZWV0ygIJUGx1Z25tZWV04gIVUGx1Z25tZWV0XEdQQk1ldGFkYXRh6gIJUGx1Z25tZWV0YgZwcm90bzM", [file_plugnmeet_recorder]);
13
+
14
+ /**
15
+ * Describes the message plugnmeet.RecordingReq.
16
+ * Use `create(RecordingReqSchema)` to create a new message.
17
+ */
18
+ export const RecordingReqSchema = /*@__PURE__*/
19
+ messageDesc(file_plugnmeet_recording, 0);
20
+
21
+ /**
22
+ * Describes the message plugnmeet.RecordingInfoFile.
23
+ * Use `create(RecordingInfoFileSchema)` to create a new message.
24
+ */
25
+ export const RecordingInfoFileSchema = /*@__PURE__*/
26
+ messageDesc(file_plugnmeet_recording, 1);
27
+