From 83cb1ab7d8bc8c30c77b0a30d9962555e9781e9b Mon Sep 17 00:00:00 2001 From: Benjamin Pracht Date: Fri, 19 Sep 2025 15:20:27 -0700 Subject: [PATCH 1/5] Add feature flags to GetIngressInfoResponse --- protobufs/rpc/io.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protobufs/rpc/io.proto b/protobufs/rpc/io.proto index e43ee51bf..ebc138675 100644 --- a/protobufs/rpc/io.proto +++ b/protobufs/rpc/io.proto @@ -66,6 +66,7 @@ message GetIngressInfoResponse { string token = 2; string ws_url = 3; map logging_fields = 4; + map feature_flags = 5; } // Request to store an update to the ingress state ingress -> service From e42e0bb3d9ae88a4b832c46b526e1fb8306324e4 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 22:22:14 +0000 Subject: [PATCH 2/5] generated protobuf --- rpc/io.pb.go | 166 ++++++++++++++++++----------------- rpc/io.psrpc.go | 223 ++++++++++++++++++++++++------------------------ 2 files changed, 203 insertions(+), 186 deletions(-) diff --git a/rpc/io.pb.go b/rpc/io.pb.go index 2271746ba..2dc717c1d 100644 --- a/rpc/io.pb.go +++ b/rpc/io.pb.go @@ -256,6 +256,7 @@ type GetIngressInfoResponse struct { Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` WsUrl string `protobuf:"bytes,3,opt,name=ws_url,json=wsUrl,proto3" json:"ws_url,omitempty"` LoggingFields map[string]string `protobuf:"bytes,4,rep,name=logging_fields,json=loggingFields,proto3" json:"logging_fields,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + FeatureFlags map[string]string `protobuf:"bytes,5,rep,name=feature_flags,json=featureFlags,proto3" json:"feature_flags,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -318,6 +319,13 @@ func (x *GetIngressInfoResponse) GetLoggingFields() map[string]string { return nil } +func (x *GetIngressInfoResponse) GetFeatureFlags() map[string]string { + if x != nil { + return x.FeatureFlags + } + return nil +} + // Request to store an update to the ingress state ingress -> service type UpdateIngressStateRequest struct { state protoimpl.MessageState `protogen:"open.v1"` @@ -1169,14 +1177,18 @@ const file_rpc_io_proto_rawDesc = "" + "\n" + "ingress_id\x18\x01 \x01(\tR\tingressId\x12\x1d\n" + "\n" + - "stream_key\x18\x02 \x01(\tR\tstreamKey\"\x88\x02\n" + + "stream_key\x18\x02 \x01(\tR\tstreamKey\"\x9d\x03\n" + "\x16GetIngressInfoResponse\x12(\n" + "\x04info\x18\x01 \x01(\v2\x14.livekit.IngressInfoR\x04info\x12\x14\n" + "\x05token\x18\x02 \x01(\tR\x05token\x12\x15\n" + "\x06ws_url\x18\x03 \x01(\tR\x05wsUrl\x12U\n" + - "\x0elogging_fields\x18\x04 \x03(\v2..rpc.GetIngressInfoResponse.LoggingFieldsEntryR\rloggingFields\x1a@\n" + + "\x0elogging_fields\x18\x04 \x03(\v2..rpc.GetIngressInfoResponse.LoggingFieldsEntryR\rloggingFields\x12R\n" + + "\rfeature_flags\x18\x05 \x03(\v2-.rpc.GetIngressInfoResponse.FeatureFlagsEntryR\ffeatureFlags\x1a@\n" + "\x12LoggingFieldsEntry\x12\x10\n" + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\x1a?\n" + + "\x11FeatureFlagsEntry\x12\x10\n" + + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"g\n" + "\x19UpdateIngressStateRequest\x12\x1d\n" + "\n" + @@ -1310,7 +1322,7 @@ func file_rpc_io_proto_rawDescGZIP() []byte { } var file_rpc_io_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_rpc_io_proto_msgTypes = make([]protoimpl.MessageInfo, 18) +var file_rpc_io_proto_msgTypes = make([]protoimpl.MessageInfo, 19) var file_rpc_io_proto_goTypes = []any{ (SIPDispatchResult)(0), // 0: rpc.SIPDispatchResult (*GetEgressRequest)(nil), // 1: rpc.GetEgressRequest @@ -1326,81 +1338,83 @@ var file_rpc_io_proto_goTypes = []any{ (*RecordCallContextRequest)(nil), // 11: rpc.RecordCallContextRequest (*SIPCall)(nil), // 12: rpc.SIPCall nil, // 13: rpc.GetIngressInfoResponse.LoggingFieldsEntry - nil, // 14: rpc.EvaluateSIPDispatchRulesRequest.ExtraAttributesEntry - nil, // 15: rpc.EvaluateSIPDispatchRulesResponse.ParticipantAttributesEntry - nil, // 16: rpc.EvaluateSIPDispatchRulesResponse.HeadersEntry - nil, // 17: rpc.EvaluateSIPDispatchRulesResponse.HeadersToAttributesEntry - nil, // 18: rpc.EvaluateSIPDispatchRulesResponse.AttributesToHeadersEntry - (*livekit.EgressInfo)(nil), // 19: livekit.EgressInfo - (*livekit.IngressInfo)(nil), // 20: livekit.IngressInfo - (*livekit.IngressState)(nil), // 21: livekit.IngressState - (livekit.SIPHeaderOptions)(0), // 22: livekit.SIPHeaderOptions - (livekit.SIPFeature)(0), // 23: livekit.SIPFeature - (*durationpb.Duration)(nil), // 24: google.protobuf.Duration - (*livekit.RoomConfiguration)(nil), // 25: livekit.RoomConfiguration - (livekit.SIPMediaEncryption)(0), // 26: livekit.SIPMediaEncryption - (*livekit.SIPCallInfo)(nil), // 27: livekit.SIPCallInfo - (*livekit.SIPTransferInfo)(nil), // 28: livekit.SIPTransferInfo - (*livekit.SIPUri)(nil), // 29: livekit.SIPUri - (*livekit.ListEgressRequest)(nil), // 30: livekit.ListEgressRequest - (*emptypb.Empty)(nil), // 31: google.protobuf.Empty - (*livekit.ListEgressResponse)(nil), // 32: livekit.ListEgressResponse + nil, // 14: rpc.GetIngressInfoResponse.FeatureFlagsEntry + nil, // 15: rpc.EvaluateSIPDispatchRulesRequest.ExtraAttributesEntry + nil, // 16: rpc.EvaluateSIPDispatchRulesResponse.ParticipantAttributesEntry + nil, // 17: rpc.EvaluateSIPDispatchRulesResponse.HeadersEntry + nil, // 18: rpc.EvaluateSIPDispatchRulesResponse.HeadersToAttributesEntry + nil, // 19: rpc.EvaluateSIPDispatchRulesResponse.AttributesToHeadersEntry + (*livekit.EgressInfo)(nil), // 20: livekit.EgressInfo + (*livekit.IngressInfo)(nil), // 21: livekit.IngressInfo + (*livekit.IngressState)(nil), // 22: livekit.IngressState + (livekit.SIPHeaderOptions)(0), // 23: livekit.SIPHeaderOptions + (livekit.SIPFeature)(0), // 24: livekit.SIPFeature + (*durationpb.Duration)(nil), // 25: google.protobuf.Duration + (*livekit.RoomConfiguration)(nil), // 26: livekit.RoomConfiguration + (livekit.SIPMediaEncryption)(0), // 27: livekit.SIPMediaEncryption + (*livekit.SIPCallInfo)(nil), // 28: livekit.SIPCallInfo + (*livekit.SIPTransferInfo)(nil), // 29: livekit.SIPTransferInfo + (*livekit.SIPUri)(nil), // 30: livekit.SIPUri + (*livekit.ListEgressRequest)(nil), // 31: livekit.ListEgressRequest + (*emptypb.Empty)(nil), // 32: google.protobuf.Empty + (*livekit.ListEgressResponse)(nil), // 33: livekit.ListEgressResponse } var file_rpc_io_proto_depIdxs = []int32{ - 19, // 0: rpc.UpdateMetricsRequest.info:type_name -> livekit.EgressInfo - 20, // 1: rpc.GetIngressInfoResponse.info:type_name -> livekit.IngressInfo + 20, // 0: rpc.UpdateMetricsRequest.info:type_name -> livekit.EgressInfo + 21, // 1: rpc.GetIngressInfoResponse.info:type_name -> livekit.IngressInfo 13, // 2: rpc.GetIngressInfoResponse.logging_fields:type_name -> rpc.GetIngressInfoResponse.LoggingFieldsEntry - 21, // 3: rpc.UpdateIngressStateRequest.state:type_name -> livekit.IngressState - 12, // 4: rpc.GetSIPTrunkAuthenticationRequest.call:type_name -> rpc.SIPCall - 14, // 5: rpc.EvaluateSIPDispatchRulesRequest.extra_attributes:type_name -> rpc.EvaluateSIPDispatchRulesRequest.ExtraAttributesEntry - 12, // 6: rpc.EvaluateSIPDispatchRulesRequest.call:type_name -> rpc.SIPCall - 15, // 7: rpc.EvaluateSIPDispatchRulesResponse.participant_attributes:type_name -> rpc.EvaluateSIPDispatchRulesResponse.ParticipantAttributesEntry - 0, // 8: rpc.EvaluateSIPDispatchRulesResponse.result:type_name -> rpc.SIPDispatchResult - 16, // 9: rpc.EvaluateSIPDispatchRulesResponse.headers:type_name -> rpc.EvaluateSIPDispatchRulesResponse.HeadersEntry - 17, // 10: rpc.EvaluateSIPDispatchRulesResponse.headers_to_attributes:type_name -> rpc.EvaluateSIPDispatchRulesResponse.HeadersToAttributesEntry - 18, // 11: rpc.EvaluateSIPDispatchRulesResponse.attributes_to_headers:type_name -> rpc.EvaluateSIPDispatchRulesResponse.AttributesToHeadersEntry - 22, // 12: rpc.EvaluateSIPDispatchRulesResponse.include_headers:type_name -> livekit.SIPHeaderOptions - 23, // 13: rpc.EvaluateSIPDispatchRulesResponse.enabled_features:type_name -> livekit.SIPFeature - 24, // 14: rpc.EvaluateSIPDispatchRulesResponse.ringing_timeout:type_name -> google.protobuf.Duration - 24, // 15: rpc.EvaluateSIPDispatchRulesResponse.max_call_duration:type_name -> google.protobuf.Duration - 25, // 16: rpc.EvaluateSIPDispatchRulesResponse.room_config:type_name -> livekit.RoomConfiguration - 26, // 17: rpc.EvaluateSIPDispatchRulesResponse.media_encryption:type_name -> livekit.SIPMediaEncryption - 27, // 18: rpc.UpdateSIPCallStateRequest.call_info:type_name -> livekit.SIPCallInfo - 28, // 19: rpc.UpdateSIPCallStateRequest.transfer_info:type_name -> livekit.SIPTransferInfo - 27, // 20: rpc.RecordCallContextRequest.call_info:type_name -> livekit.SIPCallInfo - 29, // 21: rpc.SIPCall.address:type_name -> livekit.SIPUri - 29, // 22: rpc.SIPCall.from:type_name -> livekit.SIPUri - 29, // 23: rpc.SIPCall.to:type_name -> livekit.SIPUri - 29, // 24: rpc.SIPCall.via:type_name -> livekit.SIPUri - 19, // 25: rpc.IOInfo.CreateEgress:input_type -> livekit.EgressInfo - 19, // 26: rpc.IOInfo.UpdateEgress:input_type -> livekit.EgressInfo - 1, // 27: rpc.IOInfo.GetEgress:input_type -> rpc.GetEgressRequest - 30, // 28: rpc.IOInfo.ListEgress:input_type -> livekit.ListEgressRequest - 2, // 29: rpc.IOInfo.UpdateMetrics:input_type -> rpc.UpdateMetricsRequest - 20, // 30: rpc.IOInfo.CreateIngress:input_type -> livekit.IngressInfo - 3, // 31: rpc.IOInfo.GetIngressInfo:input_type -> rpc.GetIngressInfoRequest - 5, // 32: rpc.IOInfo.UpdateIngressState:input_type -> rpc.UpdateIngressStateRequest - 6, // 33: rpc.IOInfo.GetSIPTrunkAuthentication:input_type -> rpc.GetSIPTrunkAuthenticationRequest - 8, // 34: rpc.IOInfo.EvaluateSIPDispatchRules:input_type -> rpc.EvaluateSIPDispatchRulesRequest - 10, // 35: rpc.IOInfo.UpdateSIPCallState:input_type -> rpc.UpdateSIPCallStateRequest - 11, // 36: rpc.IOInfo.RecordCallContext:input_type -> rpc.RecordCallContextRequest - 31, // 37: rpc.IOInfo.CreateEgress:output_type -> google.protobuf.Empty - 31, // 38: rpc.IOInfo.UpdateEgress:output_type -> google.protobuf.Empty - 19, // 39: rpc.IOInfo.GetEgress:output_type -> livekit.EgressInfo - 32, // 40: rpc.IOInfo.ListEgress:output_type -> livekit.ListEgressResponse - 31, // 41: rpc.IOInfo.UpdateMetrics:output_type -> google.protobuf.Empty - 31, // 42: rpc.IOInfo.CreateIngress:output_type -> google.protobuf.Empty - 4, // 43: rpc.IOInfo.GetIngressInfo:output_type -> rpc.GetIngressInfoResponse - 31, // 44: rpc.IOInfo.UpdateIngressState:output_type -> google.protobuf.Empty - 7, // 45: rpc.IOInfo.GetSIPTrunkAuthentication:output_type -> rpc.GetSIPTrunkAuthenticationResponse - 9, // 46: rpc.IOInfo.EvaluateSIPDispatchRules:output_type -> rpc.EvaluateSIPDispatchRulesResponse - 31, // 47: rpc.IOInfo.UpdateSIPCallState:output_type -> google.protobuf.Empty - 31, // 48: rpc.IOInfo.RecordCallContext:output_type -> google.protobuf.Empty - 37, // [37:49] is the sub-list for method output_type - 25, // [25:37] is the sub-list for method input_type - 25, // [25:25] is the sub-list for extension type_name - 25, // [25:25] is the sub-list for extension extendee - 0, // [0:25] is the sub-list for field type_name + 14, // 3: rpc.GetIngressInfoResponse.feature_flags:type_name -> rpc.GetIngressInfoResponse.FeatureFlagsEntry + 22, // 4: rpc.UpdateIngressStateRequest.state:type_name -> livekit.IngressState + 12, // 5: rpc.GetSIPTrunkAuthenticationRequest.call:type_name -> rpc.SIPCall + 15, // 6: rpc.EvaluateSIPDispatchRulesRequest.extra_attributes:type_name -> rpc.EvaluateSIPDispatchRulesRequest.ExtraAttributesEntry + 12, // 7: rpc.EvaluateSIPDispatchRulesRequest.call:type_name -> rpc.SIPCall + 16, // 8: rpc.EvaluateSIPDispatchRulesResponse.participant_attributes:type_name -> rpc.EvaluateSIPDispatchRulesResponse.ParticipantAttributesEntry + 0, // 9: rpc.EvaluateSIPDispatchRulesResponse.result:type_name -> rpc.SIPDispatchResult + 17, // 10: rpc.EvaluateSIPDispatchRulesResponse.headers:type_name -> rpc.EvaluateSIPDispatchRulesResponse.HeadersEntry + 18, // 11: rpc.EvaluateSIPDispatchRulesResponse.headers_to_attributes:type_name -> rpc.EvaluateSIPDispatchRulesResponse.HeadersToAttributesEntry + 19, // 12: rpc.EvaluateSIPDispatchRulesResponse.attributes_to_headers:type_name -> rpc.EvaluateSIPDispatchRulesResponse.AttributesToHeadersEntry + 23, // 13: rpc.EvaluateSIPDispatchRulesResponse.include_headers:type_name -> livekit.SIPHeaderOptions + 24, // 14: rpc.EvaluateSIPDispatchRulesResponse.enabled_features:type_name -> livekit.SIPFeature + 25, // 15: rpc.EvaluateSIPDispatchRulesResponse.ringing_timeout:type_name -> google.protobuf.Duration + 25, // 16: rpc.EvaluateSIPDispatchRulesResponse.max_call_duration:type_name -> google.protobuf.Duration + 26, // 17: rpc.EvaluateSIPDispatchRulesResponse.room_config:type_name -> livekit.RoomConfiguration + 27, // 18: rpc.EvaluateSIPDispatchRulesResponse.media_encryption:type_name -> livekit.SIPMediaEncryption + 28, // 19: rpc.UpdateSIPCallStateRequest.call_info:type_name -> livekit.SIPCallInfo + 29, // 20: rpc.UpdateSIPCallStateRequest.transfer_info:type_name -> livekit.SIPTransferInfo + 28, // 21: rpc.RecordCallContextRequest.call_info:type_name -> livekit.SIPCallInfo + 30, // 22: rpc.SIPCall.address:type_name -> livekit.SIPUri + 30, // 23: rpc.SIPCall.from:type_name -> livekit.SIPUri + 30, // 24: rpc.SIPCall.to:type_name -> livekit.SIPUri + 30, // 25: rpc.SIPCall.via:type_name -> livekit.SIPUri + 20, // 26: rpc.IOInfo.CreateEgress:input_type -> livekit.EgressInfo + 20, // 27: rpc.IOInfo.UpdateEgress:input_type -> livekit.EgressInfo + 1, // 28: rpc.IOInfo.GetEgress:input_type -> rpc.GetEgressRequest + 31, // 29: rpc.IOInfo.ListEgress:input_type -> livekit.ListEgressRequest + 2, // 30: rpc.IOInfo.UpdateMetrics:input_type -> rpc.UpdateMetricsRequest + 21, // 31: rpc.IOInfo.CreateIngress:input_type -> livekit.IngressInfo + 3, // 32: rpc.IOInfo.GetIngressInfo:input_type -> rpc.GetIngressInfoRequest + 5, // 33: rpc.IOInfo.UpdateIngressState:input_type -> rpc.UpdateIngressStateRequest + 6, // 34: rpc.IOInfo.GetSIPTrunkAuthentication:input_type -> rpc.GetSIPTrunkAuthenticationRequest + 8, // 35: rpc.IOInfo.EvaluateSIPDispatchRules:input_type -> rpc.EvaluateSIPDispatchRulesRequest + 10, // 36: rpc.IOInfo.UpdateSIPCallState:input_type -> rpc.UpdateSIPCallStateRequest + 11, // 37: rpc.IOInfo.RecordCallContext:input_type -> rpc.RecordCallContextRequest + 32, // 38: rpc.IOInfo.CreateEgress:output_type -> google.protobuf.Empty + 32, // 39: rpc.IOInfo.UpdateEgress:output_type -> google.protobuf.Empty + 20, // 40: rpc.IOInfo.GetEgress:output_type -> livekit.EgressInfo + 33, // 41: rpc.IOInfo.ListEgress:output_type -> livekit.ListEgressResponse + 32, // 42: rpc.IOInfo.UpdateMetrics:output_type -> google.protobuf.Empty + 32, // 43: rpc.IOInfo.CreateIngress:output_type -> google.protobuf.Empty + 4, // 44: rpc.IOInfo.GetIngressInfo:output_type -> rpc.GetIngressInfoResponse + 32, // 45: rpc.IOInfo.UpdateIngressState:output_type -> google.protobuf.Empty + 7, // 46: rpc.IOInfo.GetSIPTrunkAuthentication:output_type -> rpc.GetSIPTrunkAuthenticationResponse + 9, // 47: rpc.IOInfo.EvaluateSIPDispatchRules:output_type -> rpc.EvaluateSIPDispatchRulesResponse + 32, // 48: rpc.IOInfo.UpdateSIPCallState:output_type -> google.protobuf.Empty + 32, // 49: rpc.IOInfo.RecordCallContext:output_type -> google.protobuf.Empty + 38, // [38:50] is the sub-list for method output_type + 26, // [26:38] is the sub-list for method input_type + 26, // [26:26] is the sub-list for extension type_name + 26, // [26:26] is the sub-list for extension extendee + 0, // [0:26] is the sub-list for field type_name } func init() { file_rpc_io_proto_init() } @@ -1414,7 +1428,7 @@ func file_rpc_io_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_rpc_io_proto_rawDesc), len(file_rpc_io_proto_rawDesc)), NumEnums: 1, - NumMessages: 18, + NumMessages: 19, NumExtensions: 0, NumServices: 1, }, diff --git a/rpc/io.psrpc.go b/rpc/io.psrpc.go index 4972b9c60..af2c04950 100644 --- a/rpc/io.psrpc.go +++ b/rpc/io.psrpc.go @@ -364,114 +364,117 @@ func (UnimplementedIOInfoServer) RecordCallContext(context.Context, *RecordCallC } var psrpcFileDescriptor4 = []byte{ - // 1743 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x18, 0xdd, 0x56, 0x1b, 0xc7, - 0xb9, 0x42, 0x42, 0xa0, 0x4f, 0x02, 0x89, 0x41, 0x70, 0x16, 0xd1, 0xd8, 0x58, 0xa9, 0x1b, 0xdc, - 0x9e, 0x23, 0x1a, 0x7a, 0xd1, 0x36, 0x39, 0xc9, 0x09, 0xc8, 0xb2, 0xad, 0x14, 0xdb, 0xea, 0x02, - 0x17, 0xed, 0xcd, 0x76, 0xd8, 0x1d, 0xc4, 0x84, 0xd5, 0xce, 0x76, 0x66, 0x16, 0x9b, 0x27, 0x68, - 0x6f, 0xf2, 0x2e, 0x7d, 0x82, 0xbe, 0x44, 0x1f, 0xa6, 0xbd, 0xcc, 0x99, 0x9f, 0x5d, 0xad, 0xd0, - 0x2a, 0x80, 0xaf, 0xb4, 0xf3, 0xfd, 0xff, 0xcd, 0x37, 0xdf, 0x27, 0x68, 0xf0, 0xd8, 0x3f, 0xa0, - 0xac, 0x17, 0x73, 0x26, 0x19, 0x2a, 0xf3, 0xd8, 0xef, 0xb4, 0x43, 0x7a, 0x43, 0xae, 0xa9, 0xf4, - 0xc8, 0x98, 0x13, 0x21, 0x0c, 0xaa, 0xb3, 0x95, 0x42, 0x69, 0x94, 0x07, 0x6f, 0xa4, 0x60, 0x41, - 0x63, 0x0b, 0x42, 0x29, 0x88, 0x33, 0x36, 0xb1, 0xb0, 0xdd, 0x31, 0x63, 0xe3, 0x90, 0x1c, 0xe8, - 0xd3, 0x45, 0x72, 0x79, 0x40, 0x26, 0xb1, 0xbc, 0xb5, 0xc8, 0x27, 0x77, 0x91, 0x41, 0xc2, 0xb1, - 0xa4, 0x2c, 0x32, 0xf8, 0xee, 0x01, 0xb4, 0x5e, 0x13, 0x39, 0xd0, 0x6a, 0x5d, 0xf2, 0x8f, 0x84, - 0x08, 0x89, 0x76, 0xa1, 0x66, 0xcc, 0xf3, 0x68, 0xe0, 0x94, 0xf6, 0x4a, 0xfb, 0x35, 0x77, 0xd5, - 0x00, 0x86, 0x41, 0xf7, 0x9f, 0x25, 0x68, 0x9f, 0xc7, 0x01, 0x96, 0xe4, 0x2d, 0x91, 0x9c, 0xfa, - 0x19, 0xd7, 0x17, 0x50, 0xa1, 0xd1, 0x25, 0xd3, 0x0c, 0xf5, 0xc3, 0xcd, 0x9e, 0xb5, 0xb4, 0x67, - 0x64, 0x0f, 0xa3, 0x4b, 0xe6, 0x6a, 0x02, 0xd4, 0x85, 0x35, 0x7c, 0x33, 0xf6, 0xfc, 0x38, 0xf1, - 0x12, 0x81, 0xc7, 0xc4, 0x29, 0xef, 0x95, 0xf6, 0x97, 0xdc, 0x3a, 0xbe, 0x19, 0xf7, 0xe3, 0xe4, - 0x5c, 0x81, 0x14, 0xcd, 0x04, 0x7f, 0xcc, 0xd1, 0x54, 0x0c, 0xcd, 0x04, 0x7f, 0x4c, 0x69, 0xba, - 0xe7, 0xb0, 0xf5, 0x9a, 0xc8, 0x61, 0x34, 0x95, 0x6f, 0x2d, 0xf9, 0x0c, 0xc0, 0x06, 0x72, 0xea, - 0x40, 0xcd, 0x42, 0x86, 0x81, 0x42, 0x0b, 0xc9, 0x09, 0x9e, 0x78, 0xd7, 0xe4, 0xd6, 0x59, 0x32, - 0x68, 0x03, 0xf9, 0x33, 0xb9, 0xed, 0xfe, 0x6b, 0x09, 0xb6, 0xef, 0xca, 0x15, 0x31, 0x8b, 0x04, - 0x41, 0xfb, 0x33, 0x2e, 0xb6, 0x33, 0x17, 0xf3, 0xb4, 0xc6, 0xc7, 0x36, 0x2c, 0x4b, 0x76, 0x4d, - 0x22, 0x2b, 0xde, 0x1c, 0xd0, 0x16, 0x54, 0x3f, 0x08, 0x2f, 0xe1, 0xa1, 0x76, 0xb9, 0xe6, 0x2e, - 0x7f, 0x10, 0xe7, 0x3c, 0x44, 0xe7, 0xb0, 0x1e, 0xb2, 0xf1, 0x98, 0x46, 0x63, 0xef, 0x92, 0x92, - 0x30, 0x10, 0x4e, 0x65, 0xaf, 0xbc, 0x5f, 0x3f, 0xec, 0xf5, 0x78, 0xec, 0xf7, 0x8a, 0x6d, 0xe9, - 0x9d, 0x18, 0x8e, 0x57, 0x9a, 0x61, 0x10, 0x49, 0x7e, 0xeb, 0xae, 0x85, 0x79, 0x58, 0xe7, 0x3b, - 0x40, 0xf3, 0x44, 0xa8, 0x05, 0x65, 0xe5, 0xb6, 0x89, 0x8a, 0xfa, 0x54, 0xb6, 0xde, 0xe0, 0x30, - 0x21, 0xa9, 0xad, 0xfa, 0xf0, 0xd5, 0xd2, 0x1f, 0x4b, 0xdd, 0x31, 0xec, 0x98, 0x54, 0x5b, 0x03, - 0x4e, 0x25, 0x96, 0xe4, 0x81, 0x51, 0xfe, 0x2d, 0x2c, 0x0b, 0x45, 0xae, 0xa5, 0xd6, 0x0f, 0xb7, - 0xee, 0x06, 0xcb, 0xc8, 0x32, 0x34, 0xdd, 0xff, 0x95, 0x60, 0xef, 0x35, 0x91, 0xa7, 0xc3, 0xd1, - 0x19, 0x4f, 0xa2, 0xeb, 0xa3, 0x44, 0x5e, 0x91, 0x48, 0x52, 0x5f, 0x57, 0x6a, 0xaa, 0xb0, 0x0b, - 0x75, 0x41, 0x63, 0xcf, 0xc7, 0x61, 0xa8, 0x34, 0x56, 0x95, 0xc6, 0xe3, 0x25, 0xa7, 0xe4, 0xd6, - 0x04, 0x8d, 0xfb, 0x38, 0x0c, 0x87, 0x01, 0xda, 0x86, 0xca, 0x25, 0x67, 0x13, 0xe3, 0x8a, 0x46, - 0xea, 0x33, 0x7a, 0x0a, 0x35, 0xf5, 0xeb, 0x5d, 0x31, 0x21, 0x9d, 0x95, 0x0c, 0xb9, 0xaa, 0x80, - 0x6f, 0x98, 0x90, 0x08, 0xc1, 0x92, 0x64, 0x26, 0x2d, 0x1a, 0xb3, 0x24, 0x19, 0xda, 0x85, 0x15, - 0xc9, 0x0c, 0xcb, 0x72, 0x86, 0xa8, 0x4a, 0xa6, 0x19, 0x3e, 0x87, 0xba, 0xe0, 0xbe, 0x87, 0x83, - 0x40, 0x79, 0xa3, 0xeb, 0xd3, 0x10, 0x80, 0xe0, 0xfe, 0x91, 0x81, 0xa2, 0x3d, 0xa8, 0x28, 0x73, - 0x9d, 0x55, 0x1d, 0x83, 0x86, 0xce, 0xe7, 0xe9, 0x70, 0xa4, 0x8c, 0x75, 0x35, 0xa6, 0xfb, 0xef, - 0x12, 0x3c, 0xfb, 0x19, 0xcf, 0x6d, 0xe1, 0x75, 0x60, 0x35, 0x11, 0x84, 0x47, 0x78, 0x42, 0xd2, - 0x0b, 0x99, 0x9e, 0x15, 0x2e, 0xc6, 0x42, 0x7c, 0x60, 0x3c, 0xb0, 0x19, 0xcc, 0xce, 0x08, 0x41, - 0x25, 0xe0, 0x2c, 0xd6, 0x7e, 0xad, 0xba, 0xfa, 0x1b, 0xed, 0x41, 0x43, 0x85, 0x51, 0x2a, 0x75, - 0x2a, 0x8e, 0xda, 0x72, 0x17, 0x04, 0x8d, 0xb5, 0x05, 0xe6, 0x82, 0xc4, 0x9c, 0xfd, 0x40, 0x7c, - 0xa9, 0xf0, 0xcb, 0x26, 0xb3, 0x16, 0x32, 0x0c, 0xba, 0xff, 0xad, 0xc0, 0xd3, 0x81, 0x2a, 0x12, - 0x2c, 0xc9, 0xe9, 0x70, 0xf4, 0x92, 0x8a, 0x18, 0x4b, 0xff, 0xca, 0x4d, 0x42, 0x22, 0x16, 0xe4, - 0x6a, 0xb5, 0x28, 0x57, 0xbf, 0x03, 0xa4, 0x68, 0x62, 0xcc, 0x25, 0xf5, 0x69, 0x8c, 0x23, 0x99, - 0x15, 0x92, 0x26, 0x6d, 0x09, 0x1a, 0x8f, 0xa6, 0xc8, 0x61, 0x30, 0x67, 0x3a, 0xcc, 0x99, 0xfe, - 0x02, 0xd6, 0x95, 0x4e, 0x75, 0x95, 0xa2, 0x64, 0x72, 0x41, 0x78, 0xae, 0x12, 0xd6, 0x2c, 0xe6, - 0x9d, 0x46, 0xa0, 0xe7, 0xd0, 0x48, 0x49, 0x75, 0x8a, 0xeb, 0x19, 0x61, 0xdd, 0xc2, 0x75, 0x9e, - 0xbf, 0x00, 0xcd, 0x47, 0x82, 0x54, 0xe0, 0xb4, 0x46, 0x1a, 0x06, 0x61, 0xe5, 0x3d, 0xa8, 0x20, - 0x5a, 0x50, 0x8e, 0x69, 0x64, 0x63, 0xaa, 0x3e, 0x55, 0x4f, 0x88, 0x98, 0xa7, 0x80, 0x55, 0x9d, - 0xa4, 0xe5, 0x88, 0x8d, 0x68, 0xa4, 0xa4, 0x59, 0xb5, 0x77, 0x4a, 0x16, 0x0c, 0x58, 0xdb, 0x16, - 0x40, 0x8b, 0x7c, 0x94, 0x1c, 0x7b, 0x58, 0x4a, 0x4e, 0x2f, 0x12, 0x49, 0x84, 0x53, 0xd3, 0xad, - 0xe3, 0x4f, 0xba, 0xd4, 0xee, 0xc9, 0x52, 0x6f, 0xa0, 0x98, 0x8f, 0x32, 0x5e, 0xd3, 0x45, 0x9a, - 0x64, 0x16, 0x9a, 0x15, 0x71, 0x63, 0x51, 0x11, 0x77, 0x8e, 0xa1, 0x5d, 0x24, 0xea, 0x51, 0xbd, - 0xe6, 0x3f, 0x0d, 0xd8, 0x5b, 0x6c, 0xaf, 0xbd, 0x07, 0xbb, 0x50, 0x53, 0x0f, 0x9f, 0x97, 0xbf, - 0x08, 0x0a, 0xf0, 0x4e, 0x5d, 0x84, 0x2f, 0xa1, 0x3d, 0x5b, 0x4b, 0xea, 0x22, 0xc9, 0xb4, 0xc3, - 0x6f, 0xc6, 0xf9, 0x52, 0x32, 0x28, 0xf4, 0x02, 0x5a, 0x79, 0x16, 0x2d, 0x56, 0x87, 0xda, 0x6d, - 0xe6, 0xe0, 0x45, 0xd2, 0x27, 0x44, 0xe2, 0x00, 0x4b, 0x6c, 0x4a, 0x7b, 0x46, 0xfa, 0x5b, 0x8b, - 0x42, 0x1f, 0x60, 0x3b, 0xcf, 0x92, 0x4b, 0x52, 0x5d, 0x27, 0xe9, 0xbb, 0x7b, 0x92, 0x64, 0x3b, - 0x7d, 0xee, 0x0e, 0xdc, 0xcd, 0xd5, 0x56, 0x5c, 0x84, 0x53, 0xc5, 0xc3, 0x4d, 0x8a, 0x75, 0x61, - 0xe9, 0xdb, 0x6f, 0x8a, 0xc7, 0x82, 0x55, 0x85, 0x65, 0x4f, 0x54, 0xa5, 0xf8, 0x89, 0x5a, 0xce, - 0x3f, 0x51, 0x3d, 0xa8, 0x72, 0x22, 0x92, 0x50, 0xea, 0x2a, 0x5d, 0x3f, 0xdc, 0x4e, 0xab, 0x20, - 0x33, 0x59, 0x63, 0x5d, 0x4b, 0x35, 0x77, 0x53, 0x6b, 0x73, 0x37, 0xf5, 0x00, 0xda, 0x8a, 0x22, - 0xb0, 0xfc, 0x1e, 0x4f, 0x42, 0x32, 0xbd, 0xd3, 0x1b, 0x82, 0xc6, 0xf9, 0x68, 0xcc, 0x75, 0xa5, - 0xc6, 0x9d, 0xae, 0x84, 0x4e, 0x60, 0xe5, 0x8a, 0xe0, 0x80, 0x70, 0xe1, 0xac, 0xe9, 0xe8, 0x1e, - 0x3e, 0x2c, 0xba, 0x6f, 0x0c, 0x93, 0x89, 0x67, 0x2a, 0x02, 0x71, 0xd8, 0xb2, 0x9f, 0x9e, 0x64, - 0xf9, 0xcc, 0xad, 0x6b, 0xd9, 0xdf, 0x3e, 0x4a, 0xf6, 0x19, 0xbb, 0x9b, 0xb7, 0xcd, 0xab, 0x79, - 0x8c, 0xd2, 0x39, 0x55, 0xa4, 0xd4, 0xa6, 0xfe, 0xa0, 0xc7, 0xe8, 0x9c, 0x0a, 0x3c, 0x63, 0x33, - 0xbe, 0x6d, 0xe2, 0x79, 0x0c, 0x3a, 0x86, 0x26, 0x8d, 0xfc, 0x30, 0x09, 0x48, 0xa6, 0x6d, 0x53, - 0x27, 0x78, 0x27, 0x7b, 0xaf, 0x4f, 0x87, 0x23, 0x43, 0xfd, 0x3e, 0x56, 0x6f, 0x92, 0x70, 0xd7, - 0x2d, 0x47, 0x2a, 0xe3, 0x5b, 0x68, 0x91, 0x08, 0x5f, 0xa8, 0x5e, 0x75, 0x49, 0xb0, 0x4c, 0x38, - 0x11, 0x4e, 0x73, 0xaf, 0xbc, 0xbf, 0x9e, 0x1b, 0x02, 0x4f, 0x87, 0xa3, 0x57, 0x06, 0xe7, 0x36, - 0x2d, 0xb1, 0x3d, 0x6b, 0x1b, 0x38, 0x8d, 0xf4, 0xf8, 0x23, 0xe9, 0x84, 0xb0, 0x44, 0x3a, 0x2d, - 0xdd, 0x6a, 0x76, 0x7a, 0x66, 0x78, 0xed, 0xa5, 0xc3, 0x6b, 0xef, 0xa5, 0x1d, 0x5e, 0xdd, 0x75, - 0xcb, 0x71, 0x66, 0x18, 0xd0, 0x00, 0x36, 0xf4, 0xbc, 0xa8, 0xde, 0x9b, 0x74, 0xc2, 0x75, 0x36, - 0xee, 0x93, 0xd2, 0x54, 0xe3, 0x24, 0x0e, 0xc3, 0x14, 0x80, 0x9e, 0x42, 0x5d, 0xf7, 0x97, 0x98, - 0x13, 0x41, 0xa4, 0xd3, 0x36, 0x55, 0xab, 0x40, 0x23, 0x0d, 0x41, 0x5f, 0x5b, 0x02, 0x9f, 0x45, - 0x97, 0x74, 0xec, 0x6c, 0x69, 0x0d, 0x9d, 0xcc, 0x4d, 0x97, 0xb1, 0x49, 0x5f, 0xa3, 0x52, 0x15, - 0x9a, 0xd9, 0x80, 0xd0, 0x2b, 0x68, 0x4d, 0x48, 0x40, 0xb1, 0x47, 0x22, 0x9f, 0xdf, 0xea, 0x68, - 0x3a, 0xdb, 0x3a, 0xda, 0xbb, 0xf9, 0x40, 0xbd, 0x55, 0x34, 0x83, 0x8c, 0xc4, 0x6d, 0x4e, 0x66, - 0x01, 0x9d, 0x37, 0xd0, 0x59, 0xdc, 0x13, 0x1e, 0xd3, 0x74, 0x3b, 0x5f, 0x41, 0x23, 0x5f, 0x23, - 0x8f, 0xe2, 0x7d, 0x05, 0xce, 0xa2, 0xfa, 0x7e, 0xac, 0x9c, 0x45, 0x35, 0xfb, 0xa8, 0x07, 0xe4, - 0xc7, 0x52, 0x3a, 0xad, 0xda, 0xc7, 0x69, 0x66, 0x5a, 0xfd, 0x12, 0x6a, 0x66, 0x18, 0x29, 0x9a, - 0xdf, 0x2d, 0x83, 0x9e, 0xaf, 0x57, 0x7d, 0xfb, 0x85, 0xbe, 0x81, 0x35, 0xc9, 0x71, 0x24, 0x2e, - 0x09, 0x37, 0x6c, 0x66, 0x92, 0x75, 0xf2, 0x6c, 0x67, 0x96, 0x40, 0xb3, 0x36, 0x64, 0xee, 0xd4, - 0x7d, 0x0b, 0x8e, 0x4b, 0x7c, 0xc6, 0x03, 0x25, 0xba, 0xcf, 0x22, 0x49, 0x3e, 0xca, 0x4f, 0xb7, - 0xa6, 0xfb, 0xff, 0x12, 0xac, 0x58, 0x0c, 0xfa, 0x25, 0x40, 0x78, 0x9d, 0x0d, 0x57, 0xf6, 0x1d, - 0x0c, 0xaf, 0xed, 0x5c, 0xb5, 0x0b, 0x35, 0xc1, 0x12, 0xee, 0x13, 0x8f, 0xc6, 0xe9, 0x44, 0x68, - 0x00, 0xc3, 0x18, 0xbd, 0x80, 0x95, 0x74, 0x42, 0x29, 0x6b, 0xbd, 0xcd, 0xbc, 0xde, 0x73, 0x4e, - 0xdd, 0x14, 0x8f, 0x3e, 0xb7, 0xb3, 0x74, 0xa5, 0x98, 0x2e, 0x1d, 0xac, 0xd5, 0xdc, 0xbc, 0x5c, - 0x4c, 0xa2, 0x86, 0xe8, 0x67, 0x50, 0xbe, 0xa1, 0xd8, 0xa9, 0xea, 0x1e, 0x36, 0x47, 0xa1, 0x70, - 0xe8, 0xc9, 0xec, 0xb0, 0xb8, 0x62, 0x37, 0xb2, 0x74, 0x50, 0xfc, 0xcd, 0xdf, 0x61, 0x63, 0xee, - 0xa5, 0x41, 0x0e, 0xb4, 0x4f, 0x06, 0xaf, 0x8f, 0xfa, 0x7f, 0xf5, 0x8e, 0xfa, 0xfd, 0xc1, 0xe8, - 0xcc, 0x7b, 0xef, 0x7a, 0xa3, 0xe1, 0xbb, 0xd6, 0x2f, 0x10, 0x40, 0xd5, 0x80, 0x5a, 0x25, 0xd4, - 0x84, 0xba, 0x3b, 0xf8, 0xcb, 0xf9, 0xe0, 0xf4, 0x4c, 0x23, 0x97, 0x14, 0xd2, 0x1d, 0x7c, 0x3f, - 0xe8, 0x9f, 0xb5, 0xca, 0x68, 0x15, 0x2a, 0x2f, 0xdd, 0xf7, 0xa3, 0x56, 0xe5, 0xf0, 0xc7, 0x15, - 0xa8, 0x0e, 0xdf, 0xeb, 0xac, 0x7f, 0x0d, 0x8d, 0x3e, 0x27, 0x58, 0x12, 0xb3, 0xb7, 0xa2, 0xa2, - 0x45, 0xb6, 0xb3, 0x3d, 0xd7, 0x53, 0x06, 0x6a, 0xe7, 0x56, 0xcc, 0xa6, 0x04, 0x3f, 0x85, 0xf9, - 0x0f, 0x50, 0xcb, 0x56, 0x71, 0xb4, 0x95, 0xee, 0x7e, 0x33, 0xab, 0x79, 0xa7, 0x48, 0x20, 0x1a, - 0x00, 0x9c, 0x50, 0x91, 0x72, 0x4e, 0xbb, 0xd1, 0x14, 0x98, 0xb2, 0xef, 0x16, 0xe2, 0xec, 0x70, - 0x75, 0x0c, 0x6b, 0x33, 0x8b, 0x3d, 0xda, 0xd1, 0x36, 0x14, 0x2d, 0xfb, 0x0b, 0x7d, 0xf8, 0x06, - 0xd6, 0x4c, 0xf4, 0xec, 0x96, 0x87, 0x0a, 0x97, 0xe4, 0x85, 0xec, 0x43, 0x58, 0x9f, 0x5d, 0x77, - 0x51, 0xa7, 0x70, 0x07, 0x4e, 0xbd, 0x59, 0xbc, 0x1f, 0xa3, 0x13, 0x40, 0xf3, 0xbb, 0x2b, 0x7a, - 0x92, 0x73, 0xa9, 0x60, 0xa9, 0x5d, 0x68, 0xd8, 0x0f, 0xb0, 0xb3, 0x70, 0x4b, 0x43, 0xcf, 0x53, - 0x3b, 0x7e, 0x76, 0x7f, 0xed, 0xfc, 0xfa, 0x3e, 0x32, 0x6b, 0xf9, 0x18, 0x9c, 0x45, 0xaf, 0x3c, - 0xfa, 0xd5, 0x43, 0xe6, 0xfa, 0xce, 0xf3, 0x07, 0x8d, 0x0a, 0xd3, 0x10, 0xe5, 0x1b, 0xe6, 0x4c, - 0x88, 0x0a, 0x3a, 0xe9, 0xc2, 0x10, 0x7d, 0x0f, 0x1b, 0x73, 0xfd, 0x0e, 0x7d, 0xa6, 0x85, 0x2d, - 0xea, 0x83, 0x8b, 0x64, 0x1d, 0x3f, 0xfb, 0xdb, 0xd3, 0x31, 0x95, 0x57, 0xc9, 0x45, 0xcf, 0x67, - 0x93, 0x03, 0x5b, 0x41, 0xe6, 0x3f, 0x2c, 0x9f, 0x85, 0x07, 0x3c, 0xf6, 0x2f, 0xaa, 0xfa, 0xf4, - 0xfb, 0x9f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x9b, 0xeb, 0x0c, 0x9b, 0x65, 0x13, 0x00, 0x00, + // 1783 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x18, 0xdd, 0x5a, 0xdb, 0xc8, + 0xb5, 0xc6, 0x3f, 0xe0, 0x63, 0x83, 0xcd, 0x60, 0xf8, 0x84, 0xe9, 0x26, 0xc4, 0xdb, 0x74, 0x49, + 0xfb, 0xd5, 0x74, 0xe9, 0x45, 0xdb, 0xdd, 0x6f, 0xb7, 0x0b, 0x8e, 0x49, 0xbc, 0x25, 0x89, 0x2b, + 0xe0, 0xa2, 0xbd, 0x51, 0x07, 0x69, 0x6c, 0xb4, 0xc8, 0x1a, 0x75, 0x66, 0x44, 0xc2, 0x13, 0xf4, + 0x6a, 0x1f, 0xa1, 0xef, 0xd0, 0x27, 0xe8, 0x4b, 0xf4, 0x61, 0xda, 0xcb, 0xfd, 0xe6, 0x47, 0xb2, + 0x8c, 0xe5, 0x80, 0x73, 0x65, 0xcf, 0xf9, 0xff, 0x9b, 0x33, 0xe7, 0x08, 0xea, 0x2c, 0x72, 0x0f, + 0x7d, 0xda, 0x8d, 0x18, 0x15, 0x14, 0x15, 0x59, 0xe4, 0xb6, 0x5b, 0x81, 0x7f, 0x4b, 0x6e, 0x7c, + 0xe1, 0x90, 0x31, 0x23, 0x9c, 0x6b, 0x54, 0x7b, 0x3b, 0x81, 0xfa, 0x61, 0x16, 0xbc, 0x99, 0x80, + 0xb9, 0x1f, 0x19, 0x10, 0x4a, 0x40, 0x8c, 0xd2, 0x89, 0x81, 0xed, 0x8d, 0x29, 0x1d, 0x07, 0xe4, + 0x50, 0x9d, 0xae, 0xe2, 0xd1, 0x21, 0x99, 0x44, 0xe2, 0xce, 0x20, 0x9f, 0xdc, 0x47, 0x7a, 0x31, + 0xc3, 0xc2, 0xa7, 0xa1, 0xc6, 0x77, 0x0e, 0xa1, 0xf9, 0x8a, 0x88, 0xbe, 0x52, 0x6b, 0x93, 0x7f, + 0xc4, 0x84, 0x0b, 0xb4, 0x07, 0x55, 0x6d, 0x9e, 0xe3, 0x7b, 0x56, 0x61, 0xbf, 0x70, 0x50, 0xb5, + 0xd7, 0x34, 0x60, 0xe0, 0x75, 0xfe, 0x59, 0x80, 0xd6, 0x65, 0xe4, 0x61, 0x41, 0xde, 0x10, 0xc1, + 0x7c, 0x37, 0xe5, 0xfa, 0x02, 0x4a, 0x7e, 0x38, 0xa2, 0x8a, 0xa1, 0x76, 0xb4, 0xd5, 0x35, 0x96, + 0x76, 0xb5, 0xec, 0x41, 0x38, 0xa2, 0xb6, 0x22, 0x40, 0x1d, 0x58, 0xc7, 0xb7, 0x63, 0xc7, 0x8d, + 0x62, 0x27, 0xe6, 0x78, 0x4c, 0xac, 0xe2, 0x7e, 0xe1, 0x60, 0xc5, 0xae, 0xe1, 0xdb, 0x71, 0x2f, + 0x8a, 0x2f, 0x25, 0x48, 0xd2, 0x4c, 0xf0, 0x87, 0x0c, 0x4d, 0x49, 0xd3, 0x4c, 0xf0, 0x87, 0x84, + 0xa6, 0x73, 0x09, 0xdb, 0xaf, 0x88, 0x18, 0x84, 0x53, 0xf9, 0xc6, 0x92, 0xcf, 0x00, 0x4c, 0x20, + 0xa7, 0x0e, 0x54, 0x0d, 0x64, 0xe0, 0x49, 0x34, 0x17, 0x8c, 0xe0, 0x89, 0x73, 0x43, 0xee, 0xac, + 0x15, 0x8d, 0xd6, 0x90, 0x3f, 0x93, 0xbb, 0xce, 0xbf, 0x8a, 0xb0, 0x73, 0x5f, 0x2e, 0x8f, 0x68, + 0xc8, 0x09, 0x3a, 0x98, 0x71, 0xb1, 0x95, 0xba, 0x98, 0xa5, 0xd5, 0x3e, 0xb6, 0xa0, 0x2c, 0xe8, + 0x0d, 0x09, 0x8d, 0x78, 0x7d, 0x40, 0xdb, 0x50, 0x79, 0xcf, 0x9d, 0x98, 0x05, 0xca, 0xe5, 0xaa, + 0x5d, 0x7e, 0xcf, 0x2f, 0x59, 0x80, 0x2e, 0x61, 0x23, 0xa0, 0xe3, 0xb1, 0x1f, 0x8e, 0x9d, 0x91, + 0x4f, 0x02, 0x8f, 0x5b, 0xa5, 0xfd, 0xe2, 0x41, 0xed, 0xa8, 0xdb, 0x65, 0x91, 0xdb, 0xcd, 0xb7, + 0xa5, 0x7b, 0xa6, 0x39, 0x4e, 0x15, 0x43, 0x3f, 0x14, 0xec, 0xce, 0x5e, 0x0f, 0xb2, 0x30, 0x64, + 0xc3, 0xfa, 0x88, 0x60, 0x11, 0x33, 0xe2, 0x8c, 0x02, 0x3c, 0xe6, 0x56, 0x59, 0x49, 0xfd, 0xcd, + 0xc7, 0xa4, 0x9e, 0x6a, 0x86, 0x53, 0x49, 0xaf, 0x85, 0xd6, 0x47, 0x19, 0x50, 0xfb, 0x3b, 0x40, + 0xf3, 0x8a, 0x51, 0x13, 0x8a, 0x32, 0x94, 0x3a, 0xd2, 0xf2, 0xaf, 0xf4, 0xff, 0x16, 0x07, 0x31, + 0x49, 0xfc, 0x57, 0x87, 0xaf, 0x56, 0xfe, 0x50, 0x68, 0xff, 0x09, 0x36, 0xe7, 0x94, 0x2c, 0x23, + 0xa0, 0x33, 0x86, 0x5d, 0x5d, 0x7f, 0xc6, 0xfe, 0x73, 0x81, 0x05, 0x79, 0x64, 0xea, 0x7f, 0x0d, + 0x65, 0x2e, 0xc9, 0x95, 0xd4, 0xda, 0xd1, 0xf6, 0xfd, 0x0c, 0x6a, 0x59, 0x9a, 0xa6, 0xf3, 0xbf, + 0x02, 0xec, 0xbf, 0x22, 0xe2, 0x7c, 0x30, 0xbc, 0x60, 0x71, 0x78, 0x73, 0x1c, 0x8b, 0x6b, 0x12, + 0x0a, 0xdf, 0x55, 0xd7, 0x27, 0x51, 0xd8, 0x81, 0x1a, 0xf7, 0x23, 0xc7, 0xc5, 0x41, 0x20, 0x35, + 0x56, 0xa4, 0xc6, 0x93, 0x15, 0xab, 0x60, 0x57, 0xb9, 0x1f, 0xf5, 0x70, 0x10, 0x0c, 0x3c, 0xb4, + 0x03, 0xa5, 0x11, 0xa3, 0x13, 0xed, 0x8a, 0x42, 0xaa, 0x33, 0x7a, 0x0a, 0x55, 0xf9, 0xeb, 0x5c, + 0x53, 0x2e, 0xac, 0xd5, 0x14, 0xb9, 0x26, 0x81, 0xaf, 0x29, 0x17, 0x08, 0xc1, 0x8a, 0xa0, 0xba, + 0x56, 0x14, 0x66, 0x45, 0x50, 0xb4, 0x07, 0xab, 0x82, 0x6a, 0x96, 0x72, 0x8a, 0xa8, 0x08, 0xaa, + 0x18, 0x3e, 0x87, 0x1a, 0x67, 0xae, 0x83, 0x3d, 0x4f, 0x7a, 0xa3, 0x2e, 0x8d, 0x26, 0x00, 0xce, + 0xdc, 0x63, 0x0d, 0x45, 0xfb, 0x50, 0x92, 0xe6, 0x5a, 0x6b, 0x2a, 0x06, 0x75, 0x55, 0x0e, 0xe7, + 0x83, 0xa1, 0x34, 0xd6, 0x56, 0x98, 0xce, 0xbf, 0x0b, 0xf0, 0xec, 0x23, 0x9e, 0x9b, 0xdb, 0xd0, + 0x86, 0xb5, 0x98, 0x13, 0x16, 0xe2, 0x09, 0x49, 0xba, 0x44, 0x72, 0x96, 0xb8, 0x08, 0x73, 0xfe, + 0x9e, 0x32, 0xcf, 0x64, 0x30, 0x3d, 0x23, 0x04, 0x25, 0x8f, 0xd1, 0x48, 0xf9, 0xb5, 0x66, 0xab, + 0xff, 0x68, 0x1f, 0xea, 0x32, 0x8c, 0x42, 0xaa, 0x93, 0x71, 0x54, 0x96, 0xdb, 0xc0, 0xfd, 0x48, + 0x59, 0xa0, 0x6f, 0x6d, 0xc4, 0xe8, 0x0f, 0xc4, 0x15, 0x12, 0x5f, 0xd6, 0x99, 0x35, 0x90, 0x81, + 0xd7, 0xf9, 0x6f, 0x09, 0x9e, 0xf6, 0x65, 0x91, 0x60, 0x41, 0xce, 0x07, 0xc3, 0x97, 0x3e, 0x8f, + 0xb0, 0x70, 0xaf, 0xed, 0x38, 0x20, 0x7c, 0x41, 0xae, 0xd6, 0xf2, 0x72, 0xf5, 0x5b, 0x40, 0x92, + 0x26, 0xc2, 0x4c, 0xf8, 0xae, 0x1f, 0xe1, 0x50, 0xa4, 0x85, 0xa4, 0x48, 0x9b, 0xdc, 0x8f, 0x86, + 0x53, 0xe4, 0xc0, 0x9b, 0x33, 0x1d, 0xe6, 0x4c, 0x7f, 0x01, 0x1b, 0x52, 0xa7, 0xbc, 0xdf, 0x61, + 0x3c, 0xb9, 0x22, 0x2c, 0x53, 0x09, 0xeb, 0x06, 0xf3, 0x56, 0x21, 0xd0, 0x73, 0xa8, 0x27, 0xa4, + 0x2a, 0xc5, 0xb5, 0x94, 0xb0, 0x66, 0xe0, 0x2a, 0xcf, 0x5f, 0x80, 0xe2, 0x23, 0x5e, 0x22, 0x70, + 0x5a, 0x23, 0x75, 0x8d, 0x30, 0xf2, 0x1e, 0x55, 0x10, 0x4d, 0x28, 0x46, 0x7e, 0x68, 0x62, 0x2a, + 0xff, 0xca, 0x46, 0x15, 0x52, 0x47, 0x02, 0x2b, 0x2a, 0x49, 0xe5, 0x90, 0x0e, 0xfd, 0x50, 0x4a, + 0x33, 0x6a, 0xef, 0x95, 0x2c, 0x68, 0xb0, 0xb2, 0xcd, 0x83, 0x26, 0xf9, 0x20, 0x18, 0x76, 0xb0, + 0x10, 0xcc, 0xbf, 0x8a, 0x05, 0xe1, 0x56, 0x55, 0x75, 0x9e, 0x3f, 0xaa, 0x52, 0x7b, 0x20, 0x4b, + 0xdd, 0xbe, 0x64, 0x3e, 0x4e, 0x79, 0x75, 0x17, 0x6a, 0x90, 0x59, 0x68, 0x5a, 0xc4, 0xf5, 0x45, + 0x45, 0xdc, 0x3e, 0x81, 0x56, 0x9e, 0xa8, 0xa5, 0x7a, 0xcd, 0x7f, 0xea, 0xb0, 0xbf, 0xd8, 0x5e, + 0x73, 0x0f, 0xf6, 0xa0, 0x2a, 0x5f, 0x63, 0x27, 0x7b, 0x11, 0x24, 0xe0, 0xad, 0xbc, 0x08, 0x5f, + 0x42, 0x6b, 0xb6, 0x96, 0xe4, 0x45, 0x12, 0xc9, 0xb3, 0xb3, 0x15, 0x65, 0x4b, 0x49, 0xa3, 0xd0, + 0x0b, 0x68, 0x66, 0x59, 0x94, 0x58, 0x15, 0x6a, 0xbb, 0x91, 0x81, 0xe7, 0x49, 0x9f, 0x10, 0x81, + 0x3d, 0x2c, 0xb0, 0x2e, 0xed, 0x19, 0xe9, 0x6f, 0x0c, 0x0a, 0xbd, 0x87, 0x9d, 0x2c, 0x4b, 0x26, + 0x49, 0x35, 0x95, 0xa4, 0xef, 0x1e, 0x48, 0x92, 0x79, 0x28, 0x32, 0x77, 0xe0, 0x7e, 0xae, 0xb6, + 0xa3, 0x3c, 0x9c, 0x2c, 0x1e, 0xa6, 0x53, 0xac, 0x0a, 0x4b, 0xdd, 0x7e, 0x5d, 0x3c, 0x06, 0x2c, + 0x2b, 0x2c, 0x7d, 0x37, 0x4b, 0xf9, 0xef, 0x66, 0x39, 0xfb, 0x6e, 0x76, 0xa1, 0xc2, 0x08, 0x8f, + 0x03, 0xa1, 0xaa, 0x74, 0xe3, 0x68, 0x27, 0xa9, 0x82, 0xd4, 0x64, 0x85, 0xb5, 0x0d, 0xd5, 0xdc, + 0x4d, 0xad, 0xce, 0xdd, 0xd4, 0x43, 0x68, 0x49, 0x0a, 0xcf, 0xf0, 0x3b, 0x2c, 0x0e, 0xc8, 0xf4, + 0x4e, 0x6f, 0x72, 0x3f, 0xca, 0x46, 0x63, 0xae, 0x2b, 0xd5, 0xef, 0x75, 0x25, 0x74, 0x06, 0xab, + 0xd7, 0x04, 0x7b, 0x84, 0x71, 0x6b, 0x5d, 0x45, 0xf7, 0xe8, 0x71, 0xd1, 0x7d, 0xad, 0x99, 0x74, + 0x3c, 0x13, 0x11, 0x88, 0xc1, 0xb6, 0xf9, 0xeb, 0x08, 0x9a, 0xcd, 0xdc, 0x86, 0x92, 0xfd, 0xed, + 0x52, 0xb2, 0x2f, 0xe8, 0xfd, 0xbc, 0x6d, 0x5d, 0xcf, 0x63, 0xa4, 0xce, 0xa9, 0x22, 0xa9, 0x36, + 0xf1, 0x07, 0x2d, 0xa3, 0x73, 0x2a, 0xf0, 0x82, 0xce, 0xf8, 0xb6, 0x85, 0xe7, 0x31, 0xe8, 0x04, + 0x1a, 0x7e, 0xe8, 0x06, 0xb1, 0x47, 0x52, 0x6d, 0x5b, 0x2a, 0xc1, 0xbb, 0xe9, 0x7b, 0x7d, 0x3e, + 0x18, 0x6a, 0xea, 0x77, 0x91, 0x7c, 0x93, 0xb8, 0xbd, 0x61, 0x38, 0x12, 0x19, 0xdf, 0x42, 0x93, + 0x84, 0xf8, 0x4a, 0xf6, 0x2a, 0x33, 0xc0, 0x70, 0xab, 0xb1, 0x5f, 0x3c, 0xd8, 0xc8, 0x4c, 0xa6, + 0xe7, 0x83, 0xa1, 0x19, 0x45, 0xec, 0x86, 0x21, 0x36, 0x67, 0x65, 0x03, 0xf3, 0x43, 0x35, 0x93, + 0x09, 0x7f, 0x42, 0x68, 0x2c, 0xac, 0xa6, 0x6a, 0x35, 0xbb, 0x5d, 0x3d, 0x51, 0x77, 0x93, 0x89, + 0xba, 0xfb, 0xd2, 0x4c, 0xd4, 0xf6, 0x86, 0xe1, 0xb8, 0xd0, 0x0c, 0xa8, 0x0f, 0x9b, 0x6a, 0x88, + 0x95, 0xef, 0x4d, 0x32, 0x76, 0x5b, 0x9b, 0x0f, 0x49, 0x69, 0xc8, 0x19, 0x17, 0x07, 0x41, 0x02, + 0x40, 0x4f, 0xa1, 0xa6, 0xfa, 0x4b, 0xc4, 0x08, 0x27, 0xc2, 0x6a, 0xe9, 0xaa, 0x95, 0xa0, 0xa1, + 0x82, 0xa0, 0xaf, 0x0d, 0x81, 0x4b, 0xc3, 0x91, 0x3f, 0xb6, 0xb6, 0x95, 0x86, 0x76, 0xea, 0xa6, + 0x4d, 0xe9, 0xa4, 0xa7, 0x50, 0x89, 0x0a, 0xc5, 0xac, 0x41, 0xe8, 0x14, 0x9a, 0x13, 0xe2, 0xf9, + 0xd8, 0x21, 0xa1, 0xcb, 0xee, 0x54, 0x34, 0xad, 0x1d, 0x15, 0xed, 0xbd, 0x6c, 0xa0, 0xde, 0x48, + 0x9a, 0x7e, 0x4a, 0x62, 0x37, 0x26, 0xb3, 0x80, 0xf6, 0x6b, 0x68, 0x2f, 0xee, 0x09, 0x4b, 0x4d, + 0x88, 0x5f, 0x41, 0x3d, 0x5b, 0x23, 0x4b, 0xf1, 0x9e, 0x82, 0xb5, 0xa8, 0xbe, 0x97, 0x95, 0xb3, + 0xa8, 0x66, 0x97, 0x7a, 0x40, 0x7e, 0x2c, 0x24, 0xd3, 0xaa, 0x79, 0x9c, 0x66, 0xa6, 0xd5, 0x2f, + 0xa1, 0xaa, 0x87, 0x91, 0xbc, 0xa5, 0xc2, 0x30, 0xa8, 0xf1, 0x7c, 0xcd, 0x35, 0xff, 0xd0, 0x37, + 0xb0, 0x2e, 0x18, 0x0e, 0xf9, 0x88, 0x30, 0xcd, 0xa6, 0x27, 0x59, 0x2b, 0xcb, 0x76, 0x61, 0x08, + 0x14, 0x6b, 0x5d, 0x64, 0x4e, 0x9d, 0x37, 0x60, 0xd9, 0xc4, 0xa5, 0xcc, 0x93, 0xa2, 0x7b, 0x34, + 0x14, 0xe4, 0x83, 0xf8, 0x74, 0x6b, 0x3a, 0xff, 0x2f, 0xc0, 0xaa, 0xc1, 0xa0, 0x9f, 0x03, 0x04, + 0x37, 0xe9, 0x70, 0x65, 0xde, 0xc1, 0xe0, 0xc6, 0xcc, 0x55, 0x7b, 0x50, 0xe5, 0x34, 0x66, 0x2e, + 0x71, 0xfc, 0x28, 0x99, 0x08, 0x35, 0x60, 0x10, 0xa1, 0x17, 0xb0, 0x9a, 0x4c, 0x28, 0x45, 0xa5, + 0xb7, 0x91, 0xd5, 0x7b, 0xc9, 0x7c, 0x3b, 0xc1, 0xa3, 0xcf, 0xcd, 0x2c, 0x5d, 0xca, 0xa7, 0x4b, + 0x06, 0x6b, 0x39, 0x37, 0x97, 0xf3, 0x49, 0xe4, 0x10, 0xfd, 0x0c, 0x8a, 0xb7, 0x3e, 0xb6, 0x2a, + 0xaa, 0x87, 0xcd, 0x51, 0x48, 0x1c, 0x7a, 0x32, 0x3b, 0x2c, 0xae, 0x9a, 0x35, 0x31, 0x19, 0x14, + 0x7f, 0xf5, 0x77, 0xd8, 0x9c, 0x7b, 0x69, 0x90, 0x05, 0xad, 0xb3, 0xfe, 0xab, 0xe3, 0xde, 0x5f, + 0x9d, 0xe3, 0x5e, 0xaf, 0x3f, 0xbc, 0x70, 0xde, 0xd9, 0xce, 0x70, 0xf0, 0xb6, 0xf9, 0x33, 0x04, + 0x50, 0xd1, 0xa0, 0x66, 0x01, 0x35, 0xa0, 0x66, 0xf7, 0xff, 0x72, 0xd9, 0x3f, 0xbf, 0x50, 0xc8, + 0x15, 0x89, 0xb4, 0xfb, 0xdf, 0xf7, 0x7b, 0x17, 0xcd, 0x22, 0x5a, 0x83, 0xd2, 0x4b, 0xfb, 0xdd, + 0xb0, 0x59, 0x3a, 0xfa, 0x71, 0x15, 0x2a, 0x83, 0x77, 0x2a, 0xeb, 0x5f, 0x43, 0xbd, 0xc7, 0x08, + 0x16, 0x44, 0x2f, 0xd3, 0x28, 0x6f, 0xbb, 0x6e, 0xef, 0xcc, 0xf5, 0x94, 0xfe, 0x24, 0x12, 0x77, + 0x92, 0x59, 0x97, 0xe0, 0xa7, 0x30, 0xff, 0x1e, 0xaa, 0xe9, 0xf7, 0x01, 0xb4, 0x9d, 0xac, 0x8e, + 0x33, 0xdf, 0x0b, 0xda, 0x79, 0x02, 0x51, 0x1f, 0xe0, 0xcc, 0xe7, 0x09, 0xe7, 0xb4, 0x1b, 0x4d, + 0x81, 0x09, 0xfb, 0x5e, 0x2e, 0xce, 0x0c, 0x57, 0x27, 0xb0, 0x3e, 0xf3, 0xb5, 0x01, 0xed, 0x2a, + 0x1b, 0xf2, 0xbe, 0x40, 0x2c, 0xf4, 0xe1, 0x1b, 0x58, 0xd7, 0xd1, 0x33, 0x5b, 0x1e, 0xca, 0xdd, + 0xdc, 0x17, 0xb2, 0x0f, 0x60, 0x63, 0x76, 0x5b, 0x46, 0xed, 0xdc, 0x15, 0x3a, 0xf1, 0x66, 0xf1, + 0x7a, 0x8d, 0xce, 0x00, 0xcd, 0xef, 0xae, 0xe8, 0x49, 0xc6, 0xa5, 0x9c, 0xa5, 0x76, 0xa1, 0x61, + 0x3f, 0xc0, 0xee, 0xc2, 0x2d, 0x0d, 0x3d, 0x4f, 0xec, 0xf8, 0xe8, 0xfe, 0xda, 0xfe, 0xe5, 0x43, + 0x64, 0xc6, 0xf2, 0x31, 0x58, 0x8b, 0x5e, 0x79, 0xf4, 0x8b, 0xc7, 0xcc, 0xf5, 0xed, 0xe7, 0x8f, + 0x1a, 0x15, 0xa6, 0x21, 0xca, 0x36, 0xcc, 0x99, 0x10, 0xe5, 0x74, 0xd2, 0x85, 0x21, 0xfa, 0x1e, + 0x36, 0xe7, 0xfa, 0x1d, 0xfa, 0x4c, 0x09, 0x5b, 0xd4, 0x07, 0x17, 0xc9, 0x3a, 0x79, 0xf6, 0xb7, + 0xa7, 0x63, 0x5f, 0x5c, 0xc7, 0x57, 0x5d, 0x97, 0x4e, 0x0e, 0x4d, 0x05, 0xe9, 0x0f, 0x6b, 0x2e, + 0x0d, 0x0e, 0x59, 0xe4, 0x5e, 0x55, 0xd4, 0xe9, 0x77, 0x3f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x20, + 0x78, 0xfe, 0xcc, 0xfa, 0x13, 0x00, 0x00, } From 04c5089b44283e5e8ed476682ce6cc7694c605f2 Mon Sep 17 00:00:00 2001 From: Benjamin Pracht Date: Mon, 22 Sep 2025 17:29:19 -0700 Subject: [PATCH 3/5] WiP --- infra/link.pb.go | 2 +- infra/link_grpc.pb.go | 2 +- livekit/livekit_agent.pb.go | 2 +- livekit/livekit_agent_dispatch.pb.go | 2 +- livekit/livekit_analytics.pb.go | 2 +- livekit/livekit_cloud_agent.pb.go | 2 +- livekit/livekit_egress.pb.go | 2 +- livekit/livekit_ingress.pb.go | 2 +- livekit/livekit_internal.pb.go | 2 +- livekit/livekit_metrics.pb.go | 2 +- livekit/livekit_models.pb.go | 2 +- livekit/livekit_phone_number.pb.go | 2 +- livekit/livekit_room.pb.go | 2 +- livekit/livekit_rtc.pb.go | 2 +- livekit/livekit_sip.pb.go | 2 +- livekit/livekit_webhook.pb.go | 2 +- protobufs/rpc/ingress.proto | 3 +- protobufs/rpc/io.proto | 2 +- replay/cloud_replay.pb.go | 2 +- rpc/agent.pb.go | 2 +- rpc/agent_dispatch.pb.go | 2 +- rpc/analytics.pb.go | 2 +- rpc/analytics_grpc.pb.go | 2 +- rpc/egress.pb.go | 2 +- rpc/ingress.pb.go | 80 +++++++++++-------- rpc/ingress.psrpc.go | 113 ++++++++++++++------------- rpc/io.pb.go | 2 +- rpc/keepalive.pb.go | 2 +- rpc/participant.pb.go | 2 +- rpc/room.pb.go | 2 +- rpc/roommanager.pb.go | 2 +- rpc/signal.pb.go | 2 +- rpc/sip.pb.go | 2 +- rpc/whip_signal.pb.go | 2 +- 34 files changed, 138 insertions(+), 120 deletions(-) diff --git a/infra/link.pb.go b/infra/link.pb.go index f636bb3a6..852707ad4 100644 --- a/infra/link.pb.go +++ b/infra/link.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: infra/link.proto package infra diff --git a/infra/link_grpc.pb.go b/infra/link_grpc.pb.go index 281cec953..a4ebebb60 100644 --- a/infra/link_grpc.pb.go +++ b/infra/link_grpc.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.5.1 -// - protoc v4.23.4 +// - protoc v6.32.0 // source: infra/link.proto package infra diff --git a/livekit/livekit_agent.pb.go b/livekit/livekit_agent.pb.go index 77a264d2e..81bbed61f 100644 --- a/livekit/livekit_agent.pb.go +++ b/livekit/livekit_agent.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_agent.proto package livekit diff --git a/livekit/livekit_agent_dispatch.pb.go b/livekit/livekit_agent_dispatch.pb.go index 147c54bbe..836409ace 100644 --- a/livekit/livekit_agent_dispatch.pb.go +++ b/livekit/livekit_agent_dispatch.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_agent_dispatch.proto package livekit diff --git a/livekit/livekit_analytics.pb.go b/livekit/livekit_analytics.pb.go index 7031d1921..19e2870c2 100644 --- a/livekit/livekit_analytics.pb.go +++ b/livekit/livekit_analytics.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_analytics.proto package livekit diff --git a/livekit/livekit_cloud_agent.pb.go b/livekit/livekit_cloud_agent.pb.go index da0d35a0a..b69d0e654 100644 --- a/livekit/livekit_cloud_agent.pb.go +++ b/livekit/livekit_cloud_agent.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_cloud_agent.proto package livekit diff --git a/livekit/livekit_egress.pb.go b/livekit/livekit_egress.pb.go index a09910513..3c89145d1 100644 --- a/livekit/livekit_egress.pb.go +++ b/livekit/livekit_egress.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_egress.proto package livekit diff --git a/livekit/livekit_ingress.pb.go b/livekit/livekit_ingress.pb.go index 1605a6822..f93303cb2 100644 --- a/livekit/livekit_ingress.pb.go +++ b/livekit/livekit_ingress.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_ingress.proto package livekit diff --git a/livekit/livekit_internal.pb.go b/livekit/livekit_internal.pb.go index 0cad406f1..b7197ba05 100644 --- a/livekit/livekit_internal.pb.go +++ b/livekit/livekit_internal.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_internal.proto package livekit diff --git a/livekit/livekit_metrics.pb.go b/livekit/livekit_metrics.pb.go index 2bc367d5b..e7285a684 100644 --- a/livekit/livekit_metrics.pb.go +++ b/livekit/livekit_metrics.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_metrics.proto package livekit diff --git a/livekit/livekit_models.pb.go b/livekit/livekit_models.pb.go index 00733a0a8..65cccc8c6 100644 --- a/livekit/livekit_models.pb.go +++ b/livekit/livekit_models.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_models.proto package livekit diff --git a/livekit/livekit_phone_number.pb.go b/livekit/livekit_phone_number.pb.go index 50b720867..69f7d023d 100644 --- a/livekit/livekit_phone_number.pb.go +++ b/livekit/livekit_phone_number.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_phone_number.proto package livekit diff --git a/livekit/livekit_room.pb.go b/livekit/livekit_room.pb.go index 5f6ca0215..9bc26afe0 100644 --- a/livekit/livekit_room.pb.go +++ b/livekit/livekit_room.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_room.proto package livekit diff --git a/livekit/livekit_rtc.pb.go b/livekit/livekit_rtc.pb.go index 9699b1539..371cf4c65 100644 --- a/livekit/livekit_rtc.pb.go +++ b/livekit/livekit_rtc.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_rtc.proto package livekit diff --git a/livekit/livekit_sip.pb.go b/livekit/livekit_sip.pb.go index 6531bdf14..a8e0be6d4 100644 --- a/livekit/livekit_sip.pb.go +++ b/livekit/livekit_sip.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_sip.proto package livekit diff --git a/livekit/livekit_webhook.pb.go b/livekit/livekit_webhook.pb.go index f5b87fead..5e6fa71a0 100644 --- a/livekit/livekit_webhook.pb.go +++ b/livekit/livekit_webhook.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: livekit_webhook.proto package livekit diff --git a/protobufs/rpc/ingress.proto b/protobufs/rpc/ingress.proto index 8a0f7312e..f9ce39985 100644 --- a/protobufs/rpc/ingress.proto +++ b/protobufs/rpc/ingress.proto @@ -102,7 +102,8 @@ message StartIngressRequest { livekit.IngressInfo info = 1; string token = 2; string ws_url = 3; - map logging_fields = 4; + map logging_fields = 4; + map feature_flags = 5; } message IngressSession { diff --git a/protobufs/rpc/io.proto b/protobufs/rpc/io.proto index ebc138675..20009d8fa 100644 --- a/protobufs/rpc/io.proto +++ b/protobufs/rpc/io.proto @@ -65,7 +65,7 @@ message GetIngressInfoResponse { livekit.IngressInfo info = 1; string token = 2; string ws_url = 3; - map logging_fields = 4; + map logging_fields = 4; map feature_flags = 5; } diff --git a/replay/cloud_replay.pb.go b/replay/cloud_replay.pb.go index 90717043e..9789b9e5a 100644 --- a/replay/cloud_replay.pb.go +++ b/replay/cloud_replay.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: cloud_replay.proto package replay diff --git a/rpc/agent.pb.go b/rpc/agent.pb.go index 5dc973385..05fae789f 100644 --- a/rpc/agent.pb.go +++ b/rpc/agent.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: rpc/agent.proto package rpc diff --git a/rpc/agent_dispatch.pb.go b/rpc/agent_dispatch.pb.go index 88a3a9134..87566f80c 100644 --- a/rpc/agent_dispatch.pb.go +++ b/rpc/agent_dispatch.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: rpc/agent_dispatch.proto package rpc diff --git a/rpc/analytics.pb.go b/rpc/analytics.pb.go index 306fffa89..d10c7b0d1 100644 --- a/rpc/analytics.pb.go +++ b/rpc/analytics.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: rpc/analytics.proto package rpc diff --git a/rpc/analytics_grpc.pb.go b/rpc/analytics_grpc.pb.go index 6217bb431..096878d83 100644 --- a/rpc/analytics_grpc.pb.go +++ b/rpc/analytics_grpc.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.5.1 -// - protoc v4.23.4 +// - protoc v6.32.0 // source: rpc/analytics.proto package rpc diff --git a/rpc/egress.pb.go b/rpc/egress.pb.go index 06662bb3a..533f7c632 100644 --- a/rpc/egress.pb.go +++ b/rpc/egress.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: rpc/egress.proto package rpc diff --git a/rpc/ingress.pb.go b/rpc/ingress.pb.go index f42584535..87ddf86cf 100644 --- a/rpc/ingress.pb.go +++ b/rpc/ingress.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: rpc/ingress.proto package rpc @@ -382,6 +382,7 @@ type StartIngressRequest struct { Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` WsUrl string `protobuf:"bytes,3,opt,name=ws_url,json=wsUrl,proto3" json:"ws_url,omitempty"` LoggingFields map[string]string `protobuf:"bytes,4,rep,name=logging_fields,json=loggingFields,proto3" json:"logging_fields,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` + FeatureFlags map[string]string `protobuf:"bytes,5,rep,name=feature_flags,json=featureFlags,proto3" json:"feature_flags,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -444,6 +445,13 @@ func (x *StartIngressRequest) GetLoggingFields() map[string]string { return nil } +func (x *StartIngressRequest) GetFeatureFlags() map[string]string { + if x != nil { + return x.FeatureFlags + } + return nil +} + type IngressSession struct { state protoimpl.MessageState `protogen:"open.v1"` IngressId string `protobuf:"bytes,1,opt,name=ingress_id,json=ingressId,proto3" json:"ingress_id,omitempty"` @@ -572,14 +580,18 @@ const file_rpc_ingress_proto_rawDesc = "" + "\x04etag\x18\x02 \x01(\tR\x04etag\"_\n" + "\x1eWHIPRTCConnectionNotifyRequest\x12%\n" + "\x0eparticipant_id\x18\x01 \x01(\tR\rparticipantId\x12\x16\n" + - "\x06closed\x18\x02 \x01(\bR\x06closed\"\x82\x02\n" + + "\x06closed\x18\x02 \x01(\bR\x06closed\"\x94\x03\n" + "\x13StartIngressRequest\x12(\n" + "\x04info\x18\x01 \x01(\v2\x14.livekit.IngressInfoR\x04info\x12\x14\n" + "\x05token\x18\x02 \x01(\tR\x05token\x12\x15\n" + "\x06ws_url\x18\x03 \x01(\tR\x05wsUrl\x12R\n" + - "\x0elogging_fields\x18\x04 \x03(\v2+.rpc.StartIngressRequest.LoggingFieldsEntryR\rloggingFields\x1a@\n" + + "\x0elogging_fields\x18\x04 \x03(\v2+.rpc.StartIngressRequest.LoggingFieldsEntryR\rloggingFields\x12O\n" + + "\rfeature_flags\x18\x05 \x03(\v2*.rpc.StartIngressRequest.FeatureFlagsEntryR\ffeatureFlags\x1a@\n" + "\x12LoggingFieldsEntry\x12\x10\n" + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\x1a?\n" + + "\x11FeatureFlagsEntry\x12\x10\n" + + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"P\n" + "\x0eIngressSession\x12\x1d\n" + "\n" + @@ -613,7 +625,7 @@ func file_rpc_ingress_proto_rawDescGZIP() []byte { return file_rpc_ingress_proto_rawDescData } -var file_rpc_ingress_proto_msgTypes = make([]protoimpl.MessageInfo, 10) +var file_rpc_ingress_proto_msgTypes = make([]protoimpl.MessageInfo, 11) var file_rpc_ingress_proto_goTypes = []any{ (*ListActiveIngressRequest)(nil), // 0: rpc.ListActiveIngressRequest (*ListActiveIngressResponse)(nil), // 1: rpc.ListActiveIngressResponse @@ -625,38 +637,40 @@ var file_rpc_ingress_proto_goTypes = []any{ (*IngressSession)(nil), // 7: rpc.IngressSession (*KillIngressSessionRequest)(nil), // 8: rpc.KillIngressSessionRequest nil, // 9: rpc.StartIngressRequest.LoggingFieldsEntry - (*livekit.IngressInfo)(nil), // 10: livekit.IngressInfo - (*livekit.UpdateIngressRequest)(nil), // 11: livekit.UpdateIngressRequest - (*livekit.DeleteIngressRequest)(nil), // 12: livekit.DeleteIngressRequest - (*emptypb.Empty)(nil), // 13: google.protobuf.Empty - (*livekit.IngressState)(nil), // 14: livekit.IngressState + nil, // 10: rpc.StartIngressRequest.FeatureFlagsEntry + (*livekit.IngressInfo)(nil), // 11: livekit.IngressInfo + (*livekit.UpdateIngressRequest)(nil), // 12: livekit.UpdateIngressRequest + (*livekit.DeleteIngressRequest)(nil), // 13: livekit.DeleteIngressRequest + (*emptypb.Empty)(nil), // 14: google.protobuf.Empty + (*livekit.IngressState)(nil), // 15: livekit.IngressState } var file_rpc_ingress_proto_depIdxs = []int32{ 7, // 0: rpc.ListActiveIngressResponse.ingress_sessions:type_name -> rpc.IngressSession - 10, // 1: rpc.StartIngressRequest.info:type_name -> livekit.IngressInfo + 11, // 1: rpc.StartIngressRequest.info:type_name -> livekit.IngressInfo 9, // 2: rpc.StartIngressRequest.logging_fields:type_name -> rpc.StartIngressRequest.LoggingFieldsEntry - 7, // 3: rpc.KillIngressSessionRequest.session:type_name -> rpc.IngressSession - 6, // 4: rpc.IngressInternal.StartIngress:input_type -> rpc.StartIngressRequest - 0, // 5: rpc.IngressInternal.ListActiveIngress:input_type -> rpc.ListActiveIngressRequest - 8, // 6: rpc.IngressInternal.KillIngressSession:input_type -> rpc.KillIngressSessionRequest - 11, // 7: rpc.IngressHandler.UpdateIngress:input_type -> livekit.UpdateIngressRequest - 12, // 8: rpc.IngressHandler.DeleteIngress:input_type -> livekit.DeleteIngressRequest - 2, // 9: rpc.IngressHandler.DeleteWHIPResource:input_type -> rpc.DeleteWHIPResourceRequest - 3, // 10: rpc.IngressHandler.ICERestartWHIPResource:input_type -> rpc.ICERestartWHIPResourceRequest - 5, // 11: rpc.IngressHandler.WHIPRTCConnectionNotify:input_type -> rpc.WHIPRTCConnectionNotifyRequest - 10, // 12: rpc.IngressInternal.StartIngress:output_type -> livekit.IngressInfo - 1, // 13: rpc.IngressInternal.ListActiveIngress:output_type -> rpc.ListActiveIngressResponse - 13, // 14: rpc.IngressInternal.KillIngressSession:output_type -> google.protobuf.Empty - 14, // 15: rpc.IngressHandler.UpdateIngress:output_type -> livekit.IngressState - 14, // 16: rpc.IngressHandler.DeleteIngress:output_type -> livekit.IngressState - 13, // 17: rpc.IngressHandler.DeleteWHIPResource:output_type -> google.protobuf.Empty - 4, // 18: rpc.IngressHandler.ICERestartWHIPResource:output_type -> rpc.ICERestartWHIPResourceResponse - 13, // 19: rpc.IngressHandler.WHIPRTCConnectionNotify:output_type -> google.protobuf.Empty - 12, // [12:20] is the sub-list for method output_type - 4, // [4:12] is the sub-list for method input_type - 4, // [4:4] is the sub-list for extension type_name - 4, // [4:4] is the sub-list for extension extendee - 0, // [0:4] is the sub-list for field type_name + 10, // 3: rpc.StartIngressRequest.feature_flags:type_name -> rpc.StartIngressRequest.FeatureFlagsEntry + 7, // 4: rpc.KillIngressSessionRequest.session:type_name -> rpc.IngressSession + 6, // 5: rpc.IngressInternal.StartIngress:input_type -> rpc.StartIngressRequest + 0, // 6: rpc.IngressInternal.ListActiveIngress:input_type -> rpc.ListActiveIngressRequest + 8, // 7: rpc.IngressInternal.KillIngressSession:input_type -> rpc.KillIngressSessionRequest + 12, // 8: rpc.IngressHandler.UpdateIngress:input_type -> livekit.UpdateIngressRequest + 13, // 9: rpc.IngressHandler.DeleteIngress:input_type -> livekit.DeleteIngressRequest + 2, // 10: rpc.IngressHandler.DeleteWHIPResource:input_type -> rpc.DeleteWHIPResourceRequest + 3, // 11: rpc.IngressHandler.ICERestartWHIPResource:input_type -> rpc.ICERestartWHIPResourceRequest + 5, // 12: rpc.IngressHandler.WHIPRTCConnectionNotify:input_type -> rpc.WHIPRTCConnectionNotifyRequest + 11, // 13: rpc.IngressInternal.StartIngress:output_type -> livekit.IngressInfo + 1, // 14: rpc.IngressInternal.ListActiveIngress:output_type -> rpc.ListActiveIngressResponse + 14, // 15: rpc.IngressInternal.KillIngressSession:output_type -> google.protobuf.Empty + 15, // 16: rpc.IngressHandler.UpdateIngress:output_type -> livekit.IngressState + 15, // 17: rpc.IngressHandler.DeleteIngress:output_type -> livekit.IngressState + 14, // 18: rpc.IngressHandler.DeleteWHIPResource:output_type -> google.protobuf.Empty + 4, // 19: rpc.IngressHandler.ICERestartWHIPResource:output_type -> rpc.ICERestartWHIPResourceResponse + 14, // 20: rpc.IngressHandler.WHIPRTCConnectionNotify:output_type -> google.protobuf.Empty + 13, // [13:21] is the sub-list for method output_type + 5, // [5:13] is the sub-list for method input_type + 5, // [5:5] is the sub-list for extension type_name + 5, // [5:5] is the sub-list for extension extendee + 0, // [0:5] is the sub-list for field type_name } func init() { file_rpc_ingress_proto_init() } @@ -670,7 +684,7 @@ func file_rpc_ingress_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_rpc_ingress_proto_rawDesc), len(file_rpc_ingress_proto_rawDesc)), NumEnums: 0, - NumMessages: 10, + NumMessages: 11, NumExtensions: 0, NumServices: 2, }, diff --git a/rpc/ingress.psrpc.go b/rpc/ingress.psrpc.go index cffe43a86..6f37e84fc 100644 --- a/rpc/ingress.psrpc.go +++ b/rpc/ingress.psrpc.go @@ -406,59 +406,62 @@ func (UnimplementedIngressHandlerServer) WHIPRTCConnectionNotify(context.Context } var psrpcFileDescriptor3 = []byte{ - // 863 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0xdd, 0x4e, 0xe3, 0x46, - 0x14, 0xd6, 0x38, 0x21, 0xc0, 0x61, 0xc3, 0x86, 0xe1, 0x67, 0x1d, 0x57, 0xb0, 0xac, 0x51, 0xa5, - 0x48, 0x55, 0x9d, 0x8a, 0xaa, 0x52, 0xd5, 0x8b, 0x8a, 0x2e, 0x65, 0x45, 0xba, 0xbb, 0xd5, 0xca, - 0xb0, 0xaa, 0xd4, 0x4a, 0xb5, 0x8c, 0x3d, 0x36, 0x23, 0x1c, 0x8f, 0x3b, 0x33, 0x21, 0xca, 0x5d, - 0xd5, 0x3b, 0x6e, 0xfb, 0x1c, 0xbd, 0xe2, 0x55, 0xfa, 0x42, 0x95, 0x67, 0xc6, 0x90, 0x3f, 0xa3, - 0xde, 0xec, 0x9d, 0xcf, 0x4f, 0xbe, 0x73, 0xe6, 0x3b, 0xe7, 0x7c, 0x81, 0x2d, 0x5e, 0x44, 0x7d, - 0x9a, 0xa7, 0x9c, 0x08, 0xe1, 0x15, 0x9c, 0x49, 0x86, 0x1b, 0xbc, 0x88, 0x9c, 0x36, 0x2b, 0x24, - 0x65, 0xb9, 0xf1, 0x39, 0xbb, 0x19, 0xbd, 0x25, 0x37, 0x54, 0x06, 0x33, 0xa9, 0xce, 0x67, 0x29, - 0x63, 0x69, 0x46, 0xfa, 0xca, 0xba, 0x1a, 0x25, 0x7d, 0x32, 0x2c, 0xe4, 0x44, 0x07, 0x5d, 0x07, - 0xec, 0x77, 0x54, 0xc8, 0x1f, 0x22, 0x49, 0x6f, 0xc9, 0x40, 0xff, 0xce, 0x27, 0x7f, 0x8c, 0x88, - 0x90, 0xee, 0x9f, 0x08, 0xba, 0x4b, 0x82, 0xa2, 0x60, 0xb9, 0x20, 0xf8, 0x08, 0x36, 0x4c, 0x9d, - 0x80, 0xc6, 0xc2, 0x46, 0x87, 0x8d, 0xde, 0xfa, 0x6b, 0xcb, 0x46, 0x3e, 0x18, 0xf7, 0x20, 0x16, - 0xf8, 0x7b, 0xe8, 0x54, 0x49, 0x82, 0x08, 0x51, 0x36, 0x6b, 0x5b, 0x87, 0x8d, 0xde, 0xc6, 0xf1, - 0xb6, 0xc7, 0x8b, 0xc8, 0x33, 0xa0, 0x17, 0x3a, 0xe6, 0x3f, 0xa7, 0x33, 0xb6, 0x70, 0x7f, 0x83, - 0xee, 0x8f, 0x24, 0x23, 0x92, 0xfc, 0x72, 0x3e, 0xf8, 0xe0, 0x13, 0xc1, 0x46, 0x3c, 0x22, 0xa6, - 0x3f, 0xfc, 0x12, 0x36, 0xb8, 0x71, 0x05, 0x34, 0xb6, 0xd1, 0x21, 0xea, 0xad, 0xfb, 0x50, 0xb9, - 0x06, 0x31, 0xde, 0x07, 0x10, 0x92, 0x93, 0x70, 0x18, 0xdc, 0x90, 0x89, 0x6d, 0xa9, 0xf8, 0xba, - 0xf6, 0xbc, 0x25, 0x13, 0xf7, 0x6f, 0x0b, 0xf6, 0x07, 0xa7, 0x67, 0x3e, 0x11, 0x32, 0xe4, 0xf2, - 0x13, 0x54, 0xc0, 0x47, 0xd0, 0x1e, 0x09, 0xc2, 0x83, 0x84, 0x87, 0xe9, 0x90, 0xe4, 0xd2, 0x6e, - 0xa8, 0x8c, 0x67, 0xa5, 0xf3, 0x8d, 0xf1, 0x61, 0x07, 0xd6, 0x8a, 0x50, 0x88, 0x31, 0xe3, 0xb1, - 0xdd, 0x54, 0xf1, 0x07, 0x1b, 0x1f, 0x00, 0x44, 0x61, 0x1e, 0xd3, 0x38, 0x94, 0x44, 0xd8, 0x2b, - 0x25, 0xc7, 0xfe, 0x94, 0x07, 0x7f, 0x03, 0x2f, 0x78, 0x38, 0x0e, 0x24, 0xa7, 0xd1, 0x4d, 0x46, - 0x02, 0x1a, 0x91, 0x40, 0xc4, 0x45, 0x59, 0xce, 0x6e, 0x29, 0xa8, 0x1d, 0x1e, 0x8e, 0x2f, 0x75, - 0x74, 0x10, 0x91, 0x0b, 0x1d, 0xc3, 0x5d, 0x58, 0xa3, 0x49, 0x30, 0x0c, 0x65, 0x74, 0x6d, 0xaf, - 0xaa, 0xbc, 0x55, 0x9a, 0xbc, 0x2f, 0x4d, 0x37, 0x86, 0x83, 0x3a, 0x4e, 0xcc, 0xe0, 0x3d, 0xd8, - 0x5e, 0x56, 0x4f, 0x93, 0xb3, 0x25, 0x17, 0x8a, 0x61, 0x68, 0x12, 0x19, 0xa6, 0x86, 0x1d, 0xf5, - 0xed, 0x06, 0x70, 0xa0, 0xb0, 0x2f, 0x4f, 0x4f, 0x59, 0x9e, 0x93, 0xa8, 0x5c, 0xe3, 0x9f, 0x99, - 0xa4, 0xc9, 0xa4, 0xa2, 0xfe, 0x73, 0xd8, 0x2c, 0x42, 0x2e, 0x69, 0x44, 0x8b, 0x30, 0x97, 0x8f, - 0xec, 0xb7, 0xa7, 0xbc, 0x83, 0x18, 0xef, 0x41, 0x2b, 0xca, 0x98, 0x20, 0xb1, 0x82, 0x5f, 0xf3, - 0x8d, 0xe5, 0xfe, 0x65, 0xc1, 0xf6, 0x45, 0xf9, 0x84, 0xd9, 0x9d, 0xc6, 0x3d, 0x68, 0xd2, 0x3c, - 0x61, 0x0a, 0x6c, 0xe3, 0x78, 0xc7, 0x33, 0x27, 0x53, 0x2d, 0xe2, 0x20, 0x4f, 0x98, 0xaf, 0x32, - 0xf0, 0x0e, 0xac, 0x48, 0x76, 0x43, 0x72, 0xd3, 0xb7, 0x36, 0xf0, 0x2e, 0xb4, 0xc6, 0x22, 0x18, - 0xf1, 0xcc, 0x8c, 0x72, 0x65, 0x2c, 0x3e, 0xf2, 0x0c, 0xfb, 0xb0, 0x99, 0xb1, 0x34, 0xa5, 0x79, - 0x1a, 0x24, 0x94, 0x64, 0xb1, 0xb0, 0x9b, 0x6a, 0xcb, 0xbf, 0x50, 0x5b, 0xbe, 0xa4, 0x11, 0xef, - 0x9d, 0x4e, 0x7f, 0xa3, 0xb2, 0xcf, 0x72, 0xc9, 0x27, 0x7e, 0x3b, 0x9b, 0xf6, 0x39, 0x27, 0x80, - 0x17, 0x93, 0x70, 0x07, 0x1a, 0xe5, 0xaa, 0x69, 0x32, 0xca, 0xcf, 0xb2, 0xd1, 0xdb, 0x30, 0x1b, - 0x91, 0xaa, 0x51, 0x65, 0x7c, 0x67, 0x7d, 0x8b, 0xdc, 0x0f, 0xb0, 0x39, 0x7b, 0x60, 0xe5, 0xbe, - 0x3e, 0x1e, 0xad, 0x01, 0x59, 0x7f, 0xb8, 0xd7, 0xf9, 0x7d, 0xb7, 0xe6, 0xf7, 0xdd, 0xfd, 0x09, - 0xba, 0x6f, 0x69, 0x96, 0xcd, 0x9d, 0xad, 0xe1, 0xf6, 0x4b, 0x58, 0x35, 0x47, 0x6e, 0xe8, 0x5d, - 0x7a, 0xe3, 0x55, 0xce, 0xf1, 0x3f, 0x16, 0x3c, 0x7f, 0xa0, 0x5d, 0x12, 0x9e, 0x87, 0x19, 0x3e, - 0x87, 0x67, 0xd3, 0x64, 0x61, 0xbb, 0x8e, 0x3f, 0x67, 0xe9, 0xe8, 0xdc, 0xb5, 0xfb, 0x3b, 0xd4, - 0x3c, 0x41, 0x5f, 0x21, 0xfc, 0x3b, 0x6c, 0x2d, 0x68, 0x17, 0xde, 0x57, 0x70, 0x75, 0x82, 0xe7, - 0x1c, 0xd4, 0x85, 0xf5, 0xe6, 0xbb, 0x70, 0x7f, 0x87, 0x5a, 0x1d, 0x74, 0x62, 0xf5, 0x10, 0x66, - 0x80, 0x17, 0x99, 0xc0, 0x1a, 0xa1, 0x96, 0x22, 0x67, 0xcf, 0xd3, 0x62, 0xec, 0x55, 0x62, 0xec, - 0x9d, 0x95, 0x62, 0xec, 0xbe, 0xba, 0xbf, 0x43, 0xfb, 0x1d, 0xe4, 0x74, 0xf1, 0xd4, 0x7c, 0xf0, - 0xf4, 0x30, 0x8e, 0xff, 0x6d, 0x3c, 0x4c, 0xf3, 0x3c, 0xcc, 0xe3, 0x8c, 0x70, 0xfc, 0x1e, 0xda, - 0x1f, 0x8b, 0x52, 0x08, 0x1e, 0xdf, 0x57, 0x91, 0x32, 0xe3, 0xaf, 0xaa, 0xef, 0xce, 0x73, 0x76, - 0x21, 0x43, 0x49, 0xdc, 0xd6, 0xfd, 0x1d, 0xb2, 0x3a, 0xa8, 0x84, 0xd3, 0x62, 0xbb, 0x08, 0x37, - 0xe3, 0xff, 0x9f, 0x70, 0x97, 0x80, 0x17, 0xb5, 0xdb, 0x30, 0x54, 0x2b, 0xea, 0xb5, 0x0c, 0x55, - 0xa8, 0x14, 0xf6, 0x96, 0xeb, 0x13, 0x76, 0xf5, 0xb6, 0x3d, 0x25, 0xe8, 0xce, 0xd1, 0x93, 0x39, - 0x66, 0xcc, 0x55, 0xa9, 0x2b, 0x78, 0x51, 0x23, 0x52, 0x58, 0xe3, 0x3c, 0x2d, 0x61, 0xb5, 0x4f, - 0x31, 0x6b, 0xe4, 0x58, 0x87, 0xe8, 0xf5, 0xab, 0x5f, 0x5f, 0xa6, 0x54, 0x5e, 0x8f, 0xae, 0xbc, - 0x88, 0x0d, 0xfb, 0x86, 0x4f, 0xfd, 0x57, 0x1d, 0xb1, 0xac, 0xcf, 0x8b, 0xe8, 0xaa, 0xa5, 0xac, - 0xaf, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xae, 0xea, 0xdc, 0xf8, 0x06, 0x08, 0x00, 0x00, + // 905 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0x5f, 0x6f, 0xe3, 0x44, + 0x10, 0x97, 0x9d, 0x34, 0x6d, 0x27, 0x4d, 0x2f, 0xdd, 0xfe, 0x39, 0xc7, 0xa8, 0xbd, 0x9e, 0x2b, + 0xa4, 0x08, 0x84, 0x83, 0x82, 0x90, 0x10, 0x0f, 0x50, 0xae, 0xb4, 0x6a, 0xb8, 0x3b, 0x38, 0xb9, + 0x3d, 0x21, 0x81, 0x84, 0xb5, 0xb5, 0xd7, 0xee, 0xaa, 0x8e, 0xd7, 0xec, 0x6e, 0x1a, 0xe5, 0x8d, + 0xd7, 0xbe, 0x22, 0x3e, 0x06, 0x4f, 0xfd, 0x2a, 0x7c, 0x21, 0x64, 0xef, 0xba, 0xcd, 0x3f, 0x57, + 0xf0, 0x70, 0x6f, 0x9e, 0xdf, 0x4c, 0x7e, 0xb3, 0xfb, 0x9b, 0xd9, 0x99, 0xc0, 0x16, 0xcf, 0x82, + 0x1e, 0x4d, 0x63, 0x4e, 0x84, 0x70, 0x33, 0xce, 0x24, 0x43, 0x35, 0x9e, 0x05, 0x76, 0x8b, 0x65, + 0x92, 0xb2, 0x54, 0x63, 0xf6, 0x6e, 0x42, 0x6f, 0xc9, 0x0d, 0x95, 0xfe, 0x4c, 0xa8, 0xfd, 0x51, + 0xcc, 0x58, 0x9c, 0x90, 0x5e, 0x61, 0x5d, 0x8d, 0xa2, 0x1e, 0x19, 0x66, 0x72, 0xa2, 0x9c, 0x8e, + 0x0d, 0xd6, 0x1b, 0x2a, 0xe4, 0x77, 0x81, 0xa4, 0xb7, 0x64, 0xa0, 0x7e, 0xe7, 0x91, 0xdf, 0x47, + 0x44, 0x48, 0xe7, 0x0f, 0x03, 0x3a, 0x4b, 0x9c, 0x22, 0x63, 0xa9, 0x20, 0xe8, 0x08, 0x9a, 0x3a, + 0x8f, 0x4f, 0x43, 0x61, 0x19, 0x87, 0xb5, 0xee, 0xfa, 0x2b, 0xd3, 0x32, 0x3c, 0xd0, 0xf0, 0x20, + 0x14, 0xe8, 0x1b, 0x68, 0x97, 0x41, 0x82, 0x08, 0x91, 0x1f, 0xd6, 0x32, 0x0f, 0x6b, 0xdd, 0x66, + 0x7f, 0xdb, 0xe5, 0x59, 0xe0, 0x6a, 0xd2, 0x0b, 0xe5, 0xf3, 0x9e, 0xd1, 0x19, 0x5b, 0x38, 0xbf, + 0x42, 0xe7, 0x7b, 0x92, 0x10, 0x49, 0x7e, 0x3e, 0x1f, 0xbc, 0xf3, 0x88, 0x60, 0x23, 0x1e, 0x10, + 0x7d, 0x3e, 0xf4, 0x02, 0x9a, 0x5c, 0x43, 0x3e, 0x0d, 0x2d, 0xe3, 0xd0, 0xe8, 0xae, 0x7b, 0x50, + 0x42, 0x83, 0x10, 0xed, 0x03, 0x08, 0xc9, 0x09, 0x1e, 0xfa, 0x37, 0x64, 0x62, 0x99, 0x85, 0x7f, + 0x5d, 0x21, 0xaf, 0xc9, 0xc4, 0xf9, 0xd3, 0x84, 0xfd, 0xc1, 0xc9, 0xa9, 0x47, 0x84, 0xc4, 0x5c, + 0x7e, 0x80, 0x0c, 0xe8, 0x08, 0x5a, 0x23, 0x41, 0xb8, 0x1f, 0x71, 0x1c, 0x0f, 0x49, 0x2a, 0xad, + 0x5a, 0x11, 0xb1, 0x91, 0x83, 0x67, 0x1a, 0x43, 0x36, 0xac, 0x65, 0x58, 0x88, 0x31, 0xe3, 0xa1, + 0x55, 0x2f, 0xfc, 0x0f, 0x36, 0x3a, 0x00, 0x08, 0x70, 0x1a, 0xd2, 0x10, 0x4b, 0x22, 0xac, 0x95, + 0x5c, 0x63, 0x6f, 0x0a, 0x41, 0x5f, 0xc2, 0x73, 0x8e, 0xc7, 0xbe, 0xe4, 0x34, 0xb8, 0x49, 0x88, + 0x4f, 0x03, 0xe2, 0x8b, 0x30, 0xcb, 0xd3, 0x59, 0x8d, 0x82, 0x6a, 0x87, 0xe3, 0xf1, 0xa5, 0xf2, + 0x0e, 0x02, 0x72, 0xa1, 0x7c, 0xa8, 0x03, 0x6b, 0x34, 0xf2, 0x87, 0x58, 0x06, 0xd7, 0xd6, 0x6a, + 0x11, 0xb7, 0x4a, 0xa3, 0xb7, 0xb9, 0xe9, 0x84, 0x70, 0x50, 0xa5, 0x89, 0x2e, 0xbc, 0x0b, 0xdb, + 0xcb, 0xf2, 0x29, 0x71, 0xb6, 0xe4, 0x42, 0x32, 0x04, 0x75, 0x22, 0x71, 0xac, 0xd5, 0x29, 0xbe, + 0x1d, 0x1f, 0x0e, 0x0a, 0xee, 0xcb, 0x93, 0x13, 0x96, 0xa6, 0x24, 0xc8, 0xdb, 0xf8, 0x47, 0x26, + 0x69, 0x34, 0x29, 0xa5, 0xff, 0x18, 0x36, 0x33, 0xcc, 0x25, 0x0d, 0x68, 0x86, 0x53, 0xf9, 0xa8, + 0x7e, 0x6b, 0x0a, 0x1d, 0x84, 0x68, 0x0f, 0x1a, 0x41, 0xc2, 0x04, 0x09, 0x0b, 0xfa, 0x35, 0x4f, + 0x5b, 0xce, 0x5f, 0x35, 0xd8, 0xbe, 0xc8, 0xaf, 0x30, 0xdb, 0xd3, 0xa8, 0x0b, 0x75, 0x9a, 0x46, + 0xac, 0x20, 0x6b, 0xf6, 0x77, 0x5c, 0xfd, 0x64, 0xca, 0x46, 0x1c, 0xa4, 0x11, 0xf3, 0x8a, 0x08, + 0xb4, 0x03, 0x2b, 0x92, 0xdd, 0x90, 0x54, 0x9f, 0x5b, 0x19, 0x68, 0x17, 0x1a, 0x63, 0xe1, 0x8f, + 0x78, 0xa2, 0x4b, 0xb9, 0x32, 0x16, 0xef, 0x79, 0x82, 0x3c, 0xd8, 0x4c, 0x58, 0x1c, 0xd3, 0x34, + 0xf6, 0x23, 0x4a, 0x92, 0x50, 0x58, 0xf5, 0xa2, 0xcb, 0x3f, 0x2d, 0xba, 0x7c, 0xc9, 0x41, 0xdc, + 0x37, 0x2a, 0xfc, 0xac, 0x88, 0x3e, 0x4d, 0x25, 0x9f, 0x78, 0xad, 0x64, 0x1a, 0x43, 0x3f, 0x41, + 0x2b, 0x22, 0x58, 0x8e, 0x38, 0xf1, 0xa3, 0x04, 0xc7, 0xaa, 0xfc, 0xcd, 0xfe, 0x27, 0x95, 0x94, + 0x67, 0x2a, 0xfa, 0x2c, 0x0f, 0x56, 0x8c, 0x1b, 0xd1, 0x14, 0x64, 0x1f, 0x03, 0x5a, 0xcc, 0x8a, + 0xda, 0x50, 0xcb, 0x7b, 0x57, 0xa9, 0x9b, 0x7f, 0xe6, 0x37, 0xbf, 0xc5, 0xc9, 0x88, 0x94, 0x37, + 0x2f, 0x8c, 0xaf, 0xcd, 0xaf, 0x0c, 0xfb, 0x5b, 0xd8, 0x5a, 0x48, 0xf2, 0x7f, 0x08, 0x9c, 0x77, + 0xb0, 0x39, 0xfb, 0xe4, 0xf3, 0x17, 0xf4, 0x38, 0x46, 0x34, 0xc9, 0xfa, 0xc3, 0x04, 0x99, 0x7f, + 0x81, 0xe6, 0xfc, 0x0b, 0x74, 0x7e, 0x80, 0xce, 0x6b, 0x9a, 0x24, 0x73, 0x83, 0x44, 0x57, 0xfb, + 0x33, 0x58, 0xd5, 0x63, 0x47, 0x17, 0x7c, 0xe9, 0xd4, 0x29, 0x63, 0xfa, 0x7f, 0x9b, 0xf0, 0xec, + 0xa1, 0x11, 0x24, 0xe1, 0x29, 0x4e, 0xd0, 0x39, 0x6c, 0x4c, 0x6b, 0x8d, 0xac, 0x2a, 0xf9, 0xed, + 0xa5, 0xcd, 0xe4, 0xac, 0xdd, 0xdf, 0x19, 0xf5, 0x63, 0xe3, 0x73, 0x03, 0xfd, 0x06, 0x5b, 0x0b, + 0xd3, 0x14, 0xed, 0x17, 0x74, 0x55, 0x23, 0xd8, 0x3e, 0xa8, 0x72, 0xab, 0xb7, 0xe8, 0xc0, 0xfd, + 0x9d, 0xd1, 0x68, 0x1b, 0xc7, 0x66, 0xd7, 0x40, 0x0c, 0xd0, 0xa2, 0x12, 0x48, 0x31, 0x54, 0x4a, + 0x64, 0xef, 0xb9, 0x6a, 0x3d, 0xb8, 0xe5, 0x7a, 0x70, 0x4f, 0xf3, 0xf5, 0xe0, 0xbc, 0xbc, 0xbf, + 0x33, 0xf6, 0xdb, 0x86, 0xdd, 0x41, 0x53, 0xf5, 0x41, 0xd3, 0xc5, 0xe8, 0xff, 0x53, 0x7b, 0xa8, + 0xe6, 0x39, 0x4e, 0xc3, 0x84, 0x70, 0xf4, 0x16, 0x5a, 0xef, 0xb3, 0x7c, 0x34, 0x3d, 0xde, 0xaf, + 0x14, 0x65, 0x06, 0x2f, 0xb3, 0xef, 0xce, 0x6b, 0x76, 0x21, 0xb1, 0x24, 0x4e, 0xe3, 0xfe, 0xce, + 0x30, 0xdb, 0x46, 0x4e, 0xa7, 0xc6, 0xff, 0x22, 0xdd, 0x0c, 0xfe, 0x1f, 0xe9, 0x2e, 0x01, 0x2d, + 0x6e, 0x13, 0xad, 0x50, 0xe5, 0x9a, 0xa9, 0x54, 0xa8, 0x64, 0xa5, 0xb0, 0xb7, 0x7c, 0x62, 0x22, + 0x47, 0x75, 0xdb, 0x53, 0x2b, 0xc6, 0x3e, 0x7a, 0x32, 0x46, 0x97, 0xb9, 0x4c, 0x75, 0x05, 0xcf, + 0x2b, 0xc6, 0x26, 0x52, 0x3c, 0x4f, 0x0f, 0xd5, 0xca, 0xab, 0xe8, 0x36, 0xb2, 0xcd, 0x43, 0xe3, + 0xd5, 0xcb, 0x5f, 0x5e, 0xc4, 0x54, 0x5e, 0x8f, 0xae, 0xdc, 0x80, 0x0d, 0x7b, 0x5a, 0x4f, 0xf5, + 0xe7, 0x21, 0x60, 0x49, 0x8f, 0x67, 0xc1, 0x55, 0xa3, 0xb0, 0xbe, 0xf8, 0x37, 0x00, 0x00, 0xff, + 0xff, 0x71, 0x5e, 0x85, 0xe2, 0x98, 0x08, 0x00, 0x00, } diff --git a/rpc/io.pb.go b/rpc/io.pb.go index 2dc717c1d..463912f2e 100644 --- a/rpc/io.pb.go +++ b/rpc/io.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: rpc/io.proto package rpc diff --git a/rpc/keepalive.pb.go b/rpc/keepalive.pb.go index 761edd1b8..14e0a851c 100644 --- a/rpc/keepalive.pb.go +++ b/rpc/keepalive.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: rpc/keepalive.proto package rpc diff --git a/rpc/participant.pb.go b/rpc/participant.pb.go index e919d1a6e..8141346a0 100644 --- a/rpc/participant.pb.go +++ b/rpc/participant.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: rpc/participant.proto package rpc diff --git a/rpc/room.pb.go b/rpc/room.pb.go index 6454b489c..a3c3eab1e 100644 --- a/rpc/room.pb.go +++ b/rpc/room.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: rpc/room.proto package rpc diff --git a/rpc/roommanager.pb.go b/rpc/roommanager.pb.go index 6424aba6b..4a106314b 100644 --- a/rpc/roommanager.pb.go +++ b/rpc/roommanager.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: rpc/roommanager.proto package rpc diff --git a/rpc/signal.pb.go b/rpc/signal.pb.go index 18564147e..3a30d3c75 100644 --- a/rpc/signal.pb.go +++ b/rpc/signal.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: rpc/signal.proto package rpc diff --git a/rpc/sip.pb.go b/rpc/sip.pb.go index 46d869c9c..4065e001f 100644 --- a/rpc/sip.pb.go +++ b/rpc/sip.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: rpc/sip.proto package rpc diff --git a/rpc/whip_signal.pb.go b/rpc/whip_signal.pb.go index 47dc35763..02fb3ebf7 100644 --- a/rpc/whip_signal.pb.go +++ b/rpc/whip_signal.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v4.23.4 +// protoc v6.32.0 // source: rpc/whip_signal.proto package rpc From 93e643e80c719c5f9627c124217fb17cfbf464cc Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 00:30:26 +0000 Subject: [PATCH 4/5] generated protobuf --- infra/link.pb.go | 2 +- infra/link_grpc.pb.go | 2 +- livekit/livekit_agent.pb.go | 2 +- livekit/livekit_agent_dispatch.pb.go | 2 +- livekit/livekit_analytics.pb.go | 2 +- livekit/livekit_cloud_agent.pb.go | 2 +- livekit/livekit_egress.pb.go | 2 +- livekit/livekit_ingress.pb.go | 2 +- livekit/livekit_internal.pb.go | 2 +- livekit/livekit_metrics.pb.go | 2 +- livekit/livekit_models.pb.go | 2 +- livekit/livekit_phone_number.pb.go | 2 +- livekit/livekit_room.pb.go | 2 +- livekit/livekit_rtc.pb.go | 2 +- livekit/livekit_sip.pb.go | 2 +- livekit/livekit_webhook.pb.go | 2 +- replay/cloud_replay.pb.go | 2 +- rpc/agent.pb.go | 2 +- rpc/agent_dispatch.pb.go | 2 +- rpc/analytics.pb.go | 2 +- rpc/analytics_grpc.pb.go | 2 +- rpc/egress.pb.go | 2 +- rpc/ingress.pb.go | 2 +- rpc/io.pb.go | 2 +- rpc/keepalive.pb.go | 2 +- rpc/participant.pb.go | 2 +- rpc/room.pb.go | 2 +- rpc/roommanager.pb.go | 2 +- rpc/signal.pb.go | 2 +- rpc/sip.pb.go | 2 +- rpc/whip_signal.pb.go | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/infra/link.pb.go b/infra/link.pb.go index 852707ad4..f636bb3a6 100644 --- a/infra/link.pb.go +++ b/infra/link.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: infra/link.proto package infra diff --git a/infra/link_grpc.pb.go b/infra/link_grpc.pb.go index a4ebebb60..281cec953 100644 --- a/infra/link_grpc.pb.go +++ b/infra/link_grpc.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.5.1 -// - protoc v6.32.0 +// - protoc v4.23.4 // source: infra/link.proto package infra diff --git a/livekit/livekit_agent.pb.go b/livekit/livekit_agent.pb.go index 81bbed61f..77a264d2e 100644 --- a/livekit/livekit_agent.pb.go +++ b/livekit/livekit_agent.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_agent.proto package livekit diff --git a/livekit/livekit_agent_dispatch.pb.go b/livekit/livekit_agent_dispatch.pb.go index 836409ace..147c54bbe 100644 --- a/livekit/livekit_agent_dispatch.pb.go +++ b/livekit/livekit_agent_dispatch.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_agent_dispatch.proto package livekit diff --git a/livekit/livekit_analytics.pb.go b/livekit/livekit_analytics.pb.go index 19e2870c2..7031d1921 100644 --- a/livekit/livekit_analytics.pb.go +++ b/livekit/livekit_analytics.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_analytics.proto package livekit diff --git a/livekit/livekit_cloud_agent.pb.go b/livekit/livekit_cloud_agent.pb.go index b69d0e654..da0d35a0a 100644 --- a/livekit/livekit_cloud_agent.pb.go +++ b/livekit/livekit_cloud_agent.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_cloud_agent.proto package livekit diff --git a/livekit/livekit_egress.pb.go b/livekit/livekit_egress.pb.go index 3c89145d1..a09910513 100644 --- a/livekit/livekit_egress.pb.go +++ b/livekit/livekit_egress.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_egress.proto package livekit diff --git a/livekit/livekit_ingress.pb.go b/livekit/livekit_ingress.pb.go index f93303cb2..1605a6822 100644 --- a/livekit/livekit_ingress.pb.go +++ b/livekit/livekit_ingress.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_ingress.proto package livekit diff --git a/livekit/livekit_internal.pb.go b/livekit/livekit_internal.pb.go index b7197ba05..0cad406f1 100644 --- a/livekit/livekit_internal.pb.go +++ b/livekit/livekit_internal.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_internal.proto package livekit diff --git a/livekit/livekit_metrics.pb.go b/livekit/livekit_metrics.pb.go index e7285a684..2bc367d5b 100644 --- a/livekit/livekit_metrics.pb.go +++ b/livekit/livekit_metrics.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_metrics.proto package livekit diff --git a/livekit/livekit_models.pb.go b/livekit/livekit_models.pb.go index 65cccc8c6..00733a0a8 100644 --- a/livekit/livekit_models.pb.go +++ b/livekit/livekit_models.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_models.proto package livekit diff --git a/livekit/livekit_phone_number.pb.go b/livekit/livekit_phone_number.pb.go index 69f7d023d..50b720867 100644 --- a/livekit/livekit_phone_number.pb.go +++ b/livekit/livekit_phone_number.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_phone_number.proto package livekit diff --git a/livekit/livekit_room.pb.go b/livekit/livekit_room.pb.go index 9bc26afe0..5f6ca0215 100644 --- a/livekit/livekit_room.pb.go +++ b/livekit/livekit_room.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_room.proto package livekit diff --git a/livekit/livekit_rtc.pb.go b/livekit/livekit_rtc.pb.go index 371cf4c65..9699b1539 100644 --- a/livekit/livekit_rtc.pb.go +++ b/livekit/livekit_rtc.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_rtc.proto package livekit diff --git a/livekit/livekit_sip.pb.go b/livekit/livekit_sip.pb.go index a8e0be6d4..6531bdf14 100644 --- a/livekit/livekit_sip.pb.go +++ b/livekit/livekit_sip.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_sip.proto package livekit diff --git a/livekit/livekit_webhook.pb.go b/livekit/livekit_webhook.pb.go index 5e6fa71a0..f5b87fead 100644 --- a/livekit/livekit_webhook.pb.go +++ b/livekit/livekit_webhook.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: livekit_webhook.proto package livekit diff --git a/replay/cloud_replay.pb.go b/replay/cloud_replay.pb.go index 9789b9e5a..90717043e 100644 --- a/replay/cloud_replay.pb.go +++ b/replay/cloud_replay.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: cloud_replay.proto package replay diff --git a/rpc/agent.pb.go b/rpc/agent.pb.go index 05fae789f..5dc973385 100644 --- a/rpc/agent.pb.go +++ b/rpc/agent.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: rpc/agent.proto package rpc diff --git a/rpc/agent_dispatch.pb.go b/rpc/agent_dispatch.pb.go index 87566f80c..88a3a9134 100644 --- a/rpc/agent_dispatch.pb.go +++ b/rpc/agent_dispatch.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: rpc/agent_dispatch.proto package rpc diff --git a/rpc/analytics.pb.go b/rpc/analytics.pb.go index d10c7b0d1..306fffa89 100644 --- a/rpc/analytics.pb.go +++ b/rpc/analytics.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: rpc/analytics.proto package rpc diff --git a/rpc/analytics_grpc.pb.go b/rpc/analytics_grpc.pb.go index 096878d83..6217bb431 100644 --- a/rpc/analytics_grpc.pb.go +++ b/rpc/analytics_grpc.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.5.1 -// - protoc v6.32.0 +// - protoc v4.23.4 // source: rpc/analytics.proto package rpc diff --git a/rpc/egress.pb.go b/rpc/egress.pb.go index 533f7c632..06662bb3a 100644 --- a/rpc/egress.pb.go +++ b/rpc/egress.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: rpc/egress.proto package rpc diff --git a/rpc/ingress.pb.go b/rpc/ingress.pb.go index 87ddf86cf..3e8a76a7c 100644 --- a/rpc/ingress.pb.go +++ b/rpc/ingress.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: rpc/ingress.proto package rpc diff --git a/rpc/io.pb.go b/rpc/io.pb.go index 463912f2e..2dc717c1d 100644 --- a/rpc/io.pb.go +++ b/rpc/io.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: rpc/io.proto package rpc diff --git a/rpc/keepalive.pb.go b/rpc/keepalive.pb.go index 14e0a851c..761edd1b8 100644 --- a/rpc/keepalive.pb.go +++ b/rpc/keepalive.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: rpc/keepalive.proto package rpc diff --git a/rpc/participant.pb.go b/rpc/participant.pb.go index 8141346a0..e919d1a6e 100644 --- a/rpc/participant.pb.go +++ b/rpc/participant.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: rpc/participant.proto package rpc diff --git a/rpc/room.pb.go b/rpc/room.pb.go index a3c3eab1e..6454b489c 100644 --- a/rpc/room.pb.go +++ b/rpc/room.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: rpc/room.proto package rpc diff --git a/rpc/roommanager.pb.go b/rpc/roommanager.pb.go index 4a106314b..6424aba6b 100644 --- a/rpc/roommanager.pb.go +++ b/rpc/roommanager.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: rpc/roommanager.proto package rpc diff --git a/rpc/signal.pb.go b/rpc/signal.pb.go index 3a30d3c75..18564147e 100644 --- a/rpc/signal.pb.go +++ b/rpc/signal.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: rpc/signal.proto package rpc diff --git a/rpc/sip.pb.go b/rpc/sip.pb.go index 4065e001f..46d869c9c 100644 --- a/rpc/sip.pb.go +++ b/rpc/sip.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: rpc/sip.proto package rpc diff --git a/rpc/whip_signal.pb.go b/rpc/whip_signal.pb.go index 02fb3ebf7..47dc35763 100644 --- a/rpc/whip_signal.pb.go +++ b/rpc/whip_signal.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.9 -// protoc v6.32.0 +// protoc v4.23.4 // source: rpc/whip_signal.proto package rpc From 1c9747461fdc53b68a4a5dd4f4a42ad8fd88d5b9 Mon Sep 17 00:00:00 2001 From: Benjamin Pracht Date: Mon, 22 Sep 2025 17:30:56 -0700 Subject: [PATCH 5/5] Add changeset --- .changeset/gold-buttons-retire.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/gold-buttons-retire.md diff --git a/.changeset/gold-buttons-retire.md b/.changeset/gold-buttons-retire.md new file mode 100644 index 000000000..443c973f7 --- /dev/null +++ b/.changeset/gold-buttons-retire.md @@ -0,0 +1,5 @@ +--- +"@livekit/protocol": patch +--- + +Add feature flags to GetIngressInfoResponse