// Copyright 2025 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.10 // protoc v4.23.4 // source: rpc/common.proto package rpc import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" 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) ) type InternalRoomJoinInfo struct { state protoimpl.MessageState `protogen:"open.v1"` WsUrl string `protobuf:"bytes,1,opt,name=ws_url,json=wsUrl,proto3" json:"ws_url,omitempty"` Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` ProjectId string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` RoomSvcToken string `protobuf:"bytes,4,opt,name=room_svc_token,json=roomSvcToken,proto3" json:"room_svc_token,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *InternalRoomJoinInfo) Reset() { *x = InternalRoomJoinInfo{} mi := &file_rpc_common_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *InternalRoomJoinInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*InternalRoomJoinInfo) ProtoMessage() {} func (x *InternalRoomJoinInfo) ProtoReflect() protoreflect.Message { mi := &file_rpc_common_proto_msgTypes[0] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use InternalRoomJoinInfo.ProtoReflect.Descriptor instead. func (*InternalRoomJoinInfo) Descriptor() ([]byte, []int) { return file_rpc_common_proto_rawDescGZIP(), []int{0} } func (x *InternalRoomJoinInfo) GetWsUrl() string { if x != nil { return x.WsUrl } return "" } func (x *InternalRoomJoinInfo) GetToken() string { if x != nil { return x.Token } return "" } func (x *InternalRoomJoinInfo) GetProjectId() string { if x != nil { return x.ProjectId } return "" } func (x *InternalRoomJoinInfo) GetRoomSvcToken() string { if x != nil { return x.RoomSvcToken } return "" } var File_rpc_common_proto protoreflect.FileDescriptor const file_rpc_common_proto_rawDesc = "" + "\n" + "\x10rpc/common.proto\x12\x03rpc\"\x88\x01\n" + "\x14InternalRoomJoinInfo\x12\x15\n" + "\x06ws_url\x18\x01 \x01(\tR\x05wsUrl\x12\x14\n" + "\x05token\x18\x02 \x01(\tR\x05token\x12\x1d\n" + "\n" + "project_id\x18\x03 \x01(\tR\tprojectId\x12$\n" + "\x0eroom_svc_token\x18\x04 \x01(\tR\froomSvcTokenB!Z\x1fgithub.com/livekit/protocol/rpcb\x06proto3" var ( file_rpc_common_proto_rawDescOnce sync.Once file_rpc_common_proto_rawDescData []byte ) func file_rpc_common_proto_rawDescGZIP() []byte { file_rpc_common_proto_rawDescOnce.Do(func() { file_rpc_common_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_rpc_common_proto_rawDesc), len(file_rpc_common_proto_rawDesc))) }) return file_rpc_common_proto_rawDescData } var file_rpc_common_proto_msgTypes = make([]protoimpl.MessageInfo, 1) var file_rpc_common_proto_goTypes = []any{ (*InternalRoomJoinInfo)(nil), // 0: rpc.InternalRoomJoinInfo } var file_rpc_common_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for method output_type 0, // [0:0] 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_common_proto_init() } func file_rpc_common_proto_init() { if File_rpc_common_proto != nil { return } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_rpc_common_proto_rawDesc), len(file_rpc_common_proto_rawDesc)), NumEnums: 0, NumMessages: 1, NumExtensions: 0, NumServices: 0, }, GoTypes: file_rpc_common_proto_goTypes, DependencyIndexes: file_rpc_common_proto_depIdxs, MessageInfos: file_rpc_common_proto_msgTypes, }.Build() File_rpc_common_proto = out.File file_rpc_common_proto_goTypes = nil file_rpc_common_proto_depIdxs = nil }