@livekit/rtc-node 0.13.24 → 0.13.25
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_filter.cjs +2 -2
- package/dist/audio_filter.cjs.map +1 -1
- package/dist/audio_filter.js +1 -1
- package/dist/audio_filter.js.map +1 -1
- package/dist/audio_frame.cjs +9 -5
- package/dist/audio_frame.cjs.map +1 -1
- package/dist/audio_frame.d.cts +2 -7
- package/dist/audio_frame.d.ts +2 -7
- package/dist/audio_frame.d.ts.map +1 -1
- package/dist/audio_frame.js +8 -4
- package/dist/audio_frame.js.map +1 -1
- package/dist/audio_mixer.cjs +1 -1
- package/dist/audio_mixer.cjs.map +1 -1
- package/dist/audio_mixer.d.cts +1 -6
- package/dist/audio_mixer.d.ts +1 -6
- package/dist/audio_mixer.js +1 -1
- package/dist/audio_mixer.js.map +1 -1
- package/dist/audio_resampler.cjs +20 -12
- package/dist/audio_resampler.cjs.map +1 -1
- package/dist/audio_resampler.d.cts +6 -6
- package/dist/audio_resampler.d.ts +6 -6
- package/dist/audio_resampler.d.ts.map +1 -1
- package/dist/audio_resampler.js +12 -4
- package/dist/audio_resampler.js.map +1 -1
- package/dist/audio_source.cjs +11 -7
- package/dist/audio_source.cjs.map +1 -1
- package/dist/audio_source.d.cts +1 -7
- package/dist/audio_source.d.ts +1 -7
- package/dist/audio_source.d.ts.map +1 -1
- package/dist/audio_source.js +8 -3
- package/dist/audio_source.js.map +1 -1
- package/dist/audio_stream.cjs +16 -6
- package/dist/audio_stream.cjs.map +1 -1
- package/dist/audio_stream.d.cts +1 -14
- package/dist/audio_stream.d.ts +1 -14
- package/dist/audio_stream.d.ts.map +1 -1
- package/dist/audio_stream.js +15 -5
- package/dist/audio_stream.js.map +1 -1
- package/dist/data_streams/index.d.cts +2 -10
- package/dist/data_streams/index.d.ts +2 -10
- package/dist/data_streams/stream_reader.cjs +8 -0
- package/dist/data_streams/stream_reader.cjs.map +1 -1
- package/dist/data_streams/stream_reader.d.cts +2 -10
- package/dist/data_streams/stream_reader.d.ts +2 -10
- package/dist/data_streams/stream_reader.d.ts.map +1 -1
- package/dist/data_streams/stream_reader.js +8 -0
- package/dist/data_streams/stream_reader.js.map +1 -1
- package/dist/data_streams/stream_writer.d.cts +2 -10
- package/dist/data_streams/stream_writer.d.ts +2 -10
- package/dist/data_streams/types.cjs.map +1 -1
- package/dist/data_streams/types.d.cts +2 -10
- package/dist/data_streams/types.d.ts +2 -10
- package/dist/data_streams/types.d.ts.map +1 -1
- package/dist/e2ee.cjs +21 -21
- package/dist/e2ee.cjs.map +1 -1
- package/dist/e2ee.d.cts +1 -2
- package/dist/e2ee.d.ts +1 -2
- package/dist/e2ee.d.ts.map +1 -1
- package/dist/e2ee.js +2 -2
- package/dist/e2ee.js.map +1 -1
- package/dist/ffi_client.cjs +11 -12
- package/dist/ffi_client.cjs.map +1 -1
- package/dist/ffi_client.d.cts +3 -16
- package/dist/ffi_client.d.ts +3 -16
- package/dist/ffi_client.d.ts.map +1 -1
- package/dist/ffi_client.js +5 -3
- package/dist/ffi_client.js.map +1 -1
- package/dist/frame_processor.cjs +13 -2
- package/dist/frame_processor.cjs.map +1 -1
- package/dist/frame_processor.d.cts +5 -8
- package/dist/frame_processor.d.ts +5 -8
- package/dist/frame_processor.d.ts.map +1 -1
- package/dist/frame_processor.js +10 -1
- package/dist/frame_processor.js.map +1 -1
- package/dist/index.cjs +25 -23
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -16
- package/dist/index.d.ts +3 -16
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -7
- package/dist/index.js.map +1 -1
- package/dist/participant.cjs +38 -38
- package/dist/participant.cjs.map +1 -1
- package/dist/participant.d.cts +2 -15
- package/dist/participant.d.ts +2 -15
- package/dist/participant.d.ts.map +1 -1
- package/dist/participant.js +12 -12
- package/dist/participant.js.map +1 -1
- package/dist/room.cjs +14 -14
- package/dist/room.cjs.map +1 -1
- package/dist/room.d.cts +2 -15
- package/dist/room.d.ts +2 -15
- package/dist/room.d.ts.map +1 -1
- package/dist/room.js +10 -10
- package/dist/room.js.map +1 -1
- package/dist/rpc.cjs.map +1 -1
- package/dist/rpc.d.cts +1 -2
- package/dist/rpc.d.ts +1 -2
- package/dist/rpc.d.ts.map +1 -1
- package/dist/rpc.js.map +1 -1
- package/dist/{stream_reader-Ch2zvjU3.d.cts → stream_reader-CuG4b8Y-.d.cts} +1 -1
- package/dist/{stream_reader-DRyR29vo.d.ts → stream_reader-CuG4b8Y-.d.ts} +1 -1
- package/dist/track.cjs +3 -3
- package/dist/track.cjs.map +1 -1
- package/dist/track.d.cts +1 -14
- package/dist/track.d.ts +1 -14
- package/dist/track.d.ts.map +1 -1
- package/dist/track.js +1 -1
- package/dist/track.js.map +1 -1
- package/dist/track_publication.cjs +4 -4
- package/dist/track_publication.cjs.map +1 -1
- package/dist/track_publication.d.cts +1 -14
- package/dist/track_publication.d.ts +1 -14
- package/dist/track_publication.d.ts.map +1 -1
- package/dist/track_publication.js +2 -2
- 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 +42 -42
- package/dist/video_frame.cjs.map +1 -1
- package/dist/video_frame.d.cts +1 -6
- package/dist/video_frame.d.ts +1 -6
- package/dist/video_frame.d.ts.map +1 -1
- package/dist/video_frame.js +2 -2
- package/dist/video_frame.js.map +1 -1
- package/dist/video_source.cjs +5 -5
- package/dist/video_source.cjs.map +1 -1
- package/dist/video_source.d.cts +1 -14
- package/dist/video_source.d.ts +1 -14
- package/dist/video_source.d.ts.map +1 -1
- package/dist/video_source.js +2 -2
- package/dist/video_source.js.map +1 -1
- package/dist/video_stream.cjs +12 -4
- package/dist/video_stream.cjs.map +1 -1
- package/dist/video_stream.d.cts +1 -14
- package/dist/video_stream.d.ts +1 -14
- package/dist/video_stream.d.ts.map +1 -1
- package/dist/video_stream.js +10 -2
- package/dist/video_stream.js.map +1 -1
- package/package.json +7 -37
- package/src/audio_filter.ts +2 -2
- package/src/audio_frame.ts +17 -5
- package/src/audio_mixer.ts +1 -1
- package/src/audio_resampler.ts +14 -4
- package/src/audio_source.ts +13 -5
- package/src/audio_stream.ts +21 -6
- package/src/data_streams/stream_reader.ts +19 -1
- package/src/data_streams/types.ts +1 -1
- package/src/e2ee.ts +3 -3
- package/src/ffi_client.ts +7 -5
- package/src/frame_processor.ts +21 -0
- package/src/index.ts +6 -5
- package/src/participant.ts +17 -17
- package/src/room.ts +22 -22
- package/src/rpc.ts +1 -1
- package/src/tests/e2e.test.ts +11 -8
- package/src/track.ts +4 -4
- package/src/track_publication.ts +6 -6
- package/src/version.ts +1 -1
- package/src/video_frame.ts +3 -3
- package/src/video_source.ts +3 -3
- package/src/video_stream.ts +15 -3
- package/Cargo.toml +0 -25
- package/build.rs +0 -9
- package/dist/napi/native.cjs +0 -301
- package/dist/napi/native.d.cjs +0 -17
- package/dist/napi/native.d.cjs.map +0 -1
- package/dist/napi/native.d.d.cts +0 -21
- package/dist/napi/native.d.d.ts +0 -21
- package/dist/napi/native.d.js +0 -1
- package/dist/napi/native.d.js.map +0 -1
- package/dist/napi/native.d.ts +0 -19
- package/dist/napi/native.js +0 -15
- package/dist/native.cjs +0 -301
- package/dist/native.d.ts +0 -19
- package/dist/native.js +0 -15
- package/dist/proto/audio_frame_pb.cjs +0 -1357
- package/dist/proto/audio_frame_pb.cjs.map +0 -1
- package/dist/proto/audio_frame_pb.d.cts +0 -1183
- package/dist/proto/audio_frame_pb.d.ts +0 -1183
- package/dist/proto/audio_frame_pb.d.ts.map +0 -1
- package/dist/proto/audio_frame_pb.js +0 -1283
- package/dist/proto/audio_frame_pb.js.map +0 -1
- package/dist/proto/data_stream_pb.cjs +0 -1638
- package/dist/proto/data_stream_pb.cjs.map +0 -1
- package/dist/proto/data_stream_pb.d.cts +0 -1449
- package/dist/proto/data_stream_pb.d.ts +0 -1449
- package/dist/proto/data_stream_pb.d.ts.map +0 -1
- package/dist/proto/data_stream_pb.js +0 -1559
- package/dist/proto/data_stream_pb.js.map +0 -1
- package/dist/proto/e2ee_pb.cjs +0 -746
- package/dist/proto/e2ee_pb.cjs.map +0 -1
- package/dist/proto/e2ee_pb.d.cts +0 -653
- package/dist/proto/e2ee_pb.d.ts +0 -653
- package/dist/proto/e2ee_pb.d.ts.map +0 -1
- package/dist/proto/e2ee_pb.js +0 -696
- package/dist/proto/e2ee_pb.js.map +0 -1
- package/dist/proto/ffi_pb.cjs +0 -477
- package/dist/proto/ffi_pb.cjs.map +0 -1
- package/dist/proto/ffi_pb.d.cts +0 -1321
- package/dist/proto/ffi_pb.d.ts +0 -1321
- package/dist/proto/ffi_pb.d.ts.map +0 -1
- package/dist/proto/ffi_pb.js +0 -444
- package/dist/proto/ffi_pb.js.map +0 -1
- package/dist/proto/handle_pb.cjs +0 -53
- package/dist/proto/handle_pb.cjs.map +0 -1
- package/dist/proto/handle_pb.d.cts +0 -31
- package/dist/proto/handle_pb.d.ts +0 -31
- package/dist/proto/handle_pb.d.ts.map +0 -1
- package/dist/proto/handle_pb.js +0 -29
- package/dist/proto/handle_pb.js.map +0 -1
- package/dist/proto/participant_pb.cjs +0 -173
- package/dist/proto/participant_pb.cjs.map +0 -1
- package/dist/proto/participant_pb.d.cts +0 -218
- package/dist/proto/participant_pb.d.ts +0 -218
- package/dist/proto/participant_pb.d.ts.map +0 -1
- package/dist/proto/participant_pb.js +0 -145
- package/dist/proto/participant_pb.js.map +0 -1
- package/dist/proto/room_pb.cjs +0 -3374
- package/dist/proto/room_pb.cjs.map +0 -1
- package/dist/proto/room_pb.d.cts +0 -3028
- package/dist/proto/room_pb.d.ts +0 -3028
- package/dist/proto/room_pb.d.ts.map +0 -1
- package/dist/proto/room_pb.js +0 -3232
- package/dist/proto/room_pb.js.map +0 -1
- package/dist/proto/rpc_pb.cjs +0 -328
- package/dist/proto/rpc_pb.cjs.map +0 -1
- package/dist/proto/rpc_pb.d.cts +0 -267
- package/dist/proto/rpc_pb.d.ts +0 -267
- package/dist/proto/rpc_pb.d.ts.map +0 -1
- package/dist/proto/rpc_pb.js +0 -294
- package/dist/proto/rpc_pb.js.map +0 -1
- package/dist/proto/stats_pb.cjs +0 -1370
- package/dist/proto/stats_pb.cjs.map +0 -1
- package/dist/proto/stats_pb.d.cts +0 -1764
- package/dist/proto/stats_pb.d.ts +0 -1764
- package/dist/proto/stats_pb.d.ts.map +0 -1
- package/dist/proto/stats_pb.js +0 -1300
- package/dist/proto/stats_pb.js.map +0 -1
- package/dist/proto/track_pb.cjs +0 -630
- package/dist/proto/track_pb.cjs.map +0 -1
- package/dist/proto/track_pb.d.cts +0 -542
- package/dist/proto/track_pb.d.ts +0 -542
- package/dist/proto/track_pb.d.ts.map +0 -1
- package/dist/proto/track_pb.js +0 -584
- package/dist/proto/track_pb.js.map +0 -1
- package/dist/proto/track_publication_pb.cjs +0 -194
- package/dist/proto/track_publication_pb.cjs.map +0 -1
- package/dist/proto/track_publication_pb.d.cts +0 -135
- package/dist/proto/track_publication_pb.d.ts +0 -135
- package/dist/proto/track_publication_pb.d.ts.map +0 -1
- package/dist/proto/track_publication_pb.js +0 -164
- package/dist/proto/track_publication_pb.js.map +0 -1
- package/dist/proto/video_frame_pb.cjs +0 -723
- package/dist/proto/video_frame_pb.cjs.map +0 -1
- package/dist/proto/video_frame_pb.d.cts +0 -667
- package/dist/proto/video_frame_pb.d.ts +0 -667
- package/dist/proto/video_frame_pb.d.ts.map +0 -1
- package/dist/proto/video_frame_pb.js +0 -673
- package/dist/proto/video_frame_pb.js.map +0 -1
- package/src/lib.rs +0 -9
- package/src/napi/native.cjs +0 -301
- package/src/napi/native.d.ts +0 -19
- package/src/napi/native.js +0 -15
- package/src/nodejs.rs +0 -134
- package/src/proto/audio_frame_pb.ts +0 -2270
- package/src/proto/data_stream_pb.ts +0 -2674
- package/src/proto/e2ee_pb.ts +0 -1231
- package/src/proto/ffi_pb.ts +0 -1700
- package/src/proto/handle_pb.ts +0 -69
- package/src/proto/participant_pb.ts +0 -351
- package/src/proto/room_pb.ts +0 -5661
- package/src/proto/rpc_pb.ts +0 -539
- package/src/proto/stats_pb.ts +0 -3050
- package/src/proto/track_pb.ts +0 -1040
- package/src/proto/track_publication_pb.ts +0 -284
- package/src/proto/video_frame_pb.ts +0 -1236
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ffi_pb.d.ts","sourceRoot":"","sources":["../../src/proto/ffi_pb.ts"],"names":[],"mappings":"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"}
|
package/dist/proto/ffi_pb.js
DELETED
|
@@ -1,444 +0,0 @@
|
|
|
1
|
-
import { Message, proto2 } from "@bufbuild/protobuf";
|
|
2
|
-
import { ConnectCallback, ConnectRequest, ConnectResponse, DisconnectCallback, DisconnectRequest, DisconnectResponse, EditChatMessageRequest, GetSessionStatsCallback, GetSessionStatsRequest, GetSessionStatsResponse, PublishDataCallback, PublishDataRequest, PublishDataResponse, PublishSipDtmfCallback, PublishSipDtmfRequest, PublishSipDtmfResponse, PublishTrackCallback, PublishTrackRequest, PublishTrackResponse, PublishTranscriptionCallback, PublishTranscriptionRequest, PublishTranscriptionResponse, RoomEvent, SendChatMessageCallback, SendChatMessageRequest, SendChatMessageResponse, SendStreamChunkCallback, SendStreamChunkRequest, SendStreamChunkResponse, SendStreamHeaderCallback, SendStreamHeaderRequest, SendStreamHeaderResponse, SendStreamTrailerCallback, SendStreamTrailerRequest, SendStreamTrailerResponse, SetDataChannelBufferedAmountLowThresholdRequest, SetDataChannelBufferedAmountLowThresholdResponse, SetLocalAttributesCallback, SetLocalAttributesRequest, SetLocalAttributesResponse, SetLocalMetadataCallback, SetLocalMetadataRequest, SetLocalMetadataResponse, SetLocalNameCallback, SetLocalNameRequest, SetLocalNameResponse, SetSubscribedRequest, SetSubscribedResponse, UnpublishTrackCallback, UnpublishTrackRequest, UnpublishTrackResponse } from "./room_pb.js";
|
|
3
|
-
import { CreateAudioTrackRequest, CreateAudioTrackResponse, CreateVideoTrackRequest, CreateVideoTrackResponse, EnableRemoteTrackRequest, EnableRemoteTrackResponse, GetStatsCallback, GetStatsRequest, GetStatsResponse, LocalTrackMuteRequest, LocalTrackMuteResponse, SetTrackSubscriptionPermissionsRequest, SetTrackSubscriptionPermissionsResponse, TrackEvent } from "./track_pb.js";
|
|
4
|
-
import { CaptureVideoFrameRequest, CaptureVideoFrameResponse, NewVideoSourceRequest, NewVideoSourceResponse, NewVideoStreamRequest, NewVideoStreamResponse, VideoConvertRequest, VideoConvertResponse, VideoStreamEvent, VideoStreamFromParticipantRequest, VideoStreamFromParticipantResponse } from "./video_frame_pb.js";
|
|
5
|
-
import { ApmProcessReverseStreamRequest, ApmProcessReverseStreamResponse, ApmProcessStreamRequest, ApmProcessStreamResponse, ApmSetStreamDelayRequest, ApmSetStreamDelayResponse, AudioStreamEvent, AudioStreamFromParticipantRequest, AudioStreamFromParticipantResponse, CaptureAudioFrameCallback, CaptureAudioFrameRequest, CaptureAudioFrameResponse, ClearAudioBufferRequest, ClearAudioBufferResponse, FlushSoxResamplerRequest, FlushSoxResamplerResponse, LoadAudioFilterPluginRequest, LoadAudioFilterPluginResponse, NewApmRequest, NewApmResponse, NewAudioResamplerRequest, NewAudioResamplerResponse, NewAudioSourceRequest, NewAudioSourceResponse, NewAudioStreamRequest, NewAudioStreamResponse, NewSoxResamplerRequest, NewSoxResamplerResponse, PushSoxResamplerRequest, PushSoxResamplerResponse, RemixAndResampleRequest, RemixAndResampleResponse } from "./audio_frame_pb.js";
|
|
6
|
-
import { E2eeRequest, E2eeResponse } from "./e2ee_pb.js";
|
|
7
|
-
import { PerformRpcCallback, PerformRpcRequest, PerformRpcResponse, RegisterRpcMethodRequest, RegisterRpcMethodResponse, RpcMethodInvocationEvent, RpcMethodInvocationResponseRequest, RpcMethodInvocationResponseResponse, UnregisterRpcMethodRequest, UnregisterRpcMethodResponse } from "./rpc_pb.js";
|
|
8
|
-
import { EnableRemoteTrackPublicationRequest, EnableRemoteTrackPublicationResponse, SetRemoteTrackPublicationQualityRequest, SetRemoteTrackPublicationQualityResponse, UpdateRemoteTrackPublicationDimensionRequest, UpdateRemoteTrackPublicationDimensionResponse } from "./track_publication_pb.js";
|
|
9
|
-
import { ByteStreamOpenCallback, ByteStreamOpenRequest, ByteStreamOpenResponse, ByteStreamReaderEvent, ByteStreamReaderReadAllCallback, ByteStreamReaderReadAllRequest, ByteStreamReaderReadAllResponse, ByteStreamReaderReadIncrementalRequest, ByteStreamReaderReadIncrementalResponse, ByteStreamReaderWriteToFileCallback, ByteStreamReaderWriteToFileRequest, ByteStreamReaderWriteToFileResponse, ByteStreamWriterCloseCallback, ByteStreamWriterCloseRequest, ByteStreamWriterCloseResponse, ByteStreamWriterWriteCallback, ByteStreamWriterWriteRequest, ByteStreamWriterWriteResponse, StreamSendBytesCallback, StreamSendBytesRequest, StreamSendBytesResponse, StreamSendFileCallback, StreamSendFileRequest, StreamSendFileResponse, StreamSendTextCallback, StreamSendTextRequest, StreamSendTextResponse, TextStreamOpenCallback, TextStreamOpenRequest, TextStreamOpenResponse, TextStreamReaderEvent, TextStreamReaderReadAllCallback, TextStreamReaderReadAllRequest, TextStreamReaderReadAllResponse, TextStreamReaderReadIncrementalRequest, TextStreamReaderReadIncrementalResponse, TextStreamWriterCloseCallback, TextStreamWriterCloseRequest, TextStreamWriterCloseResponse, TextStreamWriterWriteCallback, TextStreamWriterWriteRequest, TextStreamWriterWriteResponse } from "./data_stream_pb.js";
|
|
10
|
-
var LogLevel = /* @__PURE__ */ ((LogLevel2) => {
|
|
11
|
-
LogLevel2[LogLevel2["LOG_ERROR"] = 0] = "LOG_ERROR";
|
|
12
|
-
LogLevel2[LogLevel2["LOG_WARN"] = 1] = "LOG_WARN";
|
|
13
|
-
LogLevel2[LogLevel2["LOG_INFO"] = 2] = "LOG_INFO";
|
|
14
|
-
LogLevel2[LogLevel2["LOG_DEBUG"] = 3] = "LOG_DEBUG";
|
|
15
|
-
LogLevel2[LogLevel2["LOG_TRACE"] = 4] = "LOG_TRACE";
|
|
16
|
-
return LogLevel2;
|
|
17
|
-
})(LogLevel || {});
|
|
18
|
-
proto2.util.setEnumType(LogLevel, "livekit.proto.LogLevel", [
|
|
19
|
-
{ no: 0, name: "LOG_ERROR" },
|
|
20
|
-
{ no: 1, name: "LOG_WARN" },
|
|
21
|
-
{ no: 2, name: "LOG_INFO" },
|
|
22
|
-
{ no: 3, name: "LOG_DEBUG" },
|
|
23
|
-
{ no: 4, name: "LOG_TRACE" }
|
|
24
|
-
]);
|
|
25
|
-
const _FfiRequest = class _FfiRequest extends Message {
|
|
26
|
-
constructor(data) {
|
|
27
|
-
super();
|
|
28
|
-
/**
|
|
29
|
-
* @generated from oneof livekit.proto.FfiRequest.message
|
|
30
|
-
*/
|
|
31
|
-
this.message = { case: void 0 };
|
|
32
|
-
proto2.util.initPartial(data, this);
|
|
33
|
-
}
|
|
34
|
-
static fromBinary(bytes, options) {
|
|
35
|
-
return new _FfiRequest().fromBinary(bytes, options);
|
|
36
|
-
}
|
|
37
|
-
static fromJson(jsonValue, options) {
|
|
38
|
-
return new _FfiRequest().fromJson(jsonValue, options);
|
|
39
|
-
}
|
|
40
|
-
static fromJsonString(jsonString, options) {
|
|
41
|
-
return new _FfiRequest().fromJsonString(jsonString, options);
|
|
42
|
-
}
|
|
43
|
-
static equals(a, b) {
|
|
44
|
-
return proto2.util.equals(_FfiRequest, a, b);
|
|
45
|
-
}
|
|
46
|
-
};
|
|
47
|
-
_FfiRequest.runtime = proto2;
|
|
48
|
-
_FfiRequest.typeName = "livekit.proto.FfiRequest";
|
|
49
|
-
_FfiRequest.fields = proto2.util.newFieldList(() => [
|
|
50
|
-
{ no: 2, name: "dispose", kind: "message", T: DisposeRequest, oneof: "message" },
|
|
51
|
-
{ no: 3, name: "connect", kind: "message", T: ConnectRequest, oneof: "message" },
|
|
52
|
-
{ no: 4, name: "disconnect", kind: "message", T: DisconnectRequest, oneof: "message" },
|
|
53
|
-
{ no: 5, name: "publish_track", kind: "message", T: PublishTrackRequest, oneof: "message" },
|
|
54
|
-
{ no: 6, name: "unpublish_track", kind: "message", T: UnpublishTrackRequest, oneof: "message" },
|
|
55
|
-
{ no: 7, name: "publish_data", kind: "message", T: PublishDataRequest, oneof: "message" },
|
|
56
|
-
{ no: 8, name: "set_subscribed", kind: "message", T: SetSubscribedRequest, oneof: "message" },
|
|
57
|
-
{ no: 9, name: "set_local_metadata", kind: "message", T: SetLocalMetadataRequest, oneof: "message" },
|
|
58
|
-
{ no: 10, name: "set_local_name", kind: "message", T: SetLocalNameRequest, oneof: "message" },
|
|
59
|
-
{ no: 11, name: "set_local_attributes", kind: "message", T: SetLocalAttributesRequest, oneof: "message" },
|
|
60
|
-
{ no: 12, name: "get_session_stats", kind: "message", T: GetSessionStatsRequest, oneof: "message" },
|
|
61
|
-
{ no: 13, name: "publish_transcription", kind: "message", T: PublishTranscriptionRequest, oneof: "message" },
|
|
62
|
-
{ no: 14, name: "publish_sip_dtmf", kind: "message", T: PublishSipDtmfRequest, oneof: "message" },
|
|
63
|
-
{ no: 15, name: "create_video_track", kind: "message", T: CreateVideoTrackRequest, oneof: "message" },
|
|
64
|
-
{ no: 16, name: "create_audio_track", kind: "message", T: CreateAudioTrackRequest, oneof: "message" },
|
|
65
|
-
{ no: 17, name: "local_track_mute", kind: "message", T: LocalTrackMuteRequest, oneof: "message" },
|
|
66
|
-
{ no: 18, name: "enable_remote_track", kind: "message", T: EnableRemoteTrackRequest, oneof: "message" },
|
|
67
|
-
{ no: 19, name: "get_stats", kind: "message", T: GetStatsRequest, oneof: "message" },
|
|
68
|
-
{ no: 48, name: "set_track_subscription_permissions", kind: "message", T: SetTrackSubscriptionPermissionsRequest, oneof: "message" },
|
|
69
|
-
{ no: 20, name: "new_video_stream", kind: "message", T: NewVideoStreamRequest, oneof: "message" },
|
|
70
|
-
{ no: 21, name: "new_video_source", kind: "message", T: NewVideoSourceRequest, oneof: "message" },
|
|
71
|
-
{ no: 22, name: "capture_video_frame", kind: "message", T: CaptureVideoFrameRequest, oneof: "message" },
|
|
72
|
-
{ no: 23, name: "video_convert", kind: "message", T: VideoConvertRequest, oneof: "message" },
|
|
73
|
-
{ no: 24, name: "video_stream_from_participant", kind: "message", T: VideoStreamFromParticipantRequest, oneof: "message" },
|
|
74
|
-
{ no: 25, name: "new_audio_stream", kind: "message", T: NewAudioStreamRequest, oneof: "message" },
|
|
75
|
-
{ no: 26, name: "new_audio_source", kind: "message", T: NewAudioSourceRequest, oneof: "message" },
|
|
76
|
-
{ no: 27, name: "capture_audio_frame", kind: "message", T: CaptureAudioFrameRequest, oneof: "message" },
|
|
77
|
-
{ no: 28, name: "clear_audio_buffer", kind: "message", T: ClearAudioBufferRequest, oneof: "message" },
|
|
78
|
-
{ no: 29, name: "new_audio_resampler", kind: "message", T: NewAudioResamplerRequest, oneof: "message" },
|
|
79
|
-
{ no: 30, name: "remix_and_resample", kind: "message", T: RemixAndResampleRequest, oneof: "message" },
|
|
80
|
-
{ no: 31, name: "e2ee", kind: "message", T: E2eeRequest, oneof: "message" },
|
|
81
|
-
{ no: 32, name: "audio_stream_from_participant", kind: "message", T: AudioStreamFromParticipantRequest, oneof: "message" },
|
|
82
|
-
{ no: 33, name: "new_sox_resampler", kind: "message", T: NewSoxResamplerRequest, oneof: "message" },
|
|
83
|
-
{ no: 34, name: "push_sox_resampler", kind: "message", T: PushSoxResamplerRequest, oneof: "message" },
|
|
84
|
-
{ no: 35, name: "flush_sox_resampler", kind: "message", T: FlushSoxResamplerRequest, oneof: "message" },
|
|
85
|
-
{ no: 36, name: "send_chat_message", kind: "message", T: SendChatMessageRequest, oneof: "message" },
|
|
86
|
-
{ no: 37, name: "edit_chat_message", kind: "message", T: EditChatMessageRequest, oneof: "message" },
|
|
87
|
-
{ no: 38, name: "perform_rpc", kind: "message", T: PerformRpcRequest, oneof: "message" },
|
|
88
|
-
{ no: 39, name: "register_rpc_method", kind: "message", T: RegisterRpcMethodRequest, oneof: "message" },
|
|
89
|
-
{ no: 40, name: "unregister_rpc_method", kind: "message", T: UnregisterRpcMethodRequest, oneof: "message" },
|
|
90
|
-
{ no: 41, name: "rpc_method_invocation_response", kind: "message", T: RpcMethodInvocationResponseRequest, oneof: "message" },
|
|
91
|
-
{ no: 42, name: "enable_remote_track_publication", kind: "message", T: EnableRemoteTrackPublicationRequest, oneof: "message" },
|
|
92
|
-
{ no: 43, name: "update_remote_track_publication_dimension", kind: "message", T: UpdateRemoteTrackPublicationDimensionRequest, oneof: "message" },
|
|
93
|
-
{ no: 44, name: "send_stream_header", kind: "message", T: SendStreamHeaderRequest, oneof: "message" },
|
|
94
|
-
{ no: 45, name: "send_stream_chunk", kind: "message", T: SendStreamChunkRequest, oneof: "message" },
|
|
95
|
-
{ no: 46, name: "send_stream_trailer", kind: "message", T: SendStreamTrailerRequest, oneof: "message" },
|
|
96
|
-
{ no: 47, name: "set_data_channel_buffered_amount_low_threshold", kind: "message", T: SetDataChannelBufferedAmountLowThresholdRequest, oneof: "message" },
|
|
97
|
-
{ no: 49, name: "load_audio_filter_plugin", kind: "message", T: LoadAudioFilterPluginRequest, oneof: "message" },
|
|
98
|
-
{ no: 50, name: "new_apm", kind: "message", T: NewApmRequest, oneof: "message" },
|
|
99
|
-
{ no: 51, name: "apm_process_stream", kind: "message", T: ApmProcessStreamRequest, oneof: "message" },
|
|
100
|
-
{ no: 52, name: "apm_process_reverse_stream", kind: "message", T: ApmProcessReverseStreamRequest, oneof: "message" },
|
|
101
|
-
{ no: 53, name: "apm_set_stream_delay", kind: "message", T: ApmSetStreamDelayRequest, oneof: "message" },
|
|
102
|
-
{ no: 54, name: "byte_read_incremental", kind: "message", T: ByteStreamReaderReadIncrementalRequest, oneof: "message" },
|
|
103
|
-
{ no: 55, name: "byte_read_all", kind: "message", T: ByteStreamReaderReadAllRequest, oneof: "message" },
|
|
104
|
-
{ no: 56, name: "byte_write_to_file", kind: "message", T: ByteStreamReaderWriteToFileRequest, oneof: "message" },
|
|
105
|
-
{ no: 57, name: "text_read_incremental", kind: "message", T: TextStreamReaderReadIncrementalRequest, oneof: "message" },
|
|
106
|
-
{ no: 58, name: "text_read_all", kind: "message", T: TextStreamReaderReadAllRequest, oneof: "message" },
|
|
107
|
-
{ no: 59, name: "send_file", kind: "message", T: StreamSendFileRequest, oneof: "message" },
|
|
108
|
-
{ no: 60, name: "send_text", kind: "message", T: StreamSendTextRequest, oneof: "message" },
|
|
109
|
-
{ no: 61, name: "byte_stream_open", kind: "message", T: ByteStreamOpenRequest, oneof: "message" },
|
|
110
|
-
{ no: 62, name: "byte_stream_write", kind: "message", T: ByteStreamWriterWriteRequest, oneof: "message" },
|
|
111
|
-
{ no: 63, name: "byte_stream_close", kind: "message", T: ByteStreamWriterCloseRequest, oneof: "message" },
|
|
112
|
-
{ no: 64, name: "text_stream_open", kind: "message", T: TextStreamOpenRequest, oneof: "message" },
|
|
113
|
-
{ no: 65, name: "text_stream_write", kind: "message", T: TextStreamWriterWriteRequest, oneof: "message" },
|
|
114
|
-
{ no: 66, name: "text_stream_close", kind: "message", T: TextStreamWriterCloseRequest, oneof: "message" },
|
|
115
|
-
{ no: 67, name: "send_bytes", kind: "message", T: StreamSendBytesRequest, oneof: "message" },
|
|
116
|
-
{ no: 68, name: "set_remote_track_publication_quality", kind: "message", T: SetRemoteTrackPublicationQualityRequest, oneof: "message" }
|
|
117
|
-
]);
|
|
118
|
-
let FfiRequest = _FfiRequest;
|
|
119
|
-
const _FfiResponse = class _FfiResponse extends Message {
|
|
120
|
-
constructor(data) {
|
|
121
|
-
super();
|
|
122
|
-
/**
|
|
123
|
-
* @generated from oneof livekit.proto.FfiResponse.message
|
|
124
|
-
*/
|
|
125
|
-
this.message = { case: void 0 };
|
|
126
|
-
proto2.util.initPartial(data, this);
|
|
127
|
-
}
|
|
128
|
-
static fromBinary(bytes, options) {
|
|
129
|
-
return new _FfiResponse().fromBinary(bytes, options);
|
|
130
|
-
}
|
|
131
|
-
static fromJson(jsonValue, options) {
|
|
132
|
-
return new _FfiResponse().fromJson(jsonValue, options);
|
|
133
|
-
}
|
|
134
|
-
static fromJsonString(jsonString, options) {
|
|
135
|
-
return new _FfiResponse().fromJsonString(jsonString, options);
|
|
136
|
-
}
|
|
137
|
-
static equals(a, b) {
|
|
138
|
-
return proto2.util.equals(_FfiResponse, a, b);
|
|
139
|
-
}
|
|
140
|
-
};
|
|
141
|
-
_FfiResponse.runtime = proto2;
|
|
142
|
-
_FfiResponse.typeName = "livekit.proto.FfiResponse";
|
|
143
|
-
_FfiResponse.fields = proto2.util.newFieldList(() => [
|
|
144
|
-
{ no: 2, name: "dispose", kind: "message", T: DisposeResponse, oneof: "message" },
|
|
145
|
-
{ no: 3, name: "connect", kind: "message", T: ConnectResponse, oneof: "message" },
|
|
146
|
-
{ no: 4, name: "disconnect", kind: "message", T: DisconnectResponse, oneof: "message" },
|
|
147
|
-
{ no: 5, name: "publish_track", kind: "message", T: PublishTrackResponse, oneof: "message" },
|
|
148
|
-
{ no: 6, name: "unpublish_track", kind: "message", T: UnpublishTrackResponse, oneof: "message" },
|
|
149
|
-
{ no: 7, name: "publish_data", kind: "message", T: PublishDataResponse, oneof: "message" },
|
|
150
|
-
{ no: 8, name: "set_subscribed", kind: "message", T: SetSubscribedResponse, oneof: "message" },
|
|
151
|
-
{ no: 9, name: "set_local_metadata", kind: "message", T: SetLocalMetadataResponse, oneof: "message" },
|
|
152
|
-
{ no: 10, name: "set_local_name", kind: "message", T: SetLocalNameResponse, oneof: "message" },
|
|
153
|
-
{ no: 11, name: "set_local_attributes", kind: "message", T: SetLocalAttributesResponse, oneof: "message" },
|
|
154
|
-
{ no: 12, name: "get_session_stats", kind: "message", T: GetSessionStatsResponse, oneof: "message" },
|
|
155
|
-
{ no: 13, name: "publish_transcription", kind: "message", T: PublishTranscriptionResponse, oneof: "message" },
|
|
156
|
-
{ no: 14, name: "publish_sip_dtmf", kind: "message", T: PublishSipDtmfResponse, oneof: "message" },
|
|
157
|
-
{ no: 15, name: "create_video_track", kind: "message", T: CreateVideoTrackResponse, oneof: "message" },
|
|
158
|
-
{ no: 16, name: "create_audio_track", kind: "message", T: CreateAudioTrackResponse, oneof: "message" },
|
|
159
|
-
{ no: 17, name: "local_track_mute", kind: "message", T: LocalTrackMuteResponse, oneof: "message" },
|
|
160
|
-
{ no: 18, name: "enable_remote_track", kind: "message", T: EnableRemoteTrackResponse, oneof: "message" },
|
|
161
|
-
{ no: 19, name: "get_stats", kind: "message", T: GetStatsResponse, oneof: "message" },
|
|
162
|
-
{ no: 47, name: "set_track_subscription_permissions", kind: "message", T: SetTrackSubscriptionPermissionsResponse, oneof: "message" },
|
|
163
|
-
{ no: 20, name: "new_video_stream", kind: "message", T: NewVideoStreamResponse, oneof: "message" },
|
|
164
|
-
{ no: 21, name: "new_video_source", kind: "message", T: NewVideoSourceResponse, oneof: "message" },
|
|
165
|
-
{ no: 22, name: "capture_video_frame", kind: "message", T: CaptureVideoFrameResponse, oneof: "message" },
|
|
166
|
-
{ no: 23, name: "video_convert", kind: "message", T: VideoConvertResponse, oneof: "message" },
|
|
167
|
-
{ no: 24, name: "video_stream_from_participant", kind: "message", T: VideoStreamFromParticipantResponse, oneof: "message" },
|
|
168
|
-
{ no: 25, name: "new_audio_stream", kind: "message", T: NewAudioStreamResponse, oneof: "message" },
|
|
169
|
-
{ no: 26, name: "new_audio_source", kind: "message", T: NewAudioSourceResponse, oneof: "message" },
|
|
170
|
-
{ no: 27, name: "capture_audio_frame", kind: "message", T: CaptureAudioFrameResponse, oneof: "message" },
|
|
171
|
-
{ no: 28, name: "clear_audio_buffer", kind: "message", T: ClearAudioBufferResponse, oneof: "message" },
|
|
172
|
-
{ no: 29, name: "new_audio_resampler", kind: "message", T: NewAudioResamplerResponse, oneof: "message" },
|
|
173
|
-
{ no: 30, name: "remix_and_resample", kind: "message", T: RemixAndResampleResponse, oneof: "message" },
|
|
174
|
-
{ no: 31, name: "audio_stream_from_participant", kind: "message", T: AudioStreamFromParticipantResponse, oneof: "message" },
|
|
175
|
-
{ no: 32, name: "e2ee", kind: "message", T: E2eeResponse, oneof: "message" },
|
|
176
|
-
{ no: 33, name: "new_sox_resampler", kind: "message", T: NewSoxResamplerResponse, oneof: "message" },
|
|
177
|
-
{ no: 34, name: "push_sox_resampler", kind: "message", T: PushSoxResamplerResponse, oneof: "message" },
|
|
178
|
-
{ no: 35, name: "flush_sox_resampler", kind: "message", T: FlushSoxResamplerResponse, oneof: "message" },
|
|
179
|
-
{ no: 36, name: "send_chat_message", kind: "message", T: SendChatMessageResponse, oneof: "message" },
|
|
180
|
-
{ no: 37, name: "perform_rpc", kind: "message", T: PerformRpcResponse, oneof: "message" },
|
|
181
|
-
{ no: 38, name: "register_rpc_method", kind: "message", T: RegisterRpcMethodResponse, oneof: "message" },
|
|
182
|
-
{ no: 39, name: "unregister_rpc_method", kind: "message", T: UnregisterRpcMethodResponse, oneof: "message" },
|
|
183
|
-
{ no: 40, name: "rpc_method_invocation_response", kind: "message", T: RpcMethodInvocationResponseResponse, oneof: "message" },
|
|
184
|
-
{ no: 41, name: "enable_remote_track_publication", kind: "message", T: EnableRemoteTrackPublicationResponse, oneof: "message" },
|
|
185
|
-
{ no: 42, name: "update_remote_track_publication_dimension", kind: "message", T: UpdateRemoteTrackPublicationDimensionResponse, oneof: "message" },
|
|
186
|
-
{ no: 43, name: "send_stream_header", kind: "message", T: SendStreamHeaderResponse, oneof: "message" },
|
|
187
|
-
{ no: 44, name: "send_stream_chunk", kind: "message", T: SendStreamChunkResponse, oneof: "message" },
|
|
188
|
-
{ no: 45, name: "send_stream_trailer", kind: "message", T: SendStreamTrailerResponse, oneof: "message" },
|
|
189
|
-
{ no: 46, name: "set_data_channel_buffered_amount_low_threshold", kind: "message", T: SetDataChannelBufferedAmountLowThresholdResponse, oneof: "message" },
|
|
190
|
-
{ no: 48, name: "load_audio_filter_plugin", kind: "message", T: LoadAudioFilterPluginResponse, oneof: "message" },
|
|
191
|
-
{ no: 49, name: "new_apm", kind: "message", T: NewApmResponse, oneof: "message" },
|
|
192
|
-
{ no: 50, name: "apm_process_stream", kind: "message", T: ApmProcessStreamResponse, oneof: "message" },
|
|
193
|
-
{ no: 51, name: "apm_process_reverse_stream", kind: "message", T: ApmProcessReverseStreamResponse, oneof: "message" },
|
|
194
|
-
{ no: 52, name: "apm_set_stream_delay", kind: "message", T: ApmSetStreamDelayResponse, oneof: "message" },
|
|
195
|
-
{ no: 53, name: "byte_read_incremental", kind: "message", T: ByteStreamReaderReadIncrementalResponse, oneof: "message" },
|
|
196
|
-
{ no: 54, name: "byte_read_all", kind: "message", T: ByteStreamReaderReadAllResponse, oneof: "message" },
|
|
197
|
-
{ no: 55, name: "byte_write_to_file", kind: "message", T: ByteStreamReaderWriteToFileResponse, oneof: "message" },
|
|
198
|
-
{ no: 56, name: "text_read_incremental", kind: "message", T: TextStreamReaderReadIncrementalResponse, oneof: "message" },
|
|
199
|
-
{ no: 57, name: "text_read_all", kind: "message", T: TextStreamReaderReadAllResponse, oneof: "message" },
|
|
200
|
-
{ no: 58, name: "send_file", kind: "message", T: StreamSendFileResponse, oneof: "message" },
|
|
201
|
-
{ no: 59, name: "send_text", kind: "message", T: StreamSendTextResponse, oneof: "message" },
|
|
202
|
-
{ no: 60, name: "byte_stream_open", kind: "message", T: ByteStreamOpenResponse, oneof: "message" },
|
|
203
|
-
{ no: 61, name: "byte_stream_write", kind: "message", T: ByteStreamWriterWriteResponse, oneof: "message" },
|
|
204
|
-
{ no: 62, name: "byte_stream_close", kind: "message", T: ByteStreamWriterCloseResponse, oneof: "message" },
|
|
205
|
-
{ no: 63, name: "text_stream_open", kind: "message", T: TextStreamOpenResponse, oneof: "message" },
|
|
206
|
-
{ no: 64, name: "text_stream_write", kind: "message", T: TextStreamWriterWriteResponse, oneof: "message" },
|
|
207
|
-
{ no: 65, name: "text_stream_close", kind: "message", T: TextStreamWriterCloseResponse, oneof: "message" },
|
|
208
|
-
{ no: 66, name: "send_bytes", kind: "message", T: StreamSendBytesResponse, oneof: "message" },
|
|
209
|
-
{ no: 67, name: "set_remote_track_publication_quality", kind: "message", T: SetRemoteTrackPublicationQualityResponse, oneof: "message" }
|
|
210
|
-
]);
|
|
211
|
-
let FfiResponse = _FfiResponse;
|
|
212
|
-
const _FfiEvent = class _FfiEvent extends Message {
|
|
213
|
-
constructor(data) {
|
|
214
|
-
super();
|
|
215
|
-
/**
|
|
216
|
-
* @generated from oneof livekit.proto.FfiEvent.message
|
|
217
|
-
*/
|
|
218
|
-
this.message = { case: void 0 };
|
|
219
|
-
proto2.util.initPartial(data, this);
|
|
220
|
-
}
|
|
221
|
-
static fromBinary(bytes, options) {
|
|
222
|
-
return new _FfiEvent().fromBinary(bytes, options);
|
|
223
|
-
}
|
|
224
|
-
static fromJson(jsonValue, options) {
|
|
225
|
-
return new _FfiEvent().fromJson(jsonValue, options);
|
|
226
|
-
}
|
|
227
|
-
static fromJsonString(jsonString, options) {
|
|
228
|
-
return new _FfiEvent().fromJsonString(jsonString, options);
|
|
229
|
-
}
|
|
230
|
-
static equals(a, b) {
|
|
231
|
-
return proto2.util.equals(_FfiEvent, a, b);
|
|
232
|
-
}
|
|
233
|
-
};
|
|
234
|
-
_FfiEvent.runtime = proto2;
|
|
235
|
-
_FfiEvent.typeName = "livekit.proto.FfiEvent";
|
|
236
|
-
_FfiEvent.fields = proto2.util.newFieldList(() => [
|
|
237
|
-
{ no: 1, name: "room_event", kind: "message", T: RoomEvent, oneof: "message" },
|
|
238
|
-
{ no: 2, name: "track_event", kind: "message", T: TrackEvent, oneof: "message" },
|
|
239
|
-
{ no: 3, name: "video_stream_event", kind: "message", T: VideoStreamEvent, oneof: "message" },
|
|
240
|
-
{ no: 4, name: "audio_stream_event", kind: "message", T: AudioStreamEvent, oneof: "message" },
|
|
241
|
-
{ no: 5, name: "connect", kind: "message", T: ConnectCallback, oneof: "message" },
|
|
242
|
-
{ no: 7, name: "disconnect", kind: "message", T: DisconnectCallback, oneof: "message" },
|
|
243
|
-
{ no: 8, name: "dispose", kind: "message", T: DisposeCallback, oneof: "message" },
|
|
244
|
-
{ no: 9, name: "publish_track", kind: "message", T: PublishTrackCallback, oneof: "message" },
|
|
245
|
-
{ no: 10, name: "unpublish_track", kind: "message", T: UnpublishTrackCallback, oneof: "message" },
|
|
246
|
-
{ no: 11, name: "publish_data", kind: "message", T: PublishDataCallback, oneof: "message" },
|
|
247
|
-
{ no: 12, name: "publish_transcription", kind: "message", T: PublishTranscriptionCallback, oneof: "message" },
|
|
248
|
-
{ no: 13, name: "capture_audio_frame", kind: "message", T: CaptureAudioFrameCallback, oneof: "message" },
|
|
249
|
-
{ no: 14, name: "set_local_metadata", kind: "message", T: SetLocalMetadataCallback, oneof: "message" },
|
|
250
|
-
{ no: 15, name: "set_local_name", kind: "message", T: SetLocalNameCallback, oneof: "message" },
|
|
251
|
-
{ no: 16, name: "set_local_attributes", kind: "message", T: SetLocalAttributesCallback, oneof: "message" },
|
|
252
|
-
{ no: 17, name: "get_stats", kind: "message", T: GetStatsCallback, oneof: "message" },
|
|
253
|
-
{ no: 18, name: "logs", kind: "message", T: LogBatch, oneof: "message" },
|
|
254
|
-
{ no: 19, name: "get_session_stats", kind: "message", T: GetSessionStatsCallback, oneof: "message" },
|
|
255
|
-
{ no: 20, name: "panic", kind: "message", T: Panic, oneof: "message" },
|
|
256
|
-
{ no: 21, name: "publish_sip_dtmf", kind: "message", T: PublishSipDtmfCallback, oneof: "message" },
|
|
257
|
-
{ no: 22, name: "chat_message", kind: "message", T: SendChatMessageCallback, oneof: "message" },
|
|
258
|
-
{ no: 23, name: "perform_rpc", kind: "message", T: PerformRpcCallback, oneof: "message" },
|
|
259
|
-
{ no: 24, name: "rpc_method_invocation", kind: "message", T: RpcMethodInvocationEvent, oneof: "message" },
|
|
260
|
-
{ no: 25, name: "send_stream_header", kind: "message", T: SendStreamHeaderCallback, oneof: "message" },
|
|
261
|
-
{ no: 26, name: "send_stream_chunk", kind: "message", T: SendStreamChunkCallback, oneof: "message" },
|
|
262
|
-
{ no: 27, name: "send_stream_trailer", kind: "message", T: SendStreamTrailerCallback, oneof: "message" },
|
|
263
|
-
{ no: 28, name: "byte_stream_reader_event", kind: "message", T: ByteStreamReaderEvent, oneof: "message" },
|
|
264
|
-
{ no: 29, name: "byte_stream_reader_read_all", kind: "message", T: ByteStreamReaderReadAllCallback, oneof: "message" },
|
|
265
|
-
{ no: 30, name: "byte_stream_reader_write_to_file", kind: "message", T: ByteStreamReaderWriteToFileCallback, oneof: "message" },
|
|
266
|
-
{ no: 31, name: "byte_stream_open", kind: "message", T: ByteStreamOpenCallback, oneof: "message" },
|
|
267
|
-
{ no: 32, name: "byte_stream_writer_write", kind: "message", T: ByteStreamWriterWriteCallback, oneof: "message" },
|
|
268
|
-
{ no: 33, name: "byte_stream_writer_close", kind: "message", T: ByteStreamWriterCloseCallback, oneof: "message" },
|
|
269
|
-
{ no: 34, name: "send_file", kind: "message", T: StreamSendFileCallback, oneof: "message" },
|
|
270
|
-
{ no: 35, name: "text_stream_reader_event", kind: "message", T: TextStreamReaderEvent, oneof: "message" },
|
|
271
|
-
{ no: 36, name: "text_stream_reader_read_all", kind: "message", T: TextStreamReaderReadAllCallback, oneof: "message" },
|
|
272
|
-
{ no: 37, name: "text_stream_open", kind: "message", T: TextStreamOpenCallback, oneof: "message" },
|
|
273
|
-
{ no: 38, name: "text_stream_writer_write", kind: "message", T: TextStreamWriterWriteCallback, oneof: "message" },
|
|
274
|
-
{ no: 39, name: "text_stream_writer_close", kind: "message", T: TextStreamWriterCloseCallback, oneof: "message" },
|
|
275
|
-
{ no: 40, name: "send_text", kind: "message", T: StreamSendTextCallback, oneof: "message" },
|
|
276
|
-
{ no: 41, name: "send_bytes", kind: "message", T: StreamSendBytesCallback, oneof: "message" }
|
|
277
|
-
]);
|
|
278
|
-
let FfiEvent = _FfiEvent;
|
|
279
|
-
const _DisposeRequest = class _DisposeRequest extends Message {
|
|
280
|
-
constructor(data) {
|
|
281
|
-
super();
|
|
282
|
-
proto2.util.initPartial(data, this);
|
|
283
|
-
}
|
|
284
|
-
static fromBinary(bytes, options) {
|
|
285
|
-
return new _DisposeRequest().fromBinary(bytes, options);
|
|
286
|
-
}
|
|
287
|
-
static fromJson(jsonValue, options) {
|
|
288
|
-
return new _DisposeRequest().fromJson(jsonValue, options);
|
|
289
|
-
}
|
|
290
|
-
static fromJsonString(jsonString, options) {
|
|
291
|
-
return new _DisposeRequest().fromJsonString(jsonString, options);
|
|
292
|
-
}
|
|
293
|
-
static equals(a, b) {
|
|
294
|
-
return proto2.util.equals(_DisposeRequest, a, b);
|
|
295
|
-
}
|
|
296
|
-
};
|
|
297
|
-
_DisposeRequest.runtime = proto2;
|
|
298
|
-
_DisposeRequest.typeName = "livekit.proto.DisposeRequest";
|
|
299
|
-
_DisposeRequest.fields = proto2.util.newFieldList(() => [
|
|
300
|
-
{ no: 1, name: "async", kind: "scalar", T: 8, req: true }
|
|
301
|
-
]);
|
|
302
|
-
let DisposeRequest = _DisposeRequest;
|
|
303
|
-
const _DisposeResponse = class _DisposeResponse extends Message {
|
|
304
|
-
constructor(data) {
|
|
305
|
-
super();
|
|
306
|
-
proto2.util.initPartial(data, this);
|
|
307
|
-
}
|
|
308
|
-
static fromBinary(bytes, options) {
|
|
309
|
-
return new _DisposeResponse().fromBinary(bytes, options);
|
|
310
|
-
}
|
|
311
|
-
static fromJson(jsonValue, options) {
|
|
312
|
-
return new _DisposeResponse().fromJson(jsonValue, options);
|
|
313
|
-
}
|
|
314
|
-
static fromJsonString(jsonString, options) {
|
|
315
|
-
return new _DisposeResponse().fromJsonString(jsonString, options);
|
|
316
|
-
}
|
|
317
|
-
static equals(a, b) {
|
|
318
|
-
return proto2.util.equals(_DisposeResponse, a, b);
|
|
319
|
-
}
|
|
320
|
-
};
|
|
321
|
-
_DisposeResponse.runtime = proto2;
|
|
322
|
-
_DisposeResponse.typeName = "livekit.proto.DisposeResponse";
|
|
323
|
-
_DisposeResponse.fields = proto2.util.newFieldList(() => [
|
|
324
|
-
{ no: 1, name: "async_id", kind: "scalar", T: 4, opt: true }
|
|
325
|
-
]);
|
|
326
|
-
let DisposeResponse = _DisposeResponse;
|
|
327
|
-
const _DisposeCallback = class _DisposeCallback extends Message {
|
|
328
|
-
constructor(data) {
|
|
329
|
-
super();
|
|
330
|
-
proto2.util.initPartial(data, this);
|
|
331
|
-
}
|
|
332
|
-
static fromBinary(bytes, options) {
|
|
333
|
-
return new _DisposeCallback().fromBinary(bytes, options);
|
|
334
|
-
}
|
|
335
|
-
static fromJson(jsonValue, options) {
|
|
336
|
-
return new _DisposeCallback().fromJson(jsonValue, options);
|
|
337
|
-
}
|
|
338
|
-
static fromJsonString(jsonString, options) {
|
|
339
|
-
return new _DisposeCallback().fromJsonString(jsonString, options);
|
|
340
|
-
}
|
|
341
|
-
static equals(a, b) {
|
|
342
|
-
return proto2.util.equals(_DisposeCallback, a, b);
|
|
343
|
-
}
|
|
344
|
-
};
|
|
345
|
-
_DisposeCallback.runtime = proto2;
|
|
346
|
-
_DisposeCallback.typeName = "livekit.proto.DisposeCallback";
|
|
347
|
-
_DisposeCallback.fields = proto2.util.newFieldList(() => [
|
|
348
|
-
{ no: 1, name: "async_id", kind: "scalar", T: 4, req: true }
|
|
349
|
-
]);
|
|
350
|
-
let DisposeCallback = _DisposeCallback;
|
|
351
|
-
const _LogRecord = class _LogRecord extends Message {
|
|
352
|
-
constructor(data) {
|
|
353
|
-
super();
|
|
354
|
-
proto2.util.initPartial(data, this);
|
|
355
|
-
}
|
|
356
|
-
static fromBinary(bytes, options) {
|
|
357
|
-
return new _LogRecord().fromBinary(bytes, options);
|
|
358
|
-
}
|
|
359
|
-
static fromJson(jsonValue, options) {
|
|
360
|
-
return new _LogRecord().fromJson(jsonValue, options);
|
|
361
|
-
}
|
|
362
|
-
static fromJsonString(jsonString, options) {
|
|
363
|
-
return new _LogRecord().fromJsonString(jsonString, options);
|
|
364
|
-
}
|
|
365
|
-
static equals(a, b) {
|
|
366
|
-
return proto2.util.equals(_LogRecord, a, b);
|
|
367
|
-
}
|
|
368
|
-
};
|
|
369
|
-
_LogRecord.runtime = proto2;
|
|
370
|
-
_LogRecord.typeName = "livekit.proto.LogRecord";
|
|
371
|
-
_LogRecord.fields = proto2.util.newFieldList(() => [
|
|
372
|
-
{ no: 1, name: "level", kind: "enum", T: proto2.getEnumType(LogLevel), req: true },
|
|
373
|
-
{ no: 2, name: "target", kind: "scalar", T: 9, req: true },
|
|
374
|
-
{ no: 3, name: "module_path", kind: "scalar", T: 9, opt: true },
|
|
375
|
-
{ no: 4, name: "file", kind: "scalar", T: 9, opt: true },
|
|
376
|
-
{ no: 5, name: "line", kind: "scalar", T: 13, opt: true },
|
|
377
|
-
{ no: 6, name: "message", kind: "scalar", T: 9, req: true }
|
|
378
|
-
]);
|
|
379
|
-
let LogRecord = _LogRecord;
|
|
380
|
-
const _LogBatch = class _LogBatch extends Message {
|
|
381
|
-
constructor(data) {
|
|
382
|
-
super();
|
|
383
|
-
/**
|
|
384
|
-
* @generated from field: repeated livekit.proto.LogRecord records = 1;
|
|
385
|
-
*/
|
|
386
|
-
this.records = [];
|
|
387
|
-
proto2.util.initPartial(data, this);
|
|
388
|
-
}
|
|
389
|
-
static fromBinary(bytes, options) {
|
|
390
|
-
return new _LogBatch().fromBinary(bytes, options);
|
|
391
|
-
}
|
|
392
|
-
static fromJson(jsonValue, options) {
|
|
393
|
-
return new _LogBatch().fromJson(jsonValue, options);
|
|
394
|
-
}
|
|
395
|
-
static fromJsonString(jsonString, options) {
|
|
396
|
-
return new _LogBatch().fromJsonString(jsonString, options);
|
|
397
|
-
}
|
|
398
|
-
static equals(a, b) {
|
|
399
|
-
return proto2.util.equals(_LogBatch, a, b);
|
|
400
|
-
}
|
|
401
|
-
};
|
|
402
|
-
_LogBatch.runtime = proto2;
|
|
403
|
-
_LogBatch.typeName = "livekit.proto.LogBatch";
|
|
404
|
-
_LogBatch.fields = proto2.util.newFieldList(() => [
|
|
405
|
-
{ no: 1, name: "records", kind: "message", T: LogRecord, repeated: true }
|
|
406
|
-
]);
|
|
407
|
-
let LogBatch = _LogBatch;
|
|
408
|
-
const _Panic = class _Panic extends Message {
|
|
409
|
-
constructor(data) {
|
|
410
|
-
super();
|
|
411
|
-
proto2.util.initPartial(data, this);
|
|
412
|
-
}
|
|
413
|
-
static fromBinary(bytes, options) {
|
|
414
|
-
return new _Panic().fromBinary(bytes, options);
|
|
415
|
-
}
|
|
416
|
-
static fromJson(jsonValue, options) {
|
|
417
|
-
return new _Panic().fromJson(jsonValue, options);
|
|
418
|
-
}
|
|
419
|
-
static fromJsonString(jsonString, options) {
|
|
420
|
-
return new _Panic().fromJsonString(jsonString, options);
|
|
421
|
-
}
|
|
422
|
-
static equals(a, b) {
|
|
423
|
-
return proto2.util.equals(_Panic, a, b);
|
|
424
|
-
}
|
|
425
|
-
};
|
|
426
|
-
_Panic.runtime = proto2;
|
|
427
|
-
_Panic.typeName = "livekit.proto.Panic";
|
|
428
|
-
_Panic.fields = proto2.util.newFieldList(() => [
|
|
429
|
-
{ no: 1, name: "message", kind: "scalar", T: 9, req: true }
|
|
430
|
-
]);
|
|
431
|
-
let Panic = _Panic;
|
|
432
|
-
export {
|
|
433
|
-
DisposeCallback,
|
|
434
|
-
DisposeRequest,
|
|
435
|
-
DisposeResponse,
|
|
436
|
-
FfiEvent,
|
|
437
|
-
FfiRequest,
|
|
438
|
-
FfiResponse,
|
|
439
|
-
LogBatch,
|
|
440
|
-
LogLevel,
|
|
441
|
-
LogRecord,
|
|
442
|
-
Panic
|
|
443
|
-
};
|
|
444
|
-
//# sourceMappingURL=ffi_pb.js.map
|