@livekit/rtc-node 0.12.2 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/audio_frame.cjs +2 -2
- package/dist/audio_frame.cjs.map +1 -1
- package/dist/audio_frame.d.cts +2 -3
- package/dist/audio_frame.d.ts +2 -3
- package/dist/audio_frame.d.ts.map +1 -1
- package/dist/audio_frame.js +3 -3
- package/dist/audio_frame.js.map +1 -1
- package/dist/audio_resampler.cjs +10 -7
- package/dist/audio_resampler.cjs.map +1 -1
- package/dist/audio_resampler.d.cts +2 -3
- package/dist/audio_resampler.d.ts +2 -3
- package/dist/audio_resampler.d.ts.map +1 -1
- package/dist/audio_resampler.js +13 -10
- package/dist/audio_resampler.js.map +1 -1
- package/dist/audio_source.cjs +6 -4
- package/dist/audio_source.cjs.map +1 -1
- package/dist/audio_source.d.cts +3 -3
- package/dist/audio_source.d.ts +3 -3
- package/dist/audio_source.d.ts.map +1 -1
- package/dist/audio_source.js +9 -7
- package/dist/audio_source.js.map +1 -1
- package/dist/audio_stream.cjs +1 -2
- package/dist/audio_stream.cjs.map +1 -1
- package/dist/audio_stream.d.cts +2 -3
- package/dist/audio_stream.d.ts +2 -3
- package/dist/audio_stream.d.ts.map +1 -1
- package/dist/audio_stream.js +2 -3
- package/dist/audio_stream.js.map +1 -1
- package/dist/e2ee.cjs +19 -20
- package/dist/e2ee.cjs.map +1 -1
- package/dist/e2ee.d.cts +0 -1
- package/dist/e2ee.d.ts +0 -1
- package/dist/e2ee.d.ts.map +1 -1
- package/dist/e2ee.js +29 -30
- package/dist/e2ee.js.map +1 -1
- package/dist/ffi_client.cjs +6 -5
- package/dist/ffi_client.cjs.map +1 -1
- package/dist/ffi_client.d.cts +10 -10
- package/dist/ffi_client.d.ts +10 -10
- package/dist/ffi_client.d.ts.map +1 -1
- package/dist/ffi_client.js +6 -10
- package/dist/ffi_client.js.map +1 -1
- package/dist/index.cjs +16 -49
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -35
- package/dist/index.d.ts +6 -35
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -46
- package/dist/index.js.map +1 -1
- package/dist/napi/native.d.cjs.map +1 -1
- package/dist/napi/native.d.ts +5 -5
- package/dist/native.d.ts +5 -5
- package/dist/participant.cjs +57 -34
- package/dist/participant.cjs.map +1 -1
- package/dist/participant.d.cts +10 -10
- package/dist/participant.d.ts +10 -10
- package/dist/participant.d.ts.map +1 -1
- package/dist/participant.js +75 -50
- package/dist/participant.js.map +1 -1
- package/dist/proto/audio_frame_pb.cjs +977 -125
- package/dist/proto/audio_frame_pb.cjs.map +1 -1
- package/dist/proto/audio_frame_pb.d.cts +502 -417
- package/dist/proto/audio_frame_pb.d.ts +502 -417
- package/dist/proto/audio_frame_pb.d.ts.map +1 -1
- package/dist/proto/audio_frame_pb.js +943 -85
- package/dist/proto/audio_frame_pb.js.map +1 -1
- package/dist/proto/e2ee_pb.cjs +700 -85
- package/dist/proto/e2ee_pb.cjs.map +1 -1
- package/dist/proto/e2ee_pb.d.cts +331 -263
- package/dist/proto/e2ee_pb.d.ts +331 -263
- package/dist/proto/e2ee_pb.d.ts.map +1 -1
- package/dist/proto/e2ee_pb.js +675 -57
- package/dist/proto/e2ee_pb.js.map +1 -1
- package/dist/proto/ffi_pb.cjs +369 -36
- package/dist/proto/ffi_pb.cjs.map +1 -1
- package/dist/proto/ffi_pb.d.cts +156 -109
- package/dist/proto/ffi_pb.d.ts +156 -109
- package/dist/proto/ffi_pb.d.ts.map +1 -1
- package/dist/proto/ffi_pb.js +364 -29
- package/dist/proto/ffi_pb.js.map +1 -1
- package/dist/proto/handle_pb.cjs +27 -7
- package/dist/proto/handle_pb.cjs.map +1 -1
- package/dist/proto/handle_pb.d.cts +13 -15
- package/dist/proto/handle_pb.d.ts +13 -15
- package/dist/proto/handle_pb.d.ts.map +1 -1
- package/dist/proto/handle_pb.js +26 -5
- package/dist/proto/handle_pb.js.map +1 -1
- package/dist/proto/participant_pb.cjs +112 -15
- package/dist/proto/participant_pb.cjs.map +1 -1
- package/dist/proto/participant_pb.d.cts +140 -52
- package/dist/proto/participant_pb.d.ts +140 -52
- package/dist/proto/participant_pb.d.ts.map +1 -1
- package/dist/proto/participant_pb.js +109 -11
- package/dist/proto/participant_pb.js.map +1 -1
- package/dist/proto/room_pb.cjs +2693 -302
- package/dist/proto/room_pb.cjs.map +1 -1
- package/dist/proto/room_pb.d.cts +1265 -862
- package/dist/proto/room_pb.d.ts +1265 -862
- package/dist/proto/room_pb.d.ts.map +1 -1
- package/dist/proto/room_pb.js +2603 -210
- package/dist/proto/room_pb.js.map +1 -1
- package/dist/proto/rpc_pb.cjs +302 -37
- package/dist/proto/rpc_pb.cjs.map +1 -1
- package/dist/proto/rpc_pb.d.cts +138 -108
- package/dist/proto/rpc_pb.d.ts +138 -108
- package/dist/proto/rpc_pb.d.ts.map +1 -1
- package/dist/proto/rpc_pb.js +291 -25
- package/dist/proto/rpc_pb.js.map +1 -1
- package/dist/proto/stats_pb.cjs +1253 -139
- package/dist/proto/stats_pb.cjs.map +1 -1
- package/dist/proto/stats_pb.d.cts +803 -692
- package/dist/proto/stats_pb.d.ts +803 -692
- package/dist/proto/stats_pb.d.ts.map +1 -1
- package/dist/proto/stats_pb.js +1216 -93
- package/dist/proto/stats_pb.js.map +1 -1
- package/dist/proto/track_pb.cjs +462 -64
- package/dist/proto/track_pb.cjs.map +1 -1
- package/dist/proto/track_pb.d.cts +250 -218
- package/dist/proto/track_pb.d.ts +250 -218
- package/dist/proto/track_pb.d.ts.map +1 -1
- package/dist/proto/track_pb.js +447 -45
- package/dist/proto/track_pb.js.map +1 -1
- package/dist/proto/track_publication_pb.cjs +130 -0
- package/dist/proto/track_publication_pb.cjs.map +1 -0
- package/dist/proto/track_publication_pb.d.cts +80 -0
- package/dist/proto/track_publication_pb.d.ts +80 -0
- package/dist/proto/track_publication_pb.d.ts.map +1 -0
- package/dist/proto/track_publication_pb.js +103 -0
- package/dist/proto/track_publication_pb.js.map +1 -0
- package/dist/proto/video_frame_pb.cjs +648 -88
- package/dist/proto/video_frame_pb.cjs.map +1 -1
- package/dist/proto/video_frame_pb.d.cts +371 -328
- package/dist/proto/video_frame_pb.d.ts +371 -328
- package/dist/proto/video_frame_pb.d.ts.map +1 -1
- package/dist/proto/video_frame_pb.js +626 -60
- package/dist/proto/video_frame_pb.js.map +1 -1
- package/dist/room.cjs +93 -125
- package/dist/room.cjs.map +1 -1
- package/dist/room.d.cts +6 -17
- package/dist/room.d.ts +6 -17
- package/dist/room.d.ts.map +1 -1
- package/dist/room.js +92 -122
- package/dist/room.js.map +1 -1
- package/dist/rpc.cjs.map +1 -1
- package/dist/rpc.d.cts +0 -1
- package/dist/rpc.d.ts +0 -1
- package/dist/rpc.js.map +1 -1
- package/dist/track.cjs +12 -8
- package/dist/track.cjs.map +1 -1
- package/dist/track.d.cts +8 -9
- package/dist/track.d.ts +8 -9
- package/dist/track.d.ts.map +1 -1
- package/dist/track.js +13 -9
- package/dist/track.js.map +1 -1
- package/dist/track_publication.cjs +21 -12
- package/dist/track_publication.cjs.map +1 -1
- package/dist/track_publication.d.cts +12 -13
- package/dist/track_publication.d.ts +12 -13
- package/dist/track_publication.d.ts.map +1 -1
- package/dist/track_publication.js +22 -13
- package/dist/track_publication.js.map +1 -1
- package/dist/version.cjs +1 -1
- package/dist/version.cjs.map +1 -1
- package/dist/version.d.cts +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/version.js.map +1 -1
- package/dist/video_frame.cjs +26 -45
- package/dist/video_frame.cjs.map +1 -1
- package/dist/video_frame.d.cts +2 -3
- package/dist/video_frame.d.ts +2 -3
- package/dist/video_frame.d.ts.map +1 -1
- package/dist/video_frame.js +29 -48
- package/dist/video_frame.js.map +1 -1
- package/dist/video_source.cjs +7 -4
- package/dist/video_source.cjs.map +1 -1
- package/dist/video_source.d.cts +4 -4
- package/dist/video_source.d.ts +4 -4
- package/dist/video_source.d.ts.map +1 -1
- package/dist/video_source.js +9 -6
- package/dist/video_source.js.map +1 -1
- package/dist/video_stream.cjs +16 -5
- package/dist/video_stream.cjs.map +1 -1
- package/dist/video_stream.d.cts +3 -4
- package/dist/video_stream.d.ts +3 -4
- package/dist/video_stream.d.ts.map +1 -1
- package/dist/video_stream.js +17 -6
- package/dist/video_stream.js.map +1 -1
- package/package.json +9 -9
- package/src/audio_frame.ts +10 -10
- package/src/audio_resampler.ts +15 -13
- package/src/audio_source.ts +11 -8
- package/src/audio_stream.ts +3 -4
- package/src/e2ee.ts +36 -37
- package/src/ffi_client.ts +8 -16
- package/src/index.ts +5 -68
- package/src/napi/native.d.ts +5 -5
- package/src/participant.ts +100 -72
- package/src/proto/audio_frame_pb.ts +1220 -496
- package/src/proto/e2ee_pb.ts +858 -337
- package/src/proto/ffi_pb.ts +442 -135
- package/src/proto/handle_pb.ts +33 -19
- package/src/proto/participant_pb.ts +225 -60
- package/src/proto/room_pb.ts +3149 -1013
- package/src/proto/rpc_pb.ts +358 -129
- package/src/proto/stats_pb.ts +1891 -877
- package/src/proto/track_pb.ts +587 -253
- package/src/proto/track_publication_pb.ts +180 -0
- package/src/proto/video_frame_pb.ts +861 -394
- package/src/room.ts +143 -188
- package/src/rpc.ts +1 -1
- package/src/track.ts +16 -17
- package/src/track_publication.ts +25 -26
- package/src/version.ts +1 -1
- package/src/video_frame.ts +48 -72
- package/src/video_source.ts +11 -8
- package/src/video_stream.ts +18 -8
package/dist/proto/rpc_pb.js
CHANGED
|
@@ -1,28 +1,294 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import { Message, proto2 } from "@bufbuild/protobuf";
|
|
2
|
+
const _RpcError = class _RpcError extends Message {
|
|
3
|
+
constructor(data) {
|
|
4
|
+
super();
|
|
5
|
+
proto2.util.initPartial(data, this);
|
|
6
|
+
}
|
|
7
|
+
static fromBinary(bytes, options) {
|
|
8
|
+
return new _RpcError().fromBinary(bytes, options);
|
|
9
|
+
}
|
|
10
|
+
static fromJson(jsonValue, options) {
|
|
11
|
+
return new _RpcError().fromJson(jsonValue, options);
|
|
12
|
+
}
|
|
13
|
+
static fromJsonString(jsonString, options) {
|
|
14
|
+
return new _RpcError().fromJsonString(jsonString, options);
|
|
15
|
+
}
|
|
16
|
+
static equals(a, b) {
|
|
17
|
+
return proto2.util.equals(_RpcError, a, b);
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
_RpcError.runtime = proto2;
|
|
21
|
+
_RpcError.typeName = "livekit.proto.RpcError";
|
|
22
|
+
_RpcError.fields = proto2.util.newFieldList(() => [
|
|
23
|
+
{ no: 1, name: "code", kind: "scalar", T: 13, req: true },
|
|
24
|
+
{ no: 2, name: "message", kind: "scalar", T: 9, req: true },
|
|
25
|
+
{ no: 3, name: "data", kind: "scalar", T: 9, opt: true }
|
|
26
|
+
]);
|
|
27
|
+
let RpcError = _RpcError;
|
|
28
|
+
const _PerformRpcRequest = class _PerformRpcRequest extends Message {
|
|
29
|
+
constructor(data) {
|
|
30
|
+
super();
|
|
31
|
+
proto2.util.initPartial(data, this);
|
|
32
|
+
}
|
|
33
|
+
static fromBinary(bytes, options) {
|
|
34
|
+
return new _PerformRpcRequest().fromBinary(bytes, options);
|
|
35
|
+
}
|
|
36
|
+
static fromJson(jsonValue, options) {
|
|
37
|
+
return new _PerformRpcRequest().fromJson(jsonValue, options);
|
|
38
|
+
}
|
|
39
|
+
static fromJsonString(jsonString, options) {
|
|
40
|
+
return new _PerformRpcRequest().fromJsonString(jsonString, options);
|
|
41
|
+
}
|
|
42
|
+
static equals(a, b) {
|
|
43
|
+
return proto2.util.equals(_PerformRpcRequest, a, b);
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
_PerformRpcRequest.runtime = proto2;
|
|
47
|
+
_PerformRpcRequest.typeName = "livekit.proto.PerformRpcRequest";
|
|
48
|
+
_PerformRpcRequest.fields = proto2.util.newFieldList(() => [
|
|
49
|
+
{ no: 1, name: "local_participant_handle", kind: "scalar", T: 4, req: true },
|
|
50
|
+
{ no: 2, name: "destination_identity", kind: "scalar", T: 9, req: true },
|
|
51
|
+
{ no: 3, name: "method", kind: "scalar", T: 9, req: true },
|
|
52
|
+
{ no: 4, name: "payload", kind: "scalar", T: 9, req: true },
|
|
53
|
+
{ no: 5, name: "response_timeout_ms", kind: "scalar", T: 13, opt: true }
|
|
54
|
+
]);
|
|
55
|
+
let PerformRpcRequest = _PerformRpcRequest;
|
|
56
|
+
const _RegisterRpcMethodRequest = class _RegisterRpcMethodRequest extends Message {
|
|
57
|
+
constructor(data) {
|
|
58
|
+
super();
|
|
59
|
+
proto2.util.initPartial(data, this);
|
|
60
|
+
}
|
|
61
|
+
static fromBinary(bytes, options) {
|
|
62
|
+
return new _RegisterRpcMethodRequest().fromBinary(bytes, options);
|
|
63
|
+
}
|
|
64
|
+
static fromJson(jsonValue, options) {
|
|
65
|
+
return new _RegisterRpcMethodRequest().fromJson(jsonValue, options);
|
|
66
|
+
}
|
|
67
|
+
static fromJsonString(jsonString, options) {
|
|
68
|
+
return new _RegisterRpcMethodRequest().fromJsonString(jsonString, options);
|
|
69
|
+
}
|
|
70
|
+
static equals(a, b) {
|
|
71
|
+
return proto2.util.equals(_RegisterRpcMethodRequest, a, b);
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
_RegisterRpcMethodRequest.runtime = proto2;
|
|
75
|
+
_RegisterRpcMethodRequest.typeName = "livekit.proto.RegisterRpcMethodRequest";
|
|
76
|
+
_RegisterRpcMethodRequest.fields = proto2.util.newFieldList(() => [
|
|
77
|
+
{ no: 1, name: "local_participant_handle", kind: "scalar", T: 4, req: true },
|
|
78
|
+
{ no: 2, name: "method", kind: "scalar", T: 9, req: true }
|
|
79
|
+
]);
|
|
80
|
+
let RegisterRpcMethodRequest = _RegisterRpcMethodRequest;
|
|
81
|
+
const _UnregisterRpcMethodRequest = class _UnregisterRpcMethodRequest extends Message {
|
|
82
|
+
constructor(data) {
|
|
83
|
+
super();
|
|
84
|
+
proto2.util.initPartial(data, this);
|
|
85
|
+
}
|
|
86
|
+
static fromBinary(bytes, options) {
|
|
87
|
+
return new _UnregisterRpcMethodRequest().fromBinary(bytes, options);
|
|
88
|
+
}
|
|
89
|
+
static fromJson(jsonValue, options) {
|
|
90
|
+
return new _UnregisterRpcMethodRequest().fromJson(jsonValue, options);
|
|
91
|
+
}
|
|
92
|
+
static fromJsonString(jsonString, options) {
|
|
93
|
+
return new _UnregisterRpcMethodRequest().fromJsonString(jsonString, options);
|
|
94
|
+
}
|
|
95
|
+
static equals(a, b) {
|
|
96
|
+
return proto2.util.equals(_UnregisterRpcMethodRequest, a, b);
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
_UnregisterRpcMethodRequest.runtime = proto2;
|
|
100
|
+
_UnregisterRpcMethodRequest.typeName = "livekit.proto.UnregisterRpcMethodRequest";
|
|
101
|
+
_UnregisterRpcMethodRequest.fields = proto2.util.newFieldList(() => [
|
|
102
|
+
{ no: 1, name: "local_participant_handle", kind: "scalar", T: 4, req: true },
|
|
103
|
+
{ no: 2, name: "method", kind: "scalar", T: 9, req: true }
|
|
104
|
+
]);
|
|
105
|
+
let UnregisterRpcMethodRequest = _UnregisterRpcMethodRequest;
|
|
106
|
+
const _RpcMethodInvocationResponseRequest = class _RpcMethodInvocationResponseRequest extends Message {
|
|
107
|
+
constructor(data) {
|
|
108
|
+
super();
|
|
109
|
+
proto2.util.initPartial(data, this);
|
|
110
|
+
}
|
|
111
|
+
static fromBinary(bytes, options) {
|
|
112
|
+
return new _RpcMethodInvocationResponseRequest().fromBinary(bytes, options);
|
|
113
|
+
}
|
|
114
|
+
static fromJson(jsonValue, options) {
|
|
115
|
+
return new _RpcMethodInvocationResponseRequest().fromJson(jsonValue, options);
|
|
116
|
+
}
|
|
117
|
+
static fromJsonString(jsonString, options) {
|
|
118
|
+
return new _RpcMethodInvocationResponseRequest().fromJsonString(jsonString, options);
|
|
119
|
+
}
|
|
120
|
+
static equals(a, b) {
|
|
121
|
+
return proto2.util.equals(_RpcMethodInvocationResponseRequest, a, b);
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
_RpcMethodInvocationResponseRequest.runtime = proto2;
|
|
125
|
+
_RpcMethodInvocationResponseRequest.typeName = "livekit.proto.RpcMethodInvocationResponseRequest";
|
|
126
|
+
_RpcMethodInvocationResponseRequest.fields = proto2.util.newFieldList(() => [
|
|
127
|
+
{ no: 1, name: "local_participant_handle", kind: "scalar", T: 4, req: true },
|
|
128
|
+
{ no: 2, name: "invocation_id", kind: "scalar", T: 4, req: true },
|
|
129
|
+
{ no: 3, name: "payload", kind: "scalar", T: 9, opt: true },
|
|
130
|
+
{ no: 4, name: "error", kind: "message", T: RpcError, opt: true }
|
|
131
|
+
]);
|
|
132
|
+
let RpcMethodInvocationResponseRequest = _RpcMethodInvocationResponseRequest;
|
|
133
|
+
const _PerformRpcResponse = class _PerformRpcResponse extends Message {
|
|
134
|
+
constructor(data) {
|
|
135
|
+
super();
|
|
136
|
+
proto2.util.initPartial(data, this);
|
|
137
|
+
}
|
|
138
|
+
static fromBinary(bytes, options) {
|
|
139
|
+
return new _PerformRpcResponse().fromBinary(bytes, options);
|
|
140
|
+
}
|
|
141
|
+
static fromJson(jsonValue, options) {
|
|
142
|
+
return new _PerformRpcResponse().fromJson(jsonValue, options);
|
|
143
|
+
}
|
|
144
|
+
static fromJsonString(jsonString, options) {
|
|
145
|
+
return new _PerformRpcResponse().fromJsonString(jsonString, options);
|
|
146
|
+
}
|
|
147
|
+
static equals(a, b) {
|
|
148
|
+
return proto2.util.equals(_PerformRpcResponse, a, b);
|
|
149
|
+
}
|
|
150
|
+
};
|
|
151
|
+
_PerformRpcResponse.runtime = proto2;
|
|
152
|
+
_PerformRpcResponse.typeName = "livekit.proto.PerformRpcResponse";
|
|
153
|
+
_PerformRpcResponse.fields = proto2.util.newFieldList(() => [
|
|
154
|
+
{ no: 1, name: "async_id", kind: "scalar", T: 4, req: true }
|
|
155
|
+
]);
|
|
156
|
+
let PerformRpcResponse = _PerformRpcResponse;
|
|
157
|
+
const _RegisterRpcMethodResponse = class _RegisterRpcMethodResponse extends Message {
|
|
158
|
+
constructor(data) {
|
|
159
|
+
super();
|
|
160
|
+
proto2.util.initPartial(data, this);
|
|
161
|
+
}
|
|
162
|
+
static fromBinary(bytes, options) {
|
|
163
|
+
return new _RegisterRpcMethodResponse().fromBinary(bytes, options);
|
|
164
|
+
}
|
|
165
|
+
static fromJson(jsonValue, options) {
|
|
166
|
+
return new _RegisterRpcMethodResponse().fromJson(jsonValue, options);
|
|
167
|
+
}
|
|
168
|
+
static fromJsonString(jsonString, options) {
|
|
169
|
+
return new _RegisterRpcMethodResponse().fromJsonString(jsonString, options);
|
|
170
|
+
}
|
|
171
|
+
static equals(a, b) {
|
|
172
|
+
return proto2.util.equals(_RegisterRpcMethodResponse, a, b);
|
|
173
|
+
}
|
|
174
|
+
};
|
|
175
|
+
_RegisterRpcMethodResponse.runtime = proto2;
|
|
176
|
+
_RegisterRpcMethodResponse.typeName = "livekit.proto.RegisterRpcMethodResponse";
|
|
177
|
+
_RegisterRpcMethodResponse.fields = proto2.util.newFieldList(() => []);
|
|
178
|
+
let RegisterRpcMethodResponse = _RegisterRpcMethodResponse;
|
|
179
|
+
const _UnregisterRpcMethodResponse = class _UnregisterRpcMethodResponse extends Message {
|
|
180
|
+
constructor(data) {
|
|
181
|
+
super();
|
|
182
|
+
proto2.util.initPartial(data, this);
|
|
183
|
+
}
|
|
184
|
+
static fromBinary(bytes, options) {
|
|
185
|
+
return new _UnregisterRpcMethodResponse().fromBinary(bytes, options);
|
|
186
|
+
}
|
|
187
|
+
static fromJson(jsonValue, options) {
|
|
188
|
+
return new _UnregisterRpcMethodResponse().fromJson(jsonValue, options);
|
|
189
|
+
}
|
|
190
|
+
static fromJsonString(jsonString, options) {
|
|
191
|
+
return new _UnregisterRpcMethodResponse().fromJsonString(jsonString, options);
|
|
192
|
+
}
|
|
193
|
+
static equals(a, b) {
|
|
194
|
+
return proto2.util.equals(_UnregisterRpcMethodResponse, a, b);
|
|
195
|
+
}
|
|
196
|
+
};
|
|
197
|
+
_UnregisterRpcMethodResponse.runtime = proto2;
|
|
198
|
+
_UnregisterRpcMethodResponse.typeName = "livekit.proto.UnregisterRpcMethodResponse";
|
|
199
|
+
_UnregisterRpcMethodResponse.fields = proto2.util.newFieldList(() => []);
|
|
200
|
+
let UnregisterRpcMethodResponse = _UnregisterRpcMethodResponse;
|
|
201
|
+
const _RpcMethodInvocationResponseResponse = class _RpcMethodInvocationResponseResponse extends Message {
|
|
202
|
+
constructor(data) {
|
|
203
|
+
super();
|
|
204
|
+
proto2.util.initPartial(data, this);
|
|
205
|
+
}
|
|
206
|
+
static fromBinary(bytes, options) {
|
|
207
|
+
return new _RpcMethodInvocationResponseResponse().fromBinary(bytes, options);
|
|
208
|
+
}
|
|
209
|
+
static fromJson(jsonValue, options) {
|
|
210
|
+
return new _RpcMethodInvocationResponseResponse().fromJson(jsonValue, options);
|
|
211
|
+
}
|
|
212
|
+
static fromJsonString(jsonString, options) {
|
|
213
|
+
return new _RpcMethodInvocationResponseResponse().fromJsonString(jsonString, options);
|
|
214
|
+
}
|
|
215
|
+
static equals(a, b) {
|
|
216
|
+
return proto2.util.equals(_RpcMethodInvocationResponseResponse, a, b);
|
|
217
|
+
}
|
|
218
|
+
};
|
|
219
|
+
_RpcMethodInvocationResponseResponse.runtime = proto2;
|
|
220
|
+
_RpcMethodInvocationResponseResponse.typeName = "livekit.proto.RpcMethodInvocationResponseResponse";
|
|
221
|
+
_RpcMethodInvocationResponseResponse.fields = proto2.util.newFieldList(() => [
|
|
222
|
+
{ no: 1, name: "error", kind: "scalar", T: 9, opt: true }
|
|
223
|
+
]);
|
|
224
|
+
let RpcMethodInvocationResponseResponse = _RpcMethodInvocationResponseResponse;
|
|
225
|
+
const _PerformRpcCallback = class _PerformRpcCallback extends Message {
|
|
226
|
+
constructor(data) {
|
|
227
|
+
super();
|
|
228
|
+
proto2.util.initPartial(data, this);
|
|
229
|
+
}
|
|
230
|
+
static fromBinary(bytes, options) {
|
|
231
|
+
return new _PerformRpcCallback().fromBinary(bytes, options);
|
|
232
|
+
}
|
|
233
|
+
static fromJson(jsonValue, options) {
|
|
234
|
+
return new _PerformRpcCallback().fromJson(jsonValue, options);
|
|
235
|
+
}
|
|
236
|
+
static fromJsonString(jsonString, options) {
|
|
237
|
+
return new _PerformRpcCallback().fromJsonString(jsonString, options);
|
|
238
|
+
}
|
|
239
|
+
static equals(a, b) {
|
|
240
|
+
return proto2.util.equals(_PerformRpcCallback, a, b);
|
|
241
|
+
}
|
|
242
|
+
};
|
|
243
|
+
_PerformRpcCallback.runtime = proto2;
|
|
244
|
+
_PerformRpcCallback.typeName = "livekit.proto.PerformRpcCallback";
|
|
245
|
+
_PerformRpcCallback.fields = proto2.util.newFieldList(() => [
|
|
246
|
+
{ no: 1, name: "async_id", kind: "scalar", T: 4, req: true },
|
|
247
|
+
{ no: 2, name: "payload", kind: "scalar", T: 9, opt: true },
|
|
248
|
+
{ no: 3, name: "error", kind: "message", T: RpcError, opt: true }
|
|
249
|
+
]);
|
|
250
|
+
let PerformRpcCallback = _PerformRpcCallback;
|
|
251
|
+
const _RpcMethodInvocationEvent = class _RpcMethodInvocationEvent extends Message {
|
|
252
|
+
constructor(data) {
|
|
253
|
+
super();
|
|
254
|
+
proto2.util.initPartial(data, this);
|
|
255
|
+
}
|
|
256
|
+
static fromBinary(bytes, options) {
|
|
257
|
+
return new _RpcMethodInvocationEvent().fromBinary(bytes, options);
|
|
258
|
+
}
|
|
259
|
+
static fromJson(jsonValue, options) {
|
|
260
|
+
return new _RpcMethodInvocationEvent().fromJson(jsonValue, options);
|
|
261
|
+
}
|
|
262
|
+
static fromJsonString(jsonString, options) {
|
|
263
|
+
return new _RpcMethodInvocationEvent().fromJsonString(jsonString, options);
|
|
264
|
+
}
|
|
265
|
+
static equals(a, b) {
|
|
266
|
+
return proto2.util.equals(_RpcMethodInvocationEvent, a, b);
|
|
267
|
+
}
|
|
268
|
+
};
|
|
269
|
+
_RpcMethodInvocationEvent.runtime = proto2;
|
|
270
|
+
_RpcMethodInvocationEvent.typeName = "livekit.proto.RpcMethodInvocationEvent";
|
|
271
|
+
_RpcMethodInvocationEvent.fields = proto2.util.newFieldList(() => [
|
|
272
|
+
{ no: 1, name: "local_participant_handle", kind: "scalar", T: 4, req: true },
|
|
273
|
+
{ no: 2, name: "invocation_id", kind: "scalar", T: 4, req: true },
|
|
274
|
+
{ no: 3, name: "method", kind: "scalar", T: 9, req: true },
|
|
275
|
+
{ no: 4, name: "request_id", kind: "scalar", T: 9, req: true },
|
|
276
|
+
{ no: 5, name: "caller_identity", kind: "scalar", T: 9, req: true },
|
|
277
|
+
{ no: 6, name: "payload", kind: "scalar", T: 9, req: true },
|
|
278
|
+
{ no: 7, name: "response_timeout_ms", kind: "scalar", T: 13, req: true }
|
|
279
|
+
]);
|
|
280
|
+
let RpcMethodInvocationEvent = _RpcMethodInvocationEvent;
|
|
14
281
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
file_rpc
|
|
282
|
+
PerformRpcCallback,
|
|
283
|
+
PerformRpcRequest,
|
|
284
|
+
PerformRpcResponse,
|
|
285
|
+
RegisterRpcMethodRequest,
|
|
286
|
+
RegisterRpcMethodResponse,
|
|
287
|
+
RpcError,
|
|
288
|
+
RpcMethodInvocationEvent,
|
|
289
|
+
RpcMethodInvocationResponseRequest,
|
|
290
|
+
RpcMethodInvocationResponseResponse,
|
|
291
|
+
UnregisterRpcMethodRequest,
|
|
292
|
+
UnregisterRpcMethodResponse
|
|
27
293
|
};
|
|
28
294
|
//# sourceMappingURL=rpc_pb.js.map
|
package/dist/proto/rpc_pb.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/proto/rpc_pb.ts"],"sourcesContent":["// Copyright 2023 LiveKit, Inc.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\n// @generated by protoc-gen-es v2.2.0 with parameter \"target=ts,import_extension=js\"\n// @generated from file rpc.proto (package livekit.proto, syntax proto2)\n/* eslint-disable */\n\nimport type { GenFile, GenMessage } from \"@bufbuild/protobuf/codegenv1\";\nimport { fileDesc, messageDesc } from \"@bufbuild/protobuf/codegenv1\";\nimport type { Message } from \"@bufbuild/protobuf\";\n\n/**\n * Describes the file rpc.proto.\n */\nexport const file_rpc: GenFile = /*@__PURE__*/\n fileDesc(\"CglycGMucHJvdG8SDWxpdmVraXQucHJvdG8iNwoIUnBjRXJyb3ISDAoEY29kZRgBIAIoDRIPCgdtZXNzYWdlGAIgAigJEgwKBGRhdGEYAyABKAkikQEKEVBlcmZvcm1ScGNSZXF1ZXN0EiAKGGxvY2FsX3BhcnRpY2lwYW50X2hhbmRsZRgBIAIoBBIcChRkZXN0aW5hdGlvbl9pZGVudGl0eRgCIAIoCRIOCgZtZXRob2QYAyACKAkSDwoHcGF5bG9hZBgEIAIoCRIbChNyZXNwb25zZV90aW1lb3V0X21zGAUgASgNIkwKGFJlZ2lzdGVyUnBjTWV0aG9kUmVxdWVzdBIgChhsb2NhbF9wYXJ0aWNpcGFudF9oYW5kbGUYASACKAQSDgoGbWV0aG9kGAIgAigJIk4KGlVucmVnaXN0ZXJScGNNZXRob2RSZXF1ZXN0EiAKGGxvY2FsX3BhcnRpY2lwYW50X2hhbmRsZRgBIAIoBBIOCgZtZXRob2QYAiACKAkilgEKIlJwY01ldGhvZEludm9jYXRpb25SZXNwb25zZVJlcXVlc3QSIAoYbG9jYWxfcGFydGljaXBhbnRfaGFuZGxlGAEgAigEEhUKDWludm9jYXRpb25faWQYAiACKAQSDwoHcGF5bG9hZBgDIAEoCRImCgVlcnJvchgEIAEoCzIXLmxpdmVraXQucHJvdG8uUnBjRXJyb3IiJgoSUGVyZm9ybVJwY1Jlc3BvbnNlEhAKCGFzeW5jX2lkGAEgAigEIhsKGVJlZ2lzdGVyUnBjTWV0aG9kUmVzcG9uc2UiHQobVW5yZWdpc3RlclJwY01ldGhvZFJlc3BvbnNlIjQKI1JwY01ldGhvZEludm9jYXRpb25SZXNwb25zZVJlc3BvbnNlEg0KBWVycm9yGAEgASgJIl8KElBlcmZvcm1ScGNDYWxsYmFjaxIQCghhc3luY19pZBgBIAIoBBIPCgdwYXlsb2FkGAIgASgJEiYKBWVycm9yGAMgASgLMhcubGl2ZWtpdC5wcm90by5ScGNFcnJvciK+AQoYUnBjTWV0aG9kSW52b2NhdGlvbkV2ZW50EiAKGGxvY2FsX3BhcnRpY2lwYW50X2hhbmRsZRgBIAIoBBIVCg1pbnZvY2F0aW9uX2lkGAIgAigEEg4KBm1ldGhvZBgDIAIoCRISCgpyZXF1ZXN0X2lkGAQgAigJEhcKD2NhbGxlcl9pZGVudGl0eRgFIAIoCRIPCgdwYXlsb2FkGAYgAigJEhsKE3Jlc3BvbnNlX3RpbWVvdXRfbXMYByACKA1CEKoCDUxpdmVLaXQuUHJvdG8\");\n\n/**\n * @generated from message livekit.proto.RpcError\n */\nexport type RpcError = Message<\"livekit.proto.RpcError\"> & {\n /**\n * @generated from field: required uint32 code = 1;\n */\n code: number;\n\n /**\n * @generated from field: required string message = 2;\n */\n message: string;\n\n /**\n * @generated from field: optional string data = 3;\n */\n data: string;\n};\n\n/**\n * Describes the message livekit.proto.RpcError.\n * Use `create(RpcErrorSchema)` to create a new message.\n */\nexport const RpcErrorSchema: GenMessage<RpcError> = /*@__PURE__*/\n messageDesc(file_rpc, 0);\n\n/**\n * FFI Requests\n *\n * @generated from message livekit.proto.PerformRpcRequest\n */\nexport type PerformRpcRequest = Message<\"livekit.proto.PerformRpcRequest\"> & {\n /**\n * @generated from field: required uint64 local_participant_handle = 1;\n */\n localParticipantHandle: bigint;\n\n /**\n * @generated from field: required string destination_identity = 2;\n */\n destinationIdentity: string;\n\n /**\n * @generated from field: required string method = 3;\n */\n method: string;\n\n /**\n * @generated from field: required string payload = 4;\n */\n payload: string;\n\n /**\n * @generated from field: optional uint32 response_timeout_ms = 5;\n */\n responseTimeoutMs: number;\n};\n\n/**\n * Describes the message livekit.proto.PerformRpcRequest.\n * Use `create(PerformRpcRequestSchema)` to create a new message.\n */\nexport const PerformRpcRequestSchema: GenMessage<PerformRpcRequest> = /*@__PURE__*/\n messageDesc(file_rpc, 1);\n\n/**\n * @generated from message livekit.proto.RegisterRpcMethodRequest\n */\nexport type RegisterRpcMethodRequest = Message<\"livekit.proto.RegisterRpcMethodRequest\"> & {\n /**\n * @generated from field: required uint64 local_participant_handle = 1;\n */\n localParticipantHandle: bigint;\n\n /**\n * @generated from field: required string method = 2;\n */\n method: string;\n};\n\n/**\n * Describes the message livekit.proto.RegisterRpcMethodRequest.\n * Use `create(RegisterRpcMethodRequestSchema)` to create a new message.\n */\nexport const RegisterRpcMethodRequestSchema: GenMessage<RegisterRpcMethodRequest> = /*@__PURE__*/\n messageDesc(file_rpc, 2);\n\n/**\n * @generated from message livekit.proto.UnregisterRpcMethodRequest\n */\nexport type UnregisterRpcMethodRequest = Message<\"livekit.proto.UnregisterRpcMethodRequest\"> & {\n /**\n * @generated from field: required uint64 local_participant_handle = 1;\n */\n localParticipantHandle: bigint;\n\n /**\n * @generated from field: required string method = 2;\n */\n method: string;\n};\n\n/**\n * Describes the message livekit.proto.UnregisterRpcMethodRequest.\n * Use `create(UnregisterRpcMethodRequestSchema)` to create a new message.\n */\nexport const UnregisterRpcMethodRequestSchema: GenMessage<UnregisterRpcMethodRequest> = /*@__PURE__*/\n messageDesc(file_rpc, 3);\n\n/**\n * @generated from message livekit.proto.RpcMethodInvocationResponseRequest\n */\nexport type RpcMethodInvocationResponseRequest = Message<\"livekit.proto.RpcMethodInvocationResponseRequest\"> & {\n /**\n * @generated from field: required uint64 local_participant_handle = 1;\n */\n localParticipantHandle: bigint;\n\n /**\n * @generated from field: required uint64 invocation_id = 2;\n */\n invocationId: bigint;\n\n /**\n * @generated from field: optional string payload = 3;\n */\n payload: string;\n\n /**\n * @generated from field: optional livekit.proto.RpcError error = 4;\n */\n error?: RpcError;\n};\n\n/**\n * Describes the message livekit.proto.RpcMethodInvocationResponseRequest.\n * Use `create(RpcMethodInvocationResponseRequestSchema)` to create a new message.\n */\nexport const RpcMethodInvocationResponseRequestSchema: GenMessage<RpcMethodInvocationResponseRequest> = /*@__PURE__*/\n messageDesc(file_rpc, 4);\n\n/**\n * FFI Responses\n *\n * @generated from message livekit.proto.PerformRpcResponse\n */\nexport type PerformRpcResponse = Message<\"livekit.proto.PerformRpcResponse\"> & {\n /**\n * @generated from field: required uint64 async_id = 1;\n */\n asyncId: bigint;\n};\n\n/**\n * Describes the message livekit.proto.PerformRpcResponse.\n * Use `create(PerformRpcResponseSchema)` to create a new message.\n */\nexport const PerformRpcResponseSchema: GenMessage<PerformRpcResponse> = /*@__PURE__*/\n messageDesc(file_rpc, 5);\n\n/**\n * @generated from message livekit.proto.RegisterRpcMethodResponse\n */\nexport type RegisterRpcMethodResponse = Message<\"livekit.proto.RegisterRpcMethodResponse\"> & {\n};\n\n/**\n * Describes the message livekit.proto.RegisterRpcMethodResponse.\n * Use `create(RegisterRpcMethodResponseSchema)` to create a new message.\n */\nexport const RegisterRpcMethodResponseSchema: GenMessage<RegisterRpcMethodResponse> = /*@__PURE__*/\n messageDesc(file_rpc, 6);\n\n/**\n * @generated from message livekit.proto.UnregisterRpcMethodResponse\n */\nexport type UnregisterRpcMethodResponse = Message<\"livekit.proto.UnregisterRpcMethodResponse\"> & {\n};\n\n/**\n * Describes the message livekit.proto.UnregisterRpcMethodResponse.\n * Use `create(UnregisterRpcMethodResponseSchema)` to create a new message.\n */\nexport const UnregisterRpcMethodResponseSchema: GenMessage<UnregisterRpcMethodResponse> = /*@__PURE__*/\n messageDesc(file_rpc, 7);\n\n/**\n * @generated from message livekit.proto.RpcMethodInvocationResponseResponse\n */\nexport type RpcMethodInvocationResponseResponse = Message<\"livekit.proto.RpcMethodInvocationResponseResponse\"> & {\n /**\n * @generated from field: optional string error = 1;\n */\n error: string;\n};\n\n/**\n * Describes the message livekit.proto.RpcMethodInvocationResponseResponse.\n * Use `create(RpcMethodInvocationResponseResponseSchema)` to create a new message.\n */\nexport const RpcMethodInvocationResponseResponseSchema: GenMessage<RpcMethodInvocationResponseResponse> = /*@__PURE__*/\n messageDesc(file_rpc, 8);\n\n/**\n * FFI Callbacks\n *\n * @generated from message livekit.proto.PerformRpcCallback\n */\nexport type PerformRpcCallback = Message<\"livekit.proto.PerformRpcCallback\"> & {\n /**\n * @generated from field: required uint64 async_id = 1;\n */\n asyncId: bigint;\n\n /**\n * @generated from field: optional string payload = 2;\n */\n payload: string;\n\n /**\n * @generated from field: optional livekit.proto.RpcError error = 3;\n */\n error?: RpcError;\n};\n\n/**\n * Describes the message livekit.proto.PerformRpcCallback.\n * Use `create(PerformRpcCallbackSchema)` to create a new message.\n */\nexport const PerformRpcCallbackSchema: GenMessage<PerformRpcCallback> = /*@__PURE__*/\n messageDesc(file_rpc, 9);\n\n/**\n * FFI Events\n *\n * @generated from message livekit.proto.RpcMethodInvocationEvent\n */\nexport type RpcMethodInvocationEvent = Message<\"livekit.proto.RpcMethodInvocationEvent\"> & {\n /**\n * @generated from field: required uint64 local_participant_handle = 1;\n */\n localParticipantHandle: bigint;\n\n /**\n * @generated from field: required uint64 invocation_id = 2;\n */\n invocationId: bigint;\n\n /**\n * @generated from field: required string method = 3;\n */\n method: string;\n\n /**\n * @generated from field: required string request_id = 4;\n */\n requestId: string;\n\n /**\n * @generated from field: required string caller_identity = 5;\n */\n callerIdentity: string;\n\n /**\n * @generated from field: required string payload = 6;\n */\n payload: string;\n\n /**\n * @generated from field: required uint32 response_timeout_ms = 7;\n */\n responseTimeoutMs: number;\n};\n\n/**\n * Describes the message livekit.proto.RpcMethodInvocationEvent.\n * Use `create(RpcMethodInvocationEventSchema)` to create a new message.\n */\nexport const RpcMethodInvocationEventSchema: GenMessage<RpcMethodInvocationEvent> = /*@__PURE__*/\n messageDesc(file_rpc, 10);\n\n"],"mappings":"AAmBA,SAAS,UAAU,mBAAmB;AAM/B,MAAM,WACX,yBAAS,6zCAA6zC;AA0Bj0C,MAAM,iBACX,4BAAY,UAAU,CAAC;AAsClB,MAAM,0BACX,4BAAY,UAAU,CAAC;AAqBlB,MAAM,iCACX,4BAAY,UAAU,CAAC;AAqBlB,MAAM,mCACX,4BAAY,UAAU,CAAC;AA+BlB,MAAM,2CACX,4BAAY,UAAU,CAAC;AAkBlB,MAAM,2BACX,4BAAY,UAAU,CAAC;AAYlB,MAAM,kCACX,4BAAY,UAAU,CAAC;AAYlB,MAAM,oCACX,4BAAY,UAAU,CAAC;AAgBlB,MAAM,4CACX,4BAAY,UAAU,CAAC;AA4BlB,MAAM,2BACX,4BAAY,UAAU,CAAC;AAgDlB,MAAM,iCACX,4BAAY,UAAU,EAAE;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../src/proto/rpc_pb.ts"],"sourcesContent":["// Copyright 2023 LiveKit, Inc.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n\n// @generated by protoc-gen-es v1.10.0 with parameter \"target=ts,import_extension=.js\"\n// @generated from file rpc.proto (package livekit.proto, syntax proto2)\n/* eslint-disable */\n// @ts-nocheck\n\nimport type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from \"@bufbuild/protobuf\";\nimport { Message, proto2 } from \"@bufbuild/protobuf\";\n\n/**\n * @generated from message livekit.proto.RpcError\n */\nexport class RpcError extends Message<RpcError> {\n /**\n * @generated from field: required uint32 code = 1;\n */\n code?: number;\n\n /**\n * @generated from field: required string message = 2;\n */\n message?: string;\n\n /**\n * @generated from field: optional string data = 3;\n */\n data?: string;\n\n constructor(data?: PartialMessage<RpcError>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.RpcError\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"code\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, req: true },\n { no: 2, name: \"message\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n { no: 3, name: \"data\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RpcError {\n return new RpcError().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RpcError {\n return new RpcError().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RpcError {\n return new RpcError().fromJsonString(jsonString, options);\n }\n\n static equals(a: RpcError | PlainMessage<RpcError> | undefined, b: RpcError | PlainMessage<RpcError> | undefined): boolean {\n return proto2.util.equals(RpcError, a, b);\n }\n}\n\n/**\n * FFI Requests\n *\n * @generated from message livekit.proto.PerformRpcRequest\n */\nexport class PerformRpcRequest extends Message<PerformRpcRequest> {\n /**\n * @generated from field: required uint64 local_participant_handle = 1;\n */\n localParticipantHandle?: bigint;\n\n /**\n * @generated from field: required string destination_identity = 2;\n */\n destinationIdentity?: string;\n\n /**\n * @generated from field: required string method = 3;\n */\n method?: string;\n\n /**\n * @generated from field: required string payload = 4;\n */\n payload?: string;\n\n /**\n * @generated from field: optional uint32 response_timeout_ms = 5;\n */\n responseTimeoutMs?: number;\n\n constructor(data?: PartialMessage<PerformRpcRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.PerformRpcRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"local_participant_handle\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"destination_identity\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n { no: 3, name: \"method\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n { no: 4, name: \"payload\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n { no: 5, name: \"response_timeout_ms\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PerformRpcRequest {\n return new PerformRpcRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PerformRpcRequest {\n return new PerformRpcRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PerformRpcRequest {\n return new PerformRpcRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: PerformRpcRequest | PlainMessage<PerformRpcRequest> | undefined, b: PerformRpcRequest | PlainMessage<PerformRpcRequest> | undefined): boolean {\n return proto2.util.equals(PerformRpcRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.RegisterRpcMethodRequest\n */\nexport class RegisterRpcMethodRequest extends Message<RegisterRpcMethodRequest> {\n /**\n * @generated from field: required uint64 local_participant_handle = 1;\n */\n localParticipantHandle?: bigint;\n\n /**\n * @generated from field: required string method = 2;\n */\n method?: string;\n\n constructor(data?: PartialMessage<RegisterRpcMethodRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.RegisterRpcMethodRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"local_participant_handle\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"method\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RegisterRpcMethodRequest {\n return new RegisterRpcMethodRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RegisterRpcMethodRequest {\n return new RegisterRpcMethodRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RegisterRpcMethodRequest {\n return new RegisterRpcMethodRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: RegisterRpcMethodRequest | PlainMessage<RegisterRpcMethodRequest> | undefined, b: RegisterRpcMethodRequest | PlainMessage<RegisterRpcMethodRequest> | undefined): boolean {\n return proto2.util.equals(RegisterRpcMethodRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.UnregisterRpcMethodRequest\n */\nexport class UnregisterRpcMethodRequest extends Message<UnregisterRpcMethodRequest> {\n /**\n * @generated from field: required uint64 local_participant_handle = 1;\n */\n localParticipantHandle?: bigint;\n\n /**\n * @generated from field: required string method = 2;\n */\n method?: string;\n\n constructor(data?: PartialMessage<UnregisterRpcMethodRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.UnregisterRpcMethodRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"local_participant_handle\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"method\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UnregisterRpcMethodRequest {\n return new UnregisterRpcMethodRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UnregisterRpcMethodRequest {\n return new UnregisterRpcMethodRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UnregisterRpcMethodRequest {\n return new UnregisterRpcMethodRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: UnregisterRpcMethodRequest | PlainMessage<UnregisterRpcMethodRequest> | undefined, b: UnregisterRpcMethodRequest | PlainMessage<UnregisterRpcMethodRequest> | undefined): boolean {\n return proto2.util.equals(UnregisterRpcMethodRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.RpcMethodInvocationResponseRequest\n */\nexport class RpcMethodInvocationResponseRequest extends Message<RpcMethodInvocationResponseRequest> {\n /**\n * @generated from field: required uint64 local_participant_handle = 1;\n */\n localParticipantHandle?: bigint;\n\n /**\n * @generated from field: required uint64 invocation_id = 2;\n */\n invocationId?: bigint;\n\n /**\n * @generated from field: optional string payload = 3;\n */\n payload?: string;\n\n /**\n * @generated from field: optional livekit.proto.RpcError error = 4;\n */\n error?: RpcError;\n\n constructor(data?: PartialMessage<RpcMethodInvocationResponseRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.RpcMethodInvocationResponseRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"local_participant_handle\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"invocation_id\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 3, name: \"payload\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, opt: true },\n { no: 4, name: \"error\", kind: \"message\", T: RpcError, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RpcMethodInvocationResponseRequest {\n return new RpcMethodInvocationResponseRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RpcMethodInvocationResponseRequest {\n return new RpcMethodInvocationResponseRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RpcMethodInvocationResponseRequest {\n return new RpcMethodInvocationResponseRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: RpcMethodInvocationResponseRequest | PlainMessage<RpcMethodInvocationResponseRequest> | undefined, b: RpcMethodInvocationResponseRequest | PlainMessage<RpcMethodInvocationResponseRequest> | undefined): boolean {\n return proto2.util.equals(RpcMethodInvocationResponseRequest, a, b);\n }\n}\n\n/**\n * FFI Responses\n *\n * @generated from message livekit.proto.PerformRpcResponse\n */\nexport class PerformRpcResponse extends Message<PerformRpcResponse> {\n /**\n * @generated from field: required uint64 async_id = 1;\n */\n asyncId?: bigint;\n\n constructor(data?: PartialMessage<PerformRpcResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.PerformRpcResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"async_id\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PerformRpcResponse {\n return new PerformRpcResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PerformRpcResponse {\n return new PerformRpcResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PerformRpcResponse {\n return new PerformRpcResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: PerformRpcResponse | PlainMessage<PerformRpcResponse> | undefined, b: PerformRpcResponse | PlainMessage<PerformRpcResponse> | undefined): boolean {\n return proto2.util.equals(PerformRpcResponse, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.RegisterRpcMethodResponse\n */\nexport class RegisterRpcMethodResponse extends Message<RegisterRpcMethodResponse> {\n constructor(data?: PartialMessage<RegisterRpcMethodResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.RegisterRpcMethodResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RegisterRpcMethodResponse {\n return new RegisterRpcMethodResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RegisterRpcMethodResponse {\n return new RegisterRpcMethodResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RegisterRpcMethodResponse {\n return new RegisterRpcMethodResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: RegisterRpcMethodResponse | PlainMessage<RegisterRpcMethodResponse> | undefined, b: RegisterRpcMethodResponse | PlainMessage<RegisterRpcMethodResponse> | undefined): boolean {\n return proto2.util.equals(RegisterRpcMethodResponse, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.UnregisterRpcMethodResponse\n */\nexport class UnregisterRpcMethodResponse extends Message<UnregisterRpcMethodResponse> {\n constructor(data?: PartialMessage<UnregisterRpcMethodResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.UnregisterRpcMethodResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UnregisterRpcMethodResponse {\n return new UnregisterRpcMethodResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UnregisterRpcMethodResponse {\n return new UnregisterRpcMethodResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UnregisterRpcMethodResponse {\n return new UnregisterRpcMethodResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: UnregisterRpcMethodResponse | PlainMessage<UnregisterRpcMethodResponse> | undefined, b: UnregisterRpcMethodResponse | PlainMessage<UnregisterRpcMethodResponse> | undefined): boolean {\n return proto2.util.equals(UnregisterRpcMethodResponse, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.RpcMethodInvocationResponseResponse\n */\nexport class RpcMethodInvocationResponseResponse extends Message<RpcMethodInvocationResponseResponse> {\n /**\n * @generated from field: optional string error = 1;\n */\n error?: string;\n\n constructor(data?: PartialMessage<RpcMethodInvocationResponseResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.RpcMethodInvocationResponseResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"error\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RpcMethodInvocationResponseResponse {\n return new RpcMethodInvocationResponseResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RpcMethodInvocationResponseResponse {\n return new RpcMethodInvocationResponseResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RpcMethodInvocationResponseResponse {\n return new RpcMethodInvocationResponseResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: RpcMethodInvocationResponseResponse | PlainMessage<RpcMethodInvocationResponseResponse> | undefined, b: RpcMethodInvocationResponseResponse | PlainMessage<RpcMethodInvocationResponseResponse> | undefined): boolean {\n return proto2.util.equals(RpcMethodInvocationResponseResponse, a, b);\n }\n}\n\n/**\n * FFI Callbacks\n *\n * @generated from message livekit.proto.PerformRpcCallback\n */\nexport class PerformRpcCallback extends Message<PerformRpcCallback> {\n /**\n * @generated from field: required uint64 async_id = 1;\n */\n asyncId?: bigint;\n\n /**\n * @generated from field: optional string payload = 2;\n */\n payload?: string;\n\n /**\n * @generated from field: optional livekit.proto.RpcError error = 3;\n */\n error?: RpcError;\n\n constructor(data?: PartialMessage<PerformRpcCallback>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.PerformRpcCallback\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"async_id\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"payload\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, opt: true },\n { no: 3, name: \"error\", kind: \"message\", T: RpcError, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PerformRpcCallback {\n return new PerformRpcCallback().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PerformRpcCallback {\n return new PerformRpcCallback().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PerformRpcCallback {\n return new PerformRpcCallback().fromJsonString(jsonString, options);\n }\n\n static equals(a: PerformRpcCallback | PlainMessage<PerformRpcCallback> | undefined, b: PerformRpcCallback | PlainMessage<PerformRpcCallback> | undefined): boolean {\n return proto2.util.equals(PerformRpcCallback, a, b);\n }\n}\n\n/**\n * FFI Events\n *\n * @generated from message livekit.proto.RpcMethodInvocationEvent\n */\nexport class RpcMethodInvocationEvent extends Message<RpcMethodInvocationEvent> {\n /**\n * @generated from field: required uint64 local_participant_handle = 1;\n */\n localParticipantHandle?: bigint;\n\n /**\n * @generated from field: required uint64 invocation_id = 2;\n */\n invocationId?: bigint;\n\n /**\n * @generated from field: required string method = 3;\n */\n method?: string;\n\n /**\n * @generated from field: required string request_id = 4;\n */\n requestId?: string;\n\n /**\n * @generated from field: required string caller_identity = 5;\n */\n callerIdentity?: string;\n\n /**\n * @generated from field: required string payload = 6;\n */\n payload?: string;\n\n /**\n * @generated from field: required uint32 response_timeout_ms = 7;\n */\n responseTimeoutMs?: number;\n\n constructor(data?: PartialMessage<RpcMethodInvocationEvent>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.RpcMethodInvocationEvent\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"local_participant_handle\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 2, name: \"invocation_id\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n { no: 3, name: \"method\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n { no: 4, name: \"request_id\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n { no: 5, name: \"caller_identity\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n { no: 6, name: \"payload\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n { no: 7, name: \"response_timeout_ms\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RpcMethodInvocationEvent {\n return new RpcMethodInvocationEvent().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RpcMethodInvocationEvent {\n return new RpcMethodInvocationEvent().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RpcMethodInvocationEvent {\n return new RpcMethodInvocationEvent().fromJsonString(jsonString, options);\n }\n\n static equals(a: RpcMethodInvocationEvent | PlainMessage<RpcMethodInvocationEvent> | undefined, b: RpcMethodInvocationEvent | PlainMessage<RpcMethodInvocationEvent> | undefined): boolean {\n return proto2.util.equals(RpcMethodInvocationEvent, a, b);\n }\n}\n\n"],"mappings":"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","names":[]}
|