Files
protocol/rpc/room.pb.go
Théo Monnom 00010b6164 add tags to RoomConfiguration (#1464)
* add tags to RoomConfiguration

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-23 22:13:23 -07:00

109 lines
4.8 KiB
Go

// Copyright 2023 LiveKit, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc v4.23.4
// source: rpc/room.proto
package rpc
import (
livekit "github.com/livekit/protocol/livekit"
_ "github.com/livekit/psrpc/protoc-gen-psrpc/options"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
var File_rpc_room_proto protoreflect.FileDescriptor
const file_rpc_room_proto_rawDesc = "" +
"\n" +
"\x0erpc/room.proto\x12\x03rpc\x1a\roptions.proto\x1a\x14livekit_models.proto\x1a\x12livekit_room.proto2\xf6\x03\n" +
"\x04Room\x12]\n" +
"\n" +
"DeleteRoom\x12\x1a.livekit.DeleteRoomRequest\x1a\x1b.livekit.DeleteRoomResponse\"\x16\xb2\x89\x01\x12\x10\x01\x1a\x0e\n" +
"\x04room\x12\x04room\x18\x01\x12W\n" +
"\bSendData\x12\x18.livekit.SendDataRequest\x1a\x19.livekit.SendDataResponse\"\x16\xb2\x89\x01\x12\x10\x01\x1a\x0e\n" +
"\x04room\x12\x04room\x18\x01\x12_\n" +
"\x12UpdateRoomMetadata\x12\".livekit.UpdateRoomMetadataRequest\x1a\r.livekit.Room\"\x16\xb2\x89\x01\x12\x10\x01\x1a\x0e\n" +
"\x04room\x12\x04room\x18\x01\x12o\n" +
"\x10ListParticipants\x12 .livekit.ListParticipantsRequest\x1a!.livekit.ListParticipantsResponse\"\x16\xb2\x89\x01\x12\x10\x01\x1a\x0e\n" +
"\x04room\x12\x04room\x18\x01\x12d\n" +
"\x0eGetParticipant\x12 .livekit.RoomParticipantIdentity\x1a\x18.livekit.ParticipantInfo\"\x16\xb2\x89\x01\x12\x10\x01\x1a\x0e\n" +
"\x04room\x12\x04room\x18\x01B!Z\x1fgithub.com/livekit/protocol/rpcb\x06proto3"
var file_rpc_room_proto_goTypes = []any{
(*livekit.DeleteRoomRequest)(nil), // 0: livekit.DeleteRoomRequest
(*livekit.SendDataRequest)(nil), // 1: livekit.SendDataRequest
(*livekit.UpdateRoomMetadataRequest)(nil), // 2: livekit.UpdateRoomMetadataRequest
(*livekit.ListParticipantsRequest)(nil), // 3: livekit.ListParticipantsRequest
(*livekit.RoomParticipantIdentity)(nil), // 4: livekit.RoomParticipantIdentity
(*livekit.DeleteRoomResponse)(nil), // 5: livekit.DeleteRoomResponse
(*livekit.SendDataResponse)(nil), // 6: livekit.SendDataResponse
(*livekit.Room)(nil), // 7: livekit.Room
(*livekit.ListParticipantsResponse)(nil), // 8: livekit.ListParticipantsResponse
(*livekit.ParticipantInfo)(nil), // 9: livekit.ParticipantInfo
}
var file_rpc_room_proto_depIdxs = []int32{
0, // 0: rpc.Room.DeleteRoom:input_type -> livekit.DeleteRoomRequest
1, // 1: rpc.Room.SendData:input_type -> livekit.SendDataRequest
2, // 2: rpc.Room.UpdateRoomMetadata:input_type -> livekit.UpdateRoomMetadataRequest
3, // 3: rpc.Room.ListParticipants:input_type -> livekit.ListParticipantsRequest
4, // 4: rpc.Room.GetParticipant:input_type -> livekit.RoomParticipantIdentity
5, // 5: rpc.Room.DeleteRoom:output_type -> livekit.DeleteRoomResponse
6, // 6: rpc.Room.SendData:output_type -> livekit.SendDataResponse
7, // 7: rpc.Room.UpdateRoomMetadata:output_type -> livekit.Room
8, // 8: rpc.Room.ListParticipants:output_type -> livekit.ListParticipantsResponse
9, // 9: rpc.Room.GetParticipant:output_type -> livekit.ParticipantInfo
5, // [5:10] is the sub-list for method output_type
0, // [0:5] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_rpc_room_proto_init() }
func file_rpc_room_proto_init() {
if File_rpc_room_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_rpc_room_proto_rawDesc), len(file_rpc_room_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_rpc_room_proto_goTypes,
DependencyIndexes: file_rpc_room_proto_depIdxs,
}.Build()
File_rpc_room_proto = out.File
file_rpc_room_proto_goTypes = nil
file_rpc_room_proto_depIdxs = nil
}