@livekit/rtc-node 0.13.22 → 0.13.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist/audio_frame.cjs +5 -0
  2. package/dist/audio_frame.cjs.map +1 -1
  3. package/dist/audio_frame.d.cts +3 -0
  4. package/dist/audio_frame.d.ts +3 -0
  5. package/dist/audio_frame.d.ts.map +1 -1
  6. package/dist/audio_frame.js +5 -0
  7. package/dist/audio_frame.js.map +1 -1
  8. package/dist/audio_stream.cjs +18 -5
  9. package/dist/audio_stream.cjs.map +1 -1
  10. package/dist/audio_stream.d.cts +4 -3
  11. package/dist/audio_stream.d.ts +4 -3
  12. package/dist/audio_stream.d.ts.map +1 -1
  13. package/dist/audio_stream.js +18 -5
  14. package/dist/audio_stream.js.map +1 -1
  15. package/dist/data_streams/stream_reader.cjs.map +1 -1
  16. package/dist/data_streams/stream_reader.js.map +1 -1
  17. package/dist/frame_processor.cjs +38 -0
  18. package/dist/frame_processor.cjs.map +1 -0
  19. package/dist/frame_processor.d.cts +29 -0
  20. package/dist/frame_processor.d.ts +29 -0
  21. package/dist/frame_processor.d.ts.map +1 -0
  22. package/dist/frame_processor.js +14 -0
  23. package/dist/frame_processor.js.map +1 -0
  24. package/dist/index.cjs +3 -0
  25. package/dist/index.cjs.map +1 -1
  26. package/dist/index.d.cts +1 -0
  27. package/dist/index.d.ts +1 -0
  28. package/dist/index.d.ts.map +1 -1
  29. package/dist/index.js +4 -0
  30. package/dist/index.js.map +1 -1
  31. package/dist/proto/audio_frame_pb.cjs.map +1 -1
  32. package/dist/proto/audio_frame_pb.js.map +1 -1
  33. package/dist/proto/e2ee_pb.cjs.map +1 -1
  34. package/dist/proto/e2ee_pb.js.map +1 -1
  35. package/dist/proto/ffi_pb.cjs +4 -2
  36. package/dist/proto/ffi_pb.cjs.map +1 -1
  37. package/dist/proto/ffi_pb.d.cts +13 -1
  38. package/dist/proto/ffi_pb.d.ts +13 -1
  39. package/dist/proto/ffi_pb.d.ts.map +1 -1
  40. package/dist/proto/ffi_pb.js +5 -3
  41. package/dist/proto/ffi_pb.js.map +1 -1
  42. package/dist/proto/handle_pb.cjs.map +1 -1
  43. package/dist/proto/handle_pb.js.map +1 -1
  44. package/dist/proto/participant_pb.cjs +26 -4
  45. package/dist/proto/participant_pb.cjs.map +1 -1
  46. package/dist/proto/participant_pb.d.cts +31 -2
  47. package/dist/proto/participant_pb.d.ts +31 -2
  48. package/dist/proto/participant_pb.d.ts.map +1 -1
  49. package/dist/proto/participant_pb.js +24 -3
  50. package/dist/proto/participant_pb.js.map +1 -1
  51. package/dist/proto/room_pb.cjs +29 -2
  52. package/dist/proto/room_pb.cjs.map +1 -1
  53. package/dist/proto/room_pb.d.cts +30 -7
  54. package/dist/proto/room_pb.d.ts +30 -7
  55. package/dist/proto/room_pb.d.ts.map +1 -1
  56. package/dist/proto/room_pb.js +28 -2
  57. package/dist/proto/room_pb.js.map +1 -1
  58. package/dist/proto/rpc_pb.cjs.map +1 -1
  59. package/dist/proto/rpc_pb.js.map +1 -1
  60. package/dist/proto/stats_pb.cjs.map +1 -1
  61. package/dist/proto/stats_pb.js.map +1 -1
  62. package/dist/proto/track_pb.cjs.map +1 -1
  63. package/dist/proto/track_pb.js.map +1 -1
  64. package/dist/proto/track_publication_pb.cjs +66 -2
  65. package/dist/proto/track_publication_pb.cjs.map +1 -1
  66. package/dist/proto/track_publication_pb.d.cts +56 -1
  67. package/dist/proto/track_publication_pb.d.ts +56 -1
  68. package/dist/proto/track_publication_pb.d.ts.map +1 -1
  69. package/dist/proto/track_publication_pb.js +62 -1
  70. package/dist/proto/track_publication_pb.js.map +1 -1
  71. package/dist/proto/video_frame_pb.cjs +3 -1
  72. package/dist/proto/video_frame_pb.cjs.map +1 -1
  73. package/dist/proto/video_frame_pb.d.cts +5 -1
  74. package/dist/proto/video_frame_pb.d.ts +5 -1
  75. package/dist/proto/video_frame_pb.d.ts.map +1 -1
  76. package/dist/proto/video_frame_pb.js +3 -1
  77. package/dist/proto/video_frame_pb.js.map +1 -1
  78. package/dist/room.cjs +10 -10
  79. package/dist/room.cjs.map +1 -1
  80. package/dist/room.d.cts +10 -10
  81. package/dist/room.d.ts +10 -10
  82. package/dist/room.d.ts.map +1 -1
  83. package/dist/room.js +11 -11
  84. package/dist/room.js.map +1 -1
  85. package/dist/version.cjs +1 -1
  86. package/dist/version.cjs.map +1 -1
  87. package/dist/version.d.cts +1 -1
  88. package/dist/version.d.ts +1 -1
  89. package/dist/version.js +1 -1
  90. package/dist/version.js.map +1 -1
  91. package/package.json +6 -6
  92. package/src/audio_frame.ts +7 -0
  93. package/src/audio_stream.ts +22 -7
  94. package/src/data_streams/stream_reader.ts +4 -4
  95. package/src/frame_processor.ts +29 -0
  96. package/src/index.ts +5 -0
  97. package/src/proto/audio_frame_pb.ts +1 -1
  98. package/src/proto/e2ee_pb.ts +1 -1
  99. package/src/proto/ffi_pb.ts +16 -2
  100. package/src/proto/handle_pb.ts +1 -1
  101. package/src/proto/participant_pb.ts +45 -1
  102. package/src/proto/room_pb.ts +52 -8
  103. package/src/proto/rpc_pb.ts +1 -1
  104. package/src/proto/stats_pb.ts +1 -1
  105. package/src/proto/track_pb.ts +1 -1
  106. package/src/proto/track_publication_pb.ts +105 -1
  107. package/src/proto/video_frame_pb.ts +7 -1
  108. package/src/room.ts +33 -33
  109. package/src/version.ts +1 -1
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/proto/ffi_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.1 with parameter \"target=ts,import_extension=.js\"\n// @generated from file ffi.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\";\nimport { 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\";\nimport { CreateAudioTrackRequest, CreateAudioTrackResponse, CreateVideoTrackRequest, CreateVideoTrackResponse, EnableRemoteTrackRequest, EnableRemoteTrackResponse, GetStatsCallback, GetStatsRequest, GetStatsResponse, LocalTrackMuteRequest, LocalTrackMuteResponse, SetTrackSubscriptionPermissionsRequest, SetTrackSubscriptionPermissionsResponse, TrackEvent } from \"./track_pb.js\";\nimport { CaptureVideoFrameRequest, CaptureVideoFrameResponse, NewVideoSourceRequest, NewVideoSourceResponse, NewVideoStreamRequest, NewVideoStreamResponse, VideoConvertRequest, VideoConvertResponse, VideoStreamEvent, VideoStreamFromParticipantRequest, VideoStreamFromParticipantResponse } from \"./video_frame_pb.js\";\nimport { 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\";\nimport { E2eeRequest, E2eeResponse } from \"./e2ee_pb.js\";\nimport { PerformRpcCallback, PerformRpcRequest, PerformRpcResponse, RegisterRpcMethodRequest, RegisterRpcMethodResponse, RpcMethodInvocationEvent, RpcMethodInvocationResponseRequest, RpcMethodInvocationResponseResponse, UnregisterRpcMethodRequest, UnregisterRpcMethodResponse } from \"./rpc_pb.js\";\nimport { EnableRemoteTrackPublicationRequest, EnableRemoteTrackPublicationResponse, UpdateRemoteTrackPublicationDimensionRequest, UpdateRemoteTrackPublicationDimensionResponse } from \"./track_publication_pb.js\";\nimport { 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\";\n\n/**\n * @generated from enum livekit.proto.LogLevel\n */\nexport enum LogLevel {\n /**\n * @generated from enum value: LOG_ERROR = 0;\n */\n LOG_ERROR = 0,\n\n /**\n * @generated from enum value: LOG_WARN = 1;\n */\n LOG_WARN = 1,\n\n /**\n * @generated from enum value: LOG_INFO = 2;\n */\n LOG_INFO = 2,\n\n /**\n * @generated from enum value: LOG_DEBUG = 3;\n */\n LOG_DEBUG = 3,\n\n /**\n * @generated from enum value: LOG_TRACE = 4;\n */\n LOG_TRACE = 4,\n}\n// Retrieve enum metadata with: proto2.getEnumType(LogLevel)\nproto2.util.setEnumType(LogLevel, \"livekit.proto.LogLevel\", [\n { no: 0, name: \"LOG_ERROR\" },\n { no: 1, name: \"LOG_WARN\" },\n { no: 2, name: \"LOG_INFO\" },\n { no: 3, name: \"LOG_DEBUG\" },\n { no: 4, name: \"LOG_TRACE\" },\n]);\n\n/**\n * This is the input of livekit_ffi_request function\n * We always expect a response (FFIResponse, even if it's empty)\n *\n * @generated from message livekit.proto.FfiRequest\n */\nexport class FfiRequest extends Message<FfiRequest> {\n /**\n * @generated from oneof livekit.proto.FfiRequest.message\n */\n message: {\n /**\n * @generated from field: livekit.proto.DisposeRequest dispose = 2;\n */\n value: DisposeRequest;\n case: \"dispose\";\n } | {\n /**\n * Room\n *\n * @generated from field: livekit.proto.ConnectRequest connect = 3;\n */\n value: ConnectRequest;\n case: \"connect\";\n } | {\n /**\n * @generated from field: livekit.proto.DisconnectRequest disconnect = 4;\n */\n value: DisconnectRequest;\n case: \"disconnect\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishTrackRequest publish_track = 5;\n */\n value: PublishTrackRequest;\n case: \"publishTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.UnpublishTrackRequest unpublish_track = 6;\n */\n value: UnpublishTrackRequest;\n case: \"unpublishTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishDataRequest publish_data = 7;\n */\n value: PublishDataRequest;\n case: \"publishData\";\n } | {\n /**\n * @generated from field: livekit.proto.SetSubscribedRequest set_subscribed = 8;\n */\n value: SetSubscribedRequest;\n case: \"setSubscribed\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalMetadataRequest set_local_metadata = 9;\n */\n value: SetLocalMetadataRequest;\n case: \"setLocalMetadata\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalNameRequest set_local_name = 10;\n */\n value: SetLocalNameRequest;\n case: \"setLocalName\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalAttributesRequest set_local_attributes = 11;\n */\n value: SetLocalAttributesRequest;\n case: \"setLocalAttributes\";\n } | {\n /**\n * @generated from field: livekit.proto.GetSessionStatsRequest get_session_stats = 12;\n */\n value: GetSessionStatsRequest;\n case: \"getSessionStats\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishTranscriptionRequest publish_transcription = 13;\n */\n value: PublishTranscriptionRequest;\n case: \"publishTranscription\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishSipDtmfRequest publish_sip_dtmf = 14;\n */\n value: PublishSipDtmfRequest;\n case: \"publishSipDtmf\";\n } | {\n /**\n * Track\n *\n * @generated from field: livekit.proto.CreateVideoTrackRequest create_video_track = 15;\n */\n value: CreateVideoTrackRequest;\n case: \"createVideoTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.CreateAudioTrackRequest create_audio_track = 16;\n */\n value: CreateAudioTrackRequest;\n case: \"createAudioTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.LocalTrackMuteRequest local_track_mute = 17;\n */\n value: LocalTrackMuteRequest;\n case: \"localTrackMute\";\n } | {\n /**\n * @generated from field: livekit.proto.EnableRemoteTrackRequest enable_remote_track = 18;\n */\n value: EnableRemoteTrackRequest;\n case: \"enableRemoteTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.GetStatsRequest get_stats = 19;\n */\n value: GetStatsRequest;\n case: \"getStats\";\n } | {\n /**\n * @generated from field: livekit.proto.SetTrackSubscriptionPermissionsRequest set_track_subscription_permissions = 48;\n */\n value: SetTrackSubscriptionPermissionsRequest;\n case: \"setTrackSubscriptionPermissions\";\n } | {\n /**\n * Video\n *\n * @generated from field: livekit.proto.NewVideoStreamRequest new_video_stream = 20;\n */\n value: NewVideoStreamRequest;\n case: \"newVideoStream\";\n } | {\n /**\n * @generated from field: livekit.proto.NewVideoSourceRequest new_video_source = 21;\n */\n value: NewVideoSourceRequest;\n case: \"newVideoSource\";\n } | {\n /**\n * @generated from field: livekit.proto.CaptureVideoFrameRequest capture_video_frame = 22;\n */\n value: CaptureVideoFrameRequest;\n case: \"captureVideoFrame\";\n } | {\n /**\n * @generated from field: livekit.proto.VideoConvertRequest video_convert = 23;\n */\n value: VideoConvertRequest;\n case: \"videoConvert\";\n } | {\n /**\n * @generated from field: livekit.proto.VideoStreamFromParticipantRequest video_stream_from_participant = 24;\n */\n value: VideoStreamFromParticipantRequest;\n case: \"videoStreamFromParticipant\";\n } | {\n /**\n * Audio\n *\n * @generated from field: livekit.proto.NewAudioStreamRequest new_audio_stream = 25;\n */\n value: NewAudioStreamRequest;\n case: \"newAudioStream\";\n } | {\n /**\n * @generated from field: livekit.proto.NewAudioSourceRequest new_audio_source = 26;\n */\n value: NewAudioSourceRequest;\n case: \"newAudioSource\";\n } | {\n /**\n * @generated from field: livekit.proto.CaptureAudioFrameRequest capture_audio_frame = 27;\n */\n value: CaptureAudioFrameRequest;\n case: \"captureAudioFrame\";\n } | {\n /**\n * @generated from field: livekit.proto.ClearAudioBufferRequest clear_audio_buffer = 28;\n */\n value: ClearAudioBufferRequest;\n case: \"clearAudioBuffer\";\n } | {\n /**\n * @generated from field: livekit.proto.NewAudioResamplerRequest new_audio_resampler = 29;\n */\n value: NewAudioResamplerRequest;\n case: \"newAudioResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.RemixAndResampleRequest remix_and_resample = 30;\n */\n value: RemixAndResampleRequest;\n case: \"remixAndResample\";\n } | {\n /**\n * @generated from field: livekit.proto.E2eeRequest e2ee = 31;\n */\n value: E2eeRequest;\n case: \"e2ee\";\n } | {\n /**\n * @generated from field: livekit.proto.AudioStreamFromParticipantRequest audio_stream_from_participant = 32;\n */\n value: AudioStreamFromParticipantRequest;\n case: \"audioStreamFromParticipant\";\n } | {\n /**\n * @generated from field: livekit.proto.NewSoxResamplerRequest new_sox_resampler = 33;\n */\n value: NewSoxResamplerRequest;\n case: \"newSoxResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.PushSoxResamplerRequest push_sox_resampler = 34;\n */\n value: PushSoxResamplerRequest;\n case: \"pushSoxResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.FlushSoxResamplerRequest flush_sox_resampler = 35;\n */\n value: FlushSoxResamplerRequest;\n case: \"flushSoxResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.SendChatMessageRequest send_chat_message = 36;\n */\n value: SendChatMessageRequest;\n case: \"sendChatMessage\";\n } | {\n /**\n * @generated from field: livekit.proto.EditChatMessageRequest edit_chat_message = 37;\n */\n value: EditChatMessageRequest;\n case: \"editChatMessage\";\n } | {\n /**\n * RPC\n *\n * @generated from field: livekit.proto.PerformRpcRequest perform_rpc = 38;\n */\n value: PerformRpcRequest;\n case: \"performRpc\";\n } | {\n /**\n * @generated from field: livekit.proto.RegisterRpcMethodRequest register_rpc_method = 39;\n */\n value: RegisterRpcMethodRequest;\n case: \"registerRpcMethod\";\n } | {\n /**\n * @generated from field: livekit.proto.UnregisterRpcMethodRequest unregister_rpc_method = 40;\n */\n value: UnregisterRpcMethodRequest;\n case: \"unregisterRpcMethod\";\n } | {\n /**\n * @generated from field: livekit.proto.RpcMethodInvocationResponseRequest rpc_method_invocation_response = 41;\n */\n value: RpcMethodInvocationResponseRequest;\n case: \"rpcMethodInvocationResponse\";\n } | {\n /**\n * Track Publication\n *\n * @generated from field: livekit.proto.EnableRemoteTrackPublicationRequest enable_remote_track_publication = 42;\n */\n value: EnableRemoteTrackPublicationRequest;\n case: \"enableRemoteTrackPublication\";\n } | {\n /**\n * @generated from field: livekit.proto.UpdateRemoteTrackPublicationDimensionRequest update_remote_track_publication_dimension = 43;\n */\n value: UpdateRemoteTrackPublicationDimensionRequest;\n case: \"updateRemoteTrackPublicationDimension\";\n } | {\n /**\n * Data Streams (low level)\n *\n * @generated from field: livekit.proto.SendStreamHeaderRequest send_stream_header = 44;\n */\n value: SendStreamHeaderRequest;\n case: \"sendStreamHeader\";\n } | {\n /**\n * @generated from field: livekit.proto.SendStreamChunkRequest send_stream_chunk = 45;\n */\n value: SendStreamChunkRequest;\n case: \"sendStreamChunk\";\n } | {\n /**\n * @generated from field: livekit.proto.SendStreamTrailerRequest send_stream_trailer = 46;\n */\n value: SendStreamTrailerRequest;\n case: \"sendStreamTrailer\";\n } | {\n /**\n * Data Channel\n *\n * @generated from field: livekit.proto.SetDataChannelBufferedAmountLowThresholdRequest set_data_channel_buffered_amount_low_threshold = 47;\n */\n value: SetDataChannelBufferedAmountLowThresholdRequest;\n case: \"setDataChannelBufferedAmountLowThreshold\";\n } | {\n /**\n * Audio Filter Plugin\n *\n * @generated from field: livekit.proto.LoadAudioFilterPluginRequest load_audio_filter_plugin = 49;\n */\n value: LoadAudioFilterPluginRequest;\n case: \"loadAudioFilterPlugin\";\n } | {\n /**\n * @generated from field: livekit.proto.NewApmRequest new_apm = 50;\n */\n value: NewApmRequest;\n case: \"newApm\";\n } | {\n /**\n * @generated from field: livekit.proto.ApmProcessStreamRequest apm_process_stream = 51;\n */\n value: ApmProcessStreamRequest;\n case: \"apmProcessStream\";\n } | {\n /**\n * @generated from field: livekit.proto.ApmProcessReverseStreamRequest apm_process_reverse_stream = 52;\n */\n value: ApmProcessReverseStreamRequest;\n case: \"apmProcessReverseStream\";\n } | {\n /**\n * @generated from field: livekit.proto.ApmSetStreamDelayRequest apm_set_stream_delay = 53;\n */\n value: ApmSetStreamDelayRequest;\n case: \"apmSetStreamDelay\";\n } | {\n /**\n * Data Streams (high level)\n *\n * @generated from field: livekit.proto.ByteStreamReaderReadIncrementalRequest byte_read_incremental = 54;\n */\n value: ByteStreamReaderReadIncrementalRequest;\n case: \"byteReadIncremental\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamReaderReadAllRequest byte_read_all = 55;\n */\n value: ByteStreamReaderReadAllRequest;\n case: \"byteReadAll\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamReaderWriteToFileRequest byte_write_to_file = 56;\n */\n value: ByteStreamReaderWriteToFileRequest;\n case: \"byteWriteToFile\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamReaderReadIncrementalRequest text_read_incremental = 57;\n */\n value: TextStreamReaderReadIncrementalRequest;\n case: \"textReadIncremental\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamReaderReadAllRequest text_read_all = 58;\n */\n value: TextStreamReaderReadAllRequest;\n case: \"textReadAll\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendFileRequest send_file = 59;\n */\n value: StreamSendFileRequest;\n case: \"sendFile\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendTextRequest send_text = 60;\n */\n value: StreamSendTextRequest;\n case: \"sendText\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamOpenRequest byte_stream_open = 61;\n */\n value: ByteStreamOpenRequest;\n case: \"byteStreamOpen\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamWriterWriteRequest byte_stream_write = 62;\n */\n value: ByteStreamWriterWriteRequest;\n case: \"byteStreamWrite\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamWriterCloseRequest byte_stream_close = 63;\n */\n value: ByteStreamWriterCloseRequest;\n case: \"byteStreamClose\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamOpenRequest text_stream_open = 64;\n */\n value: TextStreamOpenRequest;\n case: \"textStreamOpen\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamWriterWriteRequest text_stream_write = 65;\n */\n value: TextStreamWriterWriteRequest;\n case: \"textStreamWrite\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamWriterCloseRequest text_stream_close = 66;\n */\n value: TextStreamWriterCloseRequest;\n case: \"textStreamClose\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendBytesRequest send_bytes = 67;\n */\n value: StreamSendBytesRequest;\n case: \"sendBytes\";\n } | { case: undefined; value?: undefined } = { case: undefined };\n\n constructor(data?: PartialMessage<FfiRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.FfiRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 2, name: \"dispose\", kind: \"message\", T: DisposeRequest, oneof: \"message\" },\n { no: 3, name: \"connect\", kind: \"message\", T: ConnectRequest, oneof: \"message\" },\n { no: 4, name: \"disconnect\", kind: \"message\", T: DisconnectRequest, oneof: \"message\" },\n { no: 5, name: \"publish_track\", kind: \"message\", T: PublishTrackRequest, oneof: \"message\" },\n { no: 6, name: \"unpublish_track\", kind: \"message\", T: UnpublishTrackRequest, oneof: \"message\" },\n { no: 7, name: \"publish_data\", kind: \"message\", T: PublishDataRequest, oneof: \"message\" },\n { no: 8, name: \"set_subscribed\", kind: \"message\", T: SetSubscribedRequest, oneof: \"message\" },\n { no: 9, name: \"set_local_metadata\", kind: \"message\", T: SetLocalMetadataRequest, oneof: \"message\" },\n { no: 10, name: \"set_local_name\", kind: \"message\", T: SetLocalNameRequest, oneof: \"message\" },\n { no: 11, name: \"set_local_attributes\", kind: \"message\", T: SetLocalAttributesRequest, oneof: \"message\" },\n { no: 12, name: \"get_session_stats\", kind: \"message\", T: GetSessionStatsRequest, oneof: \"message\" },\n { no: 13, name: \"publish_transcription\", kind: \"message\", T: PublishTranscriptionRequest, oneof: \"message\" },\n { no: 14, name: \"publish_sip_dtmf\", kind: \"message\", T: PublishSipDtmfRequest, oneof: \"message\" },\n { no: 15, name: \"create_video_track\", kind: \"message\", T: CreateVideoTrackRequest, oneof: \"message\" },\n { no: 16, name: \"create_audio_track\", kind: \"message\", T: CreateAudioTrackRequest, oneof: \"message\" },\n { no: 17, name: \"local_track_mute\", kind: \"message\", T: LocalTrackMuteRequest, oneof: \"message\" },\n { no: 18, name: \"enable_remote_track\", kind: \"message\", T: EnableRemoteTrackRequest, oneof: \"message\" },\n { no: 19, name: \"get_stats\", kind: \"message\", T: GetStatsRequest, oneof: \"message\" },\n { no: 48, name: \"set_track_subscription_permissions\", kind: \"message\", T: SetTrackSubscriptionPermissionsRequest, oneof: \"message\" },\n { no: 20, name: \"new_video_stream\", kind: \"message\", T: NewVideoStreamRequest, oneof: \"message\" },\n { no: 21, name: \"new_video_source\", kind: \"message\", T: NewVideoSourceRequest, oneof: \"message\" },\n { no: 22, name: \"capture_video_frame\", kind: \"message\", T: CaptureVideoFrameRequest, oneof: \"message\" },\n { no: 23, name: \"video_convert\", kind: \"message\", T: VideoConvertRequest, oneof: \"message\" },\n { no: 24, name: \"video_stream_from_participant\", kind: \"message\", T: VideoStreamFromParticipantRequest, oneof: \"message\" },\n { no: 25, name: \"new_audio_stream\", kind: \"message\", T: NewAudioStreamRequest, oneof: \"message\" },\n { no: 26, name: \"new_audio_source\", kind: \"message\", T: NewAudioSourceRequest, oneof: \"message\" },\n { no: 27, name: \"capture_audio_frame\", kind: \"message\", T: CaptureAudioFrameRequest, oneof: \"message\" },\n { no: 28, name: \"clear_audio_buffer\", kind: \"message\", T: ClearAudioBufferRequest, oneof: \"message\" },\n { no: 29, name: \"new_audio_resampler\", kind: \"message\", T: NewAudioResamplerRequest, oneof: \"message\" },\n { no: 30, name: \"remix_and_resample\", kind: \"message\", T: RemixAndResampleRequest, oneof: \"message\" },\n { no: 31, name: \"e2ee\", kind: \"message\", T: E2eeRequest, oneof: \"message\" },\n { no: 32, name: \"audio_stream_from_participant\", kind: \"message\", T: AudioStreamFromParticipantRequest, oneof: \"message\" },\n { no: 33, name: \"new_sox_resampler\", kind: \"message\", T: NewSoxResamplerRequest, oneof: \"message\" },\n { no: 34, name: \"push_sox_resampler\", kind: \"message\", T: PushSoxResamplerRequest, oneof: \"message\" },\n { no: 35, name: \"flush_sox_resampler\", kind: \"message\", T: FlushSoxResamplerRequest, oneof: \"message\" },\n { no: 36, name: \"send_chat_message\", kind: \"message\", T: SendChatMessageRequest, oneof: \"message\" },\n { no: 37, name: \"edit_chat_message\", kind: \"message\", T: EditChatMessageRequest, oneof: \"message\" },\n { no: 38, name: \"perform_rpc\", kind: \"message\", T: PerformRpcRequest, oneof: \"message\" },\n { no: 39, name: \"register_rpc_method\", kind: \"message\", T: RegisterRpcMethodRequest, oneof: \"message\" },\n { no: 40, name: \"unregister_rpc_method\", kind: \"message\", T: UnregisterRpcMethodRequest, oneof: \"message\" },\n { no: 41, name: \"rpc_method_invocation_response\", kind: \"message\", T: RpcMethodInvocationResponseRequest, oneof: \"message\" },\n { no: 42, name: \"enable_remote_track_publication\", kind: \"message\", T: EnableRemoteTrackPublicationRequest, oneof: \"message\" },\n { no: 43, name: \"update_remote_track_publication_dimension\", kind: \"message\", T: UpdateRemoteTrackPublicationDimensionRequest, oneof: \"message\" },\n { no: 44, name: \"send_stream_header\", kind: \"message\", T: SendStreamHeaderRequest, oneof: \"message\" },\n { no: 45, name: \"send_stream_chunk\", kind: \"message\", T: SendStreamChunkRequest, oneof: \"message\" },\n { no: 46, name: \"send_stream_trailer\", kind: \"message\", T: SendStreamTrailerRequest, oneof: \"message\" },\n { no: 47, name: \"set_data_channel_buffered_amount_low_threshold\", kind: \"message\", T: SetDataChannelBufferedAmountLowThresholdRequest, oneof: \"message\" },\n { no: 49, name: \"load_audio_filter_plugin\", kind: \"message\", T: LoadAudioFilterPluginRequest, oneof: \"message\" },\n { no: 50, name: \"new_apm\", kind: \"message\", T: NewApmRequest, oneof: \"message\" },\n { no: 51, name: \"apm_process_stream\", kind: \"message\", T: ApmProcessStreamRequest, oneof: \"message\" },\n { no: 52, name: \"apm_process_reverse_stream\", kind: \"message\", T: ApmProcessReverseStreamRequest, oneof: \"message\" },\n { no: 53, name: \"apm_set_stream_delay\", kind: \"message\", T: ApmSetStreamDelayRequest, oneof: \"message\" },\n { no: 54, name: \"byte_read_incremental\", kind: \"message\", T: ByteStreamReaderReadIncrementalRequest, oneof: \"message\" },\n { no: 55, name: \"byte_read_all\", kind: \"message\", T: ByteStreamReaderReadAllRequest, oneof: \"message\" },\n { no: 56, name: \"byte_write_to_file\", kind: \"message\", T: ByteStreamReaderWriteToFileRequest, oneof: \"message\" },\n { no: 57, name: \"text_read_incremental\", kind: \"message\", T: TextStreamReaderReadIncrementalRequest, oneof: \"message\" },\n { no: 58, name: \"text_read_all\", kind: \"message\", T: TextStreamReaderReadAllRequest, oneof: \"message\" },\n { no: 59, name: \"send_file\", kind: \"message\", T: StreamSendFileRequest, oneof: \"message\" },\n { no: 60, name: \"send_text\", kind: \"message\", T: StreamSendTextRequest, oneof: \"message\" },\n { no: 61, name: \"byte_stream_open\", kind: \"message\", T: ByteStreamOpenRequest, oneof: \"message\" },\n { no: 62, name: \"byte_stream_write\", kind: \"message\", T: ByteStreamWriterWriteRequest, oneof: \"message\" },\n { no: 63, name: \"byte_stream_close\", kind: \"message\", T: ByteStreamWriterCloseRequest, oneof: \"message\" },\n { no: 64, name: \"text_stream_open\", kind: \"message\", T: TextStreamOpenRequest, oneof: \"message\" },\n { no: 65, name: \"text_stream_write\", kind: \"message\", T: TextStreamWriterWriteRequest, oneof: \"message\" },\n { no: 66, name: \"text_stream_close\", kind: \"message\", T: TextStreamWriterCloseRequest, oneof: \"message\" },\n { no: 67, name: \"send_bytes\", kind: \"message\", T: StreamSendBytesRequest, oneof: \"message\" },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FfiRequest {\n return new FfiRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FfiRequest {\n return new FfiRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FfiRequest {\n return new FfiRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: FfiRequest | PlainMessage<FfiRequest> | undefined, b: FfiRequest | PlainMessage<FfiRequest> | undefined): boolean {\n return proto2.util.equals(FfiRequest, a, b);\n }\n}\n\n/**\n * This is the output of livekit_ffi_request function.\n *\n * @generated from message livekit.proto.FfiResponse\n */\nexport class FfiResponse extends Message<FfiResponse> {\n /**\n * @generated from oneof livekit.proto.FfiResponse.message\n */\n message: {\n /**\n * @generated from field: livekit.proto.DisposeResponse dispose = 2;\n */\n value: DisposeResponse;\n case: \"dispose\";\n } | {\n /**\n * Room\n *\n * @generated from field: livekit.proto.ConnectResponse connect = 3;\n */\n value: ConnectResponse;\n case: \"connect\";\n } | {\n /**\n * @generated from field: livekit.proto.DisconnectResponse disconnect = 4;\n */\n value: DisconnectResponse;\n case: \"disconnect\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishTrackResponse publish_track = 5;\n */\n value: PublishTrackResponse;\n case: \"publishTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.UnpublishTrackResponse unpublish_track = 6;\n */\n value: UnpublishTrackResponse;\n case: \"unpublishTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishDataResponse publish_data = 7;\n */\n value: PublishDataResponse;\n case: \"publishData\";\n } | {\n /**\n * @generated from field: livekit.proto.SetSubscribedResponse set_subscribed = 8;\n */\n value: SetSubscribedResponse;\n case: \"setSubscribed\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalMetadataResponse set_local_metadata = 9;\n */\n value: SetLocalMetadataResponse;\n case: \"setLocalMetadata\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalNameResponse set_local_name = 10;\n */\n value: SetLocalNameResponse;\n case: \"setLocalName\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalAttributesResponse set_local_attributes = 11;\n */\n value: SetLocalAttributesResponse;\n case: \"setLocalAttributes\";\n } | {\n /**\n * @generated from field: livekit.proto.GetSessionStatsResponse get_session_stats = 12;\n */\n value: GetSessionStatsResponse;\n case: \"getSessionStats\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishTranscriptionResponse publish_transcription = 13;\n */\n value: PublishTranscriptionResponse;\n case: \"publishTranscription\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishSipDtmfResponse publish_sip_dtmf = 14;\n */\n value: PublishSipDtmfResponse;\n case: \"publishSipDtmf\";\n } | {\n /**\n * Track\n *\n * @generated from field: livekit.proto.CreateVideoTrackResponse create_video_track = 15;\n */\n value: CreateVideoTrackResponse;\n case: \"createVideoTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.CreateAudioTrackResponse create_audio_track = 16;\n */\n value: CreateAudioTrackResponse;\n case: \"createAudioTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.LocalTrackMuteResponse local_track_mute = 17;\n */\n value: LocalTrackMuteResponse;\n case: \"localTrackMute\";\n } | {\n /**\n * @generated from field: livekit.proto.EnableRemoteTrackResponse enable_remote_track = 18;\n */\n value: EnableRemoteTrackResponse;\n case: \"enableRemoteTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.GetStatsResponse get_stats = 19;\n */\n value: GetStatsResponse;\n case: \"getStats\";\n } | {\n /**\n * @generated from field: livekit.proto.SetTrackSubscriptionPermissionsResponse set_track_subscription_permissions = 47;\n */\n value: SetTrackSubscriptionPermissionsResponse;\n case: \"setTrackSubscriptionPermissions\";\n } | {\n /**\n * Video\n *\n * @generated from field: livekit.proto.NewVideoStreamResponse new_video_stream = 20;\n */\n value: NewVideoStreamResponse;\n case: \"newVideoStream\";\n } | {\n /**\n * @generated from field: livekit.proto.NewVideoSourceResponse new_video_source = 21;\n */\n value: NewVideoSourceResponse;\n case: \"newVideoSource\";\n } | {\n /**\n * @generated from field: livekit.proto.CaptureVideoFrameResponse capture_video_frame = 22;\n */\n value: CaptureVideoFrameResponse;\n case: \"captureVideoFrame\";\n } | {\n /**\n * @generated from field: livekit.proto.VideoConvertResponse video_convert = 23;\n */\n value: VideoConvertResponse;\n case: \"videoConvert\";\n } | {\n /**\n * @generated from field: livekit.proto.VideoStreamFromParticipantResponse video_stream_from_participant = 24;\n */\n value: VideoStreamFromParticipantResponse;\n case: \"videoStreamFromParticipant\";\n } | {\n /**\n * Audio\n *\n * @generated from field: livekit.proto.NewAudioStreamResponse new_audio_stream = 25;\n */\n value: NewAudioStreamResponse;\n case: \"newAudioStream\";\n } | {\n /**\n * @generated from field: livekit.proto.NewAudioSourceResponse new_audio_source = 26;\n */\n value: NewAudioSourceResponse;\n case: \"newAudioSource\";\n } | {\n /**\n * @generated from field: livekit.proto.CaptureAudioFrameResponse capture_audio_frame = 27;\n */\n value: CaptureAudioFrameResponse;\n case: \"captureAudioFrame\";\n } | {\n /**\n * @generated from field: livekit.proto.ClearAudioBufferResponse clear_audio_buffer = 28;\n */\n value: ClearAudioBufferResponse;\n case: \"clearAudioBuffer\";\n } | {\n /**\n * @generated from field: livekit.proto.NewAudioResamplerResponse new_audio_resampler = 29;\n */\n value: NewAudioResamplerResponse;\n case: \"newAudioResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.RemixAndResampleResponse remix_and_resample = 30;\n */\n value: RemixAndResampleResponse;\n case: \"remixAndResample\";\n } | {\n /**\n * @generated from field: livekit.proto.AudioStreamFromParticipantResponse audio_stream_from_participant = 31;\n */\n value: AudioStreamFromParticipantResponse;\n case: \"audioStreamFromParticipant\";\n } | {\n /**\n * @generated from field: livekit.proto.E2eeResponse e2ee = 32;\n */\n value: E2eeResponse;\n case: \"e2ee\";\n } | {\n /**\n * @generated from field: livekit.proto.NewSoxResamplerResponse new_sox_resampler = 33;\n */\n value: NewSoxResamplerResponse;\n case: \"newSoxResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.PushSoxResamplerResponse push_sox_resampler = 34;\n */\n value: PushSoxResamplerResponse;\n case: \"pushSoxResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.FlushSoxResamplerResponse flush_sox_resampler = 35;\n */\n value: FlushSoxResamplerResponse;\n case: \"flushSoxResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.SendChatMessageResponse send_chat_message = 36;\n */\n value: SendChatMessageResponse;\n case: \"sendChatMessage\";\n } | {\n /**\n * RPC\n *\n * @generated from field: livekit.proto.PerformRpcResponse perform_rpc = 37;\n */\n value: PerformRpcResponse;\n case: \"performRpc\";\n } | {\n /**\n * @generated from field: livekit.proto.RegisterRpcMethodResponse register_rpc_method = 38;\n */\n value: RegisterRpcMethodResponse;\n case: \"registerRpcMethod\";\n } | {\n /**\n * @generated from field: livekit.proto.UnregisterRpcMethodResponse unregister_rpc_method = 39;\n */\n value: UnregisterRpcMethodResponse;\n case: \"unregisterRpcMethod\";\n } | {\n /**\n * @generated from field: livekit.proto.RpcMethodInvocationResponseResponse rpc_method_invocation_response = 40;\n */\n value: RpcMethodInvocationResponseResponse;\n case: \"rpcMethodInvocationResponse\";\n } | {\n /**\n * Track Publication\n *\n * @generated from field: livekit.proto.EnableRemoteTrackPublicationResponse enable_remote_track_publication = 41;\n */\n value: EnableRemoteTrackPublicationResponse;\n case: \"enableRemoteTrackPublication\";\n } | {\n /**\n * @generated from field: livekit.proto.UpdateRemoteTrackPublicationDimensionResponse update_remote_track_publication_dimension = 42;\n */\n value: UpdateRemoteTrackPublicationDimensionResponse;\n case: \"updateRemoteTrackPublicationDimension\";\n } | {\n /**\n * Data Streams\n *\n * @generated from field: livekit.proto.SendStreamHeaderResponse send_stream_header = 43;\n */\n value: SendStreamHeaderResponse;\n case: \"sendStreamHeader\";\n } | {\n /**\n * @generated from field: livekit.proto.SendStreamChunkResponse send_stream_chunk = 44;\n */\n value: SendStreamChunkResponse;\n case: \"sendStreamChunk\";\n } | {\n /**\n * @generated from field: livekit.proto.SendStreamTrailerResponse send_stream_trailer = 45;\n */\n value: SendStreamTrailerResponse;\n case: \"sendStreamTrailer\";\n } | {\n /**\n * Data Channel\n *\n * @generated from field: livekit.proto.SetDataChannelBufferedAmountLowThresholdResponse set_data_channel_buffered_amount_low_threshold = 46;\n */\n value: SetDataChannelBufferedAmountLowThresholdResponse;\n case: \"setDataChannelBufferedAmountLowThreshold\";\n } | {\n /**\n * Audio Filter Plugin\n *\n * @generated from field: livekit.proto.LoadAudioFilterPluginResponse load_audio_filter_plugin = 48;\n */\n value: LoadAudioFilterPluginResponse;\n case: \"loadAudioFilterPlugin\";\n } | {\n /**\n * @generated from field: livekit.proto.NewApmResponse new_apm = 49;\n */\n value: NewApmResponse;\n case: \"newApm\";\n } | {\n /**\n * @generated from field: livekit.proto.ApmProcessStreamResponse apm_process_stream = 50;\n */\n value: ApmProcessStreamResponse;\n case: \"apmProcessStream\";\n } | {\n /**\n * @generated from field: livekit.proto.ApmProcessReverseStreamResponse apm_process_reverse_stream = 51;\n */\n value: ApmProcessReverseStreamResponse;\n case: \"apmProcessReverseStream\";\n } | {\n /**\n * @generated from field: livekit.proto.ApmSetStreamDelayResponse apm_set_stream_delay = 52;\n */\n value: ApmSetStreamDelayResponse;\n case: \"apmSetStreamDelay\";\n } | {\n /**\n * Data Streams (high level)\n *\n * @generated from field: livekit.proto.ByteStreamReaderReadIncrementalResponse byte_read_incremental = 53;\n */\n value: ByteStreamReaderReadIncrementalResponse;\n case: \"byteReadIncremental\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamReaderReadAllResponse byte_read_all = 54;\n */\n value: ByteStreamReaderReadAllResponse;\n case: \"byteReadAll\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamReaderWriteToFileResponse byte_write_to_file = 55;\n */\n value: ByteStreamReaderWriteToFileResponse;\n case: \"byteWriteToFile\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamReaderReadIncrementalResponse text_read_incremental = 56;\n */\n value: TextStreamReaderReadIncrementalResponse;\n case: \"textReadIncremental\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamReaderReadAllResponse text_read_all = 57;\n */\n value: TextStreamReaderReadAllResponse;\n case: \"textReadAll\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendFileResponse send_file = 58;\n */\n value: StreamSendFileResponse;\n case: \"sendFile\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendTextResponse send_text = 59;\n */\n value: StreamSendTextResponse;\n case: \"sendText\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamOpenResponse byte_stream_open = 60;\n */\n value: ByteStreamOpenResponse;\n case: \"byteStreamOpen\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamWriterWriteResponse byte_stream_write = 61;\n */\n value: ByteStreamWriterWriteResponse;\n case: \"byteStreamWrite\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamWriterCloseResponse byte_stream_close = 62;\n */\n value: ByteStreamWriterCloseResponse;\n case: \"byteStreamClose\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamOpenResponse text_stream_open = 63;\n */\n value: TextStreamOpenResponse;\n case: \"textStreamOpen\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamWriterWriteResponse text_stream_write = 64;\n */\n value: TextStreamWriterWriteResponse;\n case: \"textStreamWrite\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamWriterCloseResponse text_stream_close = 65;\n */\n value: TextStreamWriterCloseResponse;\n case: \"textStreamClose\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendBytesResponse send_bytes = 66;\n */\n value: StreamSendBytesResponse;\n case: \"sendBytes\";\n } | { case: undefined; value?: undefined } = { case: undefined };\n\n constructor(data?: PartialMessage<FfiResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.FfiResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 2, name: \"dispose\", kind: \"message\", T: DisposeResponse, oneof: \"message\" },\n { no: 3, name: \"connect\", kind: \"message\", T: ConnectResponse, oneof: \"message\" },\n { no: 4, name: \"disconnect\", kind: \"message\", T: DisconnectResponse, oneof: \"message\" },\n { no: 5, name: \"publish_track\", kind: \"message\", T: PublishTrackResponse, oneof: \"message\" },\n { no: 6, name: \"unpublish_track\", kind: \"message\", T: UnpublishTrackResponse, oneof: \"message\" },\n { no: 7, name: \"publish_data\", kind: \"message\", T: PublishDataResponse, oneof: \"message\" },\n { no: 8, name: \"set_subscribed\", kind: \"message\", T: SetSubscribedResponse, oneof: \"message\" },\n { no: 9, name: \"set_local_metadata\", kind: \"message\", T: SetLocalMetadataResponse, oneof: \"message\" },\n { no: 10, name: \"set_local_name\", kind: \"message\", T: SetLocalNameResponse, oneof: \"message\" },\n { no: 11, name: \"set_local_attributes\", kind: \"message\", T: SetLocalAttributesResponse, oneof: \"message\" },\n { no: 12, name: \"get_session_stats\", kind: \"message\", T: GetSessionStatsResponse, oneof: \"message\" },\n { no: 13, name: \"publish_transcription\", kind: \"message\", T: PublishTranscriptionResponse, oneof: \"message\" },\n { no: 14, name: \"publish_sip_dtmf\", kind: \"message\", T: PublishSipDtmfResponse, oneof: \"message\" },\n { no: 15, name: \"create_video_track\", kind: \"message\", T: CreateVideoTrackResponse, oneof: \"message\" },\n { no: 16, name: \"create_audio_track\", kind: \"message\", T: CreateAudioTrackResponse, oneof: \"message\" },\n { no: 17, name: \"local_track_mute\", kind: \"message\", T: LocalTrackMuteResponse, oneof: \"message\" },\n { no: 18, name: \"enable_remote_track\", kind: \"message\", T: EnableRemoteTrackResponse, oneof: \"message\" },\n { no: 19, name: \"get_stats\", kind: \"message\", T: GetStatsResponse, oneof: \"message\" },\n { no: 47, name: \"set_track_subscription_permissions\", kind: \"message\", T: SetTrackSubscriptionPermissionsResponse, oneof: \"message\" },\n { no: 20, name: \"new_video_stream\", kind: \"message\", T: NewVideoStreamResponse, oneof: \"message\" },\n { no: 21, name: \"new_video_source\", kind: \"message\", T: NewVideoSourceResponse, oneof: \"message\" },\n { no: 22, name: \"capture_video_frame\", kind: \"message\", T: CaptureVideoFrameResponse, oneof: \"message\" },\n { no: 23, name: \"video_convert\", kind: \"message\", T: VideoConvertResponse, oneof: \"message\" },\n { no: 24, name: \"video_stream_from_participant\", kind: \"message\", T: VideoStreamFromParticipantResponse, oneof: \"message\" },\n { no: 25, name: \"new_audio_stream\", kind: \"message\", T: NewAudioStreamResponse, oneof: \"message\" },\n { no: 26, name: \"new_audio_source\", kind: \"message\", T: NewAudioSourceResponse, oneof: \"message\" },\n { no: 27, name: \"capture_audio_frame\", kind: \"message\", T: CaptureAudioFrameResponse, oneof: \"message\" },\n { no: 28, name: \"clear_audio_buffer\", kind: \"message\", T: ClearAudioBufferResponse, oneof: \"message\" },\n { no: 29, name: \"new_audio_resampler\", kind: \"message\", T: NewAudioResamplerResponse, oneof: \"message\" },\n { no: 30, name: \"remix_and_resample\", kind: \"message\", T: RemixAndResampleResponse, oneof: \"message\" },\n { no: 31, name: \"audio_stream_from_participant\", kind: \"message\", T: AudioStreamFromParticipantResponse, oneof: \"message\" },\n { no: 32, name: \"e2ee\", kind: \"message\", T: E2eeResponse, oneof: \"message\" },\n { no: 33, name: \"new_sox_resampler\", kind: \"message\", T: NewSoxResamplerResponse, oneof: \"message\" },\n { no: 34, name: \"push_sox_resampler\", kind: \"message\", T: PushSoxResamplerResponse, oneof: \"message\" },\n { no: 35, name: \"flush_sox_resampler\", kind: \"message\", T: FlushSoxResamplerResponse, oneof: \"message\" },\n { no: 36, name: \"send_chat_message\", kind: \"message\", T: SendChatMessageResponse, oneof: \"message\" },\n { no: 37, name: \"perform_rpc\", kind: \"message\", T: PerformRpcResponse, oneof: \"message\" },\n { no: 38, name: \"register_rpc_method\", kind: \"message\", T: RegisterRpcMethodResponse, oneof: \"message\" },\n { no: 39, name: \"unregister_rpc_method\", kind: \"message\", T: UnregisterRpcMethodResponse, oneof: \"message\" },\n { no: 40, name: \"rpc_method_invocation_response\", kind: \"message\", T: RpcMethodInvocationResponseResponse, oneof: \"message\" },\n { no: 41, name: \"enable_remote_track_publication\", kind: \"message\", T: EnableRemoteTrackPublicationResponse, oneof: \"message\" },\n { no: 42, name: \"update_remote_track_publication_dimension\", kind: \"message\", T: UpdateRemoteTrackPublicationDimensionResponse, oneof: \"message\" },\n { no: 43, name: \"send_stream_header\", kind: \"message\", T: SendStreamHeaderResponse, oneof: \"message\" },\n { no: 44, name: \"send_stream_chunk\", kind: \"message\", T: SendStreamChunkResponse, oneof: \"message\" },\n { no: 45, name: \"send_stream_trailer\", kind: \"message\", T: SendStreamTrailerResponse, oneof: \"message\" },\n { no: 46, name: \"set_data_channel_buffered_amount_low_threshold\", kind: \"message\", T: SetDataChannelBufferedAmountLowThresholdResponse, oneof: \"message\" },\n { no: 48, name: \"load_audio_filter_plugin\", kind: \"message\", T: LoadAudioFilterPluginResponse, oneof: \"message\" },\n { no: 49, name: \"new_apm\", kind: \"message\", T: NewApmResponse, oneof: \"message\" },\n { no: 50, name: \"apm_process_stream\", kind: \"message\", T: ApmProcessStreamResponse, oneof: \"message\" },\n { no: 51, name: \"apm_process_reverse_stream\", kind: \"message\", T: ApmProcessReverseStreamResponse, oneof: \"message\" },\n { no: 52, name: \"apm_set_stream_delay\", kind: \"message\", T: ApmSetStreamDelayResponse, oneof: \"message\" },\n { no: 53, name: \"byte_read_incremental\", kind: \"message\", T: ByteStreamReaderReadIncrementalResponse, oneof: \"message\" },\n { no: 54, name: \"byte_read_all\", kind: \"message\", T: ByteStreamReaderReadAllResponse, oneof: \"message\" },\n { no: 55, name: \"byte_write_to_file\", kind: \"message\", T: ByteStreamReaderWriteToFileResponse, oneof: \"message\" },\n { no: 56, name: \"text_read_incremental\", kind: \"message\", T: TextStreamReaderReadIncrementalResponse, oneof: \"message\" },\n { no: 57, name: \"text_read_all\", kind: \"message\", T: TextStreamReaderReadAllResponse, oneof: \"message\" },\n { no: 58, name: \"send_file\", kind: \"message\", T: StreamSendFileResponse, oneof: \"message\" },\n { no: 59, name: \"send_text\", kind: \"message\", T: StreamSendTextResponse, oneof: \"message\" },\n { no: 60, name: \"byte_stream_open\", kind: \"message\", T: ByteStreamOpenResponse, oneof: \"message\" },\n { no: 61, name: \"byte_stream_write\", kind: \"message\", T: ByteStreamWriterWriteResponse, oneof: \"message\" },\n { no: 62, name: \"byte_stream_close\", kind: \"message\", T: ByteStreamWriterCloseResponse, oneof: \"message\" },\n { no: 63, name: \"text_stream_open\", kind: \"message\", T: TextStreamOpenResponse, oneof: \"message\" },\n { no: 64, name: \"text_stream_write\", kind: \"message\", T: TextStreamWriterWriteResponse, oneof: \"message\" },\n { no: 65, name: \"text_stream_close\", kind: \"message\", T: TextStreamWriterCloseResponse, oneof: \"message\" },\n { no: 66, name: \"send_bytes\", kind: \"message\", T: StreamSendBytesResponse, oneof: \"message\" },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FfiResponse {\n return new FfiResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FfiResponse {\n return new FfiResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FfiResponse {\n return new FfiResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: FfiResponse | PlainMessage<FfiResponse> | undefined, b: FfiResponse | PlainMessage<FfiResponse> | undefined): boolean {\n return proto2.util.equals(FfiResponse, a, b);\n }\n}\n\n/**\n * To minimize complexity, participant events are not included in the protocol.\n * It is easily deducible from the room events and it turned out that is is easier to implement\n * on the ffi client side.\n *\n * @generated from message livekit.proto.FfiEvent\n */\nexport class FfiEvent extends Message<FfiEvent> {\n /**\n * @generated from oneof livekit.proto.FfiEvent.message\n */\n message: {\n /**\n * @generated from field: livekit.proto.RoomEvent room_event = 1;\n */\n value: RoomEvent;\n case: \"roomEvent\";\n } | {\n /**\n * @generated from field: livekit.proto.TrackEvent track_event = 2;\n */\n value: TrackEvent;\n case: \"trackEvent\";\n } | {\n /**\n * @generated from field: livekit.proto.VideoStreamEvent video_stream_event = 3;\n */\n value: VideoStreamEvent;\n case: \"videoStreamEvent\";\n } | {\n /**\n * @generated from field: livekit.proto.AudioStreamEvent audio_stream_event = 4;\n */\n value: AudioStreamEvent;\n case: \"audioStreamEvent\";\n } | {\n /**\n * @generated from field: livekit.proto.ConnectCallback connect = 5;\n */\n value: ConnectCallback;\n case: \"connect\";\n } | {\n /**\n * @generated from field: livekit.proto.DisconnectCallback disconnect = 7;\n */\n value: DisconnectCallback;\n case: \"disconnect\";\n } | {\n /**\n * @generated from field: livekit.proto.DisposeCallback dispose = 8;\n */\n value: DisposeCallback;\n case: \"dispose\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishTrackCallback publish_track = 9;\n */\n value: PublishTrackCallback;\n case: \"publishTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.UnpublishTrackCallback unpublish_track = 10;\n */\n value: UnpublishTrackCallback;\n case: \"unpublishTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishDataCallback publish_data = 11;\n */\n value: PublishDataCallback;\n case: \"publishData\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishTranscriptionCallback publish_transcription = 12;\n */\n value: PublishTranscriptionCallback;\n case: \"publishTranscription\";\n } | {\n /**\n * @generated from field: livekit.proto.CaptureAudioFrameCallback capture_audio_frame = 13;\n */\n value: CaptureAudioFrameCallback;\n case: \"captureAudioFrame\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalMetadataCallback set_local_metadata = 14;\n */\n value: SetLocalMetadataCallback;\n case: \"setLocalMetadata\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalNameCallback set_local_name = 15;\n */\n value: SetLocalNameCallback;\n case: \"setLocalName\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalAttributesCallback set_local_attributes = 16;\n */\n value: SetLocalAttributesCallback;\n case: \"setLocalAttributes\";\n } | {\n /**\n * @generated from field: livekit.proto.GetStatsCallback get_stats = 17;\n */\n value: GetStatsCallback;\n case: \"getStats\";\n } | {\n /**\n * @generated from field: livekit.proto.LogBatch logs = 18;\n */\n value: LogBatch;\n case: \"logs\";\n } | {\n /**\n * @generated from field: livekit.proto.GetSessionStatsCallback get_session_stats = 19;\n */\n value: GetSessionStatsCallback;\n case: \"getSessionStats\";\n } | {\n /**\n * @generated from field: livekit.proto.Panic panic = 20;\n */\n value: Panic;\n case: \"panic\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishSipDtmfCallback publish_sip_dtmf = 21;\n */\n value: PublishSipDtmfCallback;\n case: \"publishSipDtmf\";\n } | {\n /**\n * @generated from field: livekit.proto.SendChatMessageCallback chat_message = 22;\n */\n value: SendChatMessageCallback;\n case: \"chatMessage\";\n } | {\n /**\n * @generated from field: livekit.proto.PerformRpcCallback perform_rpc = 23;\n */\n value: PerformRpcCallback;\n case: \"performRpc\";\n } | {\n /**\n * @generated from field: livekit.proto.RpcMethodInvocationEvent rpc_method_invocation = 24;\n */\n value: RpcMethodInvocationEvent;\n case: \"rpcMethodInvocation\";\n } | {\n /**\n * Data Streams (low level)\n *\n * @generated from field: livekit.proto.SendStreamHeaderCallback send_stream_header = 25;\n */\n value: SendStreamHeaderCallback;\n case: \"sendStreamHeader\";\n } | {\n /**\n * @generated from field: livekit.proto.SendStreamChunkCallback send_stream_chunk = 26;\n */\n value: SendStreamChunkCallback;\n case: \"sendStreamChunk\";\n } | {\n /**\n * @generated from field: livekit.proto.SendStreamTrailerCallback send_stream_trailer = 27;\n */\n value: SendStreamTrailerCallback;\n case: \"sendStreamTrailer\";\n } | {\n /**\n * Data Streams (high level)\n *\n * @generated from field: livekit.proto.ByteStreamReaderEvent byte_stream_reader_event = 28;\n */\n value: ByteStreamReaderEvent;\n case: \"byteStreamReaderEvent\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamReaderReadAllCallback byte_stream_reader_read_all = 29;\n */\n value: ByteStreamReaderReadAllCallback;\n case: \"byteStreamReaderReadAll\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamReaderWriteToFileCallback byte_stream_reader_write_to_file = 30;\n */\n value: ByteStreamReaderWriteToFileCallback;\n case: \"byteStreamReaderWriteToFile\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamOpenCallback byte_stream_open = 31;\n */\n value: ByteStreamOpenCallback;\n case: \"byteStreamOpen\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamWriterWriteCallback byte_stream_writer_write = 32;\n */\n value: ByteStreamWriterWriteCallback;\n case: \"byteStreamWriterWrite\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamWriterCloseCallback byte_stream_writer_close = 33;\n */\n value: ByteStreamWriterCloseCallback;\n case: \"byteStreamWriterClose\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendFileCallback send_file = 34;\n */\n value: StreamSendFileCallback;\n case: \"sendFile\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamReaderEvent text_stream_reader_event = 35;\n */\n value: TextStreamReaderEvent;\n case: \"textStreamReaderEvent\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamReaderReadAllCallback text_stream_reader_read_all = 36;\n */\n value: TextStreamReaderReadAllCallback;\n case: \"textStreamReaderReadAll\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamOpenCallback text_stream_open = 37;\n */\n value: TextStreamOpenCallback;\n case: \"textStreamOpen\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamWriterWriteCallback text_stream_writer_write = 38;\n */\n value: TextStreamWriterWriteCallback;\n case: \"textStreamWriterWrite\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamWriterCloseCallback text_stream_writer_close = 39;\n */\n value: TextStreamWriterCloseCallback;\n case: \"textStreamWriterClose\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendTextCallback send_text = 40;\n */\n value: StreamSendTextCallback;\n case: \"sendText\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendBytesCallback send_bytes = 41;\n */\n value: StreamSendBytesCallback;\n case: \"sendBytes\";\n } | { case: undefined; value?: undefined } = { case: undefined };\n\n constructor(data?: PartialMessage<FfiEvent>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.FfiEvent\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"room_event\", kind: \"message\", T: RoomEvent, oneof: \"message\" },\n { no: 2, name: \"track_event\", kind: \"message\", T: TrackEvent, oneof: \"message\" },\n { no: 3, name: \"video_stream_event\", kind: \"message\", T: VideoStreamEvent, oneof: \"message\" },\n { no: 4, name: \"audio_stream_event\", kind: \"message\", T: AudioStreamEvent, oneof: \"message\" },\n { no: 5, name: \"connect\", kind: \"message\", T: ConnectCallback, oneof: \"message\" },\n { no: 7, name: \"disconnect\", kind: \"message\", T: DisconnectCallback, oneof: \"message\" },\n { no: 8, name: \"dispose\", kind: \"message\", T: DisposeCallback, oneof: \"message\" },\n { no: 9, name: \"publish_track\", kind: \"message\", T: PublishTrackCallback, oneof: \"message\" },\n { no: 10, name: \"unpublish_track\", kind: \"message\", T: UnpublishTrackCallback, oneof: \"message\" },\n { no: 11, name: \"publish_data\", kind: \"message\", T: PublishDataCallback, oneof: \"message\" },\n { no: 12, name: \"publish_transcription\", kind: \"message\", T: PublishTranscriptionCallback, oneof: \"message\" },\n { no: 13, name: \"capture_audio_frame\", kind: \"message\", T: CaptureAudioFrameCallback, oneof: \"message\" },\n { no: 14, name: \"set_local_metadata\", kind: \"message\", T: SetLocalMetadataCallback, oneof: \"message\" },\n { no: 15, name: \"set_local_name\", kind: \"message\", T: SetLocalNameCallback, oneof: \"message\" },\n { no: 16, name: \"set_local_attributes\", kind: \"message\", T: SetLocalAttributesCallback, oneof: \"message\" },\n { no: 17, name: \"get_stats\", kind: \"message\", T: GetStatsCallback, oneof: \"message\" },\n { no: 18, name: \"logs\", kind: \"message\", T: LogBatch, oneof: \"message\" },\n { no: 19, name: \"get_session_stats\", kind: \"message\", T: GetSessionStatsCallback, oneof: \"message\" },\n { no: 20, name: \"panic\", kind: \"message\", T: Panic, oneof: \"message\" },\n { no: 21, name: \"publish_sip_dtmf\", kind: \"message\", T: PublishSipDtmfCallback, oneof: \"message\" },\n { no: 22, name: \"chat_message\", kind: \"message\", T: SendChatMessageCallback, oneof: \"message\" },\n { no: 23, name: \"perform_rpc\", kind: \"message\", T: PerformRpcCallback, oneof: \"message\" },\n { no: 24, name: \"rpc_method_invocation\", kind: \"message\", T: RpcMethodInvocationEvent, oneof: \"message\" },\n { no: 25, name: \"send_stream_header\", kind: \"message\", T: SendStreamHeaderCallback, oneof: \"message\" },\n { no: 26, name: \"send_stream_chunk\", kind: \"message\", T: SendStreamChunkCallback, oneof: \"message\" },\n { no: 27, name: \"send_stream_trailer\", kind: \"message\", T: SendStreamTrailerCallback, oneof: \"message\" },\n { no: 28, name: \"byte_stream_reader_event\", kind: \"message\", T: ByteStreamReaderEvent, oneof: \"message\" },\n { no: 29, name: \"byte_stream_reader_read_all\", kind: \"message\", T: ByteStreamReaderReadAllCallback, oneof: \"message\" },\n { no: 30, name: \"byte_stream_reader_write_to_file\", kind: \"message\", T: ByteStreamReaderWriteToFileCallback, oneof: \"message\" },\n { no: 31, name: \"byte_stream_open\", kind: \"message\", T: ByteStreamOpenCallback, oneof: \"message\" },\n { no: 32, name: \"byte_stream_writer_write\", kind: \"message\", T: ByteStreamWriterWriteCallback, oneof: \"message\" },\n { no: 33, name: \"byte_stream_writer_close\", kind: \"message\", T: ByteStreamWriterCloseCallback, oneof: \"message\" },\n { no: 34, name: \"send_file\", kind: \"message\", T: StreamSendFileCallback, oneof: \"message\" },\n { no: 35, name: \"text_stream_reader_event\", kind: \"message\", T: TextStreamReaderEvent, oneof: \"message\" },\n { no: 36, name: \"text_stream_reader_read_all\", kind: \"message\", T: TextStreamReaderReadAllCallback, oneof: \"message\" },\n { no: 37, name: \"text_stream_open\", kind: \"message\", T: TextStreamOpenCallback, oneof: \"message\" },\n { no: 38, name: \"text_stream_writer_write\", kind: \"message\", T: TextStreamWriterWriteCallback, oneof: \"message\" },\n { no: 39, name: \"text_stream_writer_close\", kind: \"message\", T: TextStreamWriterCloseCallback, oneof: \"message\" },\n { no: 40, name: \"send_text\", kind: \"message\", T: StreamSendTextCallback, oneof: \"message\" },\n { no: 41, name: \"send_bytes\", kind: \"message\", T: StreamSendBytesCallback, oneof: \"message\" },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FfiEvent {\n return new FfiEvent().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FfiEvent {\n return new FfiEvent().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FfiEvent {\n return new FfiEvent().fromJsonString(jsonString, options);\n }\n\n static equals(a: FfiEvent | PlainMessage<FfiEvent> | undefined, b: FfiEvent | PlainMessage<FfiEvent> | undefined): boolean {\n return proto2.util.equals(FfiEvent, a, b);\n }\n}\n\n/**\n * Stop all rooms synchronously (Do we need async here?).\n * e.g: This is used for the Unity Editor after each assemblies reload.\n * TODO(theomonnom): Implement a debug mode where we can find all leaked handles?\n *\n * @generated from message livekit.proto.DisposeRequest\n */\nexport class DisposeRequest extends Message<DisposeRequest> {\n /**\n * @generated from field: required bool async = 1;\n */\n async?: boolean;\n\n constructor(data?: PartialMessage<DisposeRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.DisposeRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"async\", kind: \"scalar\", T: 8 /* ScalarType.BOOL */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DisposeRequest {\n return new DisposeRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DisposeRequest {\n return new DisposeRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DisposeRequest {\n return new DisposeRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: DisposeRequest | PlainMessage<DisposeRequest> | undefined, b: DisposeRequest | PlainMessage<DisposeRequest> | undefined): boolean {\n return proto2.util.equals(DisposeRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.DisposeResponse\n */\nexport class DisposeResponse extends Message<DisposeResponse> {\n /**\n * None if sync\n *\n * @generated from field: optional uint64 async_id = 1;\n */\n asyncId?: bigint;\n\n constructor(data?: PartialMessage<DisposeResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.DisposeResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"async_id\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DisposeResponse {\n return new DisposeResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DisposeResponse {\n return new DisposeResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DisposeResponse {\n return new DisposeResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: DisposeResponse | PlainMessage<DisposeResponse> | undefined, b: DisposeResponse | PlainMessage<DisposeResponse> | undefined): boolean {\n return proto2.util.equals(DisposeResponse, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.DisposeCallback\n */\nexport class DisposeCallback extends Message<DisposeCallback> {\n /**\n * @generated from field: required uint64 async_id = 1;\n */\n asyncId?: bigint;\n\n constructor(data?: PartialMessage<DisposeCallback>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.DisposeCallback\";\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>): DisposeCallback {\n return new DisposeCallback().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DisposeCallback {\n return new DisposeCallback().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DisposeCallback {\n return new DisposeCallback().fromJsonString(jsonString, options);\n }\n\n static equals(a: DisposeCallback | PlainMessage<DisposeCallback> | undefined, b: DisposeCallback | PlainMessage<DisposeCallback> | undefined): boolean {\n return proto2.util.equals(DisposeCallback, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.LogRecord\n */\nexport class LogRecord extends Message<LogRecord> {\n /**\n * @generated from field: required livekit.proto.LogLevel level = 1;\n */\n level?: LogLevel;\n\n /**\n * e.g \"livekit\", \"libwebrtc\", \"tokio-tungstenite\", etc...\n *\n * @generated from field: required string target = 2;\n */\n target?: string;\n\n /**\n * @generated from field: optional string module_path = 3;\n */\n modulePath?: string;\n\n /**\n * @generated from field: optional string file = 4;\n */\n file?: string;\n\n /**\n * @generated from field: optional uint32 line = 5;\n */\n line?: number;\n\n /**\n * @generated from field: required string message = 6;\n */\n message?: string;\n\n constructor(data?: PartialMessage<LogRecord>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.LogRecord\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"level\", kind: \"enum\", T: proto2.getEnumType(LogLevel), req: true },\n { no: 2, name: \"target\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n { no: 3, name: \"module_path\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, opt: true },\n { no: 4, name: \"file\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, opt: true },\n { no: 5, name: \"line\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, opt: true },\n { no: 6, name: \"message\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): LogRecord {\n return new LogRecord().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): LogRecord {\n return new LogRecord().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LogRecord {\n return new LogRecord().fromJsonString(jsonString, options);\n }\n\n static equals(a: LogRecord | PlainMessage<LogRecord> | undefined, b: LogRecord | PlainMessage<LogRecord> | undefined): boolean {\n return proto2.util.equals(LogRecord, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.LogBatch\n */\nexport class LogBatch extends Message<LogBatch> {\n /**\n * @generated from field: repeated livekit.proto.LogRecord records = 1;\n */\n records: LogRecord[] = [];\n\n constructor(data?: PartialMessage<LogBatch>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.LogBatch\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"records\", kind: \"message\", T: LogRecord, repeated: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): LogBatch {\n return new LogBatch().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): LogBatch {\n return new LogBatch().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LogBatch {\n return new LogBatch().fromJsonString(jsonString, options);\n }\n\n static equals(a: LogBatch | PlainMessage<LogBatch> | undefined, b: LogBatch | PlainMessage<LogBatch> | undefined): boolean {\n return proto2.util.equals(LogBatch, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.Panic\n */\nexport class Panic extends Message<Panic> {\n /**\n * @generated from field: required string message = 1;\n */\n message?: string;\n\n constructor(data?: PartialMessage<Panic>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.Panic\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"message\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Panic {\n return new Panic().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Panic {\n return new Panic().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Panic {\n return new Panic().fromJsonString(jsonString, options);\n }\n\n static equals(a: Panic | PlainMessage<Panic> | undefined, b: Panic | PlainMessage<Panic> | undefined): boolean {\n return proto2.util.equals(Panic, a, b);\n }\n}\n\n"],"mappings":"AAoBA,SAAS,SAAS,cAAc;AAChC,SAAS,iBAAiB,gBAAgB,iBAAiB,oBAAoB,mBAAmB,oBAAoB,wBAAwB,yBAAyB,wBAAwB,yBAAyB,qBAAqB,oBAAoB,qBAAqB,wBAAwB,uBAAuB,wBAAwB,sBAAsB,qBAAqB,sBAAsB,8BAA8B,6BAA6B,8BAA8B,WAAW,yBAAyB,wBAAwB,yBAAyB,yBAAyB,wBAAwB,yBAAyB,0BAA0B,yBAAyB,0BAA0B,2BAA2B,0BAA0B,2BAA2B,iDAAiD,kDAAkD,4BAA4B,2BAA2B,4BAA4B,0BAA0B,yBAAyB,0BAA0B,sBAAsB,qBAAqB,sBAAsB,sBAAsB,uBAAuB,wBAAwB,uBAAuB,8BAA8B;AACjvC,SAAS,yBAAyB,0BAA0B,yBAAyB,0BAA0B,0BAA0B,2BAA2B,kBAAkB,iBAAiB,kBAAkB,uBAAuB,wBAAwB,wCAAwC,yCAAyC,kBAAkB;AAC3W,SAAS,0BAA0B,2BAA2B,uBAAuB,wBAAwB,uBAAuB,wBAAwB,qBAAqB,sBAAsB,kBAAkB,mCAAmC,0CAA0C;AACtS,SAAS,gCAAgC,iCAAiC,yBAAyB,0BAA0B,0BAA0B,2BAA2B,kBAAkB,mCAAmC,oCAAoC,2BAA2B,0BAA0B,2BAA2B,yBAAyB,0BAA0B,0BAA0B,2BAA2B,8BAA8B,+BAA+B,eAAe,gBAAgB,0BAA0B,2BAA2B,uBAAuB,wBAAwB,uBAAuB,wBAAwB,wBAAwB,yBAAyB,yBAAyB,0BAA0B,yBAAyB,gCAAgC;AAC/0B,SAAS,aAAa,oBAAoB;AAC1C,SAAS,oBAAoB,mBAAmB,oBAAoB,0BAA0B,2BAA2B,0BAA0B,oCAAoC,qCAAqC,4BAA4B,mCAAmC;AAC3R,SAAS,qCAAqC,sCAAsC,8CAA8C,qDAAqD;AACvL,SAAS,wBAAwB,uBAAuB,wBAAwB,uBAAuB,iCAAiC,gCAAgC,iCAAiC,wCAAwC,yCAAyC,qCAAqC,oCAAoC,qCAAqC,+BAA+B,8BAA8B,+BAA+B,+BAA+B,8BAA8B,+BAA+B,yBAAyB,wBAAwB,yBAAyB,wBAAwB,uBAAuB,wBAAwB,wBAAwB,uBAAuB,wBAAwB,wBAAwB,uBAAuB,wBAAwB,uBAAuB,iCAAiC,gCAAgC,iCAAiC,wCAAwC,yCAAyC,+BAA+B,8BAA8B,+BAA+B,+BAA+B,8BAA8B,qCAAqC;AAKhuC,IAAK,WAAL,kBAAKA,cAAL;AAIL,EAAAA,oBAAA,eAAY,KAAZ;AAKA,EAAAA,oBAAA,cAAW,KAAX;AAKA,EAAAA,oBAAA,cAAW,KAAX;AAKA,EAAAA,oBAAA,eAAY,KAAZ;AAKA,EAAAA,oBAAA,eAAY,KAAZ;AAxBU,SAAAA;AAAA,GAAA;AA2BZ,OAAO,KAAK,YAAY,UAAU,0BAA0B;AAAA,EAC1D,EAAE,IAAI,GAAG,MAAM,YAAY;AAAA,EAC3B,EAAE,IAAI,GAAG,MAAM,WAAW;AAAA,EAC1B,EAAE,IAAI,GAAG,MAAM,WAAW;AAAA,EAC1B,EAAE,IAAI,GAAG,MAAM,YAAY;AAAA,EAC3B,EAAE,IAAI,GAAG,MAAM,YAAY;AAC7B,CAAC;AAQM,MAAM,cAAN,MAAM,oBAAmB,QAAoB;AAAA,EAsalD,YAAY,MAAmC;AAC7C,UAAM;AAnaR;AAAA;AAAA;AAAA,mBAga6C,EAAE,MAAM,OAAU;AAI7D,WAAO,KAAK,YAAY,MAAM,IAAI;AAAA,EACpC;AAAA,EAyEA,OAAO,WAAW,OAAmB,SAAkD;AACrF,WAAO,IAAI,YAAW,EAAE,WAAW,OAAO,OAAO;AAAA,EACnD;AAAA,EAEA,OAAO,SAAS,WAAsB,SAAgD;AACpF,WAAO,IAAI,YAAW,EAAE,SAAS,WAAW,OAAO;AAAA,EACrD;AAAA,EAEA,OAAO,eAAe,YAAoB,SAAgD;AACxF,WAAO,IAAI,YAAW,EAAE,eAAe,YAAY,OAAO;AAAA,EAC5D;AAAA,EAEA,OAAO,OAAO,GAAsD,GAA+D;AACjI,WAAO,OAAO,KAAK,OAAO,aAAY,GAAG,CAAC;AAAA,EAC5C;AACF;AAjgBa,YA2aK,UAAyB;AA3a9B,YA4aK,WAAW;AA5ahB,YA6aK,SAAoB,OAAO,KAAK,aAAa,MAAM;AAAA,EACjE,EAAE,IAAI,GAAG,MAAM,WAAW,MAAM,WAAW,GAAG,gBAAgB,OAAO,UAAU;AAAA,EAC/E,EAAE,IAAI,GAAG,MAAM,WAAW,MAAM,WAAW,GAAG,gBAAgB,OAAO,UAAU;AAAA,EAC/E,EAAE,IAAI,GAAG,MAAM,cAAc,MAAM,WAAW,GAAG,mBAAmB,OAAO,UAAU;AAAA,EACrF,EAAE,IAAI,GAAG,MAAM,iBAAiB,MAAM,WAAW,GAAG,qBAAqB,OAAO,UAAU;AAAA,EAC1F,EAAE,IAAI,GAAG,MAAM,mBAAmB,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EAC9F,EAAE,IAAI,GAAG,MAAM,gBAAgB,MAAM,WAAW,GAAG,oBAAoB,OAAO,UAAU;AAAA,EACxF,EAAE,IAAI,GAAG,MAAM,kBAAkB,MAAM,WAAW,GAAG,sBAAsB,OAAO,UAAU;AAAA,EAC5F,EAAE,IAAI,GAAG,MAAM,sBAAsB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACnG,EAAE,IAAI,IAAI,MAAM,kBAAkB,MAAM,WAAW,GAAG,qBAAqB,OAAO,UAAU;AAAA,EAC5F,EAAE,IAAI,IAAI,MAAM,wBAAwB,MAAM,WAAW,GAAG,2BAA2B,OAAO,UAAU;AAAA,EACxG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EAClG,EAAE,IAAI,IAAI,MAAM,yBAAyB,MAAM,WAAW,GAAG,6BAA6B,OAAO,UAAU;AAAA,EAC3G,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EAChG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACpG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACpG,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EAChG,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACtG,EAAE,IAAI,IAAI,MAAM,aAAa,MAAM,WAAW,GAAG,iBAAiB,OAAO,UAAU;AAAA,EACnF,EAAE,IAAI,IAAI,MAAM,sCAAsC,MAAM,WAAW,GAAG,wCAAwC,OAAO,UAAU;AAAA,EACnI,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EAChG,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EAChG,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACtG,EAAE,IAAI,IAAI,MAAM,iBAAiB,MAAM,WAAW,GAAG,qBAAqB,OAAO,UAAU;AAAA,EAC3F,EAAE,IAAI,IAAI,MAAM,iCAAiC,MAAM,WAAW,GAAG,mCAAmC,OAAO,UAAU;AAAA,EACzH,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EAChG,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EAChG,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACtG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACpG,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACtG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACpG,EAAE,IAAI,IAAI,MAAM,QAAQ,MAAM,WAAW,GAAG,aAAa,OAAO,UAAU;AAAA,EAC1E,EAAE,IAAI,IAAI,MAAM,iCAAiC,MAAM,WAAW,GAAG,mCAAmC,OAAO,UAAU;AAAA,EACzH,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EAClG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACpG,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACtG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EAClG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EAClG,EAAE,IAAI,IAAI,MAAM,eAAe,MAAM,WAAW,GAAG,mBAAmB,OAAO,UAAU;AAAA,EACvF,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACtG,EAAE,IAAI,IAAI,MAAM,yBAAyB,MAAM,WAAW,GAAG,4BAA4B,OAAO,UAAU;AAAA,EAC1G,EAAE,IAAI,IAAI,MAAM,kCAAkC,MAAM,WAAW,GAAG,oCAAoC,OAAO,UAAU;AAAA,EAC3H,EAAE,IAAI,IAAI,MAAM,mCAAmC,MAAM,WAAW,GAAG,qCAAqC,OAAO,UAAU;AAAA,EAC7H,EAAE,IAAI,IAAI,MAAM,6CAA6C,MAAM,WAAW,GAAG,8CAA8C,OAAO,UAAU;AAAA,EAChJ,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACpG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EAClG,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACtG,EAAE,IAAI,IAAI,MAAM,kDAAkD,MAAM,WAAW,GAAG,iDAAiD,OAAO,UAAU;AAAA,EACxJ,EAAE,IAAI,IAAI,MAAM,4BAA4B,MAAM,WAAW,GAAG,8BAA8B,OAAO,UAAU;AAAA,EAC/G,EAAE,IAAI,IAAI,MAAM,WAAW,MAAM,WAAW,GAAG,eAAe,OAAO,UAAU;AAAA,EAC/E,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACpG,EAAE,IAAI,IAAI,MAAM,8BAA8B,MAAM,WAAW,GAAG,gCAAgC,OAAO,UAAU;AAAA,EACnH,EAAE,IAAI,IAAI,MAAM,wBAAwB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACvG,EAAE,IAAI,IAAI,MAAM,yBAAyB,MAAM,WAAW,GAAG,wCAAwC,OAAO,UAAU;AAAA,EACtH,EAAE,IAAI,IAAI,MAAM,iBAAiB,MAAM,WAAW,GAAG,gCAAgC,OAAO,UAAU;AAAA,EACtG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,oCAAoC,OAAO,UAAU;AAAA,EAC/G,EAAE,IAAI,IAAI,MAAM,yBAAyB,MAAM,WAAW,GAAG,wCAAwC,OAAO,UAAU;AAAA,EACtH,EAAE,IAAI,IAAI,MAAM,iBAAiB,MAAM,WAAW,GAAG,gCAAgC,OAAO,UAAU;AAAA,EACtG,EAAE,IAAI,IAAI,MAAM,aAAa,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EACzF,EAAE,IAAI,IAAI,MAAM,aAAa,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EACzF,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EAChG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,8BAA8B,OAAO,UAAU;AAAA,EACxG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,8BAA8B,OAAO,UAAU;AAAA,EACxG,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EAChG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,8BAA8B,OAAO,UAAU;AAAA,EACxG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,8BAA8B,OAAO,UAAU;AAAA,EACxG,EAAE,IAAI,IAAI,MAAM,cAAc,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAC7F,CAAC;AAhfI,IAAM,aAAN;AAwgBA,MAAM,eAAN,MAAM,qBAAoB,QAAqB;AAAA,EAgapD,YAAY,MAAoC;AAC9C,UAAM;AA7ZR;AAAA;AAAA;AAAA,mBA0Z6C,EAAE,MAAM,OAAU;AAI7D,WAAO,KAAK,YAAY,MAAM,IAAI;AAAA,EACpC;AAAA,EAwEA,OAAO,WAAW,OAAmB,SAAmD;AACtF,WAAO,IAAI,aAAY,EAAE,WAAW,OAAO,OAAO;AAAA,EACpD;AAAA,EAEA,OAAO,SAAS,WAAsB,SAAiD;AACrF,WAAO,IAAI,aAAY,EAAE,SAAS,WAAW,OAAO;AAAA,EACtD;AAAA,EAEA,OAAO,eAAe,YAAoB,SAAiD;AACzF,WAAO,IAAI,aAAY,EAAE,eAAe,YAAY,OAAO;AAAA,EAC7D;AAAA,EAEA,OAAO,OAAO,GAAwD,GAAiE;AACrI,WAAO,OAAO,KAAK,OAAO,cAAa,GAAG,CAAC;AAAA,EAC7C;AACF;AA1fa,aAqaK,UAAyB;AAra9B,aAsaK,WAAW;AAtahB,aAuaK,SAAoB,OAAO,KAAK,aAAa,MAAM;AAAA,EACjE,EAAE,IAAI,GAAG,MAAM,WAAW,MAAM,WAAW,GAAG,iBAAiB,OAAO,UAAU;AAAA,EAChF,EAAE,IAAI,GAAG,MAAM,WAAW,MAAM,WAAW,GAAG,iBAAiB,OAAO,UAAU;AAAA,EAChF,EAAE,IAAI,GAAG,MAAM,cAAc,MAAM,WAAW,GAAG,oBAAoB,OAAO,UAAU;AAAA,EACtF,EAAE,IAAI,GAAG,MAAM,iBAAiB,MAAM,WAAW,GAAG,sBAAsB,OAAO,UAAU;AAAA,EAC3F,EAAE,IAAI,GAAG,MAAM,mBAAmB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EAC/F,EAAE,IAAI,GAAG,MAAM,gBAAgB,MAAM,WAAW,GAAG,qBAAqB,OAAO,UAAU;AAAA,EACzF,EAAE,IAAI,GAAG,MAAM,kBAAkB,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EAC7F,EAAE,IAAI,GAAG,MAAM,sBAAsB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACpG,EAAE,IAAI,IAAI,MAAM,kBAAkB,MAAM,WAAW,GAAG,sBAAsB,OAAO,UAAU;AAAA,EAC7F,EAAE,IAAI,IAAI,MAAM,wBAAwB,MAAM,WAAW,GAAG,4BAA4B,OAAO,UAAU;AAAA,EACzG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACnG,EAAE,IAAI,IAAI,MAAM,yBAAyB,MAAM,WAAW,GAAG,8BAA8B,OAAO,UAAU;AAAA,EAC5G,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EACjG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACrG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACrG,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EACjG,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,2BAA2B,OAAO,UAAU;AAAA,EACvG,EAAE,IAAI,IAAI,MAAM,aAAa,MAAM,WAAW,GAAG,kBAAkB,OAAO,UAAU;AAAA,EACpF,EAAE,IAAI,IAAI,MAAM,sCAAsC,MAAM,WAAW,GAAG,yCAAyC,OAAO,UAAU;AAAA,EACpI,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EACjG,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EACjG,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,2BAA2B,OAAO,UAAU;AAAA,EACvG,EAAE,IAAI,IAAI,MAAM,iBAAiB,MAAM,WAAW,GAAG,sBAAsB,OAAO,UAAU;AAAA,EAC5F,EAAE,IAAI,IAAI,MAAM,iCAAiC,MAAM,WAAW,GAAG,oCAAoC,OAAO,UAAU;AAAA,EAC1H,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EACjG,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EACjG,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,2BAA2B,OAAO,UAAU;AAAA,EACvG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACrG,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,2BAA2B,OAAO,UAAU;AAAA,EACvG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACrG,EAAE,IAAI,IAAI,MAAM,iCAAiC,MAAM,WAAW,GAAG,oCAAoC,OAAO,UAAU;AAAA,EAC1H,EAAE,IAAI,IAAI,MAAM,QAAQ,MAAM,WAAW,GAAG,cAAc,OAAO,UAAU;AAAA,EAC3E,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACnG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACrG,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,2BAA2B,OAAO,UAAU;AAAA,EACvG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACnG,EAAE,IAAI,IAAI,MAAM,eAAe,MAAM,WAAW,GAAG,oBAAoB,OAAO,UAAU;AAAA,EACxF,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,2BAA2B,OAAO,UAAU;AAAA,EACvG,EAAE,IAAI,IAAI,MAAM,yBAAyB,MAAM,WAAW,GAAG,6BAA6B,OAAO,UAAU;AAAA,EAC3G,EAAE,IAAI,IAAI,MAAM,kCAAkC,MAAM,WAAW,GAAG,qCAAqC,OAAO,UAAU;AAAA,EAC5H,EAAE,IAAI,IAAI,MAAM,mCAAmC,MAAM,WAAW,GAAG,sCAAsC,OAAO,UAAU;AAAA,EAC9H,EAAE,IAAI,IAAI,MAAM,6CAA6C,MAAM,WAAW,GAAG,+CAA+C,OAAO,UAAU;AAAA,EACjJ,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACrG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACnG,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,2BAA2B,OAAO,UAAU;AAAA,EACvG,EAAE,IAAI,IAAI,MAAM,kDAAkD,MAAM,WAAW,GAAG,kDAAkD,OAAO,UAAU;AAAA,EACzJ,EAAE,IAAI,IAAI,MAAM,4BAA4B,MAAM,WAAW,GAAG,+BAA+B,OAAO,UAAU;AAAA,EAChH,EAAE,IAAI,IAAI,MAAM,WAAW,MAAM,WAAW,GAAG,gBAAgB,OAAO,UAAU;AAAA,EAChF,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACrG,EAAE,IAAI,IAAI,MAAM,8BAA8B,MAAM,WAAW,GAAG,iCAAiC,OAAO,UAAU;AAAA,EACpH,EAAE,IAAI,IAAI,MAAM,wBAAwB,MAAM,WAAW,GAAG,2BAA2B,OAAO,UAAU;AAAA,EACxG,EAAE,IAAI,IAAI,MAAM,yBAAyB,MAAM,WAAW,GAAG,yCAAyC,OAAO,UAAU;AAAA,EACvH,EAAE,IAAI,IAAI,MAAM,iBAAiB,MAAM,WAAW,GAAG,iCAAiC,OAAO,UAAU;AAAA,EACvG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,qCAAqC,OAAO,UAAU;AAAA,EAChH,EAAE,IAAI,IAAI,MAAM,yBAAyB,MAAM,WAAW,GAAG,yCAAyC,OAAO,UAAU;AAAA,EACvH,EAAE,IAAI,IAAI,MAAM,iBAAiB,MAAM,WAAW,GAAG,iCAAiC,OAAO,UAAU;AAAA,EACvG,EAAE,IAAI,IAAI,MAAM,aAAa,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EAC1F,EAAE,IAAI,IAAI,MAAM,aAAa,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EAC1F,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EACjG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,+BAA+B,OAAO,UAAU;AAAA,EACzG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,+BAA+B,OAAO,UAAU;AAAA,EACzG,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EACjG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,+BAA+B,OAAO,UAAU;AAAA,EACzG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,+BAA+B,OAAO,UAAU;AAAA,EACzG,EAAE,IAAI,IAAI,MAAM,cAAc,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAC9F,CAAC;AAzeI,IAAM,cAAN;AAmgBA,MAAM,YAAN,MAAM,kBAAiB,QAAkB;AAAA,EA0P9C,YAAY,MAAiC;AAC3C,UAAM;AAvPR;AAAA;AAAA;AAAA,mBAoP6C,EAAE,MAAM,OAAU;AAI7D,WAAO,KAAK,YAAY,MAAM,IAAI;AAAA,EACpC;AAAA,EA+CA,OAAO,WAAW,OAAmB,SAAgD;AACnF,WAAO,IAAI,UAAS,EAAE,WAAW,OAAO,OAAO;AAAA,EACjD;AAAA,EAEA,OAAO,SAAS,WAAsB,SAA8C;AAClF,WAAO,IAAI,UAAS,EAAE,SAAS,WAAW,OAAO;AAAA,EACnD;AAAA,EAEA,OAAO,eAAe,YAAoB,SAA8C;AACtF,WAAO,IAAI,UAAS,EAAE,eAAe,YAAY,OAAO;AAAA,EAC1D;AAAA,EAEA,OAAO,OAAO,GAAkD,GAA2D;AACzH,WAAO,OAAO,KAAK,OAAO,WAAU,GAAG,CAAC;AAAA,EAC1C;AACF;AA3Ta,UA+PK,UAAyB;AA/P9B,UAgQK,WAAW;AAhQhB,UAiQK,SAAoB,OAAO,KAAK,aAAa,MAAM;AAAA,EACjE,EAAE,IAAI,GAAG,MAAM,cAAc,MAAM,WAAW,GAAG,WAAW,OAAO,UAAU;AAAA,EAC7E,EAAE,IAAI,GAAG,MAAM,eAAe,MAAM,WAAW,GAAG,YAAY,OAAO,UAAU;AAAA,EAC/E,EAAE,IAAI,GAAG,MAAM,sBAAsB,MAAM,WAAW,GAAG,kBAAkB,OAAO,UAAU;AAAA,EAC5F,EAAE,IAAI,GAAG,MAAM,sBAAsB,MAAM,WAAW,GAAG,kBAAkB,OAAO,UAAU;AAAA,EAC5F,EAAE,IAAI,GAAG,MAAM,WAAW,MAAM,WAAW,GAAG,iBAAiB,OAAO,UAAU;AAAA,EAChF,EAAE,IAAI,GAAG,MAAM,cAAc,MAAM,WAAW,GAAG,oBAAoB,OAAO,UAAU;AAAA,EACtF,EAAE,IAAI,GAAG,MAAM,WAAW,MAAM,WAAW,GAAG,iBAAiB,OAAO,UAAU;AAAA,EAChF,EAAE,IAAI,GAAG,MAAM,iBAAiB,MAAM,WAAW,GAAG,sBAAsB,OAAO,UAAU;AAAA,EAC3F,EAAE,IAAI,IAAI,MAAM,mBAAmB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EAChG,EAAE,IAAI,IAAI,MAAM,gBAAgB,MAAM,WAAW,GAAG,qBAAqB,OAAO,UAAU;AAAA,EAC1F,EAAE,IAAI,IAAI,MAAM,yBAAyB,MAAM,WAAW,GAAG,8BAA8B,OAAO,UAAU;AAAA,EAC5G,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,2BAA2B,OAAO,UAAU;AAAA,EACvG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACrG,EAAE,IAAI,IAAI,MAAM,kBAAkB,MAAM,WAAW,GAAG,sBAAsB,OAAO,UAAU;AAAA,EAC7F,EAAE,IAAI,IAAI,MAAM,wBAAwB,MAAM,WAAW,GAAG,4BAA4B,OAAO,UAAU;AAAA,EACzG,EAAE,IAAI,IAAI,MAAM,aAAa,MAAM,WAAW,GAAG,kBAAkB,OAAO,UAAU;AAAA,EACpF,EAAE,IAAI,IAAI,MAAM,QAAQ,MAAM,WAAW,GAAG,UAAU,OAAO,UAAU;AAAA,EACvE,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACnG,EAAE,IAAI,IAAI,MAAM,SAAS,MAAM,WAAW,GAAG,OAAO,OAAO,UAAU;AAAA,EACrE,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EACjG,EAAE,IAAI,IAAI,MAAM,gBAAgB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EAC9F,EAAE,IAAI,IAAI,MAAM,eAAe,MAAM,WAAW,GAAG,oBAAoB,OAAO,UAAU;AAAA,EACxF,EAAE,IAAI,IAAI,MAAM,yBAAyB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACxG,EAAE,IAAI,IAAI,MAAM,sBAAsB,MAAM,WAAW,GAAG,0BAA0B,OAAO,UAAU;AAAA,EACrG,EAAE,IAAI,IAAI,MAAM,qBAAqB,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAAA,EACnG,EAAE,IAAI,IAAI,MAAM,uBAAuB,MAAM,WAAW,GAAG,2BAA2B,OAAO,UAAU;AAAA,EACvG,EAAE,IAAI,IAAI,MAAM,4BAA4B,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EACxG,EAAE,IAAI,IAAI,MAAM,+BAA+B,MAAM,WAAW,GAAG,iCAAiC,OAAO,UAAU;AAAA,EACrH,EAAE,IAAI,IAAI,MAAM,oCAAoC,MAAM,WAAW,GAAG,qCAAqC,OAAO,UAAU;AAAA,EAC9H,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EACjG,EAAE,IAAI,IAAI,MAAM,4BAA4B,MAAM,WAAW,GAAG,+BAA+B,OAAO,UAAU;AAAA,EAChH,EAAE,IAAI,IAAI,MAAM,4BAA4B,MAAM,WAAW,GAAG,+BAA+B,OAAO,UAAU;AAAA,EAChH,EAAE,IAAI,IAAI,MAAM,aAAa,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EAC1F,EAAE,IAAI,IAAI,MAAM,4BAA4B,MAAM,WAAW,GAAG,uBAAuB,OAAO,UAAU;AAAA,EACxG,EAAE,IAAI,IAAI,MAAM,+BAA+B,MAAM,WAAW,GAAG,iCAAiC,OAAO,UAAU;AAAA,EACrH,EAAE,IAAI,IAAI,MAAM,oBAAoB,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EACjG,EAAE,IAAI,IAAI,MAAM,4BAA4B,MAAM,WAAW,GAAG,+BAA+B,OAAO,UAAU;AAAA,EAChH,EAAE,IAAI,IAAI,MAAM,4BAA4B,MAAM,WAAW,GAAG,+BAA+B,OAAO,UAAU;AAAA,EAChH,EAAE,IAAI,IAAI,MAAM,aAAa,MAAM,WAAW,GAAG,wBAAwB,OAAO,UAAU;AAAA,EAC1F,EAAE,IAAI,IAAI,MAAM,cAAc,MAAM,WAAW,GAAG,yBAAyB,OAAO,UAAU;AAC9F,CAAC;AA1SI,IAAM,WAAN;AAoUA,MAAM,kBAAN,MAAM,wBAAuB,QAAwB;AAAA,EAM1D,YAAY,MAAuC;AACjD,UAAM;AACN,WAAO,KAAK,YAAY,MAAM,IAAI;AAAA,EACpC;AAAA,EAQA,OAAO,WAAW,OAAmB,SAAsD;AACzF,WAAO,IAAI,gBAAe,EAAE,WAAW,OAAO,OAAO;AAAA,EACvD;AAAA,EAEA,OAAO,SAAS,WAAsB,SAAoD;AACxF,WAAO,IAAI,gBAAe,EAAE,SAAS,WAAW,OAAO;AAAA,EACzD;AAAA,EAEA,OAAO,eAAe,YAAoB,SAAoD;AAC5F,WAAO,IAAI,gBAAe,EAAE,eAAe,YAAY,OAAO;AAAA,EAChE;AAAA,EAEA,OAAO,OAAO,GAA8D,GAAuE;AACjJ,WAAO,OAAO,KAAK,OAAO,iBAAgB,GAAG,CAAC;AAAA,EAChD;AACF;AAhCa,gBAWK,UAAyB;AAX9B,gBAYK,WAAW;AAZhB,gBAaK,SAAoB,OAAO,KAAK,aAAa,MAAM;AAAA,EACjE,EAAE,IAAI,GAAG,MAAM,SAAS,MAAM,UAAU,GAAG,GAAyB,KAAK,KAAK;AAChF,CAAC;AAfI,IAAM,iBAAN;AAqCA,MAAM,mBAAN,MAAM,yBAAwB,QAAyB;AAAA,EAQ5D,YAAY,MAAwC;AAClD,UAAM;AACN,WAAO,KAAK,YAAY,MAAM,IAAI;AAAA,EACpC;AAAA,EAQA,OAAO,WAAW,OAAmB,SAAuD;AAC1F,WAAO,IAAI,iBAAgB,EAAE,WAAW,OAAO,OAAO;AAAA,EACxD;AAAA,EAEA,OAAO,SAAS,WAAsB,SAAqD;AACzF,WAAO,IAAI,iBAAgB,EAAE,SAAS,WAAW,OAAO;AAAA,EAC1D;AAAA,EAEA,OAAO,eAAe,YAAoB,SAAqD;AAC7F,WAAO,IAAI,iBAAgB,EAAE,eAAe,YAAY,OAAO;AAAA,EACjE;AAAA,EAEA,OAAO,OAAO,GAAgE,GAAyE;AACrJ,WAAO,OAAO,KAAK,OAAO,kBAAiB,GAAG,CAAC;AAAA,EACjD;AACF;AAlCa,iBAaK,UAAyB;AAb9B,iBAcK,WAAW;AAdhB,iBAeK,SAAoB,OAAO,KAAK,aAAa,MAAM;AAAA,EACjE,EAAE,IAAI,GAAG,MAAM,YAAY,MAAM,UAAU,GAAG,GAA2B,KAAK,KAAK;AACrF,CAAC;AAjBI,IAAM,kBAAN;AAuCA,MAAM,mBAAN,MAAM,yBAAwB,QAAyB;AAAA,EAM5D,YAAY,MAAwC;AAClD,UAAM;AACN,WAAO,KAAK,YAAY,MAAM,IAAI;AAAA,EACpC;AAAA,EAQA,OAAO,WAAW,OAAmB,SAAuD;AAC1F,WAAO,IAAI,iBAAgB,EAAE,WAAW,OAAO,OAAO;AAAA,EACxD;AAAA,EAEA,OAAO,SAAS,WAAsB,SAAqD;AACzF,WAAO,IAAI,iBAAgB,EAAE,SAAS,WAAW,OAAO;AAAA,EAC1D;AAAA,EAEA,OAAO,eAAe,YAAoB,SAAqD;AAC7F,WAAO,IAAI,iBAAgB,EAAE,eAAe,YAAY,OAAO;AAAA,EACjE;AAAA,EAEA,OAAO,OAAO,GAAgE,GAAyE;AACrJ,WAAO,OAAO,KAAK,OAAO,kBAAiB,GAAG,CAAC;AAAA,EACjD;AACF;AAhCa,iBAWK,UAAyB;AAX9B,iBAYK,WAAW;AAZhB,iBAaK,SAAoB,OAAO,KAAK,aAAa,MAAM;AAAA,EACjE,EAAE,IAAI,GAAG,MAAM,YAAY,MAAM,UAAU,GAAG,GAA2B,KAAK,KAAK;AACrF,CAAC;AAfI,IAAM,kBAAN;AAqCA,MAAM,aAAN,MAAM,mBAAkB,QAAmB;AAAA,EAiChD,YAAY,MAAkC;AAC5C,UAAM;AACN,WAAO,KAAK,YAAY,MAAM,IAAI;AAAA,EACpC;AAAA,EAaA,OAAO,WAAW,OAAmB,SAAiD;AACpF,WAAO,IAAI,WAAU,EAAE,WAAW,OAAO,OAAO;AAAA,EAClD;AAAA,EAEA,OAAO,SAAS,WAAsB,SAA+C;AACnF,WAAO,IAAI,WAAU,EAAE,SAAS,WAAW,OAAO;AAAA,EACpD;AAAA,EAEA,OAAO,eAAe,YAAoB,SAA+C;AACvF,WAAO,IAAI,WAAU,EAAE,eAAe,YAAY,OAAO;AAAA,EAC3D;AAAA,EAEA,OAAO,OAAO,GAAoD,GAA6D;AAC7H,WAAO,OAAO,KAAK,OAAO,YAAW,GAAG,CAAC;AAAA,EAC3C;AACF;AAhEa,WAsCK,UAAyB;AAtC9B,WAuCK,WAAW;AAvChB,WAwCK,SAAoB,OAAO,KAAK,aAAa,MAAM;AAAA,EACjE,EAAE,IAAI,GAAG,MAAM,SAAS,MAAM,QAAQ,GAAG,OAAO,YAAY,QAAQ,GAAG,KAAK,KAAK;AAAA,EACjF,EAAE,IAAI,GAAG,MAAM,UAAU,MAAM,UAAU,GAAG,GAA2B,KAAK,KAAK;AAAA,EACjF,EAAE,IAAI,GAAG,MAAM,eAAe,MAAM,UAAU,GAAG,GAA2B,KAAK,KAAK;AAAA,EACtF,EAAE,IAAI,GAAG,MAAM,QAAQ,MAAM,UAAU,GAAG,GAA2B,KAAK,KAAK;AAAA,EAC/E,EAAE,IAAI,GAAG,MAAM,QAAQ,MAAM,UAAU,GAAG,IAA4B,KAAK,KAAK;AAAA,EAChF,EAAE,IAAI,GAAG,MAAM,WAAW,MAAM,UAAU,GAAG,GAA2B,KAAK,KAAK;AACpF,CAAC;AA/CI,IAAM,YAAN;AAqEA,MAAM,YAAN,MAAM,kBAAiB,QAAkB;AAAA,EAM9C,YAAY,MAAiC;AAC3C,UAAM;AAHR;AAAA;AAAA;AAAA,mBAAuB,CAAC;AAItB,WAAO,KAAK,YAAY,MAAM,IAAI;AAAA,EACpC;AAAA,EAQA,OAAO,WAAW,OAAmB,SAAgD;AACnF,WAAO,IAAI,UAAS,EAAE,WAAW,OAAO,OAAO;AAAA,EACjD;AAAA,EAEA,OAAO,SAAS,WAAsB,SAA8C;AAClF,WAAO,IAAI,UAAS,EAAE,SAAS,WAAW,OAAO;AAAA,EACnD;AAAA,EAEA,OAAO,eAAe,YAAoB,SAA8C;AACtF,WAAO,IAAI,UAAS,EAAE,eAAe,YAAY,OAAO;AAAA,EAC1D;AAAA,EAEA,OAAO,OAAO,GAAkD,GAA2D;AACzH,WAAO,OAAO,KAAK,OAAO,WAAU,GAAG,CAAC;AAAA,EAC1C;AACF;AAhCa,UAWK,UAAyB;AAX9B,UAYK,WAAW;AAZhB,UAaK,SAAoB,OAAO,KAAK,aAAa,MAAM;AAAA,EACjE,EAAE,IAAI,GAAG,MAAM,WAAW,MAAM,WAAW,GAAG,WAAW,UAAU,KAAK;AAC1E,CAAC;AAfI,IAAM,WAAN;AAqCA,MAAM,SAAN,MAAM,eAAc,QAAe;AAAA,EAMxC,YAAY,MAA8B;AACxC,UAAM;AACN,WAAO,KAAK,YAAY,MAAM,IAAI;AAAA,EACpC;AAAA,EAQA,OAAO,WAAW,OAAmB,SAA6C;AAChF,WAAO,IAAI,OAAM,EAAE,WAAW,OAAO,OAAO;AAAA,EAC9C;AAAA,EAEA,OAAO,SAAS,WAAsB,SAA2C;AAC/E,WAAO,IAAI,OAAM,EAAE,SAAS,WAAW,OAAO;AAAA,EAChD;AAAA,EAEA,OAAO,eAAe,YAAoB,SAA2C;AACnF,WAAO,IAAI,OAAM,EAAE,eAAe,YAAY,OAAO;AAAA,EACvD;AAAA,EAEA,OAAO,OAAO,GAA4C,GAAqD;AAC7G,WAAO,OAAO,KAAK,OAAO,QAAO,GAAG,CAAC;AAAA,EACvC;AACF;AAhCa,OAWK,UAAyB;AAX9B,OAYK,WAAW;AAZhB,OAaK,SAAoB,OAAO,KAAK,aAAa,MAAM;AAAA,EACjE,EAAE,IAAI,GAAG,MAAM,WAAW,MAAM,UAAU,GAAG,GAA2B,KAAK,KAAK;AACpF,CAAC;AAfI,IAAM,QAAN;","names":["LogLevel"]}
1
+ {"version":3,"sources":["../../src/proto/ffi_pb.ts"],"sourcesContent":["// Copyright 2025 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.1 with parameter \"target=ts,import_extension=.js\"\n// @generated from file ffi.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\";\nimport { 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\";\nimport { CreateAudioTrackRequest, CreateAudioTrackResponse, CreateVideoTrackRequest, CreateVideoTrackResponse, EnableRemoteTrackRequest, EnableRemoteTrackResponse, GetStatsCallback, GetStatsRequest, GetStatsResponse, LocalTrackMuteRequest, LocalTrackMuteResponse, SetTrackSubscriptionPermissionsRequest, SetTrackSubscriptionPermissionsResponse, TrackEvent } from \"./track_pb.js\";\nimport { CaptureVideoFrameRequest, CaptureVideoFrameResponse, NewVideoSourceRequest, NewVideoSourceResponse, NewVideoStreamRequest, NewVideoStreamResponse, VideoConvertRequest, VideoConvertResponse, VideoStreamEvent, VideoStreamFromParticipantRequest, VideoStreamFromParticipantResponse } from \"./video_frame_pb.js\";\nimport { 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\";\nimport { E2eeRequest, E2eeResponse } from \"./e2ee_pb.js\";\nimport { PerformRpcCallback, PerformRpcRequest, PerformRpcResponse, RegisterRpcMethodRequest, RegisterRpcMethodResponse, RpcMethodInvocationEvent, RpcMethodInvocationResponseRequest, RpcMethodInvocationResponseResponse, UnregisterRpcMethodRequest, UnregisterRpcMethodResponse } from \"./rpc_pb.js\";\nimport { EnableRemoteTrackPublicationRequest, EnableRemoteTrackPublicationResponse, SetRemoteTrackPublicationQualityRequest, SetRemoteTrackPublicationQualityResponse, UpdateRemoteTrackPublicationDimensionRequest, UpdateRemoteTrackPublicationDimensionResponse } from \"./track_publication_pb.js\";\nimport { 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\";\n\n/**\n * @generated from enum livekit.proto.LogLevel\n */\nexport enum LogLevel {\n /**\n * @generated from enum value: LOG_ERROR = 0;\n */\n LOG_ERROR = 0,\n\n /**\n * @generated from enum value: LOG_WARN = 1;\n */\n LOG_WARN = 1,\n\n /**\n * @generated from enum value: LOG_INFO = 2;\n */\n LOG_INFO = 2,\n\n /**\n * @generated from enum value: LOG_DEBUG = 3;\n */\n LOG_DEBUG = 3,\n\n /**\n * @generated from enum value: LOG_TRACE = 4;\n */\n LOG_TRACE = 4,\n}\n// Retrieve enum metadata with: proto2.getEnumType(LogLevel)\nproto2.util.setEnumType(LogLevel, \"livekit.proto.LogLevel\", [\n { no: 0, name: \"LOG_ERROR\" },\n { no: 1, name: \"LOG_WARN\" },\n { no: 2, name: \"LOG_INFO\" },\n { no: 3, name: \"LOG_DEBUG\" },\n { no: 4, name: \"LOG_TRACE\" },\n]);\n\n/**\n * This is the input of livekit_ffi_request function\n * We always expect a response (FFIResponse, even if it's empty)\n *\n * @generated from message livekit.proto.FfiRequest\n */\nexport class FfiRequest extends Message<FfiRequest> {\n /**\n * @generated from oneof livekit.proto.FfiRequest.message\n */\n message: {\n /**\n * @generated from field: livekit.proto.DisposeRequest dispose = 2;\n */\n value: DisposeRequest;\n case: \"dispose\";\n } | {\n /**\n * Room\n *\n * @generated from field: livekit.proto.ConnectRequest connect = 3;\n */\n value: ConnectRequest;\n case: \"connect\";\n } | {\n /**\n * @generated from field: livekit.proto.DisconnectRequest disconnect = 4;\n */\n value: DisconnectRequest;\n case: \"disconnect\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishTrackRequest publish_track = 5;\n */\n value: PublishTrackRequest;\n case: \"publishTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.UnpublishTrackRequest unpublish_track = 6;\n */\n value: UnpublishTrackRequest;\n case: \"unpublishTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishDataRequest publish_data = 7;\n */\n value: PublishDataRequest;\n case: \"publishData\";\n } | {\n /**\n * @generated from field: livekit.proto.SetSubscribedRequest set_subscribed = 8;\n */\n value: SetSubscribedRequest;\n case: \"setSubscribed\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalMetadataRequest set_local_metadata = 9;\n */\n value: SetLocalMetadataRequest;\n case: \"setLocalMetadata\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalNameRequest set_local_name = 10;\n */\n value: SetLocalNameRequest;\n case: \"setLocalName\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalAttributesRequest set_local_attributes = 11;\n */\n value: SetLocalAttributesRequest;\n case: \"setLocalAttributes\";\n } | {\n /**\n * @generated from field: livekit.proto.GetSessionStatsRequest get_session_stats = 12;\n */\n value: GetSessionStatsRequest;\n case: \"getSessionStats\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishTranscriptionRequest publish_transcription = 13;\n */\n value: PublishTranscriptionRequest;\n case: \"publishTranscription\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishSipDtmfRequest publish_sip_dtmf = 14;\n */\n value: PublishSipDtmfRequest;\n case: \"publishSipDtmf\";\n } | {\n /**\n * Track\n *\n * @generated from field: livekit.proto.CreateVideoTrackRequest create_video_track = 15;\n */\n value: CreateVideoTrackRequest;\n case: \"createVideoTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.CreateAudioTrackRequest create_audio_track = 16;\n */\n value: CreateAudioTrackRequest;\n case: \"createAudioTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.LocalTrackMuteRequest local_track_mute = 17;\n */\n value: LocalTrackMuteRequest;\n case: \"localTrackMute\";\n } | {\n /**\n * @generated from field: livekit.proto.EnableRemoteTrackRequest enable_remote_track = 18;\n */\n value: EnableRemoteTrackRequest;\n case: \"enableRemoteTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.GetStatsRequest get_stats = 19;\n */\n value: GetStatsRequest;\n case: \"getStats\";\n } | {\n /**\n * @generated from field: livekit.proto.SetTrackSubscriptionPermissionsRequest set_track_subscription_permissions = 48;\n */\n value: SetTrackSubscriptionPermissionsRequest;\n case: \"setTrackSubscriptionPermissions\";\n } | {\n /**\n * Video\n *\n * @generated from field: livekit.proto.NewVideoStreamRequest new_video_stream = 20;\n */\n value: NewVideoStreamRequest;\n case: \"newVideoStream\";\n } | {\n /**\n * @generated from field: livekit.proto.NewVideoSourceRequest new_video_source = 21;\n */\n value: NewVideoSourceRequest;\n case: \"newVideoSource\";\n } | {\n /**\n * @generated from field: livekit.proto.CaptureVideoFrameRequest capture_video_frame = 22;\n */\n value: CaptureVideoFrameRequest;\n case: \"captureVideoFrame\";\n } | {\n /**\n * @generated from field: livekit.proto.VideoConvertRequest video_convert = 23;\n */\n value: VideoConvertRequest;\n case: \"videoConvert\";\n } | {\n /**\n * @generated from field: livekit.proto.VideoStreamFromParticipantRequest video_stream_from_participant = 24;\n */\n value: VideoStreamFromParticipantRequest;\n case: \"videoStreamFromParticipant\";\n } | {\n /**\n * Audio\n *\n * @generated from field: livekit.proto.NewAudioStreamRequest new_audio_stream = 25;\n */\n value: NewAudioStreamRequest;\n case: \"newAudioStream\";\n } | {\n /**\n * @generated from field: livekit.proto.NewAudioSourceRequest new_audio_source = 26;\n */\n value: NewAudioSourceRequest;\n case: \"newAudioSource\";\n } | {\n /**\n * @generated from field: livekit.proto.CaptureAudioFrameRequest capture_audio_frame = 27;\n */\n value: CaptureAudioFrameRequest;\n case: \"captureAudioFrame\";\n } | {\n /**\n * @generated from field: livekit.proto.ClearAudioBufferRequest clear_audio_buffer = 28;\n */\n value: ClearAudioBufferRequest;\n case: \"clearAudioBuffer\";\n } | {\n /**\n * @generated from field: livekit.proto.NewAudioResamplerRequest new_audio_resampler = 29;\n */\n value: NewAudioResamplerRequest;\n case: \"newAudioResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.RemixAndResampleRequest remix_and_resample = 30;\n */\n value: RemixAndResampleRequest;\n case: \"remixAndResample\";\n } | {\n /**\n * @generated from field: livekit.proto.E2eeRequest e2ee = 31;\n */\n value: E2eeRequest;\n case: \"e2ee\";\n } | {\n /**\n * @generated from field: livekit.proto.AudioStreamFromParticipantRequest audio_stream_from_participant = 32;\n */\n value: AudioStreamFromParticipantRequest;\n case: \"audioStreamFromParticipant\";\n } | {\n /**\n * @generated from field: livekit.proto.NewSoxResamplerRequest new_sox_resampler = 33;\n */\n value: NewSoxResamplerRequest;\n case: \"newSoxResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.PushSoxResamplerRequest push_sox_resampler = 34;\n */\n value: PushSoxResamplerRequest;\n case: \"pushSoxResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.FlushSoxResamplerRequest flush_sox_resampler = 35;\n */\n value: FlushSoxResamplerRequest;\n case: \"flushSoxResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.SendChatMessageRequest send_chat_message = 36;\n */\n value: SendChatMessageRequest;\n case: \"sendChatMessage\";\n } | {\n /**\n * @generated from field: livekit.proto.EditChatMessageRequest edit_chat_message = 37;\n */\n value: EditChatMessageRequest;\n case: \"editChatMessage\";\n } | {\n /**\n * RPC\n *\n * @generated from field: livekit.proto.PerformRpcRequest perform_rpc = 38;\n */\n value: PerformRpcRequest;\n case: \"performRpc\";\n } | {\n /**\n * @generated from field: livekit.proto.RegisterRpcMethodRequest register_rpc_method = 39;\n */\n value: RegisterRpcMethodRequest;\n case: \"registerRpcMethod\";\n } | {\n /**\n * @generated from field: livekit.proto.UnregisterRpcMethodRequest unregister_rpc_method = 40;\n */\n value: UnregisterRpcMethodRequest;\n case: \"unregisterRpcMethod\";\n } | {\n /**\n * @generated from field: livekit.proto.RpcMethodInvocationResponseRequest rpc_method_invocation_response = 41;\n */\n value: RpcMethodInvocationResponseRequest;\n case: \"rpcMethodInvocationResponse\";\n } | {\n /**\n * Track Publication\n *\n * @generated from field: livekit.proto.EnableRemoteTrackPublicationRequest enable_remote_track_publication = 42;\n */\n value: EnableRemoteTrackPublicationRequest;\n case: \"enableRemoteTrackPublication\";\n } | {\n /**\n * @generated from field: livekit.proto.UpdateRemoteTrackPublicationDimensionRequest update_remote_track_publication_dimension = 43;\n */\n value: UpdateRemoteTrackPublicationDimensionRequest;\n case: \"updateRemoteTrackPublicationDimension\";\n } | {\n /**\n * Data Streams (low level)\n *\n * @generated from field: livekit.proto.SendStreamHeaderRequest send_stream_header = 44;\n */\n value: SendStreamHeaderRequest;\n case: \"sendStreamHeader\";\n } | {\n /**\n * @generated from field: livekit.proto.SendStreamChunkRequest send_stream_chunk = 45;\n */\n value: SendStreamChunkRequest;\n case: \"sendStreamChunk\";\n } | {\n /**\n * @generated from field: livekit.proto.SendStreamTrailerRequest send_stream_trailer = 46;\n */\n value: SendStreamTrailerRequest;\n case: \"sendStreamTrailer\";\n } | {\n /**\n * Data Channel\n *\n * @generated from field: livekit.proto.SetDataChannelBufferedAmountLowThresholdRequest set_data_channel_buffered_amount_low_threshold = 47;\n */\n value: SetDataChannelBufferedAmountLowThresholdRequest;\n case: \"setDataChannelBufferedAmountLowThreshold\";\n } | {\n /**\n * Audio Filter Plugin\n *\n * @generated from field: livekit.proto.LoadAudioFilterPluginRequest load_audio_filter_plugin = 49;\n */\n value: LoadAudioFilterPluginRequest;\n case: \"loadAudioFilterPlugin\";\n } | {\n /**\n * @generated from field: livekit.proto.NewApmRequest new_apm = 50;\n */\n value: NewApmRequest;\n case: \"newApm\";\n } | {\n /**\n * @generated from field: livekit.proto.ApmProcessStreamRequest apm_process_stream = 51;\n */\n value: ApmProcessStreamRequest;\n case: \"apmProcessStream\";\n } | {\n /**\n * @generated from field: livekit.proto.ApmProcessReverseStreamRequest apm_process_reverse_stream = 52;\n */\n value: ApmProcessReverseStreamRequest;\n case: \"apmProcessReverseStream\";\n } | {\n /**\n * @generated from field: livekit.proto.ApmSetStreamDelayRequest apm_set_stream_delay = 53;\n */\n value: ApmSetStreamDelayRequest;\n case: \"apmSetStreamDelay\";\n } | {\n /**\n * Data Streams (high level)\n *\n * @generated from field: livekit.proto.ByteStreamReaderReadIncrementalRequest byte_read_incremental = 54;\n */\n value: ByteStreamReaderReadIncrementalRequest;\n case: \"byteReadIncremental\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamReaderReadAllRequest byte_read_all = 55;\n */\n value: ByteStreamReaderReadAllRequest;\n case: \"byteReadAll\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamReaderWriteToFileRequest byte_write_to_file = 56;\n */\n value: ByteStreamReaderWriteToFileRequest;\n case: \"byteWriteToFile\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamReaderReadIncrementalRequest text_read_incremental = 57;\n */\n value: TextStreamReaderReadIncrementalRequest;\n case: \"textReadIncremental\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamReaderReadAllRequest text_read_all = 58;\n */\n value: TextStreamReaderReadAllRequest;\n case: \"textReadAll\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendFileRequest send_file = 59;\n */\n value: StreamSendFileRequest;\n case: \"sendFile\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendTextRequest send_text = 60;\n */\n value: StreamSendTextRequest;\n case: \"sendText\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamOpenRequest byte_stream_open = 61;\n */\n value: ByteStreamOpenRequest;\n case: \"byteStreamOpen\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamWriterWriteRequest byte_stream_write = 62;\n */\n value: ByteStreamWriterWriteRequest;\n case: \"byteStreamWrite\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamWriterCloseRequest byte_stream_close = 63;\n */\n value: ByteStreamWriterCloseRequest;\n case: \"byteStreamClose\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamOpenRequest text_stream_open = 64;\n */\n value: TextStreamOpenRequest;\n case: \"textStreamOpen\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamWriterWriteRequest text_stream_write = 65;\n */\n value: TextStreamWriterWriteRequest;\n case: \"textStreamWrite\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamWriterCloseRequest text_stream_close = 66;\n */\n value: TextStreamWriterCloseRequest;\n case: \"textStreamClose\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendBytesRequest send_bytes = 67;\n */\n value: StreamSendBytesRequest;\n case: \"sendBytes\";\n } | {\n /**\n * @generated from field: livekit.proto.SetRemoteTrackPublicationQualityRequest set_remote_track_publication_quality = 68;\n */\n value: SetRemoteTrackPublicationQualityRequest;\n case: \"setRemoteTrackPublicationQuality\";\n } | { case: undefined; value?: undefined } = { case: undefined };\n\n constructor(data?: PartialMessage<FfiRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.FfiRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 2, name: \"dispose\", kind: \"message\", T: DisposeRequest, oneof: \"message\" },\n { no: 3, name: \"connect\", kind: \"message\", T: ConnectRequest, oneof: \"message\" },\n { no: 4, name: \"disconnect\", kind: \"message\", T: DisconnectRequest, oneof: \"message\" },\n { no: 5, name: \"publish_track\", kind: \"message\", T: PublishTrackRequest, oneof: \"message\" },\n { no: 6, name: \"unpublish_track\", kind: \"message\", T: UnpublishTrackRequest, oneof: \"message\" },\n { no: 7, name: \"publish_data\", kind: \"message\", T: PublishDataRequest, oneof: \"message\" },\n { no: 8, name: \"set_subscribed\", kind: \"message\", T: SetSubscribedRequest, oneof: \"message\" },\n { no: 9, name: \"set_local_metadata\", kind: \"message\", T: SetLocalMetadataRequest, oneof: \"message\" },\n { no: 10, name: \"set_local_name\", kind: \"message\", T: SetLocalNameRequest, oneof: \"message\" },\n { no: 11, name: \"set_local_attributes\", kind: \"message\", T: SetLocalAttributesRequest, oneof: \"message\" },\n { no: 12, name: \"get_session_stats\", kind: \"message\", T: GetSessionStatsRequest, oneof: \"message\" },\n { no: 13, name: \"publish_transcription\", kind: \"message\", T: PublishTranscriptionRequest, oneof: \"message\" },\n { no: 14, name: \"publish_sip_dtmf\", kind: \"message\", T: PublishSipDtmfRequest, oneof: \"message\" },\n { no: 15, name: \"create_video_track\", kind: \"message\", T: CreateVideoTrackRequest, oneof: \"message\" },\n { no: 16, name: \"create_audio_track\", kind: \"message\", T: CreateAudioTrackRequest, oneof: \"message\" },\n { no: 17, name: \"local_track_mute\", kind: \"message\", T: LocalTrackMuteRequest, oneof: \"message\" },\n { no: 18, name: \"enable_remote_track\", kind: \"message\", T: EnableRemoteTrackRequest, oneof: \"message\" },\n { no: 19, name: \"get_stats\", kind: \"message\", T: GetStatsRequest, oneof: \"message\" },\n { no: 48, name: \"set_track_subscription_permissions\", kind: \"message\", T: SetTrackSubscriptionPermissionsRequest, oneof: \"message\" },\n { no: 20, name: \"new_video_stream\", kind: \"message\", T: NewVideoStreamRequest, oneof: \"message\" },\n { no: 21, name: \"new_video_source\", kind: \"message\", T: NewVideoSourceRequest, oneof: \"message\" },\n { no: 22, name: \"capture_video_frame\", kind: \"message\", T: CaptureVideoFrameRequest, oneof: \"message\" },\n { no: 23, name: \"video_convert\", kind: \"message\", T: VideoConvertRequest, oneof: \"message\" },\n { no: 24, name: \"video_stream_from_participant\", kind: \"message\", T: VideoStreamFromParticipantRequest, oneof: \"message\" },\n { no: 25, name: \"new_audio_stream\", kind: \"message\", T: NewAudioStreamRequest, oneof: \"message\" },\n { no: 26, name: \"new_audio_source\", kind: \"message\", T: NewAudioSourceRequest, oneof: \"message\" },\n { no: 27, name: \"capture_audio_frame\", kind: \"message\", T: CaptureAudioFrameRequest, oneof: \"message\" },\n { no: 28, name: \"clear_audio_buffer\", kind: \"message\", T: ClearAudioBufferRequest, oneof: \"message\" },\n { no: 29, name: \"new_audio_resampler\", kind: \"message\", T: NewAudioResamplerRequest, oneof: \"message\" },\n { no: 30, name: \"remix_and_resample\", kind: \"message\", T: RemixAndResampleRequest, oneof: \"message\" },\n { no: 31, name: \"e2ee\", kind: \"message\", T: E2eeRequest, oneof: \"message\" },\n { no: 32, name: \"audio_stream_from_participant\", kind: \"message\", T: AudioStreamFromParticipantRequest, oneof: \"message\" },\n { no: 33, name: \"new_sox_resampler\", kind: \"message\", T: NewSoxResamplerRequest, oneof: \"message\" },\n { no: 34, name: \"push_sox_resampler\", kind: \"message\", T: PushSoxResamplerRequest, oneof: \"message\" },\n { no: 35, name: \"flush_sox_resampler\", kind: \"message\", T: FlushSoxResamplerRequest, oneof: \"message\" },\n { no: 36, name: \"send_chat_message\", kind: \"message\", T: SendChatMessageRequest, oneof: \"message\" },\n { no: 37, name: \"edit_chat_message\", kind: \"message\", T: EditChatMessageRequest, oneof: \"message\" },\n { no: 38, name: \"perform_rpc\", kind: \"message\", T: PerformRpcRequest, oneof: \"message\" },\n { no: 39, name: \"register_rpc_method\", kind: \"message\", T: RegisterRpcMethodRequest, oneof: \"message\" },\n { no: 40, name: \"unregister_rpc_method\", kind: \"message\", T: UnregisterRpcMethodRequest, oneof: \"message\" },\n { no: 41, name: \"rpc_method_invocation_response\", kind: \"message\", T: RpcMethodInvocationResponseRequest, oneof: \"message\" },\n { no: 42, name: \"enable_remote_track_publication\", kind: \"message\", T: EnableRemoteTrackPublicationRequest, oneof: \"message\" },\n { no: 43, name: \"update_remote_track_publication_dimension\", kind: \"message\", T: UpdateRemoteTrackPublicationDimensionRequest, oneof: \"message\" },\n { no: 44, name: \"send_stream_header\", kind: \"message\", T: SendStreamHeaderRequest, oneof: \"message\" },\n { no: 45, name: \"send_stream_chunk\", kind: \"message\", T: SendStreamChunkRequest, oneof: \"message\" },\n { no: 46, name: \"send_stream_trailer\", kind: \"message\", T: SendStreamTrailerRequest, oneof: \"message\" },\n { no: 47, name: \"set_data_channel_buffered_amount_low_threshold\", kind: \"message\", T: SetDataChannelBufferedAmountLowThresholdRequest, oneof: \"message\" },\n { no: 49, name: \"load_audio_filter_plugin\", kind: \"message\", T: LoadAudioFilterPluginRequest, oneof: \"message\" },\n { no: 50, name: \"new_apm\", kind: \"message\", T: NewApmRequest, oneof: \"message\" },\n { no: 51, name: \"apm_process_stream\", kind: \"message\", T: ApmProcessStreamRequest, oneof: \"message\" },\n { no: 52, name: \"apm_process_reverse_stream\", kind: \"message\", T: ApmProcessReverseStreamRequest, oneof: \"message\" },\n { no: 53, name: \"apm_set_stream_delay\", kind: \"message\", T: ApmSetStreamDelayRequest, oneof: \"message\" },\n { no: 54, name: \"byte_read_incremental\", kind: \"message\", T: ByteStreamReaderReadIncrementalRequest, oneof: \"message\" },\n { no: 55, name: \"byte_read_all\", kind: \"message\", T: ByteStreamReaderReadAllRequest, oneof: \"message\" },\n { no: 56, name: \"byte_write_to_file\", kind: \"message\", T: ByteStreamReaderWriteToFileRequest, oneof: \"message\" },\n { no: 57, name: \"text_read_incremental\", kind: \"message\", T: TextStreamReaderReadIncrementalRequest, oneof: \"message\" },\n { no: 58, name: \"text_read_all\", kind: \"message\", T: TextStreamReaderReadAllRequest, oneof: \"message\" },\n { no: 59, name: \"send_file\", kind: \"message\", T: StreamSendFileRequest, oneof: \"message\" },\n { no: 60, name: \"send_text\", kind: \"message\", T: StreamSendTextRequest, oneof: \"message\" },\n { no: 61, name: \"byte_stream_open\", kind: \"message\", T: ByteStreamOpenRequest, oneof: \"message\" },\n { no: 62, name: \"byte_stream_write\", kind: \"message\", T: ByteStreamWriterWriteRequest, oneof: \"message\" },\n { no: 63, name: \"byte_stream_close\", kind: \"message\", T: ByteStreamWriterCloseRequest, oneof: \"message\" },\n { no: 64, name: \"text_stream_open\", kind: \"message\", T: TextStreamOpenRequest, oneof: \"message\" },\n { no: 65, name: \"text_stream_write\", kind: \"message\", T: TextStreamWriterWriteRequest, oneof: \"message\" },\n { no: 66, name: \"text_stream_close\", kind: \"message\", T: TextStreamWriterCloseRequest, oneof: \"message\" },\n { no: 67, name: \"send_bytes\", kind: \"message\", T: StreamSendBytesRequest, oneof: \"message\" },\n { no: 68, name: \"set_remote_track_publication_quality\", kind: \"message\", T: SetRemoteTrackPublicationQualityRequest, oneof: \"message\" },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FfiRequest {\n return new FfiRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FfiRequest {\n return new FfiRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FfiRequest {\n return new FfiRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: FfiRequest | PlainMessage<FfiRequest> | undefined, b: FfiRequest | PlainMessage<FfiRequest> | undefined): boolean {\n return proto2.util.equals(FfiRequest, a, b);\n }\n}\n\n/**\n * This is the output of livekit_ffi_request function.\n *\n * @generated from message livekit.proto.FfiResponse\n */\nexport class FfiResponse extends Message<FfiResponse> {\n /**\n * @generated from oneof livekit.proto.FfiResponse.message\n */\n message: {\n /**\n * @generated from field: livekit.proto.DisposeResponse dispose = 2;\n */\n value: DisposeResponse;\n case: \"dispose\";\n } | {\n /**\n * Room\n *\n * @generated from field: livekit.proto.ConnectResponse connect = 3;\n */\n value: ConnectResponse;\n case: \"connect\";\n } | {\n /**\n * @generated from field: livekit.proto.DisconnectResponse disconnect = 4;\n */\n value: DisconnectResponse;\n case: \"disconnect\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishTrackResponse publish_track = 5;\n */\n value: PublishTrackResponse;\n case: \"publishTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.UnpublishTrackResponse unpublish_track = 6;\n */\n value: UnpublishTrackResponse;\n case: \"unpublishTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishDataResponse publish_data = 7;\n */\n value: PublishDataResponse;\n case: \"publishData\";\n } | {\n /**\n * @generated from field: livekit.proto.SetSubscribedResponse set_subscribed = 8;\n */\n value: SetSubscribedResponse;\n case: \"setSubscribed\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalMetadataResponse set_local_metadata = 9;\n */\n value: SetLocalMetadataResponse;\n case: \"setLocalMetadata\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalNameResponse set_local_name = 10;\n */\n value: SetLocalNameResponse;\n case: \"setLocalName\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalAttributesResponse set_local_attributes = 11;\n */\n value: SetLocalAttributesResponse;\n case: \"setLocalAttributes\";\n } | {\n /**\n * @generated from field: livekit.proto.GetSessionStatsResponse get_session_stats = 12;\n */\n value: GetSessionStatsResponse;\n case: \"getSessionStats\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishTranscriptionResponse publish_transcription = 13;\n */\n value: PublishTranscriptionResponse;\n case: \"publishTranscription\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishSipDtmfResponse publish_sip_dtmf = 14;\n */\n value: PublishSipDtmfResponse;\n case: \"publishSipDtmf\";\n } | {\n /**\n * Track\n *\n * @generated from field: livekit.proto.CreateVideoTrackResponse create_video_track = 15;\n */\n value: CreateVideoTrackResponse;\n case: \"createVideoTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.CreateAudioTrackResponse create_audio_track = 16;\n */\n value: CreateAudioTrackResponse;\n case: \"createAudioTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.LocalTrackMuteResponse local_track_mute = 17;\n */\n value: LocalTrackMuteResponse;\n case: \"localTrackMute\";\n } | {\n /**\n * @generated from field: livekit.proto.EnableRemoteTrackResponse enable_remote_track = 18;\n */\n value: EnableRemoteTrackResponse;\n case: \"enableRemoteTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.GetStatsResponse get_stats = 19;\n */\n value: GetStatsResponse;\n case: \"getStats\";\n } | {\n /**\n * @generated from field: livekit.proto.SetTrackSubscriptionPermissionsResponse set_track_subscription_permissions = 47;\n */\n value: SetTrackSubscriptionPermissionsResponse;\n case: \"setTrackSubscriptionPermissions\";\n } | {\n /**\n * Video\n *\n * @generated from field: livekit.proto.NewVideoStreamResponse new_video_stream = 20;\n */\n value: NewVideoStreamResponse;\n case: \"newVideoStream\";\n } | {\n /**\n * @generated from field: livekit.proto.NewVideoSourceResponse new_video_source = 21;\n */\n value: NewVideoSourceResponse;\n case: \"newVideoSource\";\n } | {\n /**\n * @generated from field: livekit.proto.CaptureVideoFrameResponse capture_video_frame = 22;\n */\n value: CaptureVideoFrameResponse;\n case: \"captureVideoFrame\";\n } | {\n /**\n * @generated from field: livekit.proto.VideoConvertResponse video_convert = 23;\n */\n value: VideoConvertResponse;\n case: \"videoConvert\";\n } | {\n /**\n * @generated from field: livekit.proto.VideoStreamFromParticipantResponse video_stream_from_participant = 24;\n */\n value: VideoStreamFromParticipantResponse;\n case: \"videoStreamFromParticipant\";\n } | {\n /**\n * Audio\n *\n * @generated from field: livekit.proto.NewAudioStreamResponse new_audio_stream = 25;\n */\n value: NewAudioStreamResponse;\n case: \"newAudioStream\";\n } | {\n /**\n * @generated from field: livekit.proto.NewAudioSourceResponse new_audio_source = 26;\n */\n value: NewAudioSourceResponse;\n case: \"newAudioSource\";\n } | {\n /**\n * @generated from field: livekit.proto.CaptureAudioFrameResponse capture_audio_frame = 27;\n */\n value: CaptureAudioFrameResponse;\n case: \"captureAudioFrame\";\n } | {\n /**\n * @generated from field: livekit.proto.ClearAudioBufferResponse clear_audio_buffer = 28;\n */\n value: ClearAudioBufferResponse;\n case: \"clearAudioBuffer\";\n } | {\n /**\n * @generated from field: livekit.proto.NewAudioResamplerResponse new_audio_resampler = 29;\n */\n value: NewAudioResamplerResponse;\n case: \"newAudioResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.RemixAndResampleResponse remix_and_resample = 30;\n */\n value: RemixAndResampleResponse;\n case: \"remixAndResample\";\n } | {\n /**\n * @generated from field: livekit.proto.AudioStreamFromParticipantResponse audio_stream_from_participant = 31;\n */\n value: AudioStreamFromParticipantResponse;\n case: \"audioStreamFromParticipant\";\n } | {\n /**\n * @generated from field: livekit.proto.E2eeResponse e2ee = 32;\n */\n value: E2eeResponse;\n case: \"e2ee\";\n } | {\n /**\n * @generated from field: livekit.proto.NewSoxResamplerResponse new_sox_resampler = 33;\n */\n value: NewSoxResamplerResponse;\n case: \"newSoxResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.PushSoxResamplerResponse push_sox_resampler = 34;\n */\n value: PushSoxResamplerResponse;\n case: \"pushSoxResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.FlushSoxResamplerResponse flush_sox_resampler = 35;\n */\n value: FlushSoxResamplerResponse;\n case: \"flushSoxResampler\";\n } | {\n /**\n * @generated from field: livekit.proto.SendChatMessageResponse send_chat_message = 36;\n */\n value: SendChatMessageResponse;\n case: \"sendChatMessage\";\n } | {\n /**\n * RPC\n *\n * @generated from field: livekit.proto.PerformRpcResponse perform_rpc = 37;\n */\n value: PerformRpcResponse;\n case: \"performRpc\";\n } | {\n /**\n * @generated from field: livekit.proto.RegisterRpcMethodResponse register_rpc_method = 38;\n */\n value: RegisterRpcMethodResponse;\n case: \"registerRpcMethod\";\n } | {\n /**\n * @generated from field: livekit.proto.UnregisterRpcMethodResponse unregister_rpc_method = 39;\n */\n value: UnregisterRpcMethodResponse;\n case: \"unregisterRpcMethod\";\n } | {\n /**\n * @generated from field: livekit.proto.RpcMethodInvocationResponseResponse rpc_method_invocation_response = 40;\n */\n value: RpcMethodInvocationResponseResponse;\n case: \"rpcMethodInvocationResponse\";\n } | {\n /**\n * Track Publication\n *\n * @generated from field: livekit.proto.EnableRemoteTrackPublicationResponse enable_remote_track_publication = 41;\n */\n value: EnableRemoteTrackPublicationResponse;\n case: \"enableRemoteTrackPublication\";\n } | {\n /**\n * @generated from field: livekit.proto.UpdateRemoteTrackPublicationDimensionResponse update_remote_track_publication_dimension = 42;\n */\n value: UpdateRemoteTrackPublicationDimensionResponse;\n case: \"updateRemoteTrackPublicationDimension\";\n } | {\n /**\n * Data Streams\n *\n * @generated from field: livekit.proto.SendStreamHeaderResponse send_stream_header = 43;\n */\n value: SendStreamHeaderResponse;\n case: \"sendStreamHeader\";\n } | {\n /**\n * @generated from field: livekit.proto.SendStreamChunkResponse send_stream_chunk = 44;\n */\n value: SendStreamChunkResponse;\n case: \"sendStreamChunk\";\n } | {\n /**\n * @generated from field: livekit.proto.SendStreamTrailerResponse send_stream_trailer = 45;\n */\n value: SendStreamTrailerResponse;\n case: \"sendStreamTrailer\";\n } | {\n /**\n * Data Channel\n *\n * @generated from field: livekit.proto.SetDataChannelBufferedAmountLowThresholdResponse set_data_channel_buffered_amount_low_threshold = 46;\n */\n value: SetDataChannelBufferedAmountLowThresholdResponse;\n case: \"setDataChannelBufferedAmountLowThreshold\";\n } | {\n /**\n * Audio Filter Plugin\n *\n * @generated from field: livekit.proto.LoadAudioFilterPluginResponse load_audio_filter_plugin = 48;\n */\n value: LoadAudioFilterPluginResponse;\n case: \"loadAudioFilterPlugin\";\n } | {\n /**\n * @generated from field: livekit.proto.NewApmResponse new_apm = 49;\n */\n value: NewApmResponse;\n case: \"newApm\";\n } | {\n /**\n * @generated from field: livekit.proto.ApmProcessStreamResponse apm_process_stream = 50;\n */\n value: ApmProcessStreamResponse;\n case: \"apmProcessStream\";\n } | {\n /**\n * @generated from field: livekit.proto.ApmProcessReverseStreamResponse apm_process_reverse_stream = 51;\n */\n value: ApmProcessReverseStreamResponse;\n case: \"apmProcessReverseStream\";\n } | {\n /**\n * @generated from field: livekit.proto.ApmSetStreamDelayResponse apm_set_stream_delay = 52;\n */\n value: ApmSetStreamDelayResponse;\n case: \"apmSetStreamDelay\";\n } | {\n /**\n * Data Streams (high level)\n *\n * @generated from field: livekit.proto.ByteStreamReaderReadIncrementalResponse byte_read_incremental = 53;\n */\n value: ByteStreamReaderReadIncrementalResponse;\n case: \"byteReadIncremental\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamReaderReadAllResponse byte_read_all = 54;\n */\n value: ByteStreamReaderReadAllResponse;\n case: \"byteReadAll\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamReaderWriteToFileResponse byte_write_to_file = 55;\n */\n value: ByteStreamReaderWriteToFileResponse;\n case: \"byteWriteToFile\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamReaderReadIncrementalResponse text_read_incremental = 56;\n */\n value: TextStreamReaderReadIncrementalResponse;\n case: \"textReadIncremental\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamReaderReadAllResponse text_read_all = 57;\n */\n value: TextStreamReaderReadAllResponse;\n case: \"textReadAll\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendFileResponse send_file = 58;\n */\n value: StreamSendFileResponse;\n case: \"sendFile\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendTextResponse send_text = 59;\n */\n value: StreamSendTextResponse;\n case: \"sendText\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamOpenResponse byte_stream_open = 60;\n */\n value: ByteStreamOpenResponse;\n case: \"byteStreamOpen\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamWriterWriteResponse byte_stream_write = 61;\n */\n value: ByteStreamWriterWriteResponse;\n case: \"byteStreamWrite\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamWriterCloseResponse byte_stream_close = 62;\n */\n value: ByteStreamWriterCloseResponse;\n case: \"byteStreamClose\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamOpenResponse text_stream_open = 63;\n */\n value: TextStreamOpenResponse;\n case: \"textStreamOpen\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamWriterWriteResponse text_stream_write = 64;\n */\n value: TextStreamWriterWriteResponse;\n case: \"textStreamWrite\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamWriterCloseResponse text_stream_close = 65;\n */\n value: TextStreamWriterCloseResponse;\n case: \"textStreamClose\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendBytesResponse send_bytes = 66;\n */\n value: StreamSendBytesResponse;\n case: \"sendBytes\";\n } | {\n /**\n * @generated from field: livekit.proto.SetRemoteTrackPublicationQualityResponse set_remote_track_publication_quality = 67;\n */\n value: SetRemoteTrackPublicationQualityResponse;\n case: \"setRemoteTrackPublicationQuality\";\n } | { case: undefined; value?: undefined } = { case: undefined };\n\n constructor(data?: PartialMessage<FfiResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.FfiResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 2, name: \"dispose\", kind: \"message\", T: DisposeResponse, oneof: \"message\" },\n { no: 3, name: \"connect\", kind: \"message\", T: ConnectResponse, oneof: \"message\" },\n { no: 4, name: \"disconnect\", kind: \"message\", T: DisconnectResponse, oneof: \"message\" },\n { no: 5, name: \"publish_track\", kind: \"message\", T: PublishTrackResponse, oneof: \"message\" },\n { no: 6, name: \"unpublish_track\", kind: \"message\", T: UnpublishTrackResponse, oneof: \"message\" },\n { no: 7, name: \"publish_data\", kind: \"message\", T: PublishDataResponse, oneof: \"message\" },\n { no: 8, name: \"set_subscribed\", kind: \"message\", T: SetSubscribedResponse, oneof: \"message\" },\n { no: 9, name: \"set_local_metadata\", kind: \"message\", T: SetLocalMetadataResponse, oneof: \"message\" },\n { no: 10, name: \"set_local_name\", kind: \"message\", T: SetLocalNameResponse, oneof: \"message\" },\n { no: 11, name: \"set_local_attributes\", kind: \"message\", T: SetLocalAttributesResponse, oneof: \"message\" },\n { no: 12, name: \"get_session_stats\", kind: \"message\", T: GetSessionStatsResponse, oneof: \"message\" },\n { no: 13, name: \"publish_transcription\", kind: \"message\", T: PublishTranscriptionResponse, oneof: \"message\" },\n { no: 14, name: \"publish_sip_dtmf\", kind: \"message\", T: PublishSipDtmfResponse, oneof: \"message\" },\n { no: 15, name: \"create_video_track\", kind: \"message\", T: CreateVideoTrackResponse, oneof: \"message\" },\n { no: 16, name: \"create_audio_track\", kind: \"message\", T: CreateAudioTrackResponse, oneof: \"message\" },\n { no: 17, name: \"local_track_mute\", kind: \"message\", T: LocalTrackMuteResponse, oneof: \"message\" },\n { no: 18, name: \"enable_remote_track\", kind: \"message\", T: EnableRemoteTrackResponse, oneof: \"message\" },\n { no: 19, name: \"get_stats\", kind: \"message\", T: GetStatsResponse, oneof: \"message\" },\n { no: 47, name: \"set_track_subscription_permissions\", kind: \"message\", T: SetTrackSubscriptionPermissionsResponse, oneof: \"message\" },\n { no: 20, name: \"new_video_stream\", kind: \"message\", T: NewVideoStreamResponse, oneof: \"message\" },\n { no: 21, name: \"new_video_source\", kind: \"message\", T: NewVideoSourceResponse, oneof: \"message\" },\n { no: 22, name: \"capture_video_frame\", kind: \"message\", T: CaptureVideoFrameResponse, oneof: \"message\" },\n { no: 23, name: \"video_convert\", kind: \"message\", T: VideoConvertResponse, oneof: \"message\" },\n { no: 24, name: \"video_stream_from_participant\", kind: \"message\", T: VideoStreamFromParticipantResponse, oneof: \"message\" },\n { no: 25, name: \"new_audio_stream\", kind: \"message\", T: NewAudioStreamResponse, oneof: \"message\" },\n { no: 26, name: \"new_audio_source\", kind: \"message\", T: NewAudioSourceResponse, oneof: \"message\" },\n { no: 27, name: \"capture_audio_frame\", kind: \"message\", T: CaptureAudioFrameResponse, oneof: \"message\" },\n { no: 28, name: \"clear_audio_buffer\", kind: \"message\", T: ClearAudioBufferResponse, oneof: \"message\" },\n { no: 29, name: \"new_audio_resampler\", kind: \"message\", T: NewAudioResamplerResponse, oneof: \"message\" },\n { no: 30, name: \"remix_and_resample\", kind: \"message\", T: RemixAndResampleResponse, oneof: \"message\" },\n { no: 31, name: \"audio_stream_from_participant\", kind: \"message\", T: AudioStreamFromParticipantResponse, oneof: \"message\" },\n { no: 32, name: \"e2ee\", kind: \"message\", T: E2eeResponse, oneof: \"message\" },\n { no: 33, name: \"new_sox_resampler\", kind: \"message\", T: NewSoxResamplerResponse, oneof: \"message\" },\n { no: 34, name: \"push_sox_resampler\", kind: \"message\", T: PushSoxResamplerResponse, oneof: \"message\" },\n { no: 35, name: \"flush_sox_resampler\", kind: \"message\", T: FlushSoxResamplerResponse, oneof: \"message\" },\n { no: 36, name: \"send_chat_message\", kind: \"message\", T: SendChatMessageResponse, oneof: \"message\" },\n { no: 37, name: \"perform_rpc\", kind: \"message\", T: PerformRpcResponse, oneof: \"message\" },\n { no: 38, name: \"register_rpc_method\", kind: \"message\", T: RegisterRpcMethodResponse, oneof: \"message\" },\n { no: 39, name: \"unregister_rpc_method\", kind: \"message\", T: UnregisterRpcMethodResponse, oneof: \"message\" },\n { no: 40, name: \"rpc_method_invocation_response\", kind: \"message\", T: RpcMethodInvocationResponseResponse, oneof: \"message\" },\n { no: 41, name: \"enable_remote_track_publication\", kind: \"message\", T: EnableRemoteTrackPublicationResponse, oneof: \"message\" },\n { no: 42, name: \"update_remote_track_publication_dimension\", kind: \"message\", T: UpdateRemoteTrackPublicationDimensionResponse, oneof: \"message\" },\n { no: 43, name: \"send_stream_header\", kind: \"message\", T: SendStreamHeaderResponse, oneof: \"message\" },\n { no: 44, name: \"send_stream_chunk\", kind: \"message\", T: SendStreamChunkResponse, oneof: \"message\" },\n { no: 45, name: \"send_stream_trailer\", kind: \"message\", T: SendStreamTrailerResponse, oneof: \"message\" },\n { no: 46, name: \"set_data_channel_buffered_amount_low_threshold\", kind: \"message\", T: SetDataChannelBufferedAmountLowThresholdResponse, oneof: \"message\" },\n { no: 48, name: \"load_audio_filter_plugin\", kind: \"message\", T: LoadAudioFilterPluginResponse, oneof: \"message\" },\n { no: 49, name: \"new_apm\", kind: \"message\", T: NewApmResponse, oneof: \"message\" },\n { no: 50, name: \"apm_process_stream\", kind: \"message\", T: ApmProcessStreamResponse, oneof: \"message\" },\n { no: 51, name: \"apm_process_reverse_stream\", kind: \"message\", T: ApmProcessReverseStreamResponse, oneof: \"message\" },\n { no: 52, name: \"apm_set_stream_delay\", kind: \"message\", T: ApmSetStreamDelayResponse, oneof: \"message\" },\n { no: 53, name: \"byte_read_incremental\", kind: \"message\", T: ByteStreamReaderReadIncrementalResponse, oneof: \"message\" },\n { no: 54, name: \"byte_read_all\", kind: \"message\", T: ByteStreamReaderReadAllResponse, oneof: \"message\" },\n { no: 55, name: \"byte_write_to_file\", kind: \"message\", T: ByteStreamReaderWriteToFileResponse, oneof: \"message\" },\n { no: 56, name: \"text_read_incremental\", kind: \"message\", T: TextStreamReaderReadIncrementalResponse, oneof: \"message\" },\n { no: 57, name: \"text_read_all\", kind: \"message\", T: TextStreamReaderReadAllResponse, oneof: \"message\" },\n { no: 58, name: \"send_file\", kind: \"message\", T: StreamSendFileResponse, oneof: \"message\" },\n { no: 59, name: \"send_text\", kind: \"message\", T: StreamSendTextResponse, oneof: \"message\" },\n { no: 60, name: \"byte_stream_open\", kind: \"message\", T: ByteStreamOpenResponse, oneof: \"message\" },\n { no: 61, name: \"byte_stream_write\", kind: \"message\", T: ByteStreamWriterWriteResponse, oneof: \"message\" },\n { no: 62, name: \"byte_stream_close\", kind: \"message\", T: ByteStreamWriterCloseResponse, oneof: \"message\" },\n { no: 63, name: \"text_stream_open\", kind: \"message\", T: TextStreamOpenResponse, oneof: \"message\" },\n { no: 64, name: \"text_stream_write\", kind: \"message\", T: TextStreamWriterWriteResponse, oneof: \"message\" },\n { no: 65, name: \"text_stream_close\", kind: \"message\", T: TextStreamWriterCloseResponse, oneof: \"message\" },\n { no: 66, name: \"send_bytes\", kind: \"message\", T: StreamSendBytesResponse, oneof: \"message\" },\n { no: 67, name: \"set_remote_track_publication_quality\", kind: \"message\", T: SetRemoteTrackPublicationQualityResponse, oneof: \"message\" },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FfiResponse {\n return new FfiResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FfiResponse {\n return new FfiResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FfiResponse {\n return new FfiResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: FfiResponse | PlainMessage<FfiResponse> | undefined, b: FfiResponse | PlainMessage<FfiResponse> | undefined): boolean {\n return proto2.util.equals(FfiResponse, a, b);\n }\n}\n\n/**\n * To minimize complexity, participant events are not included in the protocol.\n * It is easily deducible from the room events and it turned out that is is easier to implement\n * on the ffi client side.\n *\n * @generated from message livekit.proto.FfiEvent\n */\nexport class FfiEvent extends Message<FfiEvent> {\n /**\n * @generated from oneof livekit.proto.FfiEvent.message\n */\n message: {\n /**\n * @generated from field: livekit.proto.RoomEvent room_event = 1;\n */\n value: RoomEvent;\n case: \"roomEvent\";\n } | {\n /**\n * @generated from field: livekit.proto.TrackEvent track_event = 2;\n */\n value: TrackEvent;\n case: \"trackEvent\";\n } | {\n /**\n * @generated from field: livekit.proto.VideoStreamEvent video_stream_event = 3;\n */\n value: VideoStreamEvent;\n case: \"videoStreamEvent\";\n } | {\n /**\n * @generated from field: livekit.proto.AudioStreamEvent audio_stream_event = 4;\n */\n value: AudioStreamEvent;\n case: \"audioStreamEvent\";\n } | {\n /**\n * @generated from field: livekit.proto.ConnectCallback connect = 5;\n */\n value: ConnectCallback;\n case: \"connect\";\n } | {\n /**\n * @generated from field: livekit.proto.DisconnectCallback disconnect = 7;\n */\n value: DisconnectCallback;\n case: \"disconnect\";\n } | {\n /**\n * @generated from field: livekit.proto.DisposeCallback dispose = 8;\n */\n value: DisposeCallback;\n case: \"dispose\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishTrackCallback publish_track = 9;\n */\n value: PublishTrackCallback;\n case: \"publishTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.UnpublishTrackCallback unpublish_track = 10;\n */\n value: UnpublishTrackCallback;\n case: \"unpublishTrack\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishDataCallback publish_data = 11;\n */\n value: PublishDataCallback;\n case: \"publishData\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishTranscriptionCallback publish_transcription = 12;\n */\n value: PublishTranscriptionCallback;\n case: \"publishTranscription\";\n } | {\n /**\n * @generated from field: livekit.proto.CaptureAudioFrameCallback capture_audio_frame = 13;\n */\n value: CaptureAudioFrameCallback;\n case: \"captureAudioFrame\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalMetadataCallback set_local_metadata = 14;\n */\n value: SetLocalMetadataCallback;\n case: \"setLocalMetadata\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalNameCallback set_local_name = 15;\n */\n value: SetLocalNameCallback;\n case: \"setLocalName\";\n } | {\n /**\n * @generated from field: livekit.proto.SetLocalAttributesCallback set_local_attributes = 16;\n */\n value: SetLocalAttributesCallback;\n case: \"setLocalAttributes\";\n } | {\n /**\n * @generated from field: livekit.proto.GetStatsCallback get_stats = 17;\n */\n value: GetStatsCallback;\n case: \"getStats\";\n } | {\n /**\n * @generated from field: livekit.proto.LogBatch logs = 18;\n */\n value: LogBatch;\n case: \"logs\";\n } | {\n /**\n * @generated from field: livekit.proto.GetSessionStatsCallback get_session_stats = 19;\n */\n value: GetSessionStatsCallback;\n case: \"getSessionStats\";\n } | {\n /**\n * @generated from field: livekit.proto.Panic panic = 20;\n */\n value: Panic;\n case: \"panic\";\n } | {\n /**\n * @generated from field: livekit.proto.PublishSipDtmfCallback publish_sip_dtmf = 21;\n */\n value: PublishSipDtmfCallback;\n case: \"publishSipDtmf\";\n } | {\n /**\n * @generated from field: livekit.proto.SendChatMessageCallback chat_message = 22;\n */\n value: SendChatMessageCallback;\n case: \"chatMessage\";\n } | {\n /**\n * @generated from field: livekit.proto.PerformRpcCallback perform_rpc = 23;\n */\n value: PerformRpcCallback;\n case: \"performRpc\";\n } | {\n /**\n * @generated from field: livekit.proto.RpcMethodInvocationEvent rpc_method_invocation = 24;\n */\n value: RpcMethodInvocationEvent;\n case: \"rpcMethodInvocation\";\n } | {\n /**\n * Data Streams (low level)\n *\n * @generated from field: livekit.proto.SendStreamHeaderCallback send_stream_header = 25;\n */\n value: SendStreamHeaderCallback;\n case: \"sendStreamHeader\";\n } | {\n /**\n * @generated from field: livekit.proto.SendStreamChunkCallback send_stream_chunk = 26;\n */\n value: SendStreamChunkCallback;\n case: \"sendStreamChunk\";\n } | {\n /**\n * @generated from field: livekit.proto.SendStreamTrailerCallback send_stream_trailer = 27;\n */\n value: SendStreamTrailerCallback;\n case: \"sendStreamTrailer\";\n } | {\n /**\n * Data Streams (high level)\n *\n * @generated from field: livekit.proto.ByteStreamReaderEvent byte_stream_reader_event = 28;\n */\n value: ByteStreamReaderEvent;\n case: \"byteStreamReaderEvent\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamReaderReadAllCallback byte_stream_reader_read_all = 29;\n */\n value: ByteStreamReaderReadAllCallback;\n case: \"byteStreamReaderReadAll\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamReaderWriteToFileCallback byte_stream_reader_write_to_file = 30;\n */\n value: ByteStreamReaderWriteToFileCallback;\n case: \"byteStreamReaderWriteToFile\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamOpenCallback byte_stream_open = 31;\n */\n value: ByteStreamOpenCallback;\n case: \"byteStreamOpen\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamWriterWriteCallback byte_stream_writer_write = 32;\n */\n value: ByteStreamWriterWriteCallback;\n case: \"byteStreamWriterWrite\";\n } | {\n /**\n * @generated from field: livekit.proto.ByteStreamWriterCloseCallback byte_stream_writer_close = 33;\n */\n value: ByteStreamWriterCloseCallback;\n case: \"byteStreamWriterClose\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendFileCallback send_file = 34;\n */\n value: StreamSendFileCallback;\n case: \"sendFile\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamReaderEvent text_stream_reader_event = 35;\n */\n value: TextStreamReaderEvent;\n case: \"textStreamReaderEvent\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamReaderReadAllCallback text_stream_reader_read_all = 36;\n */\n value: TextStreamReaderReadAllCallback;\n case: \"textStreamReaderReadAll\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamOpenCallback text_stream_open = 37;\n */\n value: TextStreamOpenCallback;\n case: \"textStreamOpen\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamWriterWriteCallback text_stream_writer_write = 38;\n */\n value: TextStreamWriterWriteCallback;\n case: \"textStreamWriterWrite\";\n } | {\n /**\n * @generated from field: livekit.proto.TextStreamWriterCloseCallback text_stream_writer_close = 39;\n */\n value: TextStreamWriterCloseCallback;\n case: \"textStreamWriterClose\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendTextCallback send_text = 40;\n */\n value: StreamSendTextCallback;\n case: \"sendText\";\n } | {\n /**\n * @generated from field: livekit.proto.StreamSendBytesCallback send_bytes = 41;\n */\n value: StreamSendBytesCallback;\n case: \"sendBytes\";\n } | { case: undefined; value?: undefined } = { case: undefined };\n\n constructor(data?: PartialMessage<FfiEvent>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.FfiEvent\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"room_event\", kind: \"message\", T: RoomEvent, oneof: \"message\" },\n { no: 2, name: \"track_event\", kind: \"message\", T: TrackEvent, oneof: \"message\" },\n { no: 3, name: \"video_stream_event\", kind: \"message\", T: VideoStreamEvent, oneof: \"message\" },\n { no: 4, name: \"audio_stream_event\", kind: \"message\", T: AudioStreamEvent, oneof: \"message\" },\n { no: 5, name: \"connect\", kind: \"message\", T: ConnectCallback, oneof: \"message\" },\n { no: 7, name: \"disconnect\", kind: \"message\", T: DisconnectCallback, oneof: \"message\" },\n { no: 8, name: \"dispose\", kind: \"message\", T: DisposeCallback, oneof: \"message\" },\n { no: 9, name: \"publish_track\", kind: \"message\", T: PublishTrackCallback, oneof: \"message\" },\n { no: 10, name: \"unpublish_track\", kind: \"message\", T: UnpublishTrackCallback, oneof: \"message\" },\n { no: 11, name: \"publish_data\", kind: \"message\", T: PublishDataCallback, oneof: \"message\" },\n { no: 12, name: \"publish_transcription\", kind: \"message\", T: PublishTranscriptionCallback, oneof: \"message\" },\n { no: 13, name: \"capture_audio_frame\", kind: \"message\", T: CaptureAudioFrameCallback, oneof: \"message\" },\n { no: 14, name: \"set_local_metadata\", kind: \"message\", T: SetLocalMetadataCallback, oneof: \"message\" },\n { no: 15, name: \"set_local_name\", kind: \"message\", T: SetLocalNameCallback, oneof: \"message\" },\n { no: 16, name: \"set_local_attributes\", kind: \"message\", T: SetLocalAttributesCallback, oneof: \"message\" },\n { no: 17, name: \"get_stats\", kind: \"message\", T: GetStatsCallback, oneof: \"message\" },\n { no: 18, name: \"logs\", kind: \"message\", T: LogBatch, oneof: \"message\" },\n { no: 19, name: \"get_session_stats\", kind: \"message\", T: GetSessionStatsCallback, oneof: \"message\" },\n { no: 20, name: \"panic\", kind: \"message\", T: Panic, oneof: \"message\" },\n { no: 21, name: \"publish_sip_dtmf\", kind: \"message\", T: PublishSipDtmfCallback, oneof: \"message\" },\n { no: 22, name: \"chat_message\", kind: \"message\", T: SendChatMessageCallback, oneof: \"message\" },\n { no: 23, name: \"perform_rpc\", kind: \"message\", T: PerformRpcCallback, oneof: \"message\" },\n { no: 24, name: \"rpc_method_invocation\", kind: \"message\", T: RpcMethodInvocationEvent, oneof: \"message\" },\n { no: 25, name: \"send_stream_header\", kind: \"message\", T: SendStreamHeaderCallback, oneof: \"message\" },\n { no: 26, name: \"send_stream_chunk\", kind: \"message\", T: SendStreamChunkCallback, oneof: \"message\" },\n { no: 27, name: \"send_stream_trailer\", kind: \"message\", T: SendStreamTrailerCallback, oneof: \"message\" },\n { no: 28, name: \"byte_stream_reader_event\", kind: \"message\", T: ByteStreamReaderEvent, oneof: \"message\" },\n { no: 29, name: \"byte_stream_reader_read_all\", kind: \"message\", T: ByteStreamReaderReadAllCallback, oneof: \"message\" },\n { no: 30, name: \"byte_stream_reader_write_to_file\", kind: \"message\", T: ByteStreamReaderWriteToFileCallback, oneof: \"message\" },\n { no: 31, name: \"byte_stream_open\", kind: \"message\", T: ByteStreamOpenCallback, oneof: \"message\" },\n { no: 32, name: \"byte_stream_writer_write\", kind: \"message\", T: ByteStreamWriterWriteCallback, oneof: \"message\" },\n { no: 33, name: \"byte_stream_writer_close\", kind: \"message\", T: ByteStreamWriterCloseCallback, oneof: \"message\" },\n { no: 34, name: \"send_file\", kind: \"message\", T: StreamSendFileCallback, oneof: \"message\" },\n { no: 35, name: \"text_stream_reader_event\", kind: \"message\", T: TextStreamReaderEvent, oneof: \"message\" },\n { no: 36, name: \"text_stream_reader_read_all\", kind: \"message\", T: TextStreamReaderReadAllCallback, oneof: \"message\" },\n { no: 37, name: \"text_stream_open\", kind: \"message\", T: TextStreamOpenCallback, oneof: \"message\" },\n { no: 38, name: \"text_stream_writer_write\", kind: \"message\", T: TextStreamWriterWriteCallback, oneof: \"message\" },\n { no: 39, name: \"text_stream_writer_close\", kind: \"message\", T: TextStreamWriterCloseCallback, oneof: \"message\" },\n { no: 40, name: \"send_text\", kind: \"message\", T: StreamSendTextCallback, oneof: \"message\" },\n { no: 41, name: \"send_bytes\", kind: \"message\", T: StreamSendBytesCallback, oneof: \"message\" },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FfiEvent {\n return new FfiEvent().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FfiEvent {\n return new FfiEvent().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FfiEvent {\n return new FfiEvent().fromJsonString(jsonString, options);\n }\n\n static equals(a: FfiEvent | PlainMessage<FfiEvent> | undefined, b: FfiEvent | PlainMessage<FfiEvent> | undefined): boolean {\n return proto2.util.equals(FfiEvent, a, b);\n }\n}\n\n/**\n * Stop all rooms synchronously (Do we need async here?).\n * e.g: This is used for the Unity Editor after each assemblies reload.\n * TODO(theomonnom): Implement a debug mode where we can find all leaked handles?\n *\n * @generated from message livekit.proto.DisposeRequest\n */\nexport class DisposeRequest extends Message<DisposeRequest> {\n /**\n * @generated from field: required bool async = 1;\n */\n async?: boolean;\n\n constructor(data?: PartialMessage<DisposeRequest>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.DisposeRequest\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"async\", kind: \"scalar\", T: 8 /* ScalarType.BOOL */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DisposeRequest {\n return new DisposeRequest().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DisposeRequest {\n return new DisposeRequest().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DisposeRequest {\n return new DisposeRequest().fromJsonString(jsonString, options);\n }\n\n static equals(a: DisposeRequest | PlainMessage<DisposeRequest> | undefined, b: DisposeRequest | PlainMessage<DisposeRequest> | undefined): boolean {\n return proto2.util.equals(DisposeRequest, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.DisposeResponse\n */\nexport class DisposeResponse extends Message<DisposeResponse> {\n /**\n * None if sync\n *\n * @generated from field: optional uint64 async_id = 1;\n */\n asyncId?: bigint;\n\n constructor(data?: PartialMessage<DisposeResponse>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.DisposeResponse\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"async_id\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, opt: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DisposeResponse {\n return new DisposeResponse().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DisposeResponse {\n return new DisposeResponse().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DisposeResponse {\n return new DisposeResponse().fromJsonString(jsonString, options);\n }\n\n static equals(a: DisposeResponse | PlainMessage<DisposeResponse> | undefined, b: DisposeResponse | PlainMessage<DisposeResponse> | undefined): boolean {\n return proto2.util.equals(DisposeResponse, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.DisposeCallback\n */\nexport class DisposeCallback extends Message<DisposeCallback> {\n /**\n * @generated from field: required uint64 async_id = 1;\n */\n asyncId?: bigint;\n\n constructor(data?: PartialMessage<DisposeCallback>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.DisposeCallback\";\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>): DisposeCallback {\n return new DisposeCallback().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DisposeCallback {\n return new DisposeCallback().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DisposeCallback {\n return new DisposeCallback().fromJsonString(jsonString, options);\n }\n\n static equals(a: DisposeCallback | PlainMessage<DisposeCallback> | undefined, b: DisposeCallback | PlainMessage<DisposeCallback> | undefined): boolean {\n return proto2.util.equals(DisposeCallback, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.LogRecord\n */\nexport class LogRecord extends Message<LogRecord> {\n /**\n * @generated from field: required livekit.proto.LogLevel level = 1;\n */\n level?: LogLevel;\n\n /**\n * e.g \"livekit\", \"libwebrtc\", \"tokio-tungstenite\", etc...\n *\n * @generated from field: required string target = 2;\n */\n target?: string;\n\n /**\n * @generated from field: optional string module_path = 3;\n */\n modulePath?: string;\n\n /**\n * @generated from field: optional string file = 4;\n */\n file?: string;\n\n /**\n * @generated from field: optional uint32 line = 5;\n */\n line?: number;\n\n /**\n * @generated from field: required string message = 6;\n */\n message?: string;\n\n constructor(data?: PartialMessage<LogRecord>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.LogRecord\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"level\", kind: \"enum\", T: proto2.getEnumType(LogLevel), req: true },\n { no: 2, name: \"target\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n { no: 3, name: \"module_path\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, opt: true },\n { no: 4, name: \"file\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, opt: true },\n { no: 5, name: \"line\", kind: \"scalar\", T: 13 /* ScalarType.UINT32 */, opt: true },\n { no: 6, name: \"message\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): LogRecord {\n return new LogRecord().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): LogRecord {\n return new LogRecord().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LogRecord {\n return new LogRecord().fromJsonString(jsonString, options);\n }\n\n static equals(a: LogRecord | PlainMessage<LogRecord> | undefined, b: LogRecord | PlainMessage<LogRecord> | undefined): boolean {\n return proto2.util.equals(LogRecord, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.LogBatch\n */\nexport class LogBatch extends Message<LogBatch> {\n /**\n * @generated from field: repeated livekit.proto.LogRecord records = 1;\n */\n records: LogRecord[] = [];\n\n constructor(data?: PartialMessage<LogBatch>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.LogBatch\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"records\", kind: \"message\", T: LogRecord, repeated: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): LogBatch {\n return new LogBatch().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): LogBatch {\n return new LogBatch().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LogBatch {\n return new LogBatch().fromJsonString(jsonString, options);\n }\n\n static equals(a: LogBatch | PlainMessage<LogBatch> | undefined, b: LogBatch | PlainMessage<LogBatch> | undefined): boolean {\n return proto2.util.equals(LogBatch, a, b);\n }\n}\n\n/**\n * @generated from message livekit.proto.Panic\n */\nexport class Panic extends Message<Panic> {\n /**\n * @generated from field: required string message = 1;\n */\n message?: string;\n\n constructor(data?: PartialMessage<Panic>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.Panic\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"message\", kind: \"scalar\", T: 9 /* ScalarType.STRING */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Panic {\n return new Panic().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Panic {\n return new Panic().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Panic {\n return new Panic().fromJsonString(jsonString, options);\n }\n\n static equals(a: Panic | PlainMessage<Panic> | undefined, b: Panic | PlainMessage<Panic> | undefined): boolean {\n return proto2.util.equals(Panic, a, b);\n }\n}\n\n"],"mappings":"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","names":["LogLevel"]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/proto/handle_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.1 with parameter \"target=ts,import_extension=.js\"\n// @generated from file handle.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 * # Safety\n * The foreign language is responsable for disposing handles\n * Forgetting to dispose the handle may lead to memory leaks\n *\n * Dropping a handle doesn't necessarily mean that the object is destroyed if it is still used\n * on the FfiServer (Atomic reference counting)\n *\n * When refering to a handle without owning it, we just use a uint32 without this message. \n * (the variable name is suffixed with \"_handle\")\n *\n * @generated from message livekit.proto.FfiOwnedHandle\n */\nexport class FfiOwnedHandle extends Message<FfiOwnedHandle> {\n /**\n * @generated from field: required uint64 id = 1;\n */\n id?: bigint;\n\n constructor(data?: PartialMessage<FfiOwnedHandle>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.FfiOwnedHandle\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"id\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FfiOwnedHandle {\n return new FfiOwnedHandle().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FfiOwnedHandle {\n return new FfiOwnedHandle().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FfiOwnedHandle {\n return new FfiOwnedHandle().fromJsonString(jsonString, options);\n }\n\n static equals(a: FfiOwnedHandle | PlainMessage<FfiOwnedHandle> | undefined, b: FfiOwnedHandle | PlainMessage<FfiOwnedHandle> | undefined): boolean {\n return proto2.util.equals(FfiOwnedHandle, a, b);\n }\n}\n\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAoBA,sBAAgC;AAezB,MAAM,kBAAN,MAAM,wBAAuB,wBAAwB;AAAA,EAM1D,YAAY,MAAuC;AACjD,UAAM;AACN,2BAAO,KAAK,YAAY,MAAM,IAAI;AAAA,EACpC;AAAA,EAQA,OAAO,WAAW,OAAmB,SAAsD;AACzF,WAAO,IAAI,gBAAe,EAAE,WAAW,OAAO,OAAO;AAAA,EACvD;AAAA,EAEA,OAAO,SAAS,WAAsB,SAAoD;AACxF,WAAO,IAAI,gBAAe,EAAE,SAAS,WAAW,OAAO;AAAA,EACzD;AAAA,EAEA,OAAO,eAAe,YAAoB,SAAoD;AAC5F,WAAO,IAAI,gBAAe,EAAE,eAAe,YAAY,OAAO;AAAA,EAChE;AAAA,EAEA,OAAO,OAAO,GAA8D,GAAuE;AACjJ,WAAO,uBAAO,KAAK,OAAO,iBAAgB,GAAG,CAAC;AAAA,EAChD;AACF;AAhCa,gBAWK,UAAyB;AAX9B,gBAYK,WAAW;AAZhB,gBAaK,SAAoB,uBAAO,KAAK,aAAa,MAAM;AAAA,EACjE,EAAE,IAAI,GAAG,MAAM,MAAM,MAAM,UAAU,GAAG,GAA2B,KAAK,KAAK;AAC/E,CAAC;AAfI,IAAM,iBAAN;","names":[]}
1
+ {"version":3,"sources":["../../src/proto/handle_pb.ts"],"sourcesContent":["// Copyright 2025 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.1 with parameter \"target=ts,import_extension=.js\"\n// @generated from file handle.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 * # Safety\n * The foreign language is responsable for disposing handles\n * Forgetting to dispose the handle may lead to memory leaks\n *\n * Dropping a handle doesn't necessarily mean that the object is destroyed if it is still used\n * on the FfiServer (Atomic reference counting)\n *\n * When refering to a handle without owning it, we just use a uint32 without this message. \n * (the variable name is suffixed with \"_handle\")\n *\n * @generated from message livekit.proto.FfiOwnedHandle\n */\nexport class FfiOwnedHandle extends Message<FfiOwnedHandle> {\n /**\n * @generated from field: required uint64 id = 1;\n */\n id?: bigint;\n\n constructor(data?: PartialMessage<FfiOwnedHandle>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.FfiOwnedHandle\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"id\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FfiOwnedHandle {\n return new FfiOwnedHandle().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FfiOwnedHandle {\n return new FfiOwnedHandle().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FfiOwnedHandle {\n return new FfiOwnedHandle().fromJsonString(jsonString, options);\n }\n\n static equals(a: FfiOwnedHandle | PlainMessage<FfiOwnedHandle> | undefined, b: FfiOwnedHandle | PlainMessage<FfiOwnedHandle> | undefined): boolean {\n return proto2.util.equals(FfiOwnedHandle, a, b);\n }\n}\n\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAoBA,sBAAgC;AAezB,MAAM,kBAAN,MAAM,wBAAuB,wBAAwB;AAAA,EAM1D,YAAY,MAAuC;AACjD,UAAM;AACN,2BAAO,KAAK,YAAY,MAAM,IAAI;AAAA,EACpC;AAAA,EAQA,OAAO,WAAW,OAAmB,SAAsD;AACzF,WAAO,IAAI,gBAAe,EAAE,WAAW,OAAO,OAAO;AAAA,EACvD;AAAA,EAEA,OAAO,SAAS,WAAsB,SAAoD;AACxF,WAAO,IAAI,gBAAe,EAAE,SAAS,WAAW,OAAO;AAAA,EACzD;AAAA,EAEA,OAAO,eAAe,YAAoB,SAAoD;AAC5F,WAAO,IAAI,gBAAe,EAAE,eAAe,YAAY,OAAO;AAAA,EAChE;AAAA,EAEA,OAAO,OAAO,GAA8D,GAAuE;AACjJ,WAAO,uBAAO,KAAK,OAAO,iBAAgB,GAAG,CAAC;AAAA,EAChD;AACF;AAhCa,gBAWK,UAAyB;AAX9B,gBAYK,WAAW;AAZhB,gBAaK,SAAoB,uBAAO,KAAK,aAAa,MAAM;AAAA,EACjE,EAAE,IAAI,GAAG,MAAM,MAAM,MAAM,UAAU,GAAG,GAA2B,KAAK,KAAK;AAC/E,CAAC;AAfI,IAAM,iBAAN;","names":[]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/proto/handle_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.1 with parameter \"target=ts,import_extension=.js\"\n// @generated from file handle.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 * # Safety\n * The foreign language is responsable for disposing handles\n * Forgetting to dispose the handle may lead to memory leaks\n *\n * Dropping a handle doesn't necessarily mean that the object is destroyed if it is still used\n * on the FfiServer (Atomic reference counting)\n *\n * When refering to a handle without owning it, we just use a uint32 without this message. \n * (the variable name is suffixed with \"_handle\")\n *\n * @generated from message livekit.proto.FfiOwnedHandle\n */\nexport class FfiOwnedHandle extends Message<FfiOwnedHandle> {\n /**\n * @generated from field: required uint64 id = 1;\n */\n id?: bigint;\n\n constructor(data?: PartialMessage<FfiOwnedHandle>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.FfiOwnedHandle\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"id\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FfiOwnedHandle {\n return new FfiOwnedHandle().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FfiOwnedHandle {\n return new FfiOwnedHandle().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FfiOwnedHandle {\n return new FfiOwnedHandle().fromJsonString(jsonString, options);\n }\n\n static equals(a: FfiOwnedHandle | PlainMessage<FfiOwnedHandle> | undefined, b: FfiOwnedHandle | PlainMessage<FfiOwnedHandle> | undefined): boolean {\n return proto2.util.equals(FfiOwnedHandle, a, b);\n }\n}\n\n"],"mappings":"AAoBA,SAAS,SAAS,cAAc;AAezB,MAAM,kBAAN,MAAM,wBAAuB,QAAwB;AAAA,EAM1D,YAAY,MAAuC;AACjD,UAAM;AACN,WAAO,KAAK,YAAY,MAAM,IAAI;AAAA,EACpC;AAAA,EAQA,OAAO,WAAW,OAAmB,SAAsD;AACzF,WAAO,IAAI,gBAAe,EAAE,WAAW,OAAO,OAAO;AAAA,EACvD;AAAA,EAEA,OAAO,SAAS,WAAsB,SAAoD;AACxF,WAAO,IAAI,gBAAe,EAAE,SAAS,WAAW,OAAO;AAAA,EACzD;AAAA,EAEA,OAAO,eAAe,YAAoB,SAAoD;AAC5F,WAAO,IAAI,gBAAe,EAAE,eAAe,YAAY,OAAO;AAAA,EAChE;AAAA,EAEA,OAAO,OAAO,GAA8D,GAAuE;AACjJ,WAAO,OAAO,KAAK,OAAO,iBAAgB,GAAG,CAAC;AAAA,EAChD;AACF;AAhCa,gBAWK,UAAyB;AAX9B,gBAYK,WAAW;AAZhB,gBAaK,SAAoB,OAAO,KAAK,aAAa,MAAM;AAAA,EACjE,EAAE,IAAI,GAAG,MAAM,MAAM,MAAM,UAAU,GAAG,GAA2B,KAAK,KAAK;AAC/E,CAAC;AAfI,IAAM,iBAAN;","names":[]}
1
+ {"version":3,"sources":["../../src/proto/handle_pb.ts"],"sourcesContent":["// Copyright 2025 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.1 with parameter \"target=ts,import_extension=.js\"\n// @generated from file handle.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 * # Safety\n * The foreign language is responsable for disposing handles\n * Forgetting to dispose the handle may lead to memory leaks\n *\n * Dropping a handle doesn't necessarily mean that the object is destroyed if it is still used\n * on the FfiServer (Atomic reference counting)\n *\n * When refering to a handle without owning it, we just use a uint32 without this message. \n * (the variable name is suffixed with \"_handle\")\n *\n * @generated from message livekit.proto.FfiOwnedHandle\n */\nexport class FfiOwnedHandle extends Message<FfiOwnedHandle> {\n /**\n * @generated from field: required uint64 id = 1;\n */\n id?: bigint;\n\n constructor(data?: PartialMessage<FfiOwnedHandle>) {\n super();\n proto2.util.initPartial(data, this);\n }\n\n static readonly runtime: typeof proto2 = proto2;\n static readonly typeName = \"livekit.proto.FfiOwnedHandle\";\n static readonly fields: FieldList = proto2.util.newFieldList(() => [\n { no: 1, name: \"id\", kind: \"scalar\", T: 4 /* ScalarType.UINT64 */, req: true },\n ]);\n\n static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FfiOwnedHandle {\n return new FfiOwnedHandle().fromBinary(bytes, options);\n }\n\n static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FfiOwnedHandle {\n return new FfiOwnedHandle().fromJson(jsonValue, options);\n }\n\n static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FfiOwnedHandle {\n return new FfiOwnedHandle().fromJsonString(jsonString, options);\n }\n\n static equals(a: FfiOwnedHandle | PlainMessage<FfiOwnedHandle> | undefined, b: FfiOwnedHandle | PlainMessage<FfiOwnedHandle> | undefined): boolean {\n return proto2.util.equals(FfiOwnedHandle, a, b);\n }\n}\n\n"],"mappings":"AAoBA,SAAS,SAAS,cAAc;AAezB,MAAM,kBAAN,MAAM,wBAAuB,QAAwB;AAAA,EAM1D,YAAY,MAAuC;AACjD,UAAM;AACN,WAAO,KAAK,YAAY,MAAM,IAAI;AAAA,EACpC;AAAA,EAQA,OAAO,WAAW,OAAmB,SAAsD;AACzF,WAAO,IAAI,gBAAe,EAAE,WAAW,OAAO,OAAO;AAAA,EACvD;AAAA,EAEA,OAAO,SAAS,WAAsB,SAAoD;AACxF,WAAO,IAAI,gBAAe,EAAE,SAAS,WAAW,OAAO;AAAA,EACzD;AAAA,EAEA,OAAO,eAAe,YAAoB,SAAoD;AAC5F,WAAO,IAAI,gBAAe,EAAE,eAAe,YAAY,OAAO;AAAA,EAChE;AAAA,EAEA,OAAO,OAAO,GAA8D,GAAuE;AACjJ,WAAO,OAAO,KAAK,OAAO,iBAAgB,GAAG,CAAC;AAAA,EAChD;AACF;AAhCa,gBAWK,UAAyB;AAX9B,gBAYK,WAAW;AAZhB,gBAaK,SAAoB,OAAO,KAAK,aAAa,MAAM;AAAA,EACjE,EAAE,IAAI,GAAG,MAAM,MAAM,MAAM,UAAU,GAAG,GAA2B,KAAK,KAAK;AAC/E,CAAC;AAfI,IAAM,iBAAN;","names":[]}
@@ -21,7 +21,8 @@ __export(participant_pb_exports, {
21
21
  DisconnectReason: () => DisconnectReason,
22
22
  OwnedParticipant: () => OwnedParticipant,
23
23
  ParticipantInfo: () => ParticipantInfo,
24
- ParticipantKind: () => ParticipantKind
24
+ ParticipantKind: () => ParticipantKind,
25
+ ParticipantKindDetail: () => ParticipantKindDetail
25
26
  });
26
27
  module.exports = __toCommonJS(participant_pb_exports);
27
28
  var import_protobuf = require("@bufbuild/protobuf");
@@ -32,6 +33,7 @@ var ParticipantKind = /* @__PURE__ */ ((ParticipantKind2) => {
32
33
  ParticipantKind2[ParticipantKind2["EGRESS"] = 2] = "EGRESS";
33
34
  ParticipantKind2[ParticipantKind2["SIP"] = 3] = "SIP";
34
35
  ParticipantKind2[ParticipantKind2["AGENT"] = 4] = "AGENT";
36
+ ParticipantKind2[ParticipantKind2["CONNECTOR"] = 5] = "CONNECTOR";
35
37
  return ParticipantKind2;
36
38
  })(ParticipantKind || {});
37
39
  import_protobuf.proto2.util.setEnumType(ParticipantKind, "livekit.proto.ParticipantKind", [
@@ -39,7 +41,21 @@ import_protobuf.proto2.util.setEnumType(ParticipantKind, "livekit.proto.Particip
39
41
  { no: 1, name: "PARTICIPANT_KIND_INGRESS" },
40
42
  { no: 2, name: "PARTICIPANT_KIND_EGRESS" },
41
43
  { no: 3, name: "PARTICIPANT_KIND_SIP" },
42
- { no: 4, name: "PARTICIPANT_KIND_AGENT" }
44
+ { no: 4, name: "PARTICIPANT_KIND_AGENT" },
45
+ { no: 5, name: "PARTICIPANT_KIND_CONNECTOR" }
46
+ ]);
47
+ var ParticipantKindDetail = /* @__PURE__ */ ((ParticipantKindDetail2) => {
48
+ ParticipantKindDetail2[ParticipantKindDetail2["CLOUD_AGENT"] = 0] = "CLOUD_AGENT";
49
+ ParticipantKindDetail2[ParticipantKindDetail2["FORWARDED"] = 1] = "FORWARDED";
50
+ ParticipantKindDetail2[ParticipantKindDetail2["CONNECTOR_WHATSAPP"] = 2] = "CONNECTOR_WHATSAPP";
51
+ ParticipantKindDetail2[ParticipantKindDetail2["CONNECTOR_TWILIO"] = 3] = "CONNECTOR_TWILIO";
52
+ return ParticipantKindDetail2;
53
+ })(ParticipantKindDetail || {});
54
+ import_protobuf.proto2.util.setEnumType(ParticipantKindDetail, "livekit.proto.ParticipantKindDetail", [
55
+ { no: 0, name: "PARTICIPANT_KIND_DETAIL_CLOUD_AGENT" },
56
+ { no: 1, name: "PARTICIPANT_KIND_DETAIL_FORWARDED" },
57
+ { no: 2, name: "PARTICIPANT_KIND_DETAIL_CONNECTOR_WHATSAPP" },
58
+ { no: 3, name: "PARTICIPANT_KIND_DETAIL_CONNECTOR_TWILIO" }
43
59
  ]);
44
60
  var DisconnectReason = /* @__PURE__ */ ((DisconnectReason2) => {
45
61
  DisconnectReason2[DisconnectReason2["UNKNOWN_REASON"] = 0] = "UNKNOWN_REASON";
@@ -85,6 +101,10 @@ const _ParticipantInfo = class _ParticipantInfo extends import_protobuf.Message
85
101
  * @generated from field: map<string, string> attributes = 5;
86
102
  */
87
103
  this.attributes = {};
104
+ /**
105
+ * @generated from field: repeated livekit.proto.ParticipantKindDetail kind_details = 8;
106
+ */
107
+ this.kindDetails = [];
88
108
  import_protobuf.proto2.util.initPartial(data, this);
89
109
  }
90
110
  static fromBinary(bytes, options) {
@@ -113,7 +133,8 @@ _ParticipantInfo.fields = import_protobuf.proto2.util.newFieldList(() => [
113
133
  /* ScalarType.STRING */
114
134
  } },
115
135
  { no: 6, name: "kind", kind: "enum", T: import_protobuf.proto2.getEnumType(ParticipantKind), req: true },
116
- { no: 7, name: "disconnect_reason", kind: "enum", T: import_protobuf.proto2.getEnumType(DisconnectReason), req: true }
136
+ { no: 7, name: "disconnect_reason", kind: "enum", T: import_protobuf.proto2.getEnumType(DisconnectReason), req: true },
137
+ { no: 8, name: "kind_details", kind: "enum", T: import_protobuf.proto2.getEnumType(ParticipantKindDetail), repeated: true }
117
138
  ]);
118
139
  let ParticipantInfo = _ParticipantInfo;
119
140
  const _OwnedParticipant = class _OwnedParticipant extends import_protobuf.Message {
@@ -146,6 +167,7 @@ let OwnedParticipant = _OwnedParticipant;
146
167
  DisconnectReason,
147
168
  OwnedParticipant,
148
169
  ParticipantInfo,
149
- ParticipantKind
170
+ ParticipantKind,
171
+ ParticipantKindDetail
150
172
  });
151
173
  //# sourceMappingURL=participant_pb.cjs.map