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 (
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
var File_rpc_participant_proto protoreflect.FileDescriptor
const file_rpc_participant_proto_rawDesc = "" +
"\n" +
"\x15rpc/participant.proto\x12\x03rpc\x1a\roptions.proto\x1a\x14livekit_models.proto\x1a\x12livekit_room.proto2\xf9\x06\n" +
"\vParticipant\x12\x7f\n" +
"\x11RemoveParticipant\x12 .livekit.RoomParticipantIdentity\x1a\".livekit.RemoveParticipantResponse\"$\xb2\x89\x01 \x10\x01\x1a\x1c\n" +
"\vparticipant\x12\vparticipant\x18\x01\x12y\n" +
"\x12MutePublishedTrack\x12\x1d.livekit.MuteRoomTrackRequest\x1a\x1e.livekit.MuteRoomTrackResponse\"$\xb2\x89\x01 \x10\x01\x1a\x1c\n" +
"\vparticipant\x12\vparticipant\x18\x01\x12v\n" +
"\x11UpdateParticipant\x12!.livekit.UpdateParticipantRequest\x1a\x18.livekit.ParticipantInfo\"$\xb2\x89\x01 \x10\x01\x1a\x1c\n" +
"\vparticipant\x12\vparticipant\x18\x01\x12\x86\x01\n" +
"\x13UpdateSubscriptions\x12#.livekit.UpdateSubscriptionsRequest\x1a$.livekit.UpdateSubscriptionsResponse\"$\xb2\x89\x01 \x10\x01\x1a\x1c\n" +
"\vparticipant\x12\vparticipant\x18\x01\x12\x83\x01\n" +
"\x12ForwardParticipant\x12\".livekit.ForwardParticipantRequest\x1a#.livekit.ForwardParticipantResponse\"$\xb2\x89\x01 \x10\x01\x1a\x1c\n" +
"\vparticipant\x12\vparticipant\x18\x01\x12z\n" +
"\x0fMoveParticipant\x12\x1f.livekit.MoveParticipantRequest\x1a .livekit.MoveParticipantResponse\"$\xb2\x89\x01 \x10\x01\x1a\x1c\n" +
"\vparticipant\x12\vparticipant\x18\x01\x12k\n" +
"\n" +
"PerformRpc\x12\x1a.livekit.PerformRpcRequest\x1a\x1b.livekit.PerformRpcResponse\"$\xb2\x89\x01 \x10\x01\x1a\x1c\n" +
"\vparticipant\x12\vparticipant\x18\x01B!Z\x1fgithub.com/livekit/protocol/rpcb\x06proto3"
var file_rpc_participant_proto_goTypes = []any{
(*livekit.RoomParticipantIdentity)(nil), (*livekit.MuteRoomTrackRequest)(nil), (*livekit.UpdateParticipantRequest)(nil), (*livekit.UpdateSubscriptionsRequest)(nil), (*livekit.ForwardParticipantRequest)(nil), (*livekit.MoveParticipantRequest)(nil), (*livekit.PerformRpcRequest)(nil), (*livekit.RemoveParticipantResponse)(nil), (*livekit.MuteRoomTrackResponse)(nil), (*livekit.ParticipantInfo)(nil), (*livekit.UpdateSubscriptionsResponse)(nil), (*livekit.ForwardParticipantResponse)(nil), (*livekit.MoveParticipantResponse)(nil), (*livekit.PerformRpcResponse)(nil), }
var file_rpc_participant_proto_depIdxs = []int32{
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 7, 0, 0, 0, 0, }
func init() { file_rpc_participant_proto_init() }
func file_rpc_participant_proto_init() {
if File_rpc_participant_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_rpc_participant_proto_rawDesc), len(file_rpc_participant_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_rpc_participant_proto_goTypes,
DependencyIndexes: file_rpc_participant_proto_depIdxs,
}.Build()
File_rpc_participant_proto = out.File
file_rpc_participant_proto_goTypes = nil
file_rpc_participant_proto_depIdxs = nil
}