package rpc
import (
livekit "github.com/livekit/protocol/livekit"
_ "github.com/livekit/protocol/livekit/logger"
_ "github.com/livekit/psrpc/protoc-gen-psrpc/options"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
reflect "reflect"
sync "sync"
unsafe "unsafe"
)
const (
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type ListActiveIngressRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ListActiveIngressRequest) Reset() {
*x = ListActiveIngressRequest{}
mi := &file_rpc_ingress_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ListActiveIngressRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ListActiveIngressRequest) ProtoMessage() {}
func (x *ListActiveIngressRequest) ProtoReflect() protoreflect.Message {
mi := &file_rpc_ingress_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)
}
func (*ListActiveIngressRequest) Descriptor() ([]byte, []int) {
return file_rpc_ingress_proto_rawDescGZIP(), []int{0}
}
type ListActiveIngressResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
IngressIds []string `protobuf:"bytes,1,rep,name=ingress_ids,json=ingressIds,proto3" json:"ingress_ids,omitempty"`
IngressSessions []*IngressSession `protobuf:"bytes,2,rep,name=ingress_sessions,json=ingressSessions,proto3" json:"ingress_sessions,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ListActiveIngressResponse) Reset() {
*x = ListActiveIngressResponse{}
mi := &file_rpc_ingress_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ListActiveIngressResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ListActiveIngressResponse) ProtoMessage() {}
func (x *ListActiveIngressResponse) ProtoReflect() protoreflect.Message {
mi := &file_rpc_ingress_proto_msgTypes[1]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
func (*ListActiveIngressResponse) Descriptor() ([]byte, []int) {
return file_rpc_ingress_proto_rawDescGZIP(), []int{1}
}
func (x *ListActiveIngressResponse) GetIngressIds() []string {
if x != nil {
return x.IngressIds
}
return nil
}
func (x *ListActiveIngressResponse) GetIngressSessions() []*IngressSession {
if x != nil {
return x.IngressSessions
}
return nil
}
type DeleteWHIPResourceRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
StreamKey string `protobuf:"bytes,2,opt,name=stream_key,json=streamKey,proto3" json:"stream_key,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *DeleteWHIPResourceRequest) Reset() {
*x = DeleteWHIPResourceRequest{}
mi := &file_rpc_ingress_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *DeleteWHIPResourceRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DeleteWHIPResourceRequest) ProtoMessage() {}
func (x *DeleteWHIPResourceRequest) ProtoReflect() protoreflect.Message {
mi := &file_rpc_ingress_proto_msgTypes[2]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
func (*DeleteWHIPResourceRequest) Descriptor() ([]byte, []int) {
return file_rpc_ingress_proto_rawDescGZIP(), []int{2}
}
func (x *DeleteWHIPResourceRequest) GetResourceId() string {
if x != nil {
return x.ResourceId
}
return ""
}
func (x *DeleteWHIPResourceRequest) GetStreamKey() string {
if x != nil {
return x.StreamKey
}
return ""
}
type ICERestartWHIPResourceRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
ResourceId string `protobuf:"bytes,1,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
StreamKey string `protobuf:"bytes,2,opt,name=stream_key,json=streamKey,proto3" json:"stream_key,omitempty"`
UserFragment string `protobuf:"bytes,3,opt,name=user_fragment,json=userFragment,proto3" json:"user_fragment,omitempty"`
Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
Candidates []string `protobuf:"bytes,5,rep,name=candidates,proto3" json:"candidates,omitempty"`
RawTrickleIceSdpfrag string `protobuf:"bytes,6,opt,name=raw_trickle_ice_sdpfrag,json=rawTrickleIceSdpfrag,proto3" json:"raw_trickle_ice_sdpfrag,omitempty"`
IfMatch string `protobuf:"bytes,7,opt,name=if_match,json=ifMatch,proto3" json:"if_match,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ICERestartWHIPResourceRequest) Reset() {
*x = ICERestartWHIPResourceRequest{}
mi := &file_rpc_ingress_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ICERestartWHIPResourceRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ICERestartWHIPResourceRequest) ProtoMessage() {}
func (x *ICERestartWHIPResourceRequest) ProtoReflect() protoreflect.Message {
mi := &file_rpc_ingress_proto_msgTypes[3]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
func (*ICERestartWHIPResourceRequest) Descriptor() ([]byte, []int) {
return file_rpc_ingress_proto_rawDescGZIP(), []int{3}
}
func (x *ICERestartWHIPResourceRequest) GetResourceId() string {
if x != nil {
return x.ResourceId
}
return ""
}
func (x *ICERestartWHIPResourceRequest) GetStreamKey() string {
if x != nil {
return x.StreamKey
}
return ""
}
func (x *ICERestartWHIPResourceRequest) GetUserFragment() string {
if x != nil {
return x.UserFragment
}
return ""
}
func (x *ICERestartWHIPResourceRequest) GetPassword() string {
if x != nil {
return x.Password
}
return ""
}
func (x *ICERestartWHIPResourceRequest) GetCandidates() []string {
if x != nil {
return x.Candidates
}
return nil
}
func (x *ICERestartWHIPResourceRequest) GetRawTrickleIceSdpfrag() string {
if x != nil {
return x.RawTrickleIceSdpfrag
}
return ""
}
func (x *ICERestartWHIPResourceRequest) GetIfMatch() string {
if x != nil {
return x.IfMatch
}
return ""
}
type ICERestartWHIPResourceResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
TrickleIceSdpfrag string `protobuf:"bytes,1,opt,name=trickle_ice_sdpfrag,json=trickleIceSdpfrag,proto3" json:"trickle_ice_sdpfrag,omitempty"`
Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ICERestartWHIPResourceResponse) Reset() {
*x = ICERestartWHIPResourceResponse{}
mi := &file_rpc_ingress_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ICERestartWHIPResourceResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ICERestartWHIPResourceResponse) ProtoMessage() {}
func (x *ICERestartWHIPResourceResponse) ProtoReflect() protoreflect.Message {
mi := &file_rpc_ingress_proto_msgTypes[4]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
func (*ICERestartWHIPResourceResponse) Descriptor() ([]byte, []int) {
return file_rpc_ingress_proto_rawDescGZIP(), []int{4}
}
func (x *ICERestartWHIPResourceResponse) GetTrickleIceSdpfrag() string {
if x != nil {
return x.TrickleIceSdpfrag
}
return ""
}
func (x *ICERestartWHIPResourceResponse) GetEtag() string {
if x != nil {
return x.Etag
}
return ""
}
type WHIPRTCConnectionNotifyRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
ParticipantId string `protobuf:"bytes,1,opt,name=participant_id,json=participantId,proto3" json:"participant_id,omitempty"`
Closed bool `protobuf:"varint,2,opt,name=closed,proto3" json:"closed,omitempty"`
Video *livekit.InputVideoState `protobuf:"bytes,3,opt,name=video,proto3" json:"video,omitempty"`
Audio *livekit.InputAudioState `protobuf:"bytes,4,opt,name=audio,proto3" json:"audio,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *WHIPRTCConnectionNotifyRequest) Reset() {
*x = WHIPRTCConnectionNotifyRequest{}
mi := &file_rpc_ingress_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *WHIPRTCConnectionNotifyRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*WHIPRTCConnectionNotifyRequest) ProtoMessage() {}
func (x *WHIPRTCConnectionNotifyRequest) ProtoReflect() protoreflect.Message {
mi := &file_rpc_ingress_proto_msgTypes[5]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
func (*WHIPRTCConnectionNotifyRequest) Descriptor() ([]byte, []int) {
return file_rpc_ingress_proto_rawDescGZIP(), []int{5}
}
func (x *WHIPRTCConnectionNotifyRequest) GetParticipantId() string {
if x != nil {
return x.ParticipantId
}
return ""
}
func (x *WHIPRTCConnectionNotifyRequest) GetClosed() bool {
if x != nil {
return x.Closed
}
return false
}
func (x *WHIPRTCConnectionNotifyRequest) GetVideo() *livekit.InputVideoState {
if x != nil {
return x.Video
}
return nil
}
func (x *WHIPRTCConnectionNotifyRequest) GetAudio() *livekit.InputAudioState {
if x != nil {
return x.Audio
}
return nil
}
type StartIngressRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Info *livekit.IngressInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
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
}
func (x *StartIngressRequest) Reset() {
*x = StartIngressRequest{}
mi := &file_rpc_ingress_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *StartIngressRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*StartIngressRequest) ProtoMessage() {}
func (x *StartIngressRequest) ProtoReflect() protoreflect.Message {
mi := &file_rpc_ingress_proto_msgTypes[6]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
func (*StartIngressRequest) Descriptor() ([]byte, []int) {
return file_rpc_ingress_proto_rawDescGZIP(), []int{6}
}
func (x *StartIngressRequest) GetInfo() *livekit.IngressInfo {
if x != nil {
return x.Info
}
return nil
}
func (x *StartIngressRequest) GetToken() string {
if x != nil {
return x.Token
}
return ""
}
func (x *StartIngressRequest) GetWsUrl() string {
if x != nil {
return x.WsUrl
}
return ""
}
func (x *StartIngressRequest) GetLoggingFields() map[string]string {
if x != nil {
return x.LoggingFields
}
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"`
ResourceId string `protobuf:"bytes,2,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *IngressSession) Reset() {
*x = IngressSession{}
mi := &file_rpc_ingress_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *IngressSession) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*IngressSession) ProtoMessage() {}
func (x *IngressSession) ProtoReflect() protoreflect.Message {
mi := &file_rpc_ingress_proto_msgTypes[7]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
func (*IngressSession) Descriptor() ([]byte, []int) {
return file_rpc_ingress_proto_rawDescGZIP(), []int{7}
}
func (x *IngressSession) GetIngressId() string {
if x != nil {
return x.IngressId
}
return ""
}
func (x *IngressSession) GetResourceId() string {
if x != nil {
return x.ResourceId
}
return ""
}
type KillIngressSessionRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Session *IngressSession `protobuf:"bytes,1,opt,name=session,proto3" json:"session,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *KillIngressSessionRequest) Reset() {
*x = KillIngressSessionRequest{}
mi := &file_rpc_ingress_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *KillIngressSessionRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*KillIngressSessionRequest) ProtoMessage() {}
func (x *KillIngressSessionRequest) ProtoReflect() protoreflect.Message {
mi := &file_rpc_ingress_proto_msgTypes[8]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
func (*KillIngressSessionRequest) Descriptor() ([]byte, []int) {
return file_rpc_ingress_proto_rawDescGZIP(), []int{8}
}
func (x *KillIngressSessionRequest) GetSession() *IngressSession {
if x != nil {
return x.Session
}
return nil
}
var File_rpc_ingress_proto protoreflect.FileDescriptor
const file_rpc_ingress_proto_rawDesc = "" +
"\n" +
"\x11rpc/ingress.proto\x12\x03rpc\x1a\roptions.proto\x1a\x15livekit_ingress.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x14logger/options.proto\"\x1a\n" +
"\x18ListActiveIngressRequest\"\x80\x01\n" +
"\x19ListActiveIngressResponse\x12#\n" +
"\vingress_ids\x18\x01 \x03(\tB\x02\x18\x01R\n" +
"ingressIds\x12>\n" +
"\x10ingress_sessions\x18\x02 \x03(\v2\x13.rpc.IngressSessionR\x0fingressSessions\"k\n" +
"\x19DeleteWHIPResourceRequest\x12/\n" +
"\vresource_id\x18\x01 \x01(\tB\x0e\x9a\xec,\n" +
"resourceIDR\n" +
"resourceId\x12\x1d\n" +
"\n" +
"stream_key\x18\x02 \x01(\tR\tstreamKey\"\xa2\x02\n" +
"\x1dICERestartWHIPResourceRequest\x12/\n" +
"\vresource_id\x18\x01 \x01(\tB\x0e\x9a\xec,\n" +
"resourceIDR\n" +
"resourceId\x12\x1d\n" +
"\n" +
"stream_key\x18\x02 \x01(\tR\tstreamKey\x12#\n" +
"\ruser_fragment\x18\x03 \x01(\tR\fuserFragment\x12\x1a\n" +
"\bpassword\x18\x04 \x01(\tR\bpassword\x12\x1e\n" +
"\n" +
"candidates\x18\x05 \x03(\tR\n" +
"candidates\x125\n" +
"\x17raw_trickle_ice_sdpfrag\x18\x06 \x01(\tR\x14rawTrickleIceSdpfrag\x12\x19\n" +
"\bif_match\x18\a \x01(\tR\aifMatch\"d\n" +
"\x1eICERestartWHIPResourceResponse\x12.\n" +
"\x13trickle_ice_sdpfrag\x18\x01 \x01(\tR\x11trickleIceSdpfrag\x12\x12\n" +
"\x04etag\x18\x02 \x01(\tR\x04etag\"\xd2\x01\n" +
"\x1eWHIPRTCConnectionNotifyRequest\x128\n" +
"\x0eparticipant_id\x18\x01 \x01(\tB\x11\x9a\xec,\rparticipantIDR\rparticipantId\x12\x16\n" +
"\x06closed\x18\x02 \x01(\bR\x06closed\x12.\n" +
"\x05video\x18\x03 \x01(\v2\x18.livekit.InputVideoStateR\x05video\x12.\n" +
"\x05audio\x18\x04 \x01(\v2\x18.livekit.InputAudioStateR\x05audio\"\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\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\"o\n" +
"\x0eIngressSession\x12,\n" +
"\n" +
"ingress_id\x18\x01 \x01(\tB\r\x9a\xec,\tingressIDR\tingressId\x12/\n" +
"\vresource_id\x18\x02 \x01(\tB\x0e\x9a\xec,\n" +
"resourceIDR\n" +
"resourceId\"J\n" +
"\x19KillIngressSessionRequest\x12-\n" +
"\asession\x18\x01 \x01(\v2\x13.rpc.IngressSessionR\asession2\xb7\x01\n" +
"\x0fIngressInternal\x12F\n" +
"\fStartIngress\x12\x18.rpc.StartIngressRequest\x1a\x14.livekit.IngressInfo\"\x06\xb2\x89\x01\x020\x01\x12\\\n" +
"\x11ListActiveIngress\x12\x1d.rpc.ListActiveIngressRequest\x1a\x1e.rpc.ListActiveIngressResponse\"\b\xb2\x89\x01\x04\x10\x01(\x012\xd3\x03\n" +
"\x0eIngressHandler\x12M\n" +
"\rUpdateIngress\x12\x1d.livekit.UpdateIngressRequest\x1a\x15.livekit.IngressState\"\x06\xb2\x89\x01\x02\x10\x01\x12M\n" +
"\rDeleteIngress\x12\x1d.livekit.DeleteIngressRequest\x1a\x15.livekit.IngressState\"\x06\xb2\x89\x01\x02\x10\x01\x12T\n" +
"\x12DeleteWHIPResource\x12\x1e.rpc.DeleteWHIPResourceRequest\x1a\x16.google.protobuf.Empty\"\x06\xb2\x89\x01\x02\x10\x01\x12i\n" +
"\x16ICERestartWHIPResource\x12\".rpc.ICERestartWHIPResourceRequest\x1a#.rpc.ICERestartWHIPResourceResponse\"\x06\xb2\x89\x01\x02\x10\x01\x12b\n" +
"\x17WHIPRTCConnectionNotify\x12#.rpc.WHIPRTCConnectionNotifyRequest\x1a\x16.google.protobuf.Empty\"\n" +
"\xb2\x89\x01\x06\x10\x01\x1a\x02 \x01B!Z\x1fgithub.com/livekit/protocol/rpcb\x06proto3"
var (
file_rpc_ingress_proto_rawDescOnce sync.Once
file_rpc_ingress_proto_rawDescData []byte
)
func file_rpc_ingress_proto_rawDescGZIP() []byte {
file_rpc_ingress_proto_rawDescOnce.Do(func() {
file_rpc_ingress_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_rpc_ingress_proto_rawDesc), len(file_rpc_ingress_proto_rawDesc)))
})
return file_rpc_ingress_proto_rawDescData
}
var file_rpc_ingress_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
var file_rpc_ingress_proto_goTypes = []any{
(*ListActiveIngressRequest)(nil), (*ListActiveIngressResponse)(nil), (*DeleteWHIPResourceRequest)(nil), (*ICERestartWHIPResourceRequest)(nil), (*ICERestartWHIPResourceResponse)(nil), (*WHIPRTCConnectionNotifyRequest)(nil), (*StartIngressRequest)(nil), (*IngressSession)(nil), (*KillIngressSessionRequest)(nil), nil, nil, (*livekit.InputVideoState)(nil), (*livekit.InputAudioState)(nil), (*livekit.IngressInfo)(nil), (*livekit.UpdateIngressRequest)(nil), (*livekit.DeleteIngressRequest)(nil), (*livekit.IngressState)(nil), (*emptypb.Empty)(nil), }
var file_rpc_ingress_proto_depIdxs = []int32{
7, 11, 12, 13, 9, 10, 7, 6, 0, 14, 15, 2, 3, 5, 13, 1, 16, 16, 17, 4, 17, 14, 7, 7, 7, 0, }
func init() { file_rpc_ingress_proto_init() }
func file_rpc_ingress_proto_init() {
if File_rpc_ingress_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_rpc_ingress_proto_rawDesc), len(file_rpc_ingress_proto_rawDesc)),
NumEnums: 0,
NumMessages: 11,
NumExtensions: 0,
NumServices: 2,
},
GoTypes: file_rpc_ingress_proto_goTypes,
DependencyIndexes: file_rpc_ingress_proto_depIdxs,
MessageInfos: file_rpc_ingress_proto_msgTypes,
}.Build()
File_rpc_ingress_proto = out.File
file_rpc_ingress_proto_goTypes = nil
file_rpc_ingress_proto_depIdxs = nil
}