plugnmeet-protocol-js 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +26 -0
- package/src/gen/buf/validate/expression_pb.d.ts +158 -0
- package/src/gen/buf/validate/expression_pb.js +47 -0
- package/src/gen/buf/validate/priv/private_pb.d.ts +80 -0
- package/src/gen/buf/validate/priv/private_pb.js +49 -0
- package/src/gen/buf/validate/validate_pb.d.ts +3932 -0
- package/src/gen/buf/validate/validate_pb.js +253 -0
- package/src/gen/livekit_agent_dispatch_pb.d.ts +231 -0
- package/src/gen/livekit_agent_dispatch_pb.js +82 -0
- package/src/gen/livekit_agent_pb.d.ts +632 -0
- package/src/gen/livekit_agent_pb.js +175 -0
- package/src/gen/livekit_analytics_pb.d.ts +733 -0
- package/src/gen/livekit_analytics_pb.js +124 -0
- package/src/gen/livekit_egress_pb.d.ts +1945 -0
- package/src/gen/livekit_egress_pb.js +333 -0
- package/src/gen/livekit_ingress_pb.d.ts +805 -0
- package/src/gen/livekit_ingress_pb.js +172 -0
- package/src/gen/livekit_internal_pb.d.ts +601 -0
- package/src/gen/livekit_internal_pb.js +101 -0
- package/src/gen/livekit_metrics_pb.d.ts +193 -0
- package/src/gen/livekit_metrics_pb.js +54 -0
- package/src/gen/livekit_models_pb.d.ts +2089 -0
- package/src/gen/livekit_models_pb.js +440 -0
- package/src/gen/livekit_room_pb.d.ts +743 -0
- package/src/gen/livekit_room_pb.js +178 -0
- package/src/gen/livekit_rtc_pb.d.ts +1688 -0
- package/src/gen/livekit_rtc_pb.js +384 -0
- package/src/gen/livekit_sip_pb.d.ts +1010 -0
- package/src/gen/livekit_sip_pb.js +223 -0
- package/src/gen/livekit_webhook_pb.d.ts +101 -0
- package/src/gen/livekit_webhook_pb.js +36 -0
- package/src/gen/plugnmeet_analytics_pb.d.ts +512 -0
- package/src/gen/plugnmeet_analytics_pb.js +97 -0
- package/src/gen/plugnmeet_auth_analytics_pb.d.ts +225 -0
- package/src/gen/plugnmeet_auth_analytics_pb.js +69 -0
- package/src/gen/plugnmeet_auth_recording_pb.d.ts +278 -0
- package/src/gen/plugnmeet_auth_recording_pb.js +84 -0
- package/src/gen/plugnmeet_auth_room_pb.d.ts +427 -0
- package/src/gen/plugnmeet_auth_room_pb.js +112 -0
- package/src/gen/plugnmeet_breakout_room_pb.d.ts +256 -0
- package/src/gen/plugnmeet_breakout_room_pb.js +68 -0
- package/src/gen/plugnmeet_common_api_pb.d.ts +591 -0
- package/src/gen/plugnmeet_common_api_pb.js +169 -0
- package/src/gen/plugnmeet_common_pb.d.ts +193 -0
- package/src/gen/plugnmeet_common_pb.js +48 -0
- package/src/gen/plugnmeet_create_room_pb.d.ts +696 -0
- package/src/gen/plugnmeet_create_room_pb.js +128 -0
- package/src/gen/plugnmeet_datamessage_pb.d.ts +137 -0
- package/src/gen/plugnmeet_datamessage_pb.js +31 -0
- package/src/gen/plugnmeet_gen_token_pb.d.ts +308 -0
- package/src/gen/plugnmeet_gen_token_pb.js +62 -0
- package/src/gen/plugnmeet_ingress_pb.d.ts +94 -0
- package/src/gen/plugnmeet_ingress_pb.js +38 -0
- package/src/gen/plugnmeet_lti_v1_pb.d.ts +145 -0
- package/src/gen/plugnmeet_lti_v1_pb.js +33 -0
- package/src/gen/plugnmeet_nats_msg_pb.d.ts +526 -0
- package/src/gen/plugnmeet_nats_msg_pb.js +118 -0
- package/src/gen/plugnmeet_polls_pb.d.ts +321 -0
- package/src/gen/plugnmeet_polls_pb.js +75 -0
- package/src/gen/plugnmeet_recorder_pb.d.ts +401 -0
- package/src/gen/plugnmeet_recorder_pb.js +85 -0
- package/src/gen/plugnmeet_recording_pb.d.ts +120 -0
- package/src/gen/plugnmeet_recording_pb.js +27 -0
- package/src/gen/plugnmeet_speech_services_pb.d.ts +212 -0
- package/src/gen/plugnmeet_speech_services_pb.js +59 -0
- package/src/gen/rpc/analytics_pb.d.ts +57 -0
- package/src/gen/rpc/analytics_pb.js +34 -0
- package/src/index.d.ts +17 -0
- package/src/index.js +17 -0
|
@@ -0,0 +1,440 @@
|
|
|
1
|
+
// Copyright 2023 LiveKit, Inc.
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
|
|
15
|
+
// @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
|
|
16
|
+
// @generated from file livekit_models.proto (package livekit, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
|
|
20
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
21
|
+
import { file_livekit_metrics } from "./livekit_metrics_pb.js";
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Describes the file livekit_models.proto.
|
|
25
|
+
*/
|
|
26
|
+
export const file_livekit_models = /*@__PURE__*/
|
|
27
|
+
fileDesc("ChRsaXZla2l0X21vZGVscy5wcm90bxIHbGl2ZWtpdCLNAgoEUm9vbRILCgNzaWQYASABKAkSDAoEbmFtZRgCIAEoCRIVCg1lbXB0eV90aW1lb3V0GAMgASgNEhkKEWRlcGFydHVyZV90aW1lb3V0GA4gASgNEhgKEG1heF9wYXJ0aWNpcGFudHMYBCABKA0SGQoNY3JlYXRpb25fdGltZRgFIAEoA0ICMAESFQoNdHVybl9wYXNzd29yZBgGIAEoCRImCg5lbmFibGVkX2NvZGVjcxgHIAMoCzIOLmxpdmVraXQuQ29kZWMSEAoIbWV0YWRhdGEYCCABKAkSGAoQbnVtX3BhcnRpY2lwYW50cxgJIAEoDRIWCg5udW1fcHVibGlzaGVycxgLIAEoDRIYChBhY3RpdmVfcmVjb3JkaW5nGAogASgIEiYKB3ZlcnNpb24YDSABKAsyFS5saXZla2l0LlRpbWVkVmVyc2lvbiIoCgVDb2RlYxIMCgRtaW1lGAEgASgJEhEKCWZtdHBfbGluZRgCIAEoCSI5CgxQbGF5b3V0RGVsYXkSDwoHZW5hYmxlZBgBIAEoCBILCgNtaW4YAiABKA0SCwoDbWF4GAMgASgNIoUCChVQYXJ0aWNpcGFudFBlcm1pc3Npb24SFQoNY2FuX3N1YnNjcmliZRgBIAEoCBITCgtjYW5fcHVibGlzaBgCIAEoCBIYChBjYW5fcHVibGlzaF9kYXRhGAMgASgIEjEKE2Nhbl9wdWJsaXNoX3NvdXJjZXMYCSADKA4yFC5saXZla2l0LlRyYWNrU291cmNlEg4KBmhpZGRlbhgHIAEoCBIUCghyZWNvcmRlchgIIAEoCEICGAESGwoTY2FuX3VwZGF0ZV9tZXRhZGF0YRgKIAEoCBIRCgVhZ2VudBgLIAEoCEICGAESHQoVY2FuX3N1YnNjcmliZV9tZXRyaWNzGAwgASgIIvwECg9QYXJ0aWNpcGFudEluZm8SCwoDc2lkGAEgASgJEhAKCGlkZW50aXR5GAIgASgJEi0KBXN0YXRlGAMgASgOMh4ubGl2ZWtpdC5QYXJ0aWNpcGFudEluZm8uU3RhdGUSIgoGdHJhY2tzGAQgAygLMhIubGl2ZWtpdC5UcmFja0luZm8SEAoIbWV0YWRhdGEYBSABKAkSFQoJam9pbmVkX2F0GAYgASgDQgIwARIMCgRuYW1lGAkgASgJEg8KB3ZlcnNpb24YCiABKA0SMgoKcGVybWlzc2lvbhgLIAEoCzIeLmxpdmVraXQuUGFydGljaXBhbnRQZXJtaXNzaW9uEg4KBnJlZ2lvbhgMIAEoCRIUCgxpc19wdWJsaXNoZXIYDSABKAgSKwoEa2luZBgOIAEoDjIdLmxpdmVraXQuUGFydGljaXBhbnRJbmZvLktpbmQSPAoKYXR0cmlidXRlcxgPIAMoCzIoLmxpdmVraXQuUGFydGljaXBhbnRJbmZvLkF0dHJpYnV0ZXNFbnRyeRI0ChFkaXNjb25uZWN0X3JlYXNvbhgQIAEoDjIZLmxpdmVraXQuRGlzY29ubmVjdFJlYXNvbhoxCg9BdHRyaWJ1dGVzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASI+CgVTdGF0ZRILCgdKT0lOSU5HEAASCgoGSk9JTkVEEAESCgoGQUNUSVZFEAISEAoMRElTQ09OTkVDVEVEEAMiQQoES2luZBIMCghTVEFOREFSRBAAEgsKB0lOR1JFU1MQARIKCgZFR1JFU1MQAhIHCgNTSVAQAxIJCgVBR0VOVBAEIjMKCkVuY3J5cHRpb24iJQoEVHlwZRIICgROT05FEAASBwoDR0NNEAESCgoGQ1VTVE9NEAIiZgoSU2ltdWxjYXN0Q29kZWNJbmZvEhEKCW1pbWVfdHlwZRgBIAEoCRILCgNtaWQYAiABKAkSCwoDY2lkGAMgASgJEiMKBmxheWVycxgEIAMoCzITLmxpdmVraXQuVmlkZW9MYXllciL1AwoJVHJhY2tJbmZvEgsKA3NpZBgBIAEoCRIgCgR0eXBlGAIgASgOMhIubGl2ZWtpdC5UcmFja1R5cGUSDAoEbmFtZRgDIAEoCRINCgVtdXRlZBgEIAEoCBINCgV3aWR0aBgFIAEoDRIOCgZoZWlnaHQYBiABKA0SEQoJc2ltdWxjYXN0GAcgASgIEhMKC2Rpc2FibGVfZHR4GAggASgIEiQKBnNvdXJjZRgJIAEoDjIULmxpdmVraXQuVHJhY2tTb3VyY2USIwoGbGF5ZXJzGAogAygLMhMubGl2ZWtpdC5WaWRlb0xheWVyEhEKCW1pbWVfdHlwZRgLIAEoCRILCgNtaWQYDCABKAkSKwoGY29kZWNzGA0gAygLMhsubGl2ZWtpdC5TaW11bGNhc3RDb2RlY0luZm8SDgoGc3RlcmVvGA4gASgIEhMKC2Rpc2FibGVfcmVkGA8gASgIEiwKCmVuY3J5cHRpb24YECABKA4yGC5saXZla2l0LkVuY3J5cHRpb24uVHlwZRIOCgZzdHJlYW0YESABKAkSJgoHdmVyc2lvbhgSIAEoCzIVLmxpdmVraXQuVGltZWRWZXJzaW9uEjIKDmF1ZGlvX2ZlYXR1cmVzGBMgAygOMhoubGl2ZWtpdC5BdWRpb1RyYWNrRmVhdHVyZSJyCgpWaWRlb0xheWVyEiYKB3F1YWxpdHkYASABKA4yFS5saXZla2l0LlZpZGVvUXVhbGl0eRINCgV3aWR0aBgCIAEoDRIOCgZoZWlnaHQYAyABKA0SDwoHYml0cmF0ZRgEIAEoDRIMCgRzc3JjGAUgASgNIvsCCgpEYXRhUGFja2V0EioKBGtpbmQYASABKA4yGC5saXZla2l0LkRhdGFQYWNrZXQuS2luZEICGAESHAoUcGFydGljaXBhbnRfaWRlbnRpdHkYBCABKAkSHgoWZGVzdGluYXRpb25faWRlbnRpdGllcxgFIAMoCRIjCgR1c2VyGAIgASgLMhMubGl2ZWtpdC5Vc2VyUGFja2V0SAASMwoHc3BlYWtlchgDIAEoCzIcLmxpdmVraXQuQWN0aXZlU3BlYWtlclVwZGF0ZUICGAFIABIkCghzaXBfZHRtZhgGIAEoCzIQLmxpdmVraXQuU2lwRFRNRkgAEi8KDXRyYW5zY3JpcHRpb24YByABKAsyFi5saXZla2l0LlRyYW5zY3JpcHRpb25IABIoCgdtZXRyaWNzGAggASgLMhUubGl2ZWtpdC5NZXRyaWNzQmF0Y2hIACIfCgRLaW5kEgwKCFJFTElBQkxFEAASCQoFTE9TU1kQAUIHCgV2YWx1ZSI9ChNBY3RpdmVTcGVha2VyVXBkYXRlEiYKCHNwZWFrZXJzGAEgAygLMhQubGl2ZWtpdC5TcGVha2VySW5mbyI5CgtTcGVha2VySW5mbxILCgNzaWQYASABKAkSDQoFbGV2ZWwYAiABKAISDgoGYWN0aXZlGAMgASgIIqgCCgpVc2VyUGFja2V0EhsKD3BhcnRpY2lwYW50X3NpZBgBIAEoCUICGAESIAoUcGFydGljaXBhbnRfaWRlbnRpdHkYBSABKAlCAhgBEg8KB3BheWxvYWQYAiABKAwSHAoQZGVzdGluYXRpb25fc2lkcxgDIAMoCUICGAESIgoWZGVzdGluYXRpb25faWRlbnRpdGllcxgGIAMoCUICGAESEgoFdG9waWMYBCABKAlIAIgBARIPCgJpZBgIIAEoCUgBiAEBEhsKCnN0YXJ0X3RpbWUYCSABKARCAjABSAKIAQESGQoIZW5kX3RpbWUYCiABKARCAjABSAOIAQFCCAoGX3RvcGljQgUKA19pZEINCgtfc3RhcnRfdGltZUILCglfZW5kX3RpbWUiJgoHU2lwRFRNRhIMCgRjb2RlGAMgASgNEg0KBWRpZ2l0GAQgASgJInwKDVRyYW5zY3JpcHRpb24SKAogdHJhbnNjcmliZWRfcGFydGljaXBhbnRfaWRlbnRpdHkYAiABKAkSEAoIdHJhY2tfaWQYAyABKAkSLwoIc2VnbWVudHMYBCADKAsyHS5saXZla2l0LlRyYW5zY3JpcHRpb25TZWdtZW50In8KFFRyYW5zY3JpcHRpb25TZWdtZW50EgoKAmlkGAEgASgJEgwKBHRleHQYAiABKAkSFgoKc3RhcnRfdGltZRgDIAEoBEICMAESFAoIZW5kX3RpbWUYBCABKARCAjABEg0KBWZpbmFsGAUgASgIEhAKCGxhbmd1YWdlGAYgASgJIkAKEVBhcnRpY2lwYW50VHJhY2tzEhcKD3BhcnRpY2lwYW50X3NpZBgBIAEoCRISCgp0cmFja19zaWRzGAIgAygJIs4BCgpTZXJ2ZXJJbmZvEiwKB2VkaXRpb24YASABKA4yGy5saXZla2l0LlNlcnZlckluZm8uRWRpdGlvbhIPCgd2ZXJzaW9uGAIgASgJEhAKCHByb3RvY29sGAMgASgFEg4KBnJlZ2lvbhgEIAEoCRIPCgdub2RlX2lkGAUgASgJEhIKCmRlYnVnX2luZm8YBiABKAkSFgoOYWdlbnRfcHJvdG9jb2wYByABKAUiIgoHRWRpdGlvbhIMCghTdGFuZGFyZBAAEgkKBUNsb3VkEAEi3QIKCkNsaWVudEluZm8SJAoDc2RrGAEgASgOMhcubGl2ZWtpdC5DbGllbnRJbmZvLlNESxIPCgd2ZXJzaW9uGAIgASgJEhAKCHByb3RvY29sGAMgASgFEgoKAm9zGAQgASgJEhIKCm9zX3ZlcnNpb24YBSABKAkSFAoMZGV2aWNlX21vZGVsGAYgASgJEg8KB2Jyb3dzZXIYByABKAkSFwoPYnJvd3Nlcl92ZXJzaW9uGAggASgJEg8KB2FkZHJlc3MYCSABKAkSDwoHbmV0d29yaxgKIAEoCSKDAQoDU0RLEgsKB1VOS05PV04QABIGCgJKUxABEgkKBVNXSUZUEAISCwoHQU5EUk9JRBADEgsKB0ZMVVRURVIQBBIGCgJHTxAFEgkKBVVOSVRZEAYSEAoMUkVBQ1RfTkFUSVZFEAcSCAoEUlVTVBAIEgoKBlBZVEhPThAJEgcKA0NQUBAKIowCChNDbGllbnRDb25maWd1cmF0aW9uEioKBXZpZGVvGAEgASgLMhsubGl2ZWtpdC5WaWRlb0NvbmZpZ3VyYXRpb24SKwoGc2NyZWVuGAIgASgLMhsubGl2ZWtpdC5WaWRlb0NvbmZpZ3VyYXRpb24SNwoRcmVzdW1lX2Nvbm5lY3Rpb24YAyABKA4yHC5saXZla2l0LkNsaWVudENvbmZpZ1NldHRpbmcSMAoPZGlzYWJsZWRfY29kZWNzGAQgASgLMhcubGl2ZWtpdC5EaXNhYmxlZENvZGVjcxIxCgtmb3JjZV9yZWxheRgFIAEoDjIcLmxpdmVraXQuQ2xpZW50Q29uZmlnU2V0dGluZyJMChJWaWRlb0NvbmZpZ3VyYXRpb24SNgoQaGFyZHdhcmVfZW5jb2RlchgBIAEoDjIcLmxpdmVraXQuQ2xpZW50Q29uZmlnU2V0dGluZyJRCg5EaXNhYmxlZENvZGVjcxIeCgZjb2RlY3MYASADKAsyDi5saXZla2l0LkNvZGVjEh8KB3B1Ymxpc2gYAiADKAsyDi5saXZla2l0LkNvZGVjIpACCghSVFBEcmlmdBIuCgpzdGFydF90aW1lGAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIsCghlbmRfdGltZRgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASEAoIZHVyYXRpb24YAyABKAESGwoPc3RhcnRfdGltZXN0YW1wGAQgASgEQgIwARIZCg1lbmRfdGltZXN0YW1wGAUgASgEQgIwARIbCg9ydHBfY2xvY2tfdGlja3MYBiABKARCAjABEhkKDWRyaWZ0X3NhbXBsZXMYByABKANCAjABEhAKCGRyaWZ0X21zGAggASgBEhIKCmNsb2NrX3JhdGUYCSABKAEiuAoKCFJUUFN0YXRzEi4KCnN0YXJ0X3RpbWUYASABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEiwKCGVuZF90aW1lGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIQCghkdXJhdGlvbhgDIAEoARIPCgdwYWNrZXRzGAQgASgNEhMKC3BhY2tldF9yYXRlGAUgASgBEhEKBWJ5dGVzGAYgASgEQgIwARIYCgxoZWFkZXJfYnl0ZXMYJyABKARCAjABEg8KB2JpdHJhdGUYByABKAESFAoMcGFja2V0c19sb3N0GAggASgNEhgKEHBhY2tldF9sb3NzX3JhdGUYCSABKAESHgoWcGFja2V0X2xvc3NfcGVyY2VudGFnZRgKIAEoAhIZChFwYWNrZXRzX2R1cGxpY2F0ZRgLIAEoDRIdChVwYWNrZXRfZHVwbGljYXRlX3JhdGUYDCABKAESGwoPYnl0ZXNfZHVwbGljYXRlGA0gASgEQgIwARIiChZoZWFkZXJfYnl0ZXNfZHVwbGljYXRlGCggASgEQgIwARIZChFiaXRyYXRlX2R1cGxpY2F0ZRgOIAEoARIXCg9wYWNrZXRzX3BhZGRpbmcYDyABKA0SGwoTcGFja2V0X3BhZGRpbmdfcmF0ZRgQIAEoARIZCg1ieXRlc19wYWRkaW5nGBEgASgEQgIwARIgChRoZWFkZXJfYnl0ZXNfcGFkZGluZxgpIAEoBEICMAESFwoPYml0cmF0ZV9wYWRkaW5nGBIgASgBEhwKFHBhY2tldHNfb3V0X29mX29yZGVyGBMgASgNEg4KBmZyYW1lcxgUIAEoDRISCgpmcmFtZV9yYXRlGBUgASgBEhYKDmppdHRlcl9jdXJyZW50GBYgASgBEhIKCmppdHRlcl9tYXgYFyABKAESOgoNZ2FwX2hpc3RvZ3JhbRgYIAMoCzIjLmxpdmVraXQuUlRQU3RhdHMuR2FwSGlzdG9ncmFtRW50cnkSDQoFbmFja3MYGSABKA0SEQoJbmFja19hY2tzGCUgASgNEhMKC25hY2tfbWlzc2VzGBogASgNEhUKDW5hY2tfcmVwZWF0ZWQYJiABKA0SDAoEcGxpcxgbIAEoDRIsCghsYXN0X3BsaRgcIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASDAoEZmlycxgdIAEoDRIsCghsYXN0X2ZpchgeIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASEwoLcnR0X2N1cnJlbnQYHyABKA0SDwoHcnR0X21heBggIAEoDRISCgprZXlfZnJhbWVzGCEgASgNEjIKDmxhc3Rfa2V5X2ZyYW1lGCIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIXCg9sYXllcl9sb2NrX3BsaXMYIyABKA0SNwoTbGFzdF9sYXllcl9sb2NrX3BsaRgkIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASJwoMcGFja2V0X2RyaWZ0GCwgASgLMhEubGl2ZWtpdC5SVFBEcmlmdBInCgxyZXBvcnRfZHJpZnQYLSABKAsyES5saXZla2l0LlJUUERyaWZ0Ei8KFHJlYmFzZWRfcmVwb3J0X2RyaWZ0GC4gASgLMhEubGl2ZWtpdC5SVFBEcmlmdBozChFHYXBIaXN0b2dyYW1FbnRyeRILCgNrZXkYASABKAUSDQoFdmFsdWUYAiABKA06AjgBIpgCChFSVFBGb3J3YXJkZXJTdGF0ZRIPCgdzdGFydGVkGAEgASgIEh8KF3JlZmVyZW5jZV9sYXllcl9zcGF0aWFsGAIgASgFEhoKDnByZV9zdGFydF90aW1lGAMgASgDQgIwARIfChNleHRfZmlyc3RfdGltZXN0YW1wGAQgASgEQgIwARIoChxkdW1teV9zdGFydF90aW1lc3RhbXBfb2Zmc2V0GAUgASgEQgIwARIrCgpydHBfbXVuZ2VyGAYgASgLMhcubGl2ZWtpdC5SVFBNdW5nZXJTdGF0ZRItCgp2cDhfbXVuZ2VyGAcgASgLMhcubGl2ZWtpdC5WUDhNdW5nZXJTdGF0ZUgAQg4KDGNvZGVjX211bmdlciLbAQoOUlRQTXVuZ2VyU3RhdGUSJAoYZXh0X2xhc3Rfc2VxdWVuY2VfbnVtYmVyGAEgASgEQgIwARIrCh9leHRfc2Vjb25kX2xhc3Rfc2VxdWVuY2VfbnVtYmVyGAIgASgEQgIwARIeChJleHRfbGFzdF90aW1lc3RhbXAYAyABKARCAjABEiUKGWV4dF9zZWNvbmRfbGFzdF90aW1lc3RhbXAYBCABKARCAjABEhMKC2xhc3RfbWFya2VyGAUgASgIEhoKEnNlY29uZF9sYXN0X21hcmtlchgGIAEoCCK4AQoOVlA4TXVuZ2VyU3RhdGUSGwoTZXh0X2xhc3RfcGljdHVyZV9pZBgBIAEoBRIXCg9waWN0dXJlX2lkX3VzZWQYAiABKAgSGAoQbGFzdF90bDBfcGljX2lkeBgDIAEoDRIYChB0bDBfcGljX2lkeF91c2VkGAQgASgIEhAKCHRpZF91c2VkGAUgASgIEhQKDGxhc3Rfa2V5X2lkeBgGIAEoDRIUCgxrZXlfaWR4X3VzZWQYByABKAgiNQoMVGltZWRWZXJzaW9uEhYKCnVuaXhfbWljcm8YASABKANCAjABEg0KBXRpY2tzGAIgASgFKi8KCkF1ZGlvQ29kZWMSDgoKREVGQVVMVF9BQxAAEggKBE9QVVMQARIHCgNBQUMQAipWCgpWaWRlb0NvZGVjEg4KCkRFRkFVTFRfVkMQABIRCg1IMjY0X0JBU0VMSU5FEAESDQoJSDI2NF9NQUlOEAISDQoJSDI2NF9ISUdIEAMSBwoDVlA4EAQqKQoKSW1hZ2VDb2RlYxIOCgpJQ19ERUZBVUxUEAASCwoHSUNfSlBFRxABKisKCVRyYWNrVHlwZRIJCgVBVURJTxAAEgkKBVZJREVPEAESCAoEREFUQRACKmAKC1RyYWNrU291cmNlEgsKB1VOS05PV04QABIKCgZDQU1FUkEQARIOCgpNSUNST1BIT05FEAISEAoMU0NSRUVOX1NIQVJFEAMSFgoSU0NSRUVOX1NIQVJFX0FVRElPEAQqNgoMVmlkZW9RdWFsaXR5EgcKA0xPVxAAEgoKBk1FRElVTRABEggKBEhJR0gQAhIHCgNPRkYQAypAChFDb25uZWN0aW9uUXVhbGl0eRIICgRQT09SEAASCAoER09PRBABEg0KCUVYQ0VMTEVOVBACEggKBExPU1QQAyo7ChNDbGllbnRDb25maWdTZXR0aW5nEgkKBVVOU0VUEAASDAoIRElTQUJMRUQQARILCgdFTkFCTEVEEAIq7AEKEERpc2Nvbm5lY3RSZWFzb24SEgoOVU5LTk9XTl9SRUFTT04QABIUChBDTElFTlRfSU5JVElBVEVEEAESFgoSRFVQTElDQVRFX0lERU5USVRZEAISEwoPU0VSVkVSX1NIVVRET1dOEAMSFwoTUEFSVElDSVBBTlRfUkVNT1ZFRBAEEhAKDFJPT01fREVMRVRFRBAFEhIKDlNUQVRFX01JU01BVENIEAYSEAoMSk9JTl9GQUlMVVJFEAcSDQoJTUlHUkFUSU9OEAgSEAoMU0lHTkFMX0NMT1NFEAkSDwoLUk9PTV9DTE9TRUQQCiqJAQoPUmVjb25uZWN0UmVhc29uEg4KClJSX1VOS05PV04QABIaChZSUl9TSUdOQUxfRElTQ09OTkVDVEVEEAESFwoTUlJfUFVCTElTSEVSX0ZBSUxFRBACEhgKFFJSX1NVQlNDUklCRVJfRkFJTEVEEAMSFwoTUlJfU1dJVENIX0NBTkRJREFURRAEKlQKEVN1YnNjcmlwdGlvbkVycm9yEg4KClNFX1VOS05PV04QABIYChRTRV9DT0RFQ19VTlNVUFBPUlRFRBABEhUKEVNFX1RSQUNLX05PVEZPVU5EEAIqowEKEUF1ZGlvVHJhY2tGZWF0dXJlEg0KCVRGX1NURVJFTxAAEg0KCVRGX05PX0RUWBABEhgKFFRGX0FVVE9fR0FJTl9DT05UUk9MEAISGAoUVEZfRUNIT19DQU5DRUxMQVRJT04QAxIYChRURl9OT0lTRV9TVVBQUkVTU0lPThAEEiIKHlRGX0VOSEFOQ0VEX05PSVNFX0NBTkNFTExBVElPThAFQoIBCgtjb20ubGl2ZWtpdEISTGl2ZWtpdE1vZGVsc1Byb3RvUAFaI2dpdGh1Yi5jb20vbGl2ZWtpdC9wcm90b2NvbC9saXZla2l0ogIDTFhYqgIHTGl2ZWtpdMoCB0xpdmVraXTiAhNMaXZla2l0XEdQQk1ldGFkYXRh6gIHTGl2ZWtpdGIGcHJvdG8z", [file_google_protobuf_timestamp, file_livekit_metrics]);
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message livekit.Room.
|
|
31
|
+
* Use `create(RoomSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
export const RoomSchema = /*@__PURE__*/
|
|
34
|
+
messageDesc(file_livekit_models, 0);
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Describes the message livekit.Codec.
|
|
38
|
+
* Use `create(CodecSchema)` to create a new message.
|
|
39
|
+
*/
|
|
40
|
+
export const CodecSchema = /*@__PURE__*/
|
|
41
|
+
messageDesc(file_livekit_models, 1);
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Describes the message livekit.PlayoutDelay.
|
|
45
|
+
* Use `create(PlayoutDelaySchema)` to create a new message.
|
|
46
|
+
*/
|
|
47
|
+
export const PlayoutDelaySchema = /*@__PURE__*/
|
|
48
|
+
messageDesc(file_livekit_models, 2);
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Describes the message livekit.ParticipantPermission.
|
|
52
|
+
* Use `create(ParticipantPermissionSchema)` to create a new message.
|
|
53
|
+
*/
|
|
54
|
+
export const ParticipantPermissionSchema = /*@__PURE__*/
|
|
55
|
+
messageDesc(file_livekit_models, 3);
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Describes the message livekit.ParticipantInfo.
|
|
59
|
+
* Use `create(ParticipantInfoSchema)` to create a new message.
|
|
60
|
+
*/
|
|
61
|
+
export const ParticipantInfoSchema = /*@__PURE__*/
|
|
62
|
+
messageDesc(file_livekit_models, 4);
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Describes the enum livekit.ParticipantInfo.State.
|
|
66
|
+
*/
|
|
67
|
+
export const ParticipantInfo_StateSchema = /*@__PURE__*/
|
|
68
|
+
enumDesc(file_livekit_models, 4, 0);
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* @generated from enum livekit.ParticipantInfo.State
|
|
72
|
+
*/
|
|
73
|
+
export const ParticipantInfo_State = /*@__PURE__*/
|
|
74
|
+
tsEnum(ParticipantInfo_StateSchema);
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Describes the enum livekit.ParticipantInfo.Kind.
|
|
78
|
+
*/
|
|
79
|
+
export const ParticipantInfo_KindSchema = /*@__PURE__*/
|
|
80
|
+
enumDesc(file_livekit_models, 4, 1);
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @generated from enum livekit.ParticipantInfo.Kind
|
|
84
|
+
*/
|
|
85
|
+
export const ParticipantInfo_Kind = /*@__PURE__*/
|
|
86
|
+
tsEnum(ParticipantInfo_KindSchema);
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Describes the message livekit.Encryption.
|
|
90
|
+
* Use `create(EncryptionSchema)` to create a new message.
|
|
91
|
+
*/
|
|
92
|
+
export const EncryptionSchema = /*@__PURE__*/
|
|
93
|
+
messageDesc(file_livekit_models, 5);
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Describes the enum livekit.Encryption.Type.
|
|
97
|
+
*/
|
|
98
|
+
export const Encryption_TypeSchema = /*@__PURE__*/
|
|
99
|
+
enumDesc(file_livekit_models, 5, 0);
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* @generated from enum livekit.Encryption.Type
|
|
103
|
+
*/
|
|
104
|
+
export const Encryption_Type = /*@__PURE__*/
|
|
105
|
+
tsEnum(Encryption_TypeSchema);
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Describes the message livekit.SimulcastCodecInfo.
|
|
109
|
+
* Use `create(SimulcastCodecInfoSchema)` to create a new message.
|
|
110
|
+
*/
|
|
111
|
+
export const SimulcastCodecInfoSchema = /*@__PURE__*/
|
|
112
|
+
messageDesc(file_livekit_models, 6);
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Describes the message livekit.TrackInfo.
|
|
116
|
+
* Use `create(TrackInfoSchema)` to create a new message.
|
|
117
|
+
*/
|
|
118
|
+
export const TrackInfoSchema = /*@__PURE__*/
|
|
119
|
+
messageDesc(file_livekit_models, 7);
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* Describes the message livekit.VideoLayer.
|
|
123
|
+
* Use `create(VideoLayerSchema)` to create a new message.
|
|
124
|
+
*/
|
|
125
|
+
export const VideoLayerSchema = /*@__PURE__*/
|
|
126
|
+
messageDesc(file_livekit_models, 8);
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Describes the message livekit.DataPacket.
|
|
130
|
+
* Use `create(DataPacketSchema)` to create a new message.
|
|
131
|
+
*/
|
|
132
|
+
export const DataPacketSchema = /*@__PURE__*/
|
|
133
|
+
messageDesc(file_livekit_models, 9);
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Describes the enum livekit.DataPacket.Kind.
|
|
137
|
+
*/
|
|
138
|
+
export const DataPacket_KindSchema = /*@__PURE__*/
|
|
139
|
+
enumDesc(file_livekit_models, 9, 0);
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* @generated from enum livekit.DataPacket.Kind
|
|
143
|
+
*/
|
|
144
|
+
export const DataPacket_Kind = /*@__PURE__*/
|
|
145
|
+
tsEnum(DataPacket_KindSchema);
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Describes the message livekit.ActiveSpeakerUpdate.
|
|
149
|
+
* Use `create(ActiveSpeakerUpdateSchema)` to create a new message.
|
|
150
|
+
*/
|
|
151
|
+
export const ActiveSpeakerUpdateSchema = /*@__PURE__*/
|
|
152
|
+
messageDesc(file_livekit_models, 10);
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* Describes the message livekit.SpeakerInfo.
|
|
156
|
+
* Use `create(SpeakerInfoSchema)` to create a new message.
|
|
157
|
+
*/
|
|
158
|
+
export const SpeakerInfoSchema = /*@__PURE__*/
|
|
159
|
+
messageDesc(file_livekit_models, 11);
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* Describes the message livekit.UserPacket.
|
|
163
|
+
* Use `create(UserPacketSchema)` to create a new message.
|
|
164
|
+
*/
|
|
165
|
+
export const UserPacketSchema = /*@__PURE__*/
|
|
166
|
+
messageDesc(file_livekit_models, 12);
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Describes the message livekit.SipDTMF.
|
|
170
|
+
* Use `create(SipDTMFSchema)` to create a new message.
|
|
171
|
+
*/
|
|
172
|
+
export const SipDTMFSchema = /*@__PURE__*/
|
|
173
|
+
messageDesc(file_livekit_models, 13);
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* Describes the message livekit.Transcription.
|
|
177
|
+
* Use `create(TranscriptionSchema)` to create a new message.
|
|
178
|
+
*/
|
|
179
|
+
export const TranscriptionSchema = /*@__PURE__*/
|
|
180
|
+
messageDesc(file_livekit_models, 14);
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* Describes the message livekit.TranscriptionSegment.
|
|
184
|
+
* Use `create(TranscriptionSegmentSchema)` to create a new message.
|
|
185
|
+
*/
|
|
186
|
+
export const TranscriptionSegmentSchema = /*@__PURE__*/
|
|
187
|
+
messageDesc(file_livekit_models, 15);
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* Describes the message livekit.ParticipantTracks.
|
|
191
|
+
* Use `create(ParticipantTracksSchema)` to create a new message.
|
|
192
|
+
*/
|
|
193
|
+
export const ParticipantTracksSchema = /*@__PURE__*/
|
|
194
|
+
messageDesc(file_livekit_models, 16);
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Describes the message livekit.ServerInfo.
|
|
198
|
+
* Use `create(ServerInfoSchema)` to create a new message.
|
|
199
|
+
*/
|
|
200
|
+
export const ServerInfoSchema = /*@__PURE__*/
|
|
201
|
+
messageDesc(file_livekit_models, 17);
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* Describes the enum livekit.ServerInfo.Edition.
|
|
205
|
+
*/
|
|
206
|
+
export const ServerInfo_EditionSchema = /*@__PURE__*/
|
|
207
|
+
enumDesc(file_livekit_models, 17, 0);
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* @generated from enum livekit.ServerInfo.Edition
|
|
211
|
+
*/
|
|
212
|
+
export const ServerInfo_Edition = /*@__PURE__*/
|
|
213
|
+
tsEnum(ServerInfo_EditionSchema);
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* Describes the message livekit.ClientInfo.
|
|
217
|
+
* Use `create(ClientInfoSchema)` to create a new message.
|
|
218
|
+
*/
|
|
219
|
+
export const ClientInfoSchema = /*@__PURE__*/
|
|
220
|
+
messageDesc(file_livekit_models, 18);
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* Describes the enum livekit.ClientInfo.SDK.
|
|
224
|
+
*/
|
|
225
|
+
export const ClientInfo_SDKSchema = /*@__PURE__*/
|
|
226
|
+
enumDesc(file_livekit_models, 18, 0);
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* @generated from enum livekit.ClientInfo.SDK
|
|
230
|
+
*/
|
|
231
|
+
export const ClientInfo_SDK = /*@__PURE__*/
|
|
232
|
+
tsEnum(ClientInfo_SDKSchema);
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* Describes the message livekit.ClientConfiguration.
|
|
236
|
+
* Use `create(ClientConfigurationSchema)` to create a new message.
|
|
237
|
+
*/
|
|
238
|
+
export const ClientConfigurationSchema = /*@__PURE__*/
|
|
239
|
+
messageDesc(file_livekit_models, 19);
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Describes the message livekit.VideoConfiguration.
|
|
243
|
+
* Use `create(VideoConfigurationSchema)` to create a new message.
|
|
244
|
+
*/
|
|
245
|
+
export const VideoConfigurationSchema = /*@__PURE__*/
|
|
246
|
+
messageDesc(file_livekit_models, 20);
|
|
247
|
+
|
|
248
|
+
/**
|
|
249
|
+
* Describes the message livekit.DisabledCodecs.
|
|
250
|
+
* Use `create(DisabledCodecsSchema)` to create a new message.
|
|
251
|
+
*/
|
|
252
|
+
export const DisabledCodecsSchema = /*@__PURE__*/
|
|
253
|
+
messageDesc(file_livekit_models, 21);
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* Describes the message livekit.RTPDrift.
|
|
257
|
+
* Use `create(RTPDriftSchema)` to create a new message.
|
|
258
|
+
*/
|
|
259
|
+
export const RTPDriftSchema = /*@__PURE__*/
|
|
260
|
+
messageDesc(file_livekit_models, 22);
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* Describes the message livekit.RTPStats.
|
|
264
|
+
* Use `create(RTPStatsSchema)` to create a new message.
|
|
265
|
+
*/
|
|
266
|
+
export const RTPStatsSchema = /*@__PURE__*/
|
|
267
|
+
messageDesc(file_livekit_models, 23);
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* Describes the message livekit.RTPForwarderState.
|
|
271
|
+
* Use `create(RTPForwarderStateSchema)` to create a new message.
|
|
272
|
+
*/
|
|
273
|
+
export const RTPForwarderStateSchema = /*@__PURE__*/
|
|
274
|
+
messageDesc(file_livekit_models, 24);
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* Describes the message livekit.RTPMungerState.
|
|
278
|
+
* Use `create(RTPMungerStateSchema)` to create a new message.
|
|
279
|
+
*/
|
|
280
|
+
export const RTPMungerStateSchema = /*@__PURE__*/
|
|
281
|
+
messageDesc(file_livekit_models, 25);
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* Describes the message livekit.VP8MungerState.
|
|
285
|
+
* Use `create(VP8MungerStateSchema)` to create a new message.
|
|
286
|
+
*/
|
|
287
|
+
export const VP8MungerStateSchema = /*@__PURE__*/
|
|
288
|
+
messageDesc(file_livekit_models, 26);
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* Describes the message livekit.TimedVersion.
|
|
292
|
+
* Use `create(TimedVersionSchema)` to create a new message.
|
|
293
|
+
*/
|
|
294
|
+
export const TimedVersionSchema = /*@__PURE__*/
|
|
295
|
+
messageDesc(file_livekit_models, 27);
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* Describes the enum livekit.AudioCodec.
|
|
299
|
+
*/
|
|
300
|
+
export const AudioCodecSchema = /*@__PURE__*/
|
|
301
|
+
enumDesc(file_livekit_models, 0);
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* @generated from enum livekit.AudioCodec
|
|
305
|
+
*/
|
|
306
|
+
export const AudioCodec = /*@__PURE__*/
|
|
307
|
+
tsEnum(AudioCodecSchema);
|
|
308
|
+
|
|
309
|
+
/**
|
|
310
|
+
* Describes the enum livekit.VideoCodec.
|
|
311
|
+
*/
|
|
312
|
+
export const VideoCodecSchema = /*@__PURE__*/
|
|
313
|
+
enumDesc(file_livekit_models, 1);
|
|
314
|
+
|
|
315
|
+
/**
|
|
316
|
+
* @generated from enum livekit.VideoCodec
|
|
317
|
+
*/
|
|
318
|
+
export const VideoCodec = /*@__PURE__*/
|
|
319
|
+
tsEnum(VideoCodecSchema);
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* Describes the enum livekit.ImageCodec.
|
|
323
|
+
*/
|
|
324
|
+
export const ImageCodecSchema = /*@__PURE__*/
|
|
325
|
+
enumDesc(file_livekit_models, 2);
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* @generated from enum livekit.ImageCodec
|
|
329
|
+
*/
|
|
330
|
+
export const ImageCodec = /*@__PURE__*/
|
|
331
|
+
tsEnum(ImageCodecSchema);
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* Describes the enum livekit.TrackType.
|
|
335
|
+
*/
|
|
336
|
+
export const TrackTypeSchema = /*@__PURE__*/
|
|
337
|
+
enumDesc(file_livekit_models, 3);
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* @generated from enum livekit.TrackType
|
|
341
|
+
*/
|
|
342
|
+
export const TrackType = /*@__PURE__*/
|
|
343
|
+
tsEnum(TrackTypeSchema);
|
|
344
|
+
|
|
345
|
+
/**
|
|
346
|
+
* Describes the enum livekit.TrackSource.
|
|
347
|
+
*/
|
|
348
|
+
export const TrackSourceSchema = /*@__PURE__*/
|
|
349
|
+
enumDesc(file_livekit_models, 4);
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* @generated from enum livekit.TrackSource
|
|
353
|
+
*/
|
|
354
|
+
export const TrackSource = /*@__PURE__*/
|
|
355
|
+
tsEnum(TrackSourceSchema);
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* Describes the enum livekit.VideoQuality.
|
|
359
|
+
*/
|
|
360
|
+
export const VideoQualitySchema = /*@__PURE__*/
|
|
361
|
+
enumDesc(file_livekit_models, 5);
|
|
362
|
+
|
|
363
|
+
/**
|
|
364
|
+
* @generated from enum livekit.VideoQuality
|
|
365
|
+
*/
|
|
366
|
+
export const VideoQuality = /*@__PURE__*/
|
|
367
|
+
tsEnum(VideoQualitySchema);
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* Describes the enum livekit.ConnectionQuality.
|
|
371
|
+
*/
|
|
372
|
+
export const ConnectionQualitySchema = /*@__PURE__*/
|
|
373
|
+
enumDesc(file_livekit_models, 6);
|
|
374
|
+
|
|
375
|
+
/**
|
|
376
|
+
* @generated from enum livekit.ConnectionQuality
|
|
377
|
+
*/
|
|
378
|
+
export const ConnectionQuality = /*@__PURE__*/
|
|
379
|
+
tsEnum(ConnectionQualitySchema);
|
|
380
|
+
|
|
381
|
+
/**
|
|
382
|
+
* Describes the enum livekit.ClientConfigSetting.
|
|
383
|
+
*/
|
|
384
|
+
export const ClientConfigSettingSchema = /*@__PURE__*/
|
|
385
|
+
enumDesc(file_livekit_models, 7);
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* @generated from enum livekit.ClientConfigSetting
|
|
389
|
+
*/
|
|
390
|
+
export const ClientConfigSetting = /*@__PURE__*/
|
|
391
|
+
tsEnum(ClientConfigSettingSchema);
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* Describes the enum livekit.DisconnectReason.
|
|
395
|
+
*/
|
|
396
|
+
export const DisconnectReasonSchema = /*@__PURE__*/
|
|
397
|
+
enumDesc(file_livekit_models, 8);
|
|
398
|
+
|
|
399
|
+
/**
|
|
400
|
+
* @generated from enum livekit.DisconnectReason
|
|
401
|
+
*/
|
|
402
|
+
export const DisconnectReason = /*@__PURE__*/
|
|
403
|
+
tsEnum(DisconnectReasonSchema);
|
|
404
|
+
|
|
405
|
+
/**
|
|
406
|
+
* Describes the enum livekit.ReconnectReason.
|
|
407
|
+
*/
|
|
408
|
+
export const ReconnectReasonSchema = /*@__PURE__*/
|
|
409
|
+
enumDesc(file_livekit_models, 9);
|
|
410
|
+
|
|
411
|
+
/**
|
|
412
|
+
* @generated from enum livekit.ReconnectReason
|
|
413
|
+
*/
|
|
414
|
+
export const ReconnectReason = /*@__PURE__*/
|
|
415
|
+
tsEnum(ReconnectReasonSchema);
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* Describes the enum livekit.SubscriptionError.
|
|
419
|
+
*/
|
|
420
|
+
export const SubscriptionErrorSchema = /*@__PURE__*/
|
|
421
|
+
enumDesc(file_livekit_models, 10);
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* @generated from enum livekit.SubscriptionError
|
|
425
|
+
*/
|
|
426
|
+
export const SubscriptionError = /*@__PURE__*/
|
|
427
|
+
tsEnum(SubscriptionErrorSchema);
|
|
428
|
+
|
|
429
|
+
/**
|
|
430
|
+
* Describes the enum livekit.AudioTrackFeature.
|
|
431
|
+
*/
|
|
432
|
+
export const AudioTrackFeatureSchema = /*@__PURE__*/
|
|
433
|
+
enumDesc(file_livekit_models, 11);
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* @generated from enum livekit.AudioTrackFeature
|
|
437
|
+
*/
|
|
438
|
+
export const AudioTrackFeature = /*@__PURE__*/
|
|
439
|
+
tsEnum(AudioTrackFeatureSchema);
|
|
440
|
+
|