github.com/livekit/protocol@v1.39.3/rpc/participant.pb.go (about)

     1  // Copyright 2023 LiveKit, Inc.
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //     http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  // Code generated by protoc-gen-go. DO NOT EDIT.
    16  // versions:
    17  // 	protoc-gen-go v1.36.6
    18  // 	protoc        v4.23.4
    19  // source: rpc/participant.proto
    20  
    21  package rpc
    22  
    23  import (
    24  	livekit "github.com/livekit/protocol/livekit"
    25  	_ "github.com/livekit/psrpc/protoc-gen-psrpc/options"
    26  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    27  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    28  	reflect "reflect"
    29  	unsafe "unsafe"
    30  )
    31  
    32  const (
    33  	// Verify that this generated code is sufficiently up-to-date.
    34  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    35  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    36  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    37  )
    38  
    39  var File_rpc_participant_proto protoreflect.FileDescriptor
    40  
    41  const file_rpc_participant_proto_rawDesc = "" +
    42  	"\n" +
    43  	"\x15rpc/participant.proto\x12\x03rpc\x1a\roptions.proto\x1a\x14livekit_models.proto\x1a\x12livekit_room.proto2\x8c\x06\n" +
    44  	"\vParticipant\x12\x7f\n" +
    45  	"\x11RemoveParticipant\x12 .livekit.RoomParticipantIdentity\x1a\".livekit.RemoveParticipantResponse\"$\xb2\x89\x01 \x10\x01\x1a\x1c\n" +
    46  	"\vparticipant\x12\vparticipant\x18\x01\x12y\n" +
    47  	"\x12MutePublishedTrack\x12\x1d.livekit.MuteRoomTrackRequest\x1a\x1e.livekit.MuteRoomTrackResponse\"$\xb2\x89\x01 \x10\x01\x1a\x1c\n" +
    48  	"\vparticipant\x12\vparticipant\x18\x01\x12v\n" +
    49  	"\x11UpdateParticipant\x12!.livekit.UpdateParticipantRequest\x1a\x18.livekit.ParticipantInfo\"$\xb2\x89\x01 \x10\x01\x1a\x1c\n" +
    50  	"\vparticipant\x12\vparticipant\x18\x01\x12\x86\x01\n" +
    51  	"\x13UpdateSubscriptions\x12#.livekit.UpdateSubscriptionsRequest\x1a$.livekit.UpdateSubscriptionsResponse\"$\xb2\x89\x01 \x10\x01\x1a\x1c\n" +
    52  	"\vparticipant\x12\vparticipant\x18\x01\x12\x83\x01\n" +
    53  	"\x12ForwardParticipant\x12\".livekit.ForwardParticipantRequest\x1a#.livekit.ForwardParticipantResponse\"$\xb2\x89\x01 \x10\x01\x1a\x1c\n" +
    54  	"\vparticipant\x12\vparticipant\x18\x01\x12z\n" +
    55  	"\x0fMoveParticipant\x12\x1f.livekit.MoveParticipantRequest\x1a .livekit.MoveParticipantResponse\"$\xb2\x89\x01 \x10\x01\x1a\x1c\n" +
    56  	"\vparticipant\x12\vparticipant\x18\x01B!Z\x1fgithub.com/livekit/protocol/rpcb\x06proto3"
    57  
    58  var file_rpc_participant_proto_goTypes = []any{
    59  	(*livekit.RoomParticipantIdentity)(nil),     // 0: livekit.RoomParticipantIdentity
    60  	(*livekit.MuteRoomTrackRequest)(nil),        // 1: livekit.MuteRoomTrackRequest
    61  	(*livekit.UpdateParticipantRequest)(nil),    // 2: livekit.UpdateParticipantRequest
    62  	(*livekit.UpdateSubscriptionsRequest)(nil),  // 3: livekit.UpdateSubscriptionsRequest
    63  	(*livekit.ForwardParticipantRequest)(nil),   // 4: livekit.ForwardParticipantRequest
    64  	(*livekit.MoveParticipantRequest)(nil),      // 5: livekit.MoveParticipantRequest
    65  	(*livekit.RemoveParticipantResponse)(nil),   // 6: livekit.RemoveParticipantResponse
    66  	(*livekit.MuteRoomTrackResponse)(nil),       // 7: livekit.MuteRoomTrackResponse
    67  	(*livekit.ParticipantInfo)(nil),             // 8: livekit.ParticipantInfo
    68  	(*livekit.UpdateSubscriptionsResponse)(nil), // 9: livekit.UpdateSubscriptionsResponse
    69  	(*livekit.ForwardParticipantResponse)(nil),  // 10: livekit.ForwardParticipantResponse
    70  	(*livekit.MoveParticipantResponse)(nil),     // 11: livekit.MoveParticipantResponse
    71  }
    72  var file_rpc_participant_proto_depIdxs = []int32{
    73  	0,  // 0: rpc.Participant.RemoveParticipant:input_type -> livekit.RoomParticipantIdentity
    74  	1,  // 1: rpc.Participant.MutePublishedTrack:input_type -> livekit.MuteRoomTrackRequest
    75  	2,  // 2: rpc.Participant.UpdateParticipant:input_type -> livekit.UpdateParticipantRequest
    76  	3,  // 3: rpc.Participant.UpdateSubscriptions:input_type -> livekit.UpdateSubscriptionsRequest
    77  	4,  // 4: rpc.Participant.ForwardParticipant:input_type -> livekit.ForwardParticipantRequest
    78  	5,  // 5: rpc.Participant.MoveParticipant:input_type -> livekit.MoveParticipantRequest
    79  	6,  // 6: rpc.Participant.RemoveParticipant:output_type -> livekit.RemoveParticipantResponse
    80  	7,  // 7: rpc.Participant.MutePublishedTrack:output_type -> livekit.MuteRoomTrackResponse
    81  	8,  // 8: rpc.Participant.UpdateParticipant:output_type -> livekit.ParticipantInfo
    82  	9,  // 9: rpc.Participant.UpdateSubscriptions:output_type -> livekit.UpdateSubscriptionsResponse
    83  	10, // 10: rpc.Participant.ForwardParticipant:output_type -> livekit.ForwardParticipantResponse
    84  	11, // 11: rpc.Participant.MoveParticipant:output_type -> livekit.MoveParticipantResponse
    85  	6,  // [6:12] is the sub-list for method output_type
    86  	0,  // [0:6] is the sub-list for method input_type
    87  	0,  // [0:0] is the sub-list for extension type_name
    88  	0,  // [0:0] is the sub-list for extension extendee
    89  	0,  // [0:0] is the sub-list for field type_name
    90  }
    91  
    92  func init() { file_rpc_participant_proto_init() }
    93  func file_rpc_participant_proto_init() {
    94  	if File_rpc_participant_proto != nil {
    95  		return
    96  	}
    97  	type x struct{}
    98  	out := protoimpl.TypeBuilder{
    99  		File: protoimpl.DescBuilder{
   100  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   101  			RawDescriptor: unsafe.Slice(unsafe.StringData(file_rpc_participant_proto_rawDesc), len(file_rpc_participant_proto_rawDesc)),
   102  			NumEnums:      0,
   103  			NumMessages:   0,
   104  			NumExtensions: 0,
   105  			NumServices:   1,
   106  		},
   107  		GoTypes:           file_rpc_participant_proto_goTypes,
   108  		DependencyIndexes: file_rpc_participant_proto_depIdxs,
   109  	}.Build()
   110  	File_rpc_participant_proto = out.File
   111  	file_rpc_participant_proto_goTypes = nil
   112  	file_rpc_participant_proto_depIdxs = nil
   113  }