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.
- package/package.json +26 -0
- package/src/gen/buf/validate/expression_pb.d.ts +158 -0
- package/src/gen/buf/validate/expression_pb.js +47 -0
- package/src/gen/buf/validate/priv/private_pb.d.ts +80 -0
- package/src/gen/buf/validate/priv/private_pb.js +49 -0
- package/src/gen/buf/validate/validate_pb.d.ts +3932 -0
- package/src/gen/buf/validate/validate_pb.js +253 -0
- package/src/gen/livekit_agent_dispatch_pb.d.ts +231 -0
- package/src/gen/livekit_agent_dispatch_pb.js +82 -0
- package/src/gen/livekit_agent_pb.d.ts +632 -0
- package/src/gen/livekit_agent_pb.js +175 -0
- package/src/gen/livekit_analytics_pb.d.ts +733 -0
- package/src/gen/livekit_analytics_pb.js +124 -0
- package/src/gen/livekit_egress_pb.d.ts +1945 -0
- package/src/gen/livekit_egress_pb.js +333 -0
- package/src/gen/livekit_ingress_pb.d.ts +805 -0
- package/src/gen/livekit_ingress_pb.js +172 -0
- package/src/gen/livekit_internal_pb.d.ts +601 -0
- package/src/gen/livekit_internal_pb.js +101 -0
- package/src/gen/livekit_metrics_pb.d.ts +193 -0
- package/src/gen/livekit_metrics_pb.js +54 -0
- package/src/gen/livekit_models_pb.d.ts +2089 -0
- package/src/gen/livekit_models_pb.js +440 -0
- package/src/gen/livekit_room_pb.d.ts +743 -0
- package/src/gen/livekit_room_pb.js +178 -0
- package/src/gen/livekit_rtc_pb.d.ts +1688 -0
- package/src/gen/livekit_rtc_pb.js +384 -0
- package/src/gen/livekit_sip_pb.d.ts +1010 -0
- package/src/gen/livekit_sip_pb.js +223 -0
- package/src/gen/livekit_webhook_pb.d.ts +101 -0
- package/src/gen/livekit_webhook_pb.js +36 -0
- package/src/gen/plugnmeet_analytics_pb.d.ts +512 -0
- package/src/gen/plugnmeet_analytics_pb.js +97 -0
- package/src/gen/plugnmeet_auth_analytics_pb.d.ts +225 -0
- package/src/gen/plugnmeet_auth_analytics_pb.js +69 -0
- package/src/gen/plugnmeet_auth_recording_pb.d.ts +278 -0
- package/src/gen/plugnmeet_auth_recording_pb.js +84 -0
- package/src/gen/plugnmeet_auth_room_pb.d.ts +427 -0
- package/src/gen/plugnmeet_auth_room_pb.js +112 -0
- package/src/gen/plugnmeet_breakout_room_pb.d.ts +256 -0
- package/src/gen/plugnmeet_breakout_room_pb.js +68 -0
- package/src/gen/plugnmeet_common_api_pb.d.ts +591 -0
- package/src/gen/plugnmeet_common_api_pb.js +169 -0
- package/src/gen/plugnmeet_common_pb.d.ts +193 -0
- package/src/gen/plugnmeet_common_pb.js +48 -0
- package/src/gen/plugnmeet_create_room_pb.d.ts +696 -0
- package/src/gen/plugnmeet_create_room_pb.js +128 -0
- package/src/gen/plugnmeet_datamessage_pb.d.ts +137 -0
- package/src/gen/plugnmeet_datamessage_pb.js +31 -0
- package/src/gen/plugnmeet_gen_token_pb.d.ts +308 -0
- package/src/gen/plugnmeet_gen_token_pb.js +62 -0
- package/src/gen/plugnmeet_ingress_pb.d.ts +94 -0
- package/src/gen/plugnmeet_ingress_pb.js +38 -0
- package/src/gen/plugnmeet_lti_v1_pb.d.ts +145 -0
- package/src/gen/plugnmeet_lti_v1_pb.js +33 -0
- package/src/gen/plugnmeet_nats_msg_pb.d.ts +526 -0
- package/src/gen/plugnmeet_nats_msg_pb.js +118 -0
- package/src/gen/plugnmeet_polls_pb.d.ts +321 -0
- package/src/gen/plugnmeet_polls_pb.js +75 -0
- package/src/gen/plugnmeet_recorder_pb.d.ts +401 -0
- package/src/gen/plugnmeet_recorder_pb.js +85 -0
- package/src/gen/plugnmeet_recording_pb.d.ts +120 -0
- package/src/gen/plugnmeet_recording_pb.js +27 -0
- package/src/gen/plugnmeet_speech_services_pb.d.ts +212 -0
- package/src/gen/plugnmeet_speech_services_pb.js +59 -0
- package/src/gen/rpc/analytics_pb.d.ts +57 -0
- package/src/gen/rpc/analytics_pb.js +34 -0
- package/src/index.d.ts +17 -0
- package/src/index.js +17 -0
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
|
|
2
|
+
// @generated from file plugnmeet_speech_services.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_speech_services.proto.
|
|
10
|
+
*/
|
|
11
|
+
export declare const file_plugnmeet_speech_services: GenFile;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @generated from message plugnmeet.SpeechToTextTranslationReq
|
|
15
|
+
*/
|
|
16
|
+
export declare type SpeechToTextTranslationReq = Message<"plugnmeet.SpeechToTextTranslationReq"> & {
|
|
17
|
+
/**
|
|
18
|
+
* @generated from field: string room_id = 1;
|
|
19
|
+
*/
|
|
20
|
+
roomId: string;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @generated from field: bool is_enabled = 3;
|
|
24
|
+
*/
|
|
25
|
+
isEnabled: boolean;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @generated from field: repeated string allowed_speech_langs = 4;
|
|
29
|
+
*/
|
|
30
|
+
allowedSpeechLangs: string[];
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @generated from field: repeated string allowed_speech_users = 5;
|
|
34
|
+
*/
|
|
35
|
+
allowedSpeechUsers: string[];
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @generated from field: bool is_enabled_translation = 6;
|
|
39
|
+
*/
|
|
40
|
+
isEnabledTranslation: boolean;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @generated from field: repeated string allowed_trans_langs = 7;
|
|
44
|
+
*/
|
|
45
|
+
allowedTransLangs: string[];
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @generated from field: optional string default_subtitle_lang = 8;
|
|
49
|
+
*/
|
|
50
|
+
defaultSubtitleLang?: string;
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Describes the message plugnmeet.SpeechToTextTranslationReq.
|
|
55
|
+
* Use `create(SpeechToTextTranslationReqSchema)` to create a new message.
|
|
56
|
+
*/
|
|
57
|
+
export declare const SpeechToTextTranslationReqSchema: GenMessage<SpeechToTextTranslationReq>;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @generated from message plugnmeet.GenerateAzureTokenReq
|
|
61
|
+
*/
|
|
62
|
+
export declare type GenerateAzureTokenReq = Message<"plugnmeet.GenerateAzureTokenReq"> & {
|
|
63
|
+
/**
|
|
64
|
+
* @generated from field: string room_id = 1;
|
|
65
|
+
*/
|
|
66
|
+
roomId: string;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* @generated from field: string user_sid = 2;
|
|
70
|
+
*/
|
|
71
|
+
userSid: string;
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Describes the message plugnmeet.GenerateAzureTokenReq.
|
|
76
|
+
* Use `create(GenerateAzureTokenReqSchema)` to create a new message.
|
|
77
|
+
*/
|
|
78
|
+
export declare const GenerateAzureTokenReqSchema: GenMessage<GenerateAzureTokenReq>;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* @generated from message plugnmeet.GenerateAzureTokenRes
|
|
82
|
+
*/
|
|
83
|
+
export declare type GenerateAzureTokenRes = Message<"plugnmeet.GenerateAzureTokenRes"> & {
|
|
84
|
+
/**
|
|
85
|
+
* @generated from field: bool status = 1;
|
|
86
|
+
*/
|
|
87
|
+
status: boolean;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @generated from field: string msg = 2;
|
|
91
|
+
*/
|
|
92
|
+
msg: string;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* @generated from field: optional string token = 3;
|
|
96
|
+
*/
|
|
97
|
+
token?: string;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* @generated from field: optional string service_region = 4;
|
|
101
|
+
*/
|
|
102
|
+
serviceRegion?: string;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @generated from field: optional string key_id = 5;
|
|
106
|
+
*/
|
|
107
|
+
keyId?: string;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* @generated from field: bool renew = 6;
|
|
111
|
+
*/
|
|
112
|
+
renew: boolean;
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* Describes the message plugnmeet.GenerateAzureTokenRes.
|
|
117
|
+
* Use `create(GenerateAzureTokenResSchema)` to create a new message.
|
|
118
|
+
*/
|
|
119
|
+
export declare const GenerateAzureTokenResSchema: GenMessage<GenerateAzureTokenRes>;
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* @generated from message plugnmeet.AzureTokenRenewReq
|
|
123
|
+
*/
|
|
124
|
+
export declare type AzureTokenRenewReq = Message<"plugnmeet.AzureTokenRenewReq"> & {
|
|
125
|
+
/**
|
|
126
|
+
* @generated from field: string room_id = 1;
|
|
127
|
+
*/
|
|
128
|
+
roomId: string;
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* @generated from field: string user_sid = 2;
|
|
132
|
+
*/
|
|
133
|
+
userSid: string;
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* @generated from field: string service_region = 3;
|
|
137
|
+
*/
|
|
138
|
+
serviceRegion: string;
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* @generated from field: string key_id = 4;
|
|
142
|
+
*/
|
|
143
|
+
keyId: string;
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
/**
|
|
147
|
+
* Describes the message plugnmeet.AzureTokenRenewReq.
|
|
148
|
+
* Use `create(AzureTokenRenewReqSchema)` to create a new message.
|
|
149
|
+
*/
|
|
150
|
+
export declare const AzureTokenRenewReqSchema: GenMessage<AzureTokenRenewReq>;
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* @generated from message plugnmeet.SpeechServiceUserStatusReq
|
|
154
|
+
*/
|
|
155
|
+
export declare type SpeechServiceUserStatusReq = Message<"plugnmeet.SpeechServiceUserStatusReq"> & {
|
|
156
|
+
/**
|
|
157
|
+
* @generated from field: string room_id = 1;
|
|
158
|
+
*/
|
|
159
|
+
roomId: string;
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* @generated from field: string room_sid = 2;
|
|
163
|
+
*/
|
|
164
|
+
roomSid: string;
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* @generated from field: string user_id = 3;
|
|
168
|
+
*/
|
|
169
|
+
userId: string;
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* @generated from field: string key_id = 4;
|
|
173
|
+
*/
|
|
174
|
+
keyId: string;
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* @generated from field: plugnmeet.SpeechServiceUserStatusTasks task = 5;
|
|
178
|
+
*/
|
|
179
|
+
task: SpeechServiceUserStatusTasks;
|
|
180
|
+
};
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* Describes the message plugnmeet.SpeechServiceUserStatusReq.
|
|
184
|
+
* Use `create(SpeechServiceUserStatusReqSchema)` to create a new message.
|
|
185
|
+
*/
|
|
186
|
+
export declare const SpeechServiceUserStatusReqSchema: GenMessage<SpeechServiceUserStatusReq>;
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* @generated from enum plugnmeet.SpeechServiceUserStatusTasks
|
|
190
|
+
*/
|
|
191
|
+
export enum SpeechServiceUserStatusTasks {
|
|
192
|
+
/**
|
|
193
|
+
* @generated from enum value: SPEECH_TO_TEXT_SESSION_STARTED = 0;
|
|
194
|
+
*/
|
|
195
|
+
SPEECH_TO_TEXT_SESSION_STARTED = 0,
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* @generated from enum value: SPEECH_TO_TEXT_SESSION_ENDED = 1;
|
|
199
|
+
*/
|
|
200
|
+
SPEECH_TO_TEXT_SESSION_ENDED = 1,
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* @generated from enum value: SPEECH_TO_TEXT_TOTAL_USAGE = 2;
|
|
204
|
+
*/
|
|
205
|
+
SPEECH_TO_TEXT_TOTAL_USAGE = 2,
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* Describes the enum plugnmeet.SpeechServiceUserStatusTasks.
|
|
210
|
+
*/
|
|
211
|
+
export declare const SpeechServiceUserStatusTasksSchema: GenEnum<SpeechServiceUserStatusTasks>;
|
|
212
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
|
|
2
|
+
// @generated from file plugnmeet_speech_services.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_speech_services.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_plugnmeet_speech_services = /*@__PURE__*/
|
|
11
|
+
fileDesc("Ch9wbHVnbm1lZXRfc3BlZWNoX3NlcnZpY2VzLnByb3RvEglwbHVnbm1lZXQi+AEKGlNwZWVjaFRvVGV4dFRyYW5zbGF0aW9uUmVxEg8KB3Jvb21faWQYASABKAkSEgoKaXNfZW5hYmxlZBgDIAEoCBIcChRhbGxvd2VkX3NwZWVjaF9sYW5ncxgEIAMoCRIcChRhbGxvd2VkX3NwZWVjaF91c2VycxgFIAMoCRIeChZpc19lbmFibGVkX3RyYW5zbGF0aW9uGAYgASgIEhsKE2FsbG93ZWRfdHJhbnNfbGFuZ3MYByADKAkSIgoVZGVmYXVsdF9zdWJ0aXRsZV9sYW5nGAggASgJSACIAQFCGAoWX2RlZmF1bHRfc3VidGl0bGVfbGFuZyI6ChVHZW5lcmF0ZUF6dXJlVG9rZW5SZXESDwoHcm9vbV9pZBgBIAEoCRIQCgh1c2VyX3NpZBgCIAEoCSKxAQoVR2VuZXJhdGVBenVyZVRva2VuUmVzEg4KBnN0YXR1cxgBIAEoCBILCgNtc2cYAiABKAkSEgoFdG9rZW4YAyABKAlIAIgBARIbCg5zZXJ2aWNlX3JlZ2lvbhgEIAEoCUgBiAEBEhMKBmtleV9pZBgFIAEoCUgCiAEBEg0KBXJlbmV3GAYgASgIQggKBl90b2tlbkIRCg9fc2VydmljZV9yZWdpb25CCQoHX2tleV9pZCJfChJBenVyZVRva2VuUmVuZXdSZXESDwoHcm9vbV9pZBgBIAEoCRIQCgh1c2VyX3NpZBgCIAEoCRIWCg5zZXJ2aWNlX3JlZ2lvbhgDIAEoCRIOCgZrZXlfaWQYBCABKAkilwEKGlNwZWVjaFNlcnZpY2VVc2VyU3RhdHVzUmVxEg8KB3Jvb21faWQYASABKAkSEAoIcm9vbV9zaWQYAiABKAkSDwoHdXNlcl9pZBgDIAEoCRIOCgZrZXlfaWQYBCABKAkSNQoEdGFzaxgFIAEoDjInLnBsdWdubWVldC5TcGVlY2hTZXJ2aWNlVXNlclN0YXR1c1Rhc2tzKoQBChxTcGVlY2hTZXJ2aWNlVXNlclN0YXR1c1Rhc2tzEiIKHlNQRUVDSF9UT19URVhUX1NFU1NJT05fU1RBUlRFRBAAEiAKHFNQRUVDSF9UT19URVhUX1NFU1NJT05fRU5ERUQQARIeChpTUEVFQ0hfVE9fVEVYVF9UT1RBTF9VU0FHRRACQqUBCg1jb20ucGx1Z25tZWV0QhxQbHVnbm1lZXRTcGVlY2hTZXJ2aWNlc1Byb3RvUAFaMmdpdGh1Yi5jb20vbXluYXBhcnJvdC9wbHVnbm1lZXQtcHJvdG9jb2wvcGx1Z25tZWV0ogIDUFhYqgIJUGx1Z25tZWV0ygIJUGx1Z25tZWV04gIVUGx1Z25tZWV0XEdQQk1ldGFkYXRh6gIJUGx1Z25tZWV0YgZwcm90bzM");
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message plugnmeet.SpeechToTextTranslationReq.
|
|
15
|
+
* Use `create(SpeechToTextTranslationReqSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const SpeechToTextTranslationReqSchema = /*@__PURE__*/
|
|
18
|
+
messageDesc(file_plugnmeet_speech_services, 0);
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message plugnmeet.GenerateAzureTokenReq.
|
|
22
|
+
* Use `create(GenerateAzureTokenReqSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const GenerateAzureTokenReqSchema = /*@__PURE__*/
|
|
25
|
+
messageDesc(file_plugnmeet_speech_services, 1);
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message plugnmeet.GenerateAzureTokenRes.
|
|
29
|
+
* Use `create(GenerateAzureTokenResSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
export const GenerateAzureTokenResSchema = /*@__PURE__*/
|
|
32
|
+
messageDesc(file_plugnmeet_speech_services, 2);
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Describes the message plugnmeet.AzureTokenRenewReq.
|
|
36
|
+
* Use `create(AzureTokenRenewReqSchema)` to create a new message.
|
|
37
|
+
*/
|
|
38
|
+
export const AzureTokenRenewReqSchema = /*@__PURE__*/
|
|
39
|
+
messageDesc(file_plugnmeet_speech_services, 3);
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Describes the message plugnmeet.SpeechServiceUserStatusReq.
|
|
43
|
+
* Use `create(SpeechServiceUserStatusReqSchema)` to create a new message.
|
|
44
|
+
*/
|
|
45
|
+
export const SpeechServiceUserStatusReqSchema = /*@__PURE__*/
|
|
46
|
+
messageDesc(file_plugnmeet_speech_services, 4);
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Describes the enum plugnmeet.SpeechServiceUserStatusTasks.
|
|
50
|
+
*/
|
|
51
|
+
export const SpeechServiceUserStatusTasksSchema = /*@__PURE__*/
|
|
52
|
+
enumDesc(file_plugnmeet_speech_services, 0);
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @generated from enum plugnmeet.SpeechServiceUserStatusTasks
|
|
56
|
+
*/
|
|
57
|
+
export const SpeechServiceUserStatusTasks = /*@__PURE__*/
|
|
58
|
+
tsEnum(SpeechServiceUserStatusTasksSchema);
|
|
59
|
+
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
// Copyright 2023 LiveKit, Inc.
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
|
|
15
|
+
// @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
|
|
16
|
+
// @generated from file rpc/analytics.proto (package livekit, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
20
|
+
import type { AnalyticsEventsSchema, AnalyticsNodeRoomsSchema, AnalyticsStatsSchema } from "../livekit_analytics_pb.js";
|
|
21
|
+
import type { EmptySchema } from "@bufbuild/protobuf/wkt";
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Describes the file rpc/analytics.proto.
|
|
25
|
+
*/
|
|
26
|
+
export declare const file_rpc_analytics: GenFile;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* @generated from service livekit.AnalyticsRecorderService
|
|
30
|
+
*/
|
|
31
|
+
export declare const AnalyticsRecorderService: GenService<{
|
|
32
|
+
/**
|
|
33
|
+
* @generated from rpc livekit.AnalyticsRecorderService.IngestStats
|
|
34
|
+
*/
|
|
35
|
+
ingestStats: {
|
|
36
|
+
methodKind: "client_streaming";
|
|
37
|
+
input: typeof AnalyticsStatsSchema;
|
|
38
|
+
output: typeof EmptySchema;
|
|
39
|
+
},
|
|
40
|
+
/**
|
|
41
|
+
* @generated from rpc livekit.AnalyticsRecorderService.IngestEvents
|
|
42
|
+
*/
|
|
43
|
+
ingestEvents: {
|
|
44
|
+
methodKind: "client_streaming";
|
|
45
|
+
input: typeof AnalyticsEventsSchema;
|
|
46
|
+
output: typeof EmptySchema;
|
|
47
|
+
},
|
|
48
|
+
/**
|
|
49
|
+
* @generated from rpc livekit.AnalyticsRecorderService.IngestNodeRoomStates
|
|
50
|
+
*/
|
|
51
|
+
ingestNodeRoomStates: {
|
|
52
|
+
methodKind: "client_streaming";
|
|
53
|
+
input: typeof AnalyticsNodeRoomsSchema;
|
|
54
|
+
output: typeof EmptySchema;
|
|
55
|
+
},
|
|
56
|
+
}>;
|
|
57
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// Copyright 2023 LiveKit, Inc.
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
|
|
15
|
+
// @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
|
|
16
|
+
// @generated from file rpc/analytics.proto (package livekit, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
20
|
+
import { file_google_protobuf_empty } from "@bufbuild/protobuf/wkt";
|
|
21
|
+
import { file_livekit_analytics } from "../livekit_analytics_pb.js";
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Describes the file rpc/analytics.proto.
|
|
25
|
+
*/
|
|
26
|
+
export const file_rpc_analytics = /*@__PURE__*/
|
|
27
|
+
fileDesc("ChNycGMvYW5hbHl0aWNzLnByb3RvEgdsaXZla2l0MvUBChhBbmFseXRpY3NSZWNvcmRlclNlcnZpY2USQgoLSW5nZXN0U3RhdHMSFy5saXZla2l0LkFuYWx5dGljc1N0YXRzGhYuZ29vZ2xlLnByb3RvYnVmLkVtcHR5IgAoARJECgxJbmdlc3RFdmVudHMSGC5saXZla2l0LkFuYWx5dGljc0V2ZW50cxoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSIAKAESTwoUSW5nZXN0Tm9kZVJvb21TdGF0ZXMSGy5saXZla2l0LkFuYWx5dGljc05vZGVSb29tcxoWLmdvb2dsZS5wcm90b2J1Zi5FbXB0eSIAKAFCegoLY29tLmxpdmVraXRCDkFuYWx5dGljc1Byb3RvUAFaH2dpdGh1Yi5jb20vbGl2ZWtpdC9wcm90b2NvbC9ycGOiAgNMWFiqAgdMaXZla2l0ygIHTGl2ZWtpdOICE0xpdmVraXRcR1BCTWV0YWRhdGHqAgdMaXZla2l0YgZwcm90bzM", [file_google_protobuf_empty, file_livekit_analytics]);
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @generated from service livekit.AnalyticsRecorderService
|
|
31
|
+
*/
|
|
32
|
+
export const AnalyticsRecorderService = /*@__PURE__*/
|
|
33
|
+
serviceDesc(file_rpc_analytics, 0);
|
|
34
|
+
|
package/src/index.d.ts
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export * from "./gen/plugnmeet_analytics_pb.js";
|
|
2
|
+
export * from "./gen/plugnmeet_auth_analytics_pb.js";
|
|
3
|
+
export * from "./gen/plugnmeet_auth_recording_pb.js";
|
|
4
|
+
export * from "./gen/plugnmeet_auth_room_pb.js";
|
|
5
|
+
export * from "./gen/plugnmeet_breakout_room_pb.js";
|
|
6
|
+
export * from "./gen/plugnmeet_common_api_pb.js";
|
|
7
|
+
export * from "./gen/plugnmeet_common_pb.js";
|
|
8
|
+
export * from "./gen/plugnmeet_create_room_pb.js";
|
|
9
|
+
export * from "./gen/plugnmeet_datamessage_pb.js";
|
|
10
|
+
export * from "./gen/plugnmeet_gen_token_pb.js";
|
|
11
|
+
export * from "./gen/plugnmeet_ingress_pb.js";
|
|
12
|
+
export * from "./gen/plugnmeet_lti_v1_pb.js";
|
|
13
|
+
export * from "./gen/plugnmeet_nats_msg_pb.js";
|
|
14
|
+
export * from "./gen/plugnmeet_polls_pb.js";
|
|
15
|
+
export * from "./gen/plugnmeet_recorder_pb.js";
|
|
16
|
+
export * from "./gen/plugnmeet_recording_pb.js";
|
|
17
|
+
export * from "./gen/plugnmeet_speech_services_pb.js";
|
package/src/index.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export * from "./gen/plugnmeet_analytics_pb.js";
|
|
2
|
+
export * from "./gen/plugnmeet_auth_analytics_pb.js";
|
|
3
|
+
export * from "./gen/plugnmeet_auth_recording_pb.js";
|
|
4
|
+
export * from "./gen/plugnmeet_auth_room_pb.js";
|
|
5
|
+
export * from "./gen/plugnmeet_breakout_room_pb.js";
|
|
6
|
+
export * from "./gen/plugnmeet_common_api_pb.js";
|
|
7
|
+
export * from "./gen/plugnmeet_common_pb.js";
|
|
8
|
+
export * from "./gen/plugnmeet_create_room_pb.js";
|
|
9
|
+
export * from "./gen/plugnmeet_datamessage_pb.js";
|
|
10
|
+
export * from "./gen/plugnmeet_gen_token_pb.js";
|
|
11
|
+
export * from "./gen/plugnmeet_ingress_pb.js";
|
|
12
|
+
export * from "./gen/plugnmeet_lti_v1_pb.js";
|
|
13
|
+
export * from "./gen/plugnmeet_nats_msg_pb.js";
|
|
14
|
+
export * from "./gen/plugnmeet_polls_pb.js";
|
|
15
|
+
export * from "./gen/plugnmeet_recorder_pb.js";
|
|
16
|
+
export * from "./gen/plugnmeet_recording_pb.js";
|
|
17
|
+
export * from "./gen/plugnmeet_speech_services_pb.js";
|