plugnmeet

package
v0.0.0-...-fe67b83 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2023 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SwitchPresenterTask_name = map[int32]string{
		0: "PROMOTE",
		1: "DEMOTE",
	}
	SwitchPresenterTask_value = map[string]int32{
		"PROMOTE": 0,
		"DEMOTE":  1,
	}
)

Enum value maps for SwitchPresenterTask.

View Source
var (
	ExternalMediaPlayerTask_name = map[int32]string{
		0: "START_PLAYBACK",
		1: "END_PLAYBACK",
	}
	ExternalMediaPlayerTask_value = map[string]int32{
		"START_PLAYBACK": 0,
		"END_PLAYBACK":   1,
	}
)

Enum value maps for ExternalMediaPlayerTask.

View Source
var (
	ExternalDisplayLinkTask_name = map[int32]string{
		0: "START_EXTERNAL_LINK",
		1: "STOP_EXTERNAL_LINK",
	}
	ExternalDisplayLinkTask_value = map[string]int32{
		"START_EXTERNAL_LINK": 0,
		"STOP_EXTERNAL_LINK":  1,
	}
)

Enum value maps for ExternalDisplayLinkTask.

View Source
var (
	DataMsgType_name = map[int32]string{
		0: "USER",
		1: "SYSTEM",
		2: "WHITEBOARD",
	}
	DataMsgType_value = map[string]int32{
		"USER":       0,
		"SYSTEM":     1,
		"WHITEBOARD": 2,
	}
)

Enum value maps for DataMsgType.

View Source
var (
	DataMsgBodyType_name = map[int32]string{
		0:  "RAISE_HAND",
		1:  "LOWER_HAND",
		2:  "OTHER_USER_LOWER_HAND",
		3:  "FILE_UPLOAD",
		4:  "INFO",
		5:  "ALERT",
		6:  "SEND_CHAT_MSGS",
		7:  "RENEW_TOKEN",
		8:  "UPDATE_LOCK_SETTINGS",
		9:  "INIT_WHITEBOARD",
		10: "USER_VISIBILITY_CHANGE",
		11: "EXTERNAL_MEDIA_PLAYER_EVENTS",
		12: "POLL_CREATED",
		13: "NEW_POLL_RESPONSE",
		14: "POLL_CLOSED",
		15: "JOIN_BREAKOUT_ROOM",
		23: "SPEECH_SUBTITLE_TEXT",
		24: "AZURE_COGNITIVE_SERVICE_SPEECH_TOKEN",
		25: "UPDATE_ROOM_METADATA",
		16: "CHAT",
		17: "SCENE_UPDATE",
		18: "POINTER_UPDATE",
		19: "ADD_WHITEBOARD_FILE",
		20: "ADD_WHITEBOARD_OFFICE_FILE",
		21: "PAGE_CHANGE",
		22: "WHITEBOARD_APP_STATE_CHANGE",
	}
	DataMsgBodyType_value = map[string]int32{
		"RAISE_HAND":                           0,
		"LOWER_HAND":                           1,
		"OTHER_USER_LOWER_HAND":                2,
		"FILE_UPLOAD":                          3,
		"INFO":                                 4,
		"ALERT":                                5,
		"SEND_CHAT_MSGS":                       6,
		"RENEW_TOKEN":                          7,
		"UPDATE_LOCK_SETTINGS":                 8,
		"INIT_WHITEBOARD":                      9,
		"USER_VISIBILITY_CHANGE":               10,
		"EXTERNAL_MEDIA_PLAYER_EVENTS":         11,
		"POLL_CREATED":                         12,
		"NEW_POLL_RESPONSE":                    13,
		"POLL_CLOSED":                          14,
		"JOIN_BREAKOUT_ROOM":                   15,
		"SPEECH_SUBTITLE_TEXT":                 23,
		"AZURE_COGNITIVE_SERVICE_SPEECH_TOKEN": 24,
		"UPDATE_ROOM_METADATA":                 25,
		"CHAT":                                 16,
		"SCENE_UPDATE":                         17,
		"POINTER_UPDATE":                       18,
		"ADD_WHITEBOARD_FILE":                  19,
		"ADD_WHITEBOARD_OFFICE_FILE":           20,
		"PAGE_CHANGE":                          21,
		"WHITEBOARD_APP_STATE_CHANGE":          22,
	}
)

Enum value maps for DataMsgBodyType.

View Source
var (
	IngressInput_name = map[int32]string{
		0: "RTMP_INPUT",
	}
	IngressInput_value = map[string]int32{
		"RTMP_INPUT": 0,
	}
)

Enum value maps for IngressInput.

View Source
var (
	RecordingTasks_name = map[int32]string{
		0: "START_RECORDING",
		1: "STOP_RECORDING",
		2: "START_RTMP",
		3: "STOP_RTMP",
		4: "END_RECORDING",
		5: "END_RTMP",
		6: "RECORDING_PROCEEDED",
		7: "STOP",
	}
	RecordingTasks_value = map[string]int32{
		"START_RECORDING":     0,
		"STOP_RECORDING":      1,
		"START_RTMP":          2,
		"STOP_RTMP":           3,
		"END_RECORDING":       4,
		"END_RTMP":            5,
		"RECORDING_PROCEEDED": 6,
		"STOP":                7,
	}
)

Enum value maps for RecordingTasks.

View Source
var (
	RecorderServiceType_name = map[int32]string{
		0: "RECORDING",
		1: "RTMP",
	}
	RecorderServiceType_value = map[string]int32{
		"RECORDING": 0,
		"RTMP":      1,
	}
)

Enum value maps for RecorderServiceType.

View Source
var (
	SpeechServiceUserStatusTasks_name = map[int32]string{
		0: "SPEECH_TO_TEXT_SESSION_STARTED",
		1: "SPEECH_TO_TEXT_SESSION_ENDED",
		2: "SPEECH_TO_TEXT_TOTAL_USAGE",
	}
	SpeechServiceUserStatusTasks_value = map[string]int32{
		"SPEECH_TO_TEXT_SESSION_STARTED": 0,
		"SPEECH_TO_TEXT_SESSION_ENDED":   1,
		"SPEECH_TO_TEXT_TOTAL_USAGE":     2,
	}
)

Enum value maps for SpeechServiceUserStatusTasks.

View Source
var File_plugnmeet_auth_recording_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_auth_room_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_breakout_room_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_common_api_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_common_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_create_room_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_datamessage_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_gen_token_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_ingress_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_lti_v1_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_polls_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_recorder_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_recording_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_speech_services_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ActiveRoomInfo

type ActiveRoomInfo struct {
	RoomTitle          string `protobuf:"bytes,1,opt,name=room_title,json=roomTitle,proto3" json:"room_title,omitempty"`
	RoomId             string `protobuf:"bytes,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	Sid                string `protobuf:"bytes,3,opt,name=sid,proto3" json:"sid,omitempty"`
	JoinedParticipants int64  `protobuf:"varint,4,opt,name=joined_participants,json=joinedParticipants,proto3" json:"joined_participants,omitempty"`
	IsRunning          int32  `protobuf:"varint,5,opt,name=is_running,json=isRunning,proto3" json:"is_running,omitempty"`
	IsRecording        int32  `protobuf:"varint,6,opt,name=is_recording,json=isRecording,proto3" json:"is_recording,omitempty"`
	IsActiveRtmp       int32  `protobuf:"varint,7,opt,name=is_active_rtmp,json=isActiveRtmp,proto3" json:"is_active_rtmp,omitempty"`
	WebhookUrl         string `protobuf:"bytes,8,opt,name=webhook_url,json=webhookUrl,proto3" json:"webhook_url,omitempty"`
	IsBreakoutRoom     int32  `protobuf:"varint,9,opt,name=is_breakout_room,json=isBreakoutRoom,proto3" json:"is_breakout_room,omitempty"`
	ParentRoomId       string `protobuf:"bytes,10,opt,name=parent_room_id,json=parentRoomId,proto3" json:"parent_room_id,omitempty"`
	CreationTime       int64  `protobuf:"varint,11,opt,name=creation_time,json=creationTime,proto3" json:"creation_time,omitempty"`
	Metadata           string `protobuf:"bytes,12,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ActiveRoomInfo) Descriptor deprecated

func (*ActiveRoomInfo) Descriptor() ([]byte, []int)

Deprecated: Use ActiveRoomInfo.ProtoReflect.Descriptor instead.

func (*ActiveRoomInfo) GetCreationTime

func (x *ActiveRoomInfo) GetCreationTime() int64

func (*ActiveRoomInfo) GetIsActiveRtmp

func (x *ActiveRoomInfo) GetIsActiveRtmp() int32

func (*ActiveRoomInfo) GetIsBreakoutRoom

func (x *ActiveRoomInfo) GetIsBreakoutRoom() int32

func (*ActiveRoomInfo) GetIsRecording

func (x *ActiveRoomInfo) GetIsRecording() int32

func (*ActiveRoomInfo) GetIsRunning

func (x *ActiveRoomInfo) GetIsRunning() int32

func (*ActiveRoomInfo) GetJoinedParticipants

func (x *ActiveRoomInfo) GetJoinedParticipants() int64

func (*ActiveRoomInfo) GetMetadata

func (x *ActiveRoomInfo) GetMetadata() string

func (*ActiveRoomInfo) GetParentRoomId

func (x *ActiveRoomInfo) GetParentRoomId() string

func (*ActiveRoomInfo) GetRoomId

func (x *ActiveRoomInfo) GetRoomId() string

func (*ActiveRoomInfo) GetRoomTitle

func (x *ActiveRoomInfo) GetRoomTitle() string

func (*ActiveRoomInfo) GetSid

func (x *ActiveRoomInfo) GetSid() string

func (*ActiveRoomInfo) GetWebhookUrl

func (x *ActiveRoomInfo) GetWebhookUrl() string

func (*ActiveRoomInfo) ProtoMessage

func (*ActiveRoomInfo) ProtoMessage()

func (*ActiveRoomInfo) ProtoReflect

func (x *ActiveRoomInfo) ProtoReflect() protoreflect.Message

func (*ActiveRoomInfo) Reset

func (x *ActiveRoomInfo) Reset()

func (*ActiveRoomInfo) String

func (x *ActiveRoomInfo) String() string

func (*ActiveRoomInfo) Validate

func (m *ActiveRoomInfo) Validate() error

Validate checks the field values on ActiveRoomInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActiveRoomInfo) ValidateAll

func (m *ActiveRoomInfo) ValidateAll() error

ValidateAll checks the field values on ActiveRoomInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActiveRoomInfoMultiError, or nil if none found.

type ActiveRoomInfoMultiError

type ActiveRoomInfoMultiError []error

ActiveRoomInfoMultiError is an error wrapping multiple validation errors returned by ActiveRoomInfo.ValidateAll() if the designated constraints aren't met.

func (ActiveRoomInfoMultiError) AllErrors

func (m ActiveRoomInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActiveRoomInfoMultiError) Error

func (m ActiveRoomInfoMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ActiveRoomInfoRes

type ActiveRoomInfoRes struct {
	Status           bool                       `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg              string                     `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RoomInfo         *ActiveRoomInfo            `protobuf:"bytes,3,opt,name=room_info,json=roomInfo,proto3,oneof" json:"room_info,omitempty"`
	ParticipantsInfo []*livekit.ParticipantInfo `protobuf:"bytes,4,rep,name=participants_info,json=participantsInfo,proto3" json:"participants_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ActiveRoomInfoRes) Descriptor deprecated

func (*ActiveRoomInfoRes) Descriptor() ([]byte, []int)

Deprecated: Use ActiveRoomInfoRes.ProtoReflect.Descriptor instead.

func (*ActiveRoomInfoRes) GetMsg

func (x *ActiveRoomInfoRes) GetMsg() string

func (*ActiveRoomInfoRes) GetParticipantsInfo

func (x *ActiveRoomInfoRes) GetParticipantsInfo() []*livekit.ParticipantInfo

func (*ActiveRoomInfoRes) GetRoomInfo

func (x *ActiveRoomInfoRes) GetRoomInfo() *ActiveRoomInfo

func (*ActiveRoomInfoRes) GetStatus

func (x *ActiveRoomInfoRes) GetStatus() bool

func (*ActiveRoomInfoRes) ProtoMessage

func (*ActiveRoomInfoRes) ProtoMessage()

func (*ActiveRoomInfoRes) ProtoReflect

func (x *ActiveRoomInfoRes) ProtoReflect() protoreflect.Message

func (*ActiveRoomInfoRes) Reset

func (x *ActiveRoomInfoRes) Reset()

func (*ActiveRoomInfoRes) String

func (x *ActiveRoomInfoRes) String() string

func (*ActiveRoomInfoRes) Validate

func (m *ActiveRoomInfoRes) Validate() error

Validate checks the field values on ActiveRoomInfoRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActiveRoomInfoRes) ValidateAll

func (m *ActiveRoomInfoRes) ValidateAll() error

ValidateAll checks the field values on ActiveRoomInfoRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActiveRoomInfoResMultiError, or nil if none found.

type ActiveRoomInfoResMultiError

type ActiveRoomInfoResMultiError []error

ActiveRoomInfoResMultiError is an error wrapping multiple validation errors returned by ActiveRoomInfoRes.ValidateAll() if the designated constraints aren't met.

func (ActiveRoomInfoResMultiError) AllErrors

func (m ActiveRoomInfoResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActiveRoomInfoResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ActiveRoomInfoResValidationError

type ActiveRoomInfoResValidationError struct {
	// contains filtered or unexported fields
}

ActiveRoomInfoResValidationError is the validation error returned by ActiveRoomInfoRes.Validate if the designated constraints aren't met.

func (ActiveRoomInfoResValidationError) Cause

Cause function returns cause value.

func (ActiveRoomInfoResValidationError) Error

Error satisfies the builtin error interface

func (ActiveRoomInfoResValidationError) ErrorName

ErrorName returns error name.

func (ActiveRoomInfoResValidationError) Field

Field function returns field value.

func (ActiveRoomInfoResValidationError) Key

Key function returns key value.

func (ActiveRoomInfoResValidationError) Reason

Reason function returns reason value.

type ActiveRoomInfoValidationError

type ActiveRoomInfoValidationError struct {
	// contains filtered or unexported fields
}

ActiveRoomInfoValidationError is the validation error returned by ActiveRoomInfo.Validate if the designated constraints aren't met.

func (ActiveRoomInfoValidationError) Cause

Cause function returns cause value.

func (ActiveRoomInfoValidationError) Error

Error satisfies the builtin error interface

func (ActiveRoomInfoValidationError) ErrorName

func (e ActiveRoomInfoValidationError) ErrorName() string

ErrorName returns error name.

func (ActiveRoomInfoValidationError) Field

Field function returns field value.

func (ActiveRoomInfoValidationError) Key

Key function returns key value.

func (ActiveRoomInfoValidationError) Reason

Reason function returns reason value.

type ActiveRoomWithParticipant

type ActiveRoomWithParticipant struct {
	RoomInfo         *ActiveRoomInfo            `protobuf:"bytes,3,opt,name=room_info,json=roomInfo,proto3,oneof" json:"room_info,omitempty"`
	ParticipantsInfo []*livekit.ParticipantInfo `protobuf:"bytes,4,rep,name=participants_info,json=participantsInfo,proto3" json:"participants_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ActiveRoomWithParticipant) Descriptor deprecated

func (*ActiveRoomWithParticipant) Descriptor() ([]byte, []int)

Deprecated: Use ActiveRoomWithParticipant.ProtoReflect.Descriptor instead.

func (*ActiveRoomWithParticipant) GetParticipantsInfo

func (x *ActiveRoomWithParticipant) GetParticipantsInfo() []*livekit.ParticipantInfo

func (*ActiveRoomWithParticipant) GetRoomInfo

func (x *ActiveRoomWithParticipant) GetRoomInfo() *ActiveRoomInfo

func (*ActiveRoomWithParticipant) ProtoMessage

func (*ActiveRoomWithParticipant) ProtoMessage()

func (*ActiveRoomWithParticipant) ProtoReflect

func (*ActiveRoomWithParticipant) Reset

func (x *ActiveRoomWithParticipant) Reset()

func (*ActiveRoomWithParticipant) String

func (x *ActiveRoomWithParticipant) String() string

func (*ActiveRoomWithParticipant) Validate

func (m *ActiveRoomWithParticipant) Validate() error

Validate checks the field values on ActiveRoomWithParticipant with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActiveRoomWithParticipant) ValidateAll

func (m *ActiveRoomWithParticipant) ValidateAll() error

ValidateAll checks the field values on ActiveRoomWithParticipant with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActiveRoomWithParticipantMultiError, or nil if none found.

type ActiveRoomWithParticipantMultiError

type ActiveRoomWithParticipantMultiError []error

ActiveRoomWithParticipantMultiError is an error wrapping multiple validation errors returned by ActiveRoomWithParticipant.ValidateAll() if the designated constraints aren't met.

func (ActiveRoomWithParticipantMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ActiveRoomWithParticipantMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ActiveRoomWithParticipantValidationError

type ActiveRoomWithParticipantValidationError struct {
	// contains filtered or unexported fields
}

ActiveRoomWithParticipantValidationError is the validation error returned by ActiveRoomWithParticipant.Validate if the designated constraints aren't met.

func (ActiveRoomWithParticipantValidationError) Cause

Cause function returns cause value.

func (ActiveRoomWithParticipantValidationError) Error

Error satisfies the builtin error interface

func (ActiveRoomWithParticipantValidationError) ErrorName

ErrorName returns error name.

func (ActiveRoomWithParticipantValidationError) Field

Field function returns field value.

func (ActiveRoomWithParticipantValidationError) Key

Key function returns key value.

func (ActiveRoomWithParticipantValidationError) Reason

Reason function returns reason value.

type ApproveWaitingUsersReq

type ApproveWaitingUsersReq struct {
	RoomId string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ApproveWaitingUsersReq) Descriptor deprecated

func (*ApproveWaitingUsersReq) Descriptor() ([]byte, []int)

Deprecated: Use ApproveWaitingUsersReq.ProtoReflect.Descriptor instead.

func (*ApproveWaitingUsersReq) GetRoomId

func (x *ApproveWaitingUsersReq) GetRoomId() string

func (*ApproveWaitingUsersReq) GetUserId

func (x *ApproveWaitingUsersReq) GetUserId() string

func (*ApproveWaitingUsersReq) ProtoMessage

func (*ApproveWaitingUsersReq) ProtoMessage()

func (*ApproveWaitingUsersReq) ProtoReflect

func (x *ApproveWaitingUsersReq) ProtoReflect() protoreflect.Message

func (*ApproveWaitingUsersReq) Reset

func (x *ApproveWaitingUsersReq) Reset()

func (*ApproveWaitingUsersReq) String

func (x *ApproveWaitingUsersReq) String() string

func (*ApproveWaitingUsersReq) Validate

func (m *ApproveWaitingUsersReq) Validate() error

Validate checks the field values on ApproveWaitingUsersReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ApproveWaitingUsersReq) ValidateAll

func (m *ApproveWaitingUsersReq) ValidateAll() error

ValidateAll checks the field values on ApproveWaitingUsersReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ApproveWaitingUsersReqMultiError, or nil if none found.

type ApproveWaitingUsersReqMultiError

type ApproveWaitingUsersReqMultiError []error

ApproveWaitingUsersReqMultiError is an error wrapping multiple validation errors returned by ApproveWaitingUsersReq.ValidateAll() if the designated constraints aren't met.

func (ApproveWaitingUsersReqMultiError) AllErrors

func (m ApproveWaitingUsersReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ApproveWaitingUsersReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ApproveWaitingUsersReqValidationError

type ApproveWaitingUsersReqValidationError struct {
	// contains filtered or unexported fields
}

ApproveWaitingUsersReqValidationError is the validation error returned by ApproveWaitingUsersReq.Validate if the designated constraints aren't met.

func (ApproveWaitingUsersReqValidationError) Cause

Cause function returns cause value.

func (ApproveWaitingUsersReqValidationError) Error

Error satisfies the builtin error interface

func (ApproveWaitingUsersReqValidationError) ErrorName

ErrorName returns error name.

func (ApproveWaitingUsersReqValidationError) Field

Field function returns field value.

func (ApproveWaitingUsersReqValidationError) Key

Key function returns key value.

func (ApproveWaitingUsersReqValidationError) Reason

Reason function returns reason value.

type BreakoutRoom

type BreakoutRoom struct {
	Id       string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title    string              `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Duration uint64              `protobuf:"varint,3,opt,name=duration,proto3" json:"duration,omitempty"`
	Started  bool                `protobuf:"varint,4,opt,name=started,proto3" json:"started,omitempty"`
	Created  uint64              `protobuf:"varint,5,opt,name=created,proto3" json:"created,omitempty"`
	Users    []*BreakoutRoomUser `protobuf:"bytes,6,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*BreakoutRoom) Descriptor deprecated

func (*BreakoutRoom) Descriptor() ([]byte, []int)

Deprecated: Use BreakoutRoom.ProtoReflect.Descriptor instead.

func (*BreakoutRoom) GetCreated

func (x *BreakoutRoom) GetCreated() uint64

func (*BreakoutRoom) GetDuration

func (x *BreakoutRoom) GetDuration() uint64

func (*BreakoutRoom) GetId

func (x *BreakoutRoom) GetId() string

func (*BreakoutRoom) GetStarted

func (x *BreakoutRoom) GetStarted() bool

func (*BreakoutRoom) GetTitle

func (x *BreakoutRoom) GetTitle() string

func (*BreakoutRoom) GetUsers

func (x *BreakoutRoom) GetUsers() []*BreakoutRoomUser

func (*BreakoutRoom) ProtoMessage

func (*BreakoutRoom) ProtoMessage()

func (*BreakoutRoom) ProtoReflect

func (x *BreakoutRoom) ProtoReflect() protoreflect.Message

func (*BreakoutRoom) Reset

func (x *BreakoutRoom) Reset()

func (*BreakoutRoom) String

func (x *BreakoutRoom) String() string

func (*BreakoutRoom) Validate

func (m *BreakoutRoom) Validate() error

Validate checks the field values on BreakoutRoom with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BreakoutRoom) ValidateAll

func (m *BreakoutRoom) ValidateAll() error

ValidateAll checks the field values on BreakoutRoom with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BreakoutRoomMultiError, or nil if none found.

type BreakoutRoomFeatures

type BreakoutRoomFeatures struct {
	IsAllow            bool   `protobuf:"varint,1,opt,name=is_allow,json=isAllow,proto3" json:"is_allow,omitempty"`
	IsActive           bool   `protobuf:"varint,2,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	AllowedNumberRooms uint32 `protobuf:"varint,3,opt,name=allowed_number_rooms,json=allowedNumberRooms,proto3" json:"allowed_number_rooms,omitempty"`
	// contains filtered or unexported fields
}

func (*BreakoutRoomFeatures) Descriptor deprecated

func (*BreakoutRoomFeatures) Descriptor() ([]byte, []int)

Deprecated: Use BreakoutRoomFeatures.ProtoReflect.Descriptor instead.

func (*BreakoutRoomFeatures) GetAllowedNumberRooms

func (x *BreakoutRoomFeatures) GetAllowedNumberRooms() uint32

func (*BreakoutRoomFeatures) GetIsActive

func (x *BreakoutRoomFeatures) GetIsActive() bool

func (*BreakoutRoomFeatures) GetIsAllow

func (x *BreakoutRoomFeatures) GetIsAllow() bool

func (*BreakoutRoomFeatures) ProtoMessage

func (*BreakoutRoomFeatures) ProtoMessage()

func (*BreakoutRoomFeatures) ProtoReflect

func (x *BreakoutRoomFeatures) ProtoReflect() protoreflect.Message

func (*BreakoutRoomFeatures) Reset

func (x *BreakoutRoomFeatures) Reset()

func (*BreakoutRoomFeatures) String

func (x *BreakoutRoomFeatures) String() string

func (*BreakoutRoomFeatures) Validate

func (m *BreakoutRoomFeatures) Validate() error

Validate checks the field values on BreakoutRoomFeatures with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BreakoutRoomFeatures) ValidateAll

func (m *BreakoutRoomFeatures) ValidateAll() error

ValidateAll checks the field values on BreakoutRoomFeatures with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BreakoutRoomFeaturesMultiError, or nil if none found.

type BreakoutRoomFeaturesMultiError

type BreakoutRoomFeaturesMultiError []error

BreakoutRoomFeaturesMultiError is an error wrapping multiple validation errors returned by BreakoutRoomFeatures.ValidateAll() if the designated constraints aren't met.

func (BreakoutRoomFeaturesMultiError) AllErrors

func (m BreakoutRoomFeaturesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BreakoutRoomFeaturesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BreakoutRoomFeaturesValidationError

type BreakoutRoomFeaturesValidationError struct {
	// contains filtered or unexported fields
}

BreakoutRoomFeaturesValidationError is the validation error returned by BreakoutRoomFeatures.Validate if the designated constraints aren't met.

func (BreakoutRoomFeaturesValidationError) Cause

Cause function returns cause value.

func (BreakoutRoomFeaturesValidationError) Error

Error satisfies the builtin error interface

func (BreakoutRoomFeaturesValidationError) ErrorName

ErrorName returns error name.

func (BreakoutRoomFeaturesValidationError) Field

Field function returns field value.

func (BreakoutRoomFeaturesValidationError) Key

Key function returns key value.

func (BreakoutRoomFeaturesValidationError) Reason

Reason function returns reason value.

type BreakoutRoomMultiError

type BreakoutRoomMultiError []error

BreakoutRoomMultiError is an error wrapping multiple validation errors returned by BreakoutRoom.ValidateAll() if the designated constraints aren't met.

func (BreakoutRoomMultiError) AllErrors

func (m BreakoutRoomMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BreakoutRoomMultiError) Error

func (m BreakoutRoomMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BreakoutRoomRes

type BreakoutRoomRes struct {
	Status bool            `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg    string          `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Token  *string         `protobuf:"bytes,3,opt,name=token,proto3,oneof" json:"token,omitempty"` // join token
	Room   *BreakoutRoom   `protobuf:"bytes,4,opt,name=room,proto3,oneof" json:"room,omitempty"`   // for my breakout room
	Rooms  []*BreakoutRoom `protobuf:"bytes,5,rep,name=rooms,proto3" json:"rooms,omitempty"`       // rooms list
	// contains filtered or unexported fields
}

func (*BreakoutRoomRes) Descriptor deprecated

func (*BreakoutRoomRes) Descriptor() ([]byte, []int)

Deprecated: Use BreakoutRoomRes.ProtoReflect.Descriptor instead.

func (*BreakoutRoomRes) GetMsg

func (x *BreakoutRoomRes) GetMsg() string

func (*BreakoutRoomRes) GetRoom

func (x *BreakoutRoomRes) GetRoom() *BreakoutRoom

func (*BreakoutRoomRes) GetRooms

func (x *BreakoutRoomRes) GetRooms() []*BreakoutRoom

func (*BreakoutRoomRes) GetStatus

func (x *BreakoutRoomRes) GetStatus() bool

func (*BreakoutRoomRes) GetToken

func (x *BreakoutRoomRes) GetToken() string

func (*BreakoutRoomRes) ProtoMessage

func (*BreakoutRoomRes) ProtoMessage()

func (*BreakoutRoomRes) ProtoReflect

func (x *BreakoutRoomRes) ProtoReflect() protoreflect.Message

func (*BreakoutRoomRes) Reset

func (x *BreakoutRoomRes) Reset()

func (*BreakoutRoomRes) String

func (x *BreakoutRoomRes) String() string

func (*BreakoutRoomRes) Validate

func (m *BreakoutRoomRes) Validate() error

Validate checks the field values on BreakoutRoomRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BreakoutRoomRes) ValidateAll

func (m *BreakoutRoomRes) ValidateAll() error

ValidateAll checks the field values on BreakoutRoomRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BreakoutRoomResMultiError, or nil if none found.

type BreakoutRoomResMultiError

type BreakoutRoomResMultiError []error

BreakoutRoomResMultiError is an error wrapping multiple validation errors returned by BreakoutRoomRes.ValidateAll() if the designated constraints aren't met.

func (BreakoutRoomResMultiError) AllErrors

func (m BreakoutRoomResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BreakoutRoomResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BreakoutRoomResValidationError

type BreakoutRoomResValidationError struct {
	// contains filtered or unexported fields
}

BreakoutRoomResValidationError is the validation error returned by BreakoutRoomRes.Validate if the designated constraints aren't met.

func (BreakoutRoomResValidationError) Cause

Cause function returns cause value.

func (BreakoutRoomResValidationError) Error

Error satisfies the builtin error interface

func (BreakoutRoomResValidationError) ErrorName

func (e BreakoutRoomResValidationError) ErrorName() string

ErrorName returns error name.

func (BreakoutRoomResValidationError) Field

Field function returns field value.

func (BreakoutRoomResValidationError) Key

Key function returns key value.

func (BreakoutRoomResValidationError) Reason

Reason function returns reason value.

type BreakoutRoomUser

type BreakoutRoomUser struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Joined bool   `protobuf:"varint,3,opt,name=joined,proto3" json:"joined,omitempty"`
	// contains filtered or unexported fields
}

func (*BreakoutRoomUser) Descriptor deprecated

func (*BreakoutRoomUser) Descriptor() ([]byte, []int)

Deprecated: Use BreakoutRoomUser.ProtoReflect.Descriptor instead.

func (*BreakoutRoomUser) GetId

func (x *BreakoutRoomUser) GetId() string

func (*BreakoutRoomUser) GetJoined

func (x *BreakoutRoomUser) GetJoined() bool

func (*BreakoutRoomUser) GetName

func (x *BreakoutRoomUser) GetName() string

func (*BreakoutRoomUser) ProtoMessage

func (*BreakoutRoomUser) ProtoMessage()

func (*BreakoutRoomUser) ProtoReflect

func (x *BreakoutRoomUser) ProtoReflect() protoreflect.Message

func (*BreakoutRoomUser) Reset

func (x *BreakoutRoomUser) Reset()

func (*BreakoutRoomUser) String

func (x *BreakoutRoomUser) String() string

func (*BreakoutRoomUser) Validate

func (m *BreakoutRoomUser) Validate() error

Validate checks the field values on BreakoutRoomUser with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BreakoutRoomUser) ValidateAll

func (m *BreakoutRoomUser) ValidateAll() error

ValidateAll checks the field values on BreakoutRoomUser with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BreakoutRoomUserMultiError, or nil if none found.

type BreakoutRoomUserMultiError

type BreakoutRoomUserMultiError []error

BreakoutRoomUserMultiError is an error wrapping multiple validation errors returned by BreakoutRoomUser.ValidateAll() if the designated constraints aren't met.

func (BreakoutRoomUserMultiError) AllErrors

func (m BreakoutRoomUserMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BreakoutRoomUserMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BreakoutRoomUserValidationError

type BreakoutRoomUserValidationError struct {
	// contains filtered or unexported fields
}

BreakoutRoomUserValidationError is the validation error returned by BreakoutRoomUser.Validate if the designated constraints aren't met.

func (BreakoutRoomUserValidationError) Cause

Cause function returns cause value.

func (BreakoutRoomUserValidationError) Error

Error satisfies the builtin error interface

func (BreakoutRoomUserValidationError) ErrorName

ErrorName returns error name.

func (BreakoutRoomUserValidationError) Field

Field function returns field value.

func (BreakoutRoomUserValidationError) Key

Key function returns key value.

func (BreakoutRoomUserValidationError) Reason

Reason function returns reason value.

type BreakoutRoomValidationError

type BreakoutRoomValidationError struct {
	// contains filtered or unexported fields
}

BreakoutRoomValidationError is the validation error returned by BreakoutRoom.Validate if the designated constraints aren't met.

func (BreakoutRoomValidationError) Cause

Cause function returns cause value.

func (BreakoutRoomValidationError) Error

Error satisfies the builtin error interface

func (BreakoutRoomValidationError) ErrorName

func (e BreakoutRoomValidationError) ErrorName() string

ErrorName returns error name.

func (BreakoutRoomValidationError) Field

Field function returns field value.

func (BreakoutRoomValidationError) Key

Key function returns key value.

func (BreakoutRoomValidationError) Reason

Reason function returns reason value.

type BroadcastBreakoutRoomMsgReq

type BroadcastBreakoutRoomMsgReq struct {
	Msg    string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
	RoomId string `protobuf:"bytes,3,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	// contains filtered or unexported fields
}

func (*BroadcastBreakoutRoomMsgReq) Descriptor deprecated

func (*BroadcastBreakoutRoomMsgReq) Descriptor() ([]byte, []int)

Deprecated: Use BroadcastBreakoutRoomMsgReq.ProtoReflect.Descriptor instead.

func (*BroadcastBreakoutRoomMsgReq) GetMsg

func (x *BroadcastBreakoutRoomMsgReq) GetMsg() string

func (*BroadcastBreakoutRoomMsgReq) GetRoomId

func (x *BroadcastBreakoutRoomMsgReq) GetRoomId() string

func (*BroadcastBreakoutRoomMsgReq) ProtoMessage

func (*BroadcastBreakoutRoomMsgReq) ProtoMessage()

func (*BroadcastBreakoutRoomMsgReq) ProtoReflect

func (*BroadcastBreakoutRoomMsgReq) Reset

func (x *BroadcastBreakoutRoomMsgReq) Reset()

func (*BroadcastBreakoutRoomMsgReq) String

func (x *BroadcastBreakoutRoomMsgReq) String() string

func (*BroadcastBreakoutRoomMsgReq) Validate

func (m *BroadcastBreakoutRoomMsgReq) Validate() error

Validate checks the field values on BroadcastBreakoutRoomMsgReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BroadcastBreakoutRoomMsgReq) ValidateAll

func (m *BroadcastBreakoutRoomMsgReq) ValidateAll() error

ValidateAll checks the field values on BroadcastBreakoutRoomMsgReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BroadcastBreakoutRoomMsgReqMultiError, or nil if none found.

type BroadcastBreakoutRoomMsgReqMultiError

type BroadcastBreakoutRoomMsgReqMultiError []error

BroadcastBreakoutRoomMsgReqMultiError is an error wrapping multiple validation errors returned by BroadcastBreakoutRoomMsgReq.ValidateAll() if the designated constraints aren't met.

func (BroadcastBreakoutRoomMsgReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (BroadcastBreakoutRoomMsgReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BroadcastBreakoutRoomMsgReqValidationError

type BroadcastBreakoutRoomMsgReqValidationError struct {
	// contains filtered or unexported fields
}

BroadcastBreakoutRoomMsgReqValidationError is the validation error returned by BroadcastBreakoutRoomMsgReq.Validate if the designated constraints aren't met.

func (BroadcastBreakoutRoomMsgReqValidationError) Cause

Cause function returns cause value.

func (BroadcastBreakoutRoomMsgReqValidationError) Error

Error satisfies the builtin error interface

func (BroadcastBreakoutRoomMsgReqValidationError) ErrorName

ErrorName returns error name.

func (BroadcastBreakoutRoomMsgReqValidationError) Field

Field function returns field value.

func (BroadcastBreakoutRoomMsgReqValidationError) Key

Key function returns key value.

func (BroadcastBreakoutRoomMsgReqValidationError) Reason

Reason function returns reason value.

type ChangeEtherpadStatusReq

type ChangeEtherpadStatusReq struct {
	RoomId   string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	IsActive bool   `protobuf:"varint,2,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeEtherpadStatusReq) Descriptor deprecated

func (*ChangeEtherpadStatusReq) Descriptor() ([]byte, []int)

Deprecated: Use ChangeEtherpadStatusReq.ProtoReflect.Descriptor instead.

func (*ChangeEtherpadStatusReq) GetIsActive

func (x *ChangeEtherpadStatusReq) GetIsActive() bool

func (*ChangeEtherpadStatusReq) GetRoomId

func (x *ChangeEtherpadStatusReq) GetRoomId() string

func (*ChangeEtherpadStatusReq) ProtoMessage

func (*ChangeEtherpadStatusReq) ProtoMessage()

func (*ChangeEtherpadStatusReq) ProtoReflect

func (x *ChangeEtherpadStatusReq) ProtoReflect() protoreflect.Message

func (*ChangeEtherpadStatusReq) Reset

func (x *ChangeEtherpadStatusReq) Reset()

func (*ChangeEtherpadStatusReq) String

func (x *ChangeEtherpadStatusReq) String() string

func (*ChangeEtherpadStatusReq) Validate

func (m *ChangeEtherpadStatusReq) Validate() error

Validate checks the field values on ChangeEtherpadStatusReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangeEtherpadStatusReq) ValidateAll

func (m *ChangeEtherpadStatusReq) ValidateAll() error

ValidateAll checks the field values on ChangeEtherpadStatusReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeEtherpadStatusReqMultiError, or nil if none found.

type ChangeEtherpadStatusReqMultiError

type ChangeEtherpadStatusReqMultiError []error

ChangeEtherpadStatusReqMultiError is an error wrapping multiple validation errors returned by ChangeEtherpadStatusReq.ValidateAll() if the designated constraints aren't met.

func (ChangeEtherpadStatusReqMultiError) AllErrors

func (m ChangeEtherpadStatusReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChangeEtherpadStatusReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ChangeEtherpadStatusReqValidationError

type ChangeEtherpadStatusReqValidationError struct {
	// contains filtered or unexported fields
}

ChangeEtherpadStatusReqValidationError is the validation error returned by ChangeEtherpadStatusReq.Validate if the designated constraints aren't met.

func (ChangeEtherpadStatusReqValidationError) Cause

Cause function returns cause value.

func (ChangeEtherpadStatusReqValidationError) Error

Error satisfies the builtin error interface

func (ChangeEtherpadStatusReqValidationError) ErrorName

ErrorName returns error name.

func (ChangeEtherpadStatusReqValidationError) Field

Field function returns field value.

func (ChangeEtherpadStatusReqValidationError) Key

Key function returns key value.

func (ChangeEtherpadStatusReqValidationError) Reason

Reason function returns reason value.

type ChangeVisibilityRes

type ChangeVisibilityRes struct {
	RoomId            string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	VisibleNotepad    *bool  `protobuf:"varint,2,opt,name=visible_notepad,json=visibleNotepad,proto3,oneof" json:"visible_notepad,omitempty"`
	VisibleWhiteBoard *bool  `protobuf:"varint,3,opt,name=visible_white_board,json=visibleWhiteBoard,proto3,oneof" json:"visible_white_board,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeVisibilityRes) Descriptor deprecated

func (*ChangeVisibilityRes) Descriptor() ([]byte, []int)

Deprecated: Use ChangeVisibilityRes.ProtoReflect.Descriptor instead.

func (*ChangeVisibilityRes) GetRoomId

func (x *ChangeVisibilityRes) GetRoomId() string

func (*ChangeVisibilityRes) GetVisibleNotepad

func (x *ChangeVisibilityRes) GetVisibleNotepad() bool

func (*ChangeVisibilityRes) GetVisibleWhiteBoard

func (x *ChangeVisibilityRes) GetVisibleWhiteBoard() bool

func (*ChangeVisibilityRes) ProtoMessage

func (*ChangeVisibilityRes) ProtoMessage()

func (*ChangeVisibilityRes) ProtoReflect

func (x *ChangeVisibilityRes) ProtoReflect() protoreflect.Message

func (*ChangeVisibilityRes) Reset

func (x *ChangeVisibilityRes) Reset()

func (*ChangeVisibilityRes) String

func (x *ChangeVisibilityRes) String() string

func (*ChangeVisibilityRes) Validate

func (m *ChangeVisibilityRes) Validate() error

Validate checks the field values on ChangeVisibilityRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangeVisibilityRes) ValidateAll

func (m *ChangeVisibilityRes) ValidateAll() error

ValidateAll checks the field values on ChangeVisibilityRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeVisibilityResMultiError, or nil if none found.

type ChangeVisibilityResMultiError

type ChangeVisibilityResMultiError []error

ChangeVisibilityResMultiError is an error wrapping multiple validation errors returned by ChangeVisibilityRes.ValidateAll() if the designated constraints aren't met.

func (ChangeVisibilityResMultiError) AllErrors

func (m ChangeVisibilityResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChangeVisibilityResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ChangeVisibilityResValidationError

type ChangeVisibilityResValidationError struct {
	// contains filtered or unexported fields
}

ChangeVisibilityResValidationError is the validation error returned by ChangeVisibilityRes.Validate if the designated constraints aren't met.

func (ChangeVisibilityResValidationError) Cause

Cause function returns cause value.

func (ChangeVisibilityResValidationError) Error

Error satisfies the builtin error interface

func (ChangeVisibilityResValidationError) ErrorName

ErrorName returns error name.

func (ChangeVisibilityResValidationError) Field

Field function returns field value.

func (ChangeVisibilityResValidationError) Key

Key function returns key value.

func (ChangeVisibilityResValidationError) Reason

Reason function returns reason value.

type ChatFeatures

type ChatFeatures struct {
	AllowChat        bool     `protobuf:"varint,1,opt,name=allow_chat,json=allowChat,proto3" json:"allow_chat,omitempty"`
	AllowFileUpload  bool     `protobuf:"varint,2,opt,name=allow_file_upload,json=allowFileUpload,proto3" json:"allow_file_upload,omitempty"`
	AllowedFileTypes []string `protobuf:"bytes,3,rep,name=allowed_file_types,json=allowedFileTypes,proto3" json:"allowed_file_types,omitempty"`
	MaxFileSize      *uint64  `protobuf:"varint,4,opt,name=max_file_size,json=maxFileSize,proto3,oneof" json:"max_file_size,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatFeatures) Descriptor deprecated

func (*ChatFeatures) Descriptor() ([]byte, []int)

Deprecated: Use ChatFeatures.ProtoReflect.Descriptor instead.

func (*ChatFeatures) GetAllowChat

func (x *ChatFeatures) GetAllowChat() bool

func (*ChatFeatures) GetAllowFileUpload

func (x *ChatFeatures) GetAllowFileUpload() bool

func (*ChatFeatures) GetAllowedFileTypes

func (x *ChatFeatures) GetAllowedFileTypes() []string

func (*ChatFeatures) GetMaxFileSize

func (x *ChatFeatures) GetMaxFileSize() uint64

func (*ChatFeatures) ProtoMessage

func (*ChatFeatures) ProtoMessage()

func (*ChatFeatures) ProtoReflect

func (x *ChatFeatures) ProtoReflect() protoreflect.Message

func (*ChatFeatures) Reset

func (x *ChatFeatures) Reset()

func (*ChatFeatures) String

func (x *ChatFeatures) String() string

func (*ChatFeatures) Validate

func (m *ChatFeatures) Validate() error

Validate checks the field values on ChatFeatures with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChatFeatures) ValidateAll

func (m *ChatFeatures) ValidateAll() error

ValidateAll checks the field values on ChatFeatures with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChatFeaturesMultiError, or nil if none found.

type ChatFeaturesMultiError

type ChatFeaturesMultiError []error

ChatFeaturesMultiError is an error wrapping multiple validation errors returned by ChatFeatures.ValidateAll() if the designated constraints aren't met.

func (ChatFeaturesMultiError) AllErrors

func (m ChatFeaturesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChatFeaturesMultiError) Error

func (m ChatFeaturesMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ChatFeaturesValidationError

type ChatFeaturesValidationError struct {
	// contains filtered or unexported fields
}

ChatFeaturesValidationError is the validation error returned by ChatFeatures.Validate if the designated constraints aren't met.

func (ChatFeaturesValidationError) Cause

Cause function returns cause value.

func (ChatFeaturesValidationError) Error

Error satisfies the builtin error interface

func (ChatFeaturesValidationError) ErrorName

func (e ChatFeaturesValidationError) ErrorName() string

ErrorName returns error name.

func (ChatFeaturesValidationError) Field

Field function returns field value.

func (ChatFeaturesValidationError) Key

Key function returns key value.

func (ChatFeaturesValidationError) Reason

Reason function returns reason value.

type CleanEtherpadReq

type CleanEtherpadReq struct {
	RoomId string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	NodeId string `protobuf:"bytes,2,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	PadId  string `protobuf:"bytes,3,opt,name=pad_id,json=padId,proto3" json:"pad_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CleanEtherpadReq) Descriptor deprecated

func (*CleanEtherpadReq) Descriptor() ([]byte, []int)

Deprecated: Use CleanEtherpadReq.ProtoReflect.Descriptor instead.

func (*CleanEtherpadReq) GetNodeId

func (x *CleanEtherpadReq) GetNodeId() string

func (*CleanEtherpadReq) GetPadId

func (x *CleanEtherpadReq) GetPadId() string

func (*CleanEtherpadReq) GetRoomId

func (x *CleanEtherpadReq) GetRoomId() string

func (*CleanEtherpadReq) ProtoMessage

func (*CleanEtherpadReq) ProtoMessage()

func (*CleanEtherpadReq) ProtoReflect

func (x *CleanEtherpadReq) ProtoReflect() protoreflect.Message

func (*CleanEtherpadReq) Reset

func (x *CleanEtherpadReq) Reset()

func (*CleanEtherpadReq) String

func (x *CleanEtherpadReq) String() string

func (*CleanEtherpadReq) Validate

func (m *CleanEtherpadReq) Validate() error

Validate checks the field values on CleanEtherpadReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CleanEtherpadReq) ValidateAll

func (m *CleanEtherpadReq) ValidateAll() error

ValidateAll checks the field values on CleanEtherpadReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CleanEtherpadReqMultiError, or nil if none found.

type CleanEtherpadReqMultiError

type CleanEtherpadReqMultiError []error

CleanEtherpadReqMultiError is an error wrapping multiple validation errors returned by CleanEtherpadReq.ValidateAll() if the designated constraints aren't met.

func (CleanEtherpadReqMultiError) AllErrors

func (m CleanEtherpadReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CleanEtherpadReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CleanEtherpadReqValidationError

type CleanEtherpadReqValidationError struct {
	// contains filtered or unexported fields
}

CleanEtherpadReqValidationError is the validation error returned by CleanEtherpadReq.Validate if the designated constraints aren't met.

func (CleanEtherpadReqValidationError) Cause

Cause function returns cause value.

func (CleanEtherpadReqValidationError) Error

Error satisfies the builtin error interface

func (CleanEtherpadReqValidationError) ErrorName

ErrorName returns error name.

func (CleanEtherpadReqValidationError) Field

Field function returns field value.

func (CleanEtherpadReqValidationError) Key

Key function returns key value.

func (CleanEtherpadReqValidationError) Reason

Reason function returns reason value.

type ClosePollReq

type ClosePollReq struct {
	RoomId string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PollId string `protobuf:"bytes,3,opt,name=poll_id,json=pollId,proto3" json:"poll_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ClosePollReq) Descriptor deprecated

func (*ClosePollReq) Descriptor() ([]byte, []int)

Deprecated: Use ClosePollReq.ProtoReflect.Descriptor instead.

func (*ClosePollReq) GetPollId

func (x *ClosePollReq) GetPollId() string

func (*ClosePollReq) GetRoomId

func (x *ClosePollReq) GetRoomId() string

func (*ClosePollReq) GetUserId

func (x *ClosePollReq) GetUserId() string

func (*ClosePollReq) ProtoMessage

func (*ClosePollReq) ProtoMessage()

func (*ClosePollReq) ProtoReflect

func (x *ClosePollReq) ProtoReflect() protoreflect.Message

func (*ClosePollReq) Reset

func (x *ClosePollReq) Reset()

func (*ClosePollReq) String

func (x *ClosePollReq) String() string

func (*ClosePollReq) Validate

func (m *ClosePollReq) Validate() error

Validate checks the field values on ClosePollReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ClosePollReq) ValidateAll

func (m *ClosePollReq) ValidateAll() error

ValidateAll checks the field values on ClosePollReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ClosePollReqMultiError, or nil if none found.

type ClosePollReqMultiError

type ClosePollReqMultiError []error

ClosePollReqMultiError is an error wrapping multiple validation errors returned by ClosePollReq.ValidateAll() if the designated constraints aren't met.

func (ClosePollReqMultiError) AllErrors

func (m ClosePollReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ClosePollReqMultiError) Error

func (m ClosePollReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ClosePollReqValidationError

type ClosePollReqValidationError struct {
	// contains filtered or unexported fields
}

ClosePollReqValidationError is the validation error returned by ClosePollReq.Validate if the designated constraints aren't met.

func (ClosePollReqValidationError) Cause

Cause function returns cause value.

func (ClosePollReqValidationError) Error

Error satisfies the builtin error interface

func (ClosePollReqValidationError) ErrorName

func (e ClosePollReqValidationError) ErrorName() string

ErrorName returns error name.

func (ClosePollReqValidationError) Field

Field function returns field value.

func (ClosePollReqValidationError) Key

Key function returns key value.

func (ClosePollReqValidationError) Reason

Reason function returns reason value.

type CommonNotifyEvent

type CommonNotifyEvent struct {
	Event         *string                  `protobuf:"bytes,1,opt,name=event,proto3,oneof" json:"event,omitempty"`
	Room          *NotifyEventRoom         `protobuf:"bytes,2,opt,name=room,proto3,oneof" json:"room,omitempty"`
	Participant   *livekit.ParticipantInfo `protobuf:"bytes,3,opt,name=participant,proto3,oneof" json:"participant,omitempty"`
	RecordingInfo *RecordingInfoEvent      `protobuf:"bytes,4,opt,name=recording_info,json=recordingInfo,proto3,oneof" json:"recording_info,omitempty"`
	SpeechService *SpeechServiceEvent      `protobuf:"bytes,5,opt,name=speech_service,json=speechService,proto3,oneof" json:"speech_service,omitempty"`
	Track         *livekit.TrackInfo       `protobuf:"bytes,6,opt,name=track,proto3,oneof" json:"track,omitempty"`
	Id            *string                  `protobuf:"bytes,9,opt,name=id,proto3,oneof" json:"id,omitempty"`
	CreatedAt     *int64                   `protobuf:"varint,10,opt,name=created_at,json=createdAt,proto3,oneof" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*CommonNotifyEvent) Descriptor deprecated

func (*CommonNotifyEvent) Descriptor() ([]byte, []int)

Deprecated: Use CommonNotifyEvent.ProtoReflect.Descriptor instead.

func (*CommonNotifyEvent) GetCreatedAt

func (x *CommonNotifyEvent) GetCreatedAt() int64

func (*CommonNotifyEvent) GetEvent

func (x *CommonNotifyEvent) GetEvent() string

func (*CommonNotifyEvent) GetId

func (x *CommonNotifyEvent) GetId() string

func (*CommonNotifyEvent) GetParticipant

func (x *CommonNotifyEvent) GetParticipant() *livekit.ParticipantInfo

func (*CommonNotifyEvent) GetRecordingInfo

func (x *CommonNotifyEvent) GetRecordingInfo() *RecordingInfoEvent

func (*CommonNotifyEvent) GetRoom

func (x *CommonNotifyEvent) GetRoom() *NotifyEventRoom

func (*CommonNotifyEvent) GetSpeechService

func (x *CommonNotifyEvent) GetSpeechService() *SpeechServiceEvent

func (*CommonNotifyEvent) GetTrack

func (x *CommonNotifyEvent) GetTrack() *livekit.TrackInfo

func (*CommonNotifyEvent) ProtoMessage

func (*CommonNotifyEvent) ProtoMessage()

func (*CommonNotifyEvent) ProtoReflect

func (x *CommonNotifyEvent) ProtoReflect() protoreflect.Message

func (*CommonNotifyEvent) Reset

func (x *CommonNotifyEvent) Reset()

func (*CommonNotifyEvent) String

func (x *CommonNotifyEvent) String() string

func (*CommonNotifyEvent) Validate

func (m *CommonNotifyEvent) Validate() error

Validate checks the field values on CommonNotifyEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CommonNotifyEvent) ValidateAll

func (m *CommonNotifyEvent) ValidateAll() error

ValidateAll checks the field values on CommonNotifyEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommonNotifyEventMultiError, or nil if none found.

type CommonNotifyEventMultiError

type CommonNotifyEventMultiError []error

CommonNotifyEventMultiError is an error wrapping multiple validation errors returned by CommonNotifyEvent.ValidateAll() if the designated constraints aren't met.

func (CommonNotifyEventMultiError) AllErrors

func (m CommonNotifyEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CommonNotifyEventMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CommonNotifyEventValidationError

type CommonNotifyEventValidationError struct {
	// contains filtered or unexported fields
}

CommonNotifyEventValidationError is the validation error returned by CommonNotifyEvent.Validate if the designated constraints aren't met.

func (CommonNotifyEventValidationError) Cause

Cause function returns cause value.

func (CommonNotifyEventValidationError) Error

Error satisfies the builtin error interface

func (CommonNotifyEventValidationError) ErrorName

ErrorName returns error name.

func (CommonNotifyEventValidationError) Field

Field function returns field value.

func (CommonNotifyEventValidationError) Key

Key function returns key value.

func (CommonNotifyEventValidationError) Reason

Reason function returns reason value.

type CommonResponse

type CommonResponse struct {
	Status bool   `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg    string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*CommonResponse) Descriptor deprecated

func (*CommonResponse) Descriptor() ([]byte, []int)

Deprecated: Use CommonResponse.ProtoReflect.Descriptor instead.

func (*CommonResponse) GetMsg

func (x *CommonResponse) GetMsg() string

func (*CommonResponse) GetStatus

func (x *CommonResponse) GetStatus() bool

func (*CommonResponse) ProtoMessage

func (*CommonResponse) ProtoMessage()

func (*CommonResponse) ProtoReflect

func (x *CommonResponse) ProtoReflect() protoreflect.Message

func (*CommonResponse) Reset

func (x *CommonResponse) Reset()

func (*CommonResponse) String

func (x *CommonResponse) String() string

func (*CommonResponse) Validate

func (m *CommonResponse) Validate() error

Validate checks the field values on CommonResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CommonResponse) ValidateAll

func (m *CommonResponse) ValidateAll() error

ValidateAll checks the field values on CommonResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommonResponseMultiError, or nil if none found.

type CommonResponseMultiError

type CommonResponseMultiError []error

CommonResponseMultiError is an error wrapping multiple validation errors returned by CommonResponse.ValidateAll() if the designated constraints aren't met.

func (CommonResponseMultiError) AllErrors

func (m CommonResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CommonResponseMultiError) Error

func (m CommonResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CommonResponseValidationError

type CommonResponseValidationError struct {
	// contains filtered or unexported fields
}

CommonResponseValidationError is the validation error returned by CommonResponse.Validate if the designated constraints aren't met.

func (CommonResponseValidationError) Cause

Cause function returns cause value.

func (CommonResponseValidationError) Error

Error satisfies the builtin error interface

func (CommonResponseValidationError) ErrorName

func (e CommonResponseValidationError) ErrorName() string

ErrorName returns error name.

func (CommonResponseValidationError) Field

Field function returns field value.

func (CommonResponseValidationError) Key

Key function returns key value.

func (CommonResponseValidationError) Reason

Reason function returns reason value.

type CopyToPath

type CopyToPath struct {
	MainPath string  `protobuf:"bytes,1,opt,name=main_path,json=mainPath,proto3" json:"main_path,omitempty"`
	SubPath  *string `protobuf:"bytes,2,opt,name=sub_path,json=subPath,proto3,oneof" json:"sub_path,omitempty"`
	// contains filtered or unexported fields
}

func (*CopyToPath) Descriptor deprecated

func (*CopyToPath) Descriptor() ([]byte, []int)

Deprecated: Use CopyToPath.ProtoReflect.Descriptor instead.

func (*CopyToPath) GetMainPath

func (x *CopyToPath) GetMainPath() string

func (*CopyToPath) GetSubPath

func (x *CopyToPath) GetSubPath() string

func (*CopyToPath) ProtoMessage

func (*CopyToPath) ProtoMessage()

func (*CopyToPath) ProtoReflect

func (x *CopyToPath) ProtoReflect() protoreflect.Message

func (*CopyToPath) Reset

func (x *CopyToPath) Reset()

func (*CopyToPath) String

func (x *CopyToPath) String() string

func (*CopyToPath) Validate

func (m *CopyToPath) Validate() error

Validate checks the field values on CopyToPath with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CopyToPath) ValidateAll

func (m *CopyToPath) ValidateAll() error

ValidateAll checks the field values on CopyToPath with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CopyToPathMultiError, or nil if none found.

type CopyToPathMultiError

type CopyToPathMultiError []error

CopyToPathMultiError is an error wrapping multiple validation errors returned by CopyToPath.ValidateAll() if the designated constraints aren't met.

func (CopyToPathMultiError) AllErrors

func (m CopyToPathMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CopyToPathMultiError) Error

func (m CopyToPathMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CopyToPathValidationError

type CopyToPathValidationError struct {
	// contains filtered or unexported fields
}

CopyToPathValidationError is the validation error returned by CopyToPath.Validate if the designated constraints aren't met.

func (CopyToPathValidationError) Cause

func (e CopyToPathValidationError) Cause() error

Cause function returns cause value.

func (CopyToPathValidationError) Error

Error satisfies the builtin error interface

func (CopyToPathValidationError) ErrorName

func (e CopyToPathValidationError) ErrorName() string

ErrorName returns error name.

func (CopyToPathValidationError) Field

Field function returns field value.

func (CopyToPathValidationError) Key

Key function returns key value.

func (CopyToPathValidationError) Reason

func (e CopyToPathValidationError) Reason() string

Reason function returns reason value.

type CopyrightConf

type CopyrightConf struct {
	Display bool   `protobuf:"varint,1,opt,name=display,proto3" json:"display,omitempty"`
	Text    string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*CopyrightConf) Descriptor deprecated

func (*CopyrightConf) Descriptor() ([]byte, []int)

Deprecated: Use CopyrightConf.ProtoReflect.Descriptor instead.

func (*CopyrightConf) GetDisplay

func (x *CopyrightConf) GetDisplay() bool

func (*CopyrightConf) GetText

func (x *CopyrightConf) GetText() string

func (*CopyrightConf) ProtoMessage

func (*CopyrightConf) ProtoMessage()

func (*CopyrightConf) ProtoReflect

func (x *CopyrightConf) ProtoReflect() protoreflect.Message

func (*CopyrightConf) Reset

func (x *CopyrightConf) Reset()

func (*CopyrightConf) String

func (x *CopyrightConf) String() string

func (*CopyrightConf) Validate

func (m *CopyrightConf) Validate() error

Validate checks the field values on CopyrightConf with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CopyrightConf) ValidateAll

func (m *CopyrightConf) ValidateAll() error

ValidateAll checks the field values on CopyrightConf with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CopyrightConfMultiError, or nil if none found.

type CopyrightConfMultiError

type CopyrightConfMultiError []error

CopyrightConfMultiError is an error wrapping multiple validation errors returned by CopyrightConf.ValidateAll() if the designated constraints aren't met.

func (CopyrightConfMultiError) AllErrors

func (m CopyrightConfMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CopyrightConfMultiError) Error

func (m CopyrightConfMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CopyrightConfValidationError

type CopyrightConfValidationError struct {
	// contains filtered or unexported fields
}

CopyrightConfValidationError is the validation error returned by CopyrightConf.Validate if the designated constraints aren't met.

func (CopyrightConfValidationError) Cause

Cause function returns cause value.

func (CopyrightConfValidationError) Error

Error satisfies the builtin error interface

func (CopyrightConfValidationError) ErrorName

func (e CopyrightConfValidationError) ErrorName() string

ErrorName returns error name.

func (CopyrightConfValidationError) Field

Field function returns field value.

func (CopyrightConfValidationError) Key

Key function returns key value.

func (CopyrightConfValidationError) Reason

Reason function returns reason value.

type CreateBreakoutRoomsReq

type CreateBreakoutRoomsReq struct {
	RoomId          string          `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	RequestedUserId string          `protobuf:"bytes,2,opt,name=requested_user_id,json=requestedUserId,proto3" json:"requested_user_id,omitempty"`
	Duration        uint64          `protobuf:"varint,3,opt,name=duration,proto3" json:"duration,omitempty"`
	WelcomeMsg      *string         `protobuf:"bytes,4,opt,name=welcome_msg,json=welcomeMsg,proto3,oneof" json:"welcome_msg,omitempty"`
	Rooms           []*BreakoutRoom `protobuf:"bytes,5,rep,name=rooms,proto3" json:"rooms,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBreakoutRoomsReq) Descriptor deprecated

func (*CreateBreakoutRoomsReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateBreakoutRoomsReq.ProtoReflect.Descriptor instead.

func (*CreateBreakoutRoomsReq) GetDuration

func (x *CreateBreakoutRoomsReq) GetDuration() uint64

func (*CreateBreakoutRoomsReq) GetRequestedUserId

func (x *CreateBreakoutRoomsReq) GetRequestedUserId() string

func (*CreateBreakoutRoomsReq) GetRoomId

func (x *CreateBreakoutRoomsReq) GetRoomId() string

func (*CreateBreakoutRoomsReq) GetRooms

func (x *CreateBreakoutRoomsReq) GetRooms() []*BreakoutRoom

func (*CreateBreakoutRoomsReq) GetWelcomeMsg

func (x *CreateBreakoutRoomsReq) GetWelcomeMsg() string

func (*CreateBreakoutRoomsReq) ProtoMessage

func (*CreateBreakoutRoomsReq) ProtoMessage()

func (*CreateBreakoutRoomsReq) ProtoReflect

func (x *CreateBreakoutRoomsReq) ProtoReflect() protoreflect.Message

func (*CreateBreakoutRoomsReq) Reset

func (x *CreateBreakoutRoomsReq) Reset()

func (*CreateBreakoutRoomsReq) String

func (x *CreateBreakoutRoomsReq) String() string

func (*CreateBreakoutRoomsReq) Validate

func (m *CreateBreakoutRoomsReq) Validate() error

Validate checks the field values on CreateBreakoutRoomsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateBreakoutRoomsReq) ValidateAll

func (m *CreateBreakoutRoomsReq) ValidateAll() error

ValidateAll checks the field values on CreateBreakoutRoomsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateBreakoutRoomsReqMultiError, or nil if none found.

type CreateBreakoutRoomsReqMultiError

type CreateBreakoutRoomsReqMultiError []error

CreateBreakoutRoomsReqMultiError is an error wrapping multiple validation errors returned by CreateBreakoutRoomsReq.ValidateAll() if the designated constraints aren't met.

func (CreateBreakoutRoomsReqMultiError) AllErrors

func (m CreateBreakoutRoomsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateBreakoutRoomsReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateBreakoutRoomsReqValidationError

type CreateBreakoutRoomsReqValidationError struct {
	// contains filtered or unexported fields
}

CreateBreakoutRoomsReqValidationError is the validation error returned by CreateBreakoutRoomsReq.Validate if the designated constraints aren't met.

func (CreateBreakoutRoomsReqValidationError) Cause

Cause function returns cause value.

func (CreateBreakoutRoomsReqValidationError) Error

Error satisfies the builtin error interface

func (CreateBreakoutRoomsReqValidationError) ErrorName

ErrorName returns error name.

func (CreateBreakoutRoomsReqValidationError) Field

Field function returns field value.

func (CreateBreakoutRoomsReqValidationError) Key

Key function returns key value.

func (CreateBreakoutRoomsReqValidationError) Reason

Reason function returns reason value.

type CreateEtherpadSessionRes

type CreateEtherpadSessionRes struct {
	Status        bool    `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg           string  `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	PadId         *string `protobuf:"bytes,3,opt,name=pad_id,json=padId,proto3,oneof" json:"pad_id,omitempty"`
	ReadonlyPadId *string `protobuf:"bytes,4,opt,name=readonly_pad_id,json=readonlyPadId,proto3,oneof" json:"readonly_pad_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEtherpadSessionRes) Descriptor deprecated

func (*CreateEtherpadSessionRes) Descriptor() ([]byte, []int)

Deprecated: Use CreateEtherpadSessionRes.ProtoReflect.Descriptor instead.

func (*CreateEtherpadSessionRes) GetMsg

func (x *CreateEtherpadSessionRes) GetMsg() string

func (*CreateEtherpadSessionRes) GetPadId

func (x *CreateEtherpadSessionRes) GetPadId() string

func (*CreateEtherpadSessionRes) GetReadonlyPadId

func (x *CreateEtherpadSessionRes) GetReadonlyPadId() string

func (*CreateEtherpadSessionRes) GetStatus

func (x *CreateEtherpadSessionRes) GetStatus() bool

func (*CreateEtherpadSessionRes) ProtoMessage

func (*CreateEtherpadSessionRes) ProtoMessage()

func (*CreateEtherpadSessionRes) ProtoReflect

func (x *CreateEtherpadSessionRes) ProtoReflect() protoreflect.Message

func (*CreateEtherpadSessionRes) Reset

func (x *CreateEtherpadSessionRes) Reset()

func (*CreateEtherpadSessionRes) String

func (x *CreateEtherpadSessionRes) String() string

func (*CreateEtherpadSessionRes) Validate

func (m *CreateEtherpadSessionRes) Validate() error

Validate checks the field values on CreateEtherpadSessionRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateEtherpadSessionRes) ValidateAll

func (m *CreateEtherpadSessionRes) ValidateAll() error

ValidateAll checks the field values on CreateEtherpadSessionRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateEtherpadSessionResMultiError, or nil if none found.

type CreateEtherpadSessionResMultiError

type CreateEtherpadSessionResMultiError []error

CreateEtherpadSessionResMultiError is an error wrapping multiple validation errors returned by CreateEtherpadSessionRes.ValidateAll() if the designated constraints aren't met.

func (CreateEtherpadSessionResMultiError) AllErrors

func (m CreateEtherpadSessionResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateEtherpadSessionResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateEtherpadSessionResValidationError

type CreateEtherpadSessionResValidationError struct {
	// contains filtered or unexported fields
}

CreateEtherpadSessionResValidationError is the validation error returned by CreateEtherpadSessionRes.Validate if the designated constraints aren't met.

func (CreateEtherpadSessionResValidationError) Cause

Cause function returns cause value.

func (CreateEtherpadSessionResValidationError) Error

Error satisfies the builtin error interface

func (CreateEtherpadSessionResValidationError) ErrorName

ErrorName returns error name.

func (CreateEtherpadSessionResValidationError) Field

Field function returns field value.

func (CreateEtherpadSessionResValidationError) Key

Key function returns key value.

func (CreateEtherpadSessionResValidationError) Reason

Reason function returns reason value.

type CreateIngressReq

type CreateIngressReq struct {
	InputType       IngressInput `protobuf:"varint,1,opt,name=input_type,json=inputType,proto3,enum=plugnmeet.IngressInput" json:"input_type,omitempty"`
	ParticipantName string       `protobuf:"bytes,2,opt,name=participant_name,json=participantName,proto3" json:"participant_name,omitempty"`
	RoomId          string       `protobuf:"bytes,3,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIngressReq) Descriptor deprecated

func (*CreateIngressReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateIngressReq.ProtoReflect.Descriptor instead.

func (*CreateIngressReq) GetInputType

func (x *CreateIngressReq) GetInputType() IngressInput

func (*CreateIngressReq) GetParticipantName

func (x *CreateIngressReq) GetParticipantName() string

func (*CreateIngressReq) GetRoomId

func (x *CreateIngressReq) GetRoomId() string

func (*CreateIngressReq) ProtoMessage

func (*CreateIngressReq) ProtoMessage()

func (*CreateIngressReq) ProtoReflect

func (x *CreateIngressReq) ProtoReflect() protoreflect.Message

func (*CreateIngressReq) Reset

func (x *CreateIngressReq) Reset()

func (*CreateIngressReq) String

func (x *CreateIngressReq) String() string

func (*CreateIngressReq) Validate

func (m *CreateIngressReq) Validate() error

Validate checks the field values on CreateIngressReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateIngressReq) ValidateAll

func (m *CreateIngressReq) ValidateAll() error

ValidateAll checks the field values on CreateIngressReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateIngressReqMultiError, or nil if none found.

type CreateIngressReqMultiError

type CreateIngressReqMultiError []error

CreateIngressReqMultiError is an error wrapping multiple validation errors returned by CreateIngressReq.ValidateAll() if the designated constraints aren't met.

func (CreateIngressReqMultiError) AllErrors

func (m CreateIngressReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateIngressReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateIngressReqValidationError

type CreateIngressReqValidationError struct {
	// contains filtered or unexported fields
}

CreateIngressReqValidationError is the validation error returned by CreateIngressReq.Validate if the designated constraints aren't met.

func (CreateIngressReqValidationError) Cause

Cause function returns cause value.

func (CreateIngressReqValidationError) Error

Error satisfies the builtin error interface

func (CreateIngressReqValidationError) ErrorName

ErrorName returns error name.

func (CreateIngressReqValidationError) Field

Field function returns field value.

func (CreateIngressReqValidationError) Key

Key function returns key value.

func (CreateIngressReqValidationError) Reason

Reason function returns reason value.

type CreateIngressRes

type CreateIngressRes struct {
	Status    bool   `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg       string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Url       string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	StreamKey string `protobuf:"bytes,4,opt,name=stream_key,json=streamKey,proto3" json:"stream_key,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIngressRes) Descriptor deprecated

func (*CreateIngressRes) Descriptor() ([]byte, []int)

Deprecated: Use CreateIngressRes.ProtoReflect.Descriptor instead.

func (*CreateIngressRes) GetMsg

func (x *CreateIngressRes) GetMsg() string

func (*CreateIngressRes) GetStatus

func (x *CreateIngressRes) GetStatus() bool

func (*CreateIngressRes) GetStreamKey

func (x *CreateIngressRes) GetStreamKey() string

func (*CreateIngressRes) GetUrl

func (x *CreateIngressRes) GetUrl() string

func (*CreateIngressRes) ProtoMessage

func (*CreateIngressRes) ProtoMessage()

func (*CreateIngressRes) ProtoReflect

func (x *CreateIngressRes) ProtoReflect() protoreflect.Message

func (*CreateIngressRes) Reset

func (x *CreateIngressRes) Reset()

func (*CreateIngressRes) String

func (x *CreateIngressRes) String() string

func (*CreateIngressRes) Validate

func (m *CreateIngressRes) Validate() error

Validate checks the field values on CreateIngressRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateIngressRes) ValidateAll

func (m *CreateIngressRes) ValidateAll() error

ValidateAll checks the field values on CreateIngressRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateIngressResMultiError, or nil if none found.

type CreateIngressResMultiError

type CreateIngressResMultiError []error

CreateIngressResMultiError is an error wrapping multiple validation errors returned by CreateIngressRes.ValidateAll() if the designated constraints aren't met.

func (CreateIngressResMultiError) AllErrors

func (m CreateIngressResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateIngressResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateIngressResValidationError

type CreateIngressResValidationError struct {
	// contains filtered or unexported fields
}

CreateIngressResValidationError is the validation error returned by CreateIngressRes.Validate if the designated constraints aren't met.

func (CreateIngressResValidationError) Cause

Cause function returns cause value.

func (CreateIngressResValidationError) Error

Error satisfies the builtin error interface

func (CreateIngressResValidationError) ErrorName

ErrorName returns error name.

func (CreateIngressResValidationError) Field

Field function returns field value.

func (CreateIngressResValidationError) Key

Key function returns key value.

func (CreateIngressResValidationError) Reason

Reason function returns reason value.

type CreatePollOptions

type CreatePollOptions struct {
	Id   uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePollOptions) Descriptor deprecated

func (*CreatePollOptions) Descriptor() ([]byte, []int)

Deprecated: Use CreatePollOptions.ProtoReflect.Descriptor instead.

func (*CreatePollOptions) GetId

func (x *CreatePollOptions) GetId() uint32

func (*CreatePollOptions) GetText

func (x *CreatePollOptions) GetText() string

func (*CreatePollOptions) ProtoMessage

func (*CreatePollOptions) ProtoMessage()

func (*CreatePollOptions) ProtoReflect

func (x *CreatePollOptions) ProtoReflect() protoreflect.Message

func (*CreatePollOptions) Reset

func (x *CreatePollOptions) Reset()

func (*CreatePollOptions) String

func (x *CreatePollOptions) String() string

func (*CreatePollOptions) Validate

func (m *CreatePollOptions) Validate() error

Validate checks the field values on CreatePollOptions with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreatePollOptions) ValidateAll

func (m *CreatePollOptions) ValidateAll() error

ValidateAll checks the field values on CreatePollOptions with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatePollOptionsMultiError, or nil if none found.

type CreatePollOptionsMultiError

type CreatePollOptionsMultiError []error

CreatePollOptionsMultiError is an error wrapping multiple validation errors returned by CreatePollOptions.ValidateAll() if the designated constraints aren't met.

func (CreatePollOptionsMultiError) AllErrors

func (m CreatePollOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatePollOptionsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreatePollOptionsValidationError

type CreatePollOptionsValidationError struct {
	// contains filtered or unexported fields
}

CreatePollOptionsValidationError is the validation error returned by CreatePollOptions.Validate if the designated constraints aren't met.

func (CreatePollOptionsValidationError) Cause

Cause function returns cause value.

func (CreatePollOptionsValidationError) Error

Error satisfies the builtin error interface

func (CreatePollOptionsValidationError) ErrorName

ErrorName returns error name.

func (CreatePollOptionsValidationError) Field

Field function returns field value.

func (CreatePollOptionsValidationError) Key

Key function returns key value.

func (CreatePollOptionsValidationError) Reason

Reason function returns reason value.

type CreatePollReq

type CreatePollReq struct {
	RoomId   string               `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	UserId   string               `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PollId   string               `protobuf:"bytes,3,opt,name=poll_id,json=pollId,proto3" json:"poll_id,omitempty"`
	Question string               `protobuf:"bytes,4,opt,name=question,proto3" json:"question,omitempty"`
	Options  []*CreatePollOptions `protobuf:"bytes,5,rep,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePollReq) Descriptor deprecated

func (*CreatePollReq) Descriptor() ([]byte, []int)

Deprecated: Use CreatePollReq.ProtoReflect.Descriptor instead.

func (*CreatePollReq) GetOptions

func (x *CreatePollReq) GetOptions() []*CreatePollOptions

func (*CreatePollReq) GetPollId

func (x *CreatePollReq) GetPollId() string

func (*CreatePollReq) GetQuestion

func (x *CreatePollReq) GetQuestion() string

func (*CreatePollReq) GetRoomId

func (x *CreatePollReq) GetRoomId() string

func (*CreatePollReq) GetUserId

func (x *CreatePollReq) GetUserId() string

func (*CreatePollReq) ProtoMessage

func (*CreatePollReq) ProtoMessage()

func (*CreatePollReq) ProtoReflect

func (x *CreatePollReq) ProtoReflect() protoreflect.Message

func (*CreatePollReq) Reset

func (x *CreatePollReq) Reset()

func (*CreatePollReq) String

func (x *CreatePollReq) String() string

func (*CreatePollReq) Validate

func (m *CreatePollReq) Validate() error

Validate checks the field values on CreatePollReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreatePollReq) ValidateAll

func (m *CreatePollReq) ValidateAll() error

ValidateAll checks the field values on CreatePollReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatePollReqMultiError, or nil if none found.

type CreatePollReqMultiError

type CreatePollReqMultiError []error

CreatePollReqMultiError is an error wrapping multiple validation errors returned by CreatePollReq.ValidateAll() if the designated constraints aren't met.

func (CreatePollReqMultiError) AllErrors

func (m CreatePollReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatePollReqMultiError) Error

func (m CreatePollReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CreatePollReqValidationError

type CreatePollReqValidationError struct {
	// contains filtered or unexported fields
}

CreatePollReqValidationError is the validation error returned by CreatePollReq.Validate if the designated constraints aren't met.

func (CreatePollReqValidationError) Cause

Cause function returns cause value.

func (CreatePollReqValidationError) Error

Error satisfies the builtin error interface

func (CreatePollReqValidationError) ErrorName

func (e CreatePollReqValidationError) ErrorName() string

ErrorName returns error name.

func (CreatePollReqValidationError) Field

Field function returns field value.

func (CreatePollReqValidationError) Key

Key function returns key value.

func (CreatePollReqValidationError) Reason

Reason function returns reason value.

type CreateRoomReq

type CreateRoomReq struct {
	RoomId          string        `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	EmptyTimeout    *uint32       `protobuf:"varint,2,opt,name=empty_timeout,json=emptyTimeout,proto3,oneof" json:"empty_timeout,omitempty"`
	MaxParticipants *uint32       `protobuf:"varint,3,opt,name=max_participants,json=maxParticipants,proto3,oneof" json:"max_participants,omitempty"`
	Metadata        *RoomMetadata `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRoomReq) Descriptor deprecated

func (*CreateRoomReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateRoomReq.ProtoReflect.Descriptor instead.

func (*CreateRoomReq) GetEmptyTimeout

func (x *CreateRoomReq) GetEmptyTimeout() uint32

func (*CreateRoomReq) GetMaxParticipants

func (x *CreateRoomReq) GetMaxParticipants() uint32

func (*CreateRoomReq) GetMetadata

func (x *CreateRoomReq) GetMetadata() *RoomMetadata

func (*CreateRoomReq) GetRoomId

func (x *CreateRoomReq) GetRoomId() string

func (*CreateRoomReq) ProtoMessage

func (*CreateRoomReq) ProtoMessage()

func (*CreateRoomReq) ProtoReflect

func (x *CreateRoomReq) ProtoReflect() protoreflect.Message

func (*CreateRoomReq) Reset

func (x *CreateRoomReq) Reset()

func (*CreateRoomReq) String

func (x *CreateRoomReq) String() string

func (*CreateRoomReq) Validate

func (m *CreateRoomReq) Validate() error

Validate checks the field values on CreateRoomReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateRoomReq) ValidateAll

func (m *CreateRoomReq) ValidateAll() error

ValidateAll checks the field values on CreateRoomReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRoomReqMultiError, or nil if none found.

type CreateRoomReqMultiError

type CreateRoomReqMultiError []error

CreateRoomReqMultiError is an error wrapping multiple validation errors returned by CreateRoomReq.ValidateAll() if the designated constraints aren't met.

func (CreateRoomReqMultiError) AllErrors

func (m CreateRoomReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateRoomReqMultiError) Error

func (m CreateRoomReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CreateRoomReqValidationError

type CreateRoomReqValidationError struct {
	// contains filtered or unexported fields
}

CreateRoomReqValidationError is the validation error returned by CreateRoomReq.Validate if the designated constraints aren't met.

func (CreateRoomReqValidationError) Cause

Cause function returns cause value.

func (CreateRoomReqValidationError) Error

Error satisfies the builtin error interface

func (CreateRoomReqValidationError) ErrorName

func (e CreateRoomReqValidationError) ErrorName() string

ErrorName returns error name.

func (CreateRoomReqValidationError) Field

Field function returns field value.

func (CreateRoomReqValidationError) Key

Key function returns key value.

func (CreateRoomReqValidationError) Reason

Reason function returns reason value.

type CreateRoomRes

type CreateRoomRes struct {
	Status   bool          `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg      string        `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	RoomInfo *livekit.Room `protobuf:"bytes,3,opt,name=room_info,json=roomInfo,proto3" json:"room_info,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRoomRes) Descriptor deprecated

func (*CreateRoomRes) Descriptor() ([]byte, []int)

Deprecated: Use CreateRoomRes.ProtoReflect.Descriptor instead.

func (*CreateRoomRes) GetMsg

func (x *CreateRoomRes) GetMsg() string

func (*CreateRoomRes) GetRoomInfo

func (x *CreateRoomRes) GetRoomInfo() *livekit.Room

func (*CreateRoomRes) GetStatus

func (x *CreateRoomRes) GetStatus() bool

func (*CreateRoomRes) ProtoMessage

func (*CreateRoomRes) ProtoMessage()

func (*CreateRoomRes) ProtoReflect

func (x *CreateRoomRes) ProtoReflect() protoreflect.Message

func (*CreateRoomRes) Reset

func (x *CreateRoomRes) Reset()

func (*CreateRoomRes) String

func (x *CreateRoomRes) String() string

func (*CreateRoomRes) Validate

func (m *CreateRoomRes) Validate() error

Validate checks the field values on CreateRoomRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateRoomRes) ValidateAll

func (m *CreateRoomRes) ValidateAll() error

ValidateAll checks the field values on CreateRoomRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRoomResMultiError, or nil if none found.

type CreateRoomResMultiError

type CreateRoomResMultiError []error

CreateRoomResMultiError is an error wrapping multiple validation errors returned by CreateRoomRes.ValidateAll() if the designated constraints aren't met.

func (CreateRoomResMultiError) AllErrors

func (m CreateRoomResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateRoomResMultiError) Error

func (m CreateRoomResMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CreateRoomResValidationError

type CreateRoomResValidationError struct {
	// contains filtered or unexported fields
}

CreateRoomResValidationError is the validation error returned by CreateRoomRes.Validate if the designated constraints aren't met.

func (CreateRoomResValidationError) Cause

Cause function returns cause value.

func (CreateRoomResValidationError) Error

Error satisfies the builtin error interface

func (CreateRoomResValidationError) ErrorName

func (e CreateRoomResValidationError) ErrorName() string

ErrorName returns error name.

func (CreateRoomResValidationError) Field

Field function returns field value.

func (CreateRoomResValidationError) Key

Key function returns key value.

func (CreateRoomResValidationError) Reason

Reason function returns reason value.

type DataMessage

type DataMessage struct {
	Type      DataMsgType  `protobuf:"varint,1,opt,name=type,proto3,enum=plugnmeet.DataMsgType" json:"type,omitempty"`
	MessageId *string      `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3,oneof" json:"message_id,omitempty"`
	RoomSid   string       `protobuf:"bytes,3,opt,name=room_sid,json=roomSid,proto3" json:"room_sid,omitempty"`
	RoomId    string       `protobuf:"bytes,4,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	To        *string      `protobuf:"bytes,5,opt,name=to,proto3,oneof" json:"to,omitempty"`
	Body      *DataMsgBody `protobuf:"bytes,6,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*DataMessage) Descriptor deprecated

func (*DataMessage) Descriptor() ([]byte, []int)

Deprecated: Use DataMessage.ProtoReflect.Descriptor instead.

func (*DataMessage) GetBody

func (x *DataMessage) GetBody() *DataMsgBody

func (*DataMessage) GetMessageId

func (x *DataMessage) GetMessageId() string

func (*DataMessage) GetRoomId

func (x *DataMessage) GetRoomId() string

func (*DataMessage) GetRoomSid

func (x *DataMessage) GetRoomSid() string

func (*DataMessage) GetTo

func (x *DataMessage) GetTo() string

func (*DataMessage) GetType

func (x *DataMessage) GetType() DataMsgType

func (*DataMessage) ProtoMessage

func (*DataMessage) ProtoMessage()

func (*DataMessage) ProtoReflect

func (x *DataMessage) ProtoReflect() protoreflect.Message

func (*DataMessage) Reset

func (x *DataMessage) Reset()

func (*DataMessage) String

func (x *DataMessage) String() string

func (*DataMessage) Validate

func (m *DataMessage) Validate() error

Validate checks the field values on DataMessage with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DataMessage) ValidateAll

func (m *DataMessage) ValidateAll() error

ValidateAll checks the field values on DataMessage with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DataMessageMultiError, or nil if none found.

type DataMessageMultiError

type DataMessageMultiError []error

DataMessageMultiError is an error wrapping multiple validation errors returned by DataMessage.ValidateAll() if the designated constraints aren't met.

func (DataMessageMultiError) AllErrors

func (m DataMessageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DataMessageMultiError) Error

func (m DataMessageMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DataMessageReq

type DataMessageReq struct {
	RoomId          string          `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	RoomSid         string          `protobuf:"bytes,2,opt,name=room_sid,json=roomSid,proto3" json:"room_sid,omitempty"`
	UserId          string          `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserSid         string          `protobuf:"bytes,4,opt,name=user_sid,json=userSid,proto3" json:"user_sid,omitempty"`
	MsgBodyType     DataMsgBodyType `` /* 128-byte string literal not displayed */
	Msg             string          `protobuf:"bytes,6,opt,name=msg,proto3" json:"msg,omitempty"`
	RequestedUserId string          `protobuf:"bytes,7,opt,name=Requested_user_id,json=RequestedUserId,proto3" json:"Requested_user_id,omitempty"`
	SendTo          []string        `protobuf:"bytes,8,rep,name=send_to,json=sendTo,proto3" json:"send_to,omitempty"`
	IsAdmin         bool            `protobuf:"varint,9,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	// contains filtered or unexported fields
}

func (*DataMessageReq) Descriptor deprecated

func (*DataMessageReq) Descriptor() ([]byte, []int)

Deprecated: Use DataMessageReq.ProtoReflect.Descriptor instead.

func (*DataMessageReq) GetIsAdmin

func (x *DataMessageReq) GetIsAdmin() bool

func (*DataMessageReq) GetMsg

func (x *DataMessageReq) GetMsg() string

func (*DataMessageReq) GetMsgBodyType

func (x *DataMessageReq) GetMsgBodyType() DataMsgBodyType

func (*DataMessageReq) GetRequestedUserId

func (x *DataMessageReq) GetRequestedUserId() string

func (*DataMessageReq) GetRoomId

func (x *DataMessageReq) GetRoomId() string

func (*DataMessageReq) GetRoomSid

func (x *DataMessageReq) GetRoomSid() string

func (*DataMessageReq) GetSendTo

func (x *DataMessageReq) GetSendTo() []string

func (*DataMessageReq) GetUserId

func (x *DataMessageReq) GetUserId() string

func (*DataMessageReq) GetUserSid

func (x *DataMessageReq) GetUserSid() string

func (*DataMessageReq) ProtoMessage

func (*DataMessageReq) ProtoMessage()

func (*DataMessageReq) ProtoReflect

func (x *DataMessageReq) ProtoReflect() protoreflect.Message

func (*DataMessageReq) Reset

func (x *DataMessageReq) Reset()

func (*DataMessageReq) String

func (x *DataMessageReq) String() string

func (*DataMessageReq) Validate

func (m *DataMessageReq) Validate() error

Validate checks the field values on DataMessageReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DataMessageReq) ValidateAll

func (m *DataMessageReq) ValidateAll() error

ValidateAll checks the field values on DataMessageReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DataMessageReqMultiError, or nil if none found.

type DataMessageReqMultiError

type DataMessageReqMultiError []error

DataMessageReqMultiError is an error wrapping multiple validation errors returned by DataMessageReq.ValidateAll() if the designated constraints aren't met.

func (DataMessageReqMultiError) AllErrors

func (m DataMessageReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DataMessageReqMultiError) Error

func (m DataMessageReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DataMessageReqValidationError

type DataMessageReqValidationError struct {
	// contains filtered or unexported fields
}

DataMessageReqValidationError is the validation error returned by DataMessageReq.Validate if the designated constraints aren't met.

func (DataMessageReqValidationError) Cause

Cause function returns cause value.

func (DataMessageReqValidationError) Error

Error satisfies the builtin error interface

func (DataMessageReqValidationError) ErrorName

func (e DataMessageReqValidationError) ErrorName() string

ErrorName returns error name.

func (DataMessageReqValidationError) Field

Field function returns field value.

func (DataMessageReqValidationError) Key

Key function returns key value.

func (DataMessageReqValidationError) Reason

Reason function returns reason value.

type DataMessageValidationError

type DataMessageValidationError struct {
	// contains filtered or unexported fields
}

DataMessageValidationError is the validation error returned by DataMessage.Validate if the designated constraints aren't met.

func (DataMessageValidationError) Cause

Cause function returns cause value.

func (DataMessageValidationError) Error

Error satisfies the builtin error interface

func (DataMessageValidationError) ErrorName

func (e DataMessageValidationError) ErrorName() string

ErrorName returns error name.

func (DataMessageValidationError) Field

Field function returns field value.

func (DataMessageValidationError) Key

Key function returns key value.

func (DataMessageValidationError) Reason

Reason function returns reason value.

type DataMsgBody

type DataMsgBody struct {
	Type      DataMsgBodyType `protobuf:"varint,1,opt,name=type,proto3,enum=plugnmeet.DataMsgBodyType" json:"type,omitempty"`
	MessageId *string         `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3,oneof" json:"message_id,omitempty"`
	Time      *string         `protobuf:"bytes,3,opt,name=time,proto3,oneof" json:"time,omitempty"`
	From      *DataMsgReqFrom `protobuf:"bytes,4,opt,name=from,proto3" json:"from,omitempty"`
	Msg       string          `protobuf:"bytes,5,opt,name=msg,proto3" json:"msg,omitempty"`
	IsPrivate *uint32         `protobuf:"varint,6,opt,name=is_private,json=isPrivate,proto3,oneof" json:"is_private,omitempty"`
	// contains filtered or unexported fields
}

func (*DataMsgBody) Descriptor deprecated

func (*DataMsgBody) Descriptor() ([]byte, []int)

Deprecated: Use DataMsgBody.ProtoReflect.Descriptor instead.

func (*DataMsgBody) GetFrom

func (x *DataMsgBody) GetFrom() *DataMsgReqFrom

func (*DataMsgBody) GetIsPrivate

func (x *DataMsgBody) GetIsPrivate() uint32

func (*DataMsgBody) GetMessageId

func (x *DataMsgBody) GetMessageId() string

func (*DataMsgBody) GetMsg

func (x *DataMsgBody) GetMsg() string

func (*DataMsgBody) GetTime

func (x *DataMsgBody) GetTime() string

func (*DataMsgBody) GetType

func (x *DataMsgBody) GetType() DataMsgBodyType

func (*DataMsgBody) ProtoMessage

func (*DataMsgBody) ProtoMessage()

func (*DataMsgBody) ProtoReflect

func (x *DataMsgBody) ProtoReflect() protoreflect.Message

func (*DataMsgBody) Reset

func (x *DataMsgBody) Reset()

func (*DataMsgBody) String

func (x *DataMsgBody) String() string

func (*DataMsgBody) Validate

func (m *DataMsgBody) Validate() error

Validate checks the field values on DataMsgBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DataMsgBody) ValidateAll

func (m *DataMsgBody) ValidateAll() error

ValidateAll checks the field values on DataMsgBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DataMsgBodyMultiError, or nil if none found.

type DataMsgBodyMultiError

type DataMsgBodyMultiError []error

DataMsgBodyMultiError is an error wrapping multiple validation errors returned by DataMsgBody.ValidateAll() if the designated constraints aren't met.

func (DataMsgBodyMultiError) AllErrors

func (m DataMsgBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DataMsgBodyMultiError) Error

func (m DataMsgBodyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DataMsgBodyType

type DataMsgBodyType int32
const (
	// SYSTEM type
	DataMsgBodyType_RAISE_HAND                           DataMsgBodyType = 0
	DataMsgBodyType_LOWER_HAND                           DataMsgBodyType = 1
	DataMsgBodyType_OTHER_USER_LOWER_HAND                DataMsgBodyType = 2
	DataMsgBodyType_FILE_UPLOAD                          DataMsgBodyType = 3
	DataMsgBodyType_INFO                                 DataMsgBodyType = 4
	DataMsgBodyType_ALERT                                DataMsgBodyType = 5
	DataMsgBodyType_SEND_CHAT_MSGS                       DataMsgBodyType = 6
	DataMsgBodyType_RENEW_TOKEN                          DataMsgBodyType = 7
	DataMsgBodyType_UPDATE_LOCK_SETTINGS                 DataMsgBodyType = 8
	DataMsgBodyType_INIT_WHITEBOARD                      DataMsgBodyType = 9
	DataMsgBodyType_USER_VISIBILITY_CHANGE               DataMsgBodyType = 10
	DataMsgBodyType_EXTERNAL_MEDIA_PLAYER_EVENTS         DataMsgBodyType = 11
	DataMsgBodyType_POLL_CREATED                         DataMsgBodyType = 12
	DataMsgBodyType_NEW_POLL_RESPONSE                    DataMsgBodyType = 13
	DataMsgBodyType_POLL_CLOSED                          DataMsgBodyType = 14
	DataMsgBodyType_JOIN_BREAKOUT_ROOM                   DataMsgBodyType = 15
	DataMsgBodyType_SPEECH_SUBTITLE_TEXT                 DataMsgBodyType = 23
	DataMsgBodyType_AZURE_COGNITIVE_SERVICE_SPEECH_TOKEN DataMsgBodyType = 24
	DataMsgBodyType_UPDATE_ROOM_METADATA                 DataMsgBodyType = 25
	// USER type
	DataMsgBodyType_CHAT DataMsgBodyType = 16
	// WHITEBOARD type
	DataMsgBodyType_SCENE_UPDATE                DataMsgBodyType = 17
	DataMsgBodyType_POINTER_UPDATE              DataMsgBodyType = 18
	DataMsgBodyType_ADD_WHITEBOARD_FILE         DataMsgBodyType = 19
	DataMsgBodyType_ADD_WHITEBOARD_OFFICE_FILE  DataMsgBodyType = 20
	DataMsgBodyType_PAGE_CHANGE                 DataMsgBodyType = 21
	DataMsgBodyType_WHITEBOARD_APP_STATE_CHANGE DataMsgBodyType = 22
)

func (DataMsgBodyType) Descriptor

func (DataMsgBodyType) Enum

func (x DataMsgBodyType) Enum() *DataMsgBodyType

func (DataMsgBodyType) EnumDescriptor deprecated

func (DataMsgBodyType) EnumDescriptor() ([]byte, []int)

Deprecated: Use DataMsgBodyType.Descriptor instead.

func (DataMsgBodyType) Number

func (DataMsgBodyType) String

func (x DataMsgBodyType) String() string

func (DataMsgBodyType) Type

type DataMsgBodyValidationError

type DataMsgBodyValidationError struct {
	// contains filtered or unexported fields
}

DataMsgBodyValidationError is the validation error returned by DataMsgBody.Validate if the designated constraints aren't met.

func (DataMsgBodyValidationError) Cause

Cause function returns cause value.

func (DataMsgBodyValidationError) Error

Error satisfies the builtin error interface

func (DataMsgBodyValidationError) ErrorName

func (e DataMsgBodyValidationError) ErrorName() string

ErrorName returns error name.

func (DataMsgBodyValidationError) Field

Field function returns field value.

func (DataMsgBodyValidationError) Key

Key function returns key value.

func (DataMsgBodyValidationError) Reason

Reason function returns reason value.

type DataMsgReqFrom

type DataMsgReqFrom struct {
	Sid    string  `protobuf:"bytes,1,opt,name=sid,proto3" json:"sid,omitempty"`
	UserId string  `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Name   *string `protobuf:"bytes,3,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DataMsgReqFrom) Descriptor deprecated

func (*DataMsgReqFrom) Descriptor() ([]byte, []int)

Deprecated: Use DataMsgReqFrom.ProtoReflect.Descriptor instead.

func (*DataMsgReqFrom) GetName

func (x *DataMsgReqFrom) GetName() string

func (*DataMsgReqFrom) GetSid

func (x *DataMsgReqFrom) GetSid() string

func (*DataMsgReqFrom) GetUserId

func (x *DataMsgReqFrom) GetUserId() string

func (*DataMsgReqFrom) ProtoMessage

func (*DataMsgReqFrom) ProtoMessage()

func (*DataMsgReqFrom) ProtoReflect

func (x *DataMsgReqFrom) ProtoReflect() protoreflect.Message

func (*DataMsgReqFrom) Reset

func (x *DataMsgReqFrom) Reset()

func (*DataMsgReqFrom) String

func (x *DataMsgReqFrom) String() string

func (*DataMsgReqFrom) Validate

func (m *DataMsgReqFrom) Validate() error

Validate checks the field values on DataMsgReqFrom with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DataMsgReqFrom) ValidateAll

func (m *DataMsgReqFrom) ValidateAll() error

ValidateAll checks the field values on DataMsgReqFrom with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DataMsgReqFromMultiError, or nil if none found.

type DataMsgReqFromMultiError

type DataMsgReqFromMultiError []error

DataMsgReqFromMultiError is an error wrapping multiple validation errors returned by DataMsgReqFrom.ValidateAll() if the designated constraints aren't met.

func (DataMsgReqFromMultiError) AllErrors

func (m DataMsgReqFromMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DataMsgReqFromMultiError) Error

func (m DataMsgReqFromMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DataMsgReqFromValidationError

type DataMsgReqFromValidationError struct {
	// contains filtered or unexported fields
}

DataMsgReqFromValidationError is the validation error returned by DataMsgReqFrom.Validate if the designated constraints aren't met.

func (DataMsgReqFromValidationError) Cause

Cause function returns cause value.

func (DataMsgReqFromValidationError) Error

Error satisfies the builtin error interface

func (DataMsgReqFromValidationError) ErrorName

func (e DataMsgReqFromValidationError) ErrorName() string

ErrorName returns error name.

func (DataMsgReqFromValidationError) Field

Field function returns field value.

func (DataMsgReqFromValidationError) Key

Key function returns key value.

func (DataMsgReqFromValidationError) Reason

Reason function returns reason value.

type DataMsgType

type DataMsgType int32
const (
	DataMsgType_USER       DataMsgType = 0
	DataMsgType_SYSTEM     DataMsgType = 1
	DataMsgType_WHITEBOARD DataMsgType = 2
)

func (DataMsgType) Descriptor

func (DataMsgType) Enum

func (x DataMsgType) Enum() *DataMsgType

func (DataMsgType) EnumDescriptor deprecated

func (DataMsgType) EnumDescriptor() ([]byte, []int)

Deprecated: Use DataMsgType.Descriptor instead.

func (DataMsgType) Number

func (x DataMsgType) Number() protoreflect.EnumNumber

func (DataMsgType) String

func (x DataMsgType) String() string

func (DataMsgType) Type

type DeleteRecordingReq

type DeleteRecordingReq struct {
	RecordId string `protobuf:"bytes,1,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRecordingReq) Descriptor deprecated

func (*DeleteRecordingReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRecordingReq.ProtoReflect.Descriptor instead.

func (*DeleteRecordingReq) GetRecordId

func (x *DeleteRecordingReq) GetRecordId() string

func (*DeleteRecordingReq) ProtoMessage

func (*DeleteRecordingReq) ProtoMessage()

func (*DeleteRecordingReq) ProtoReflect

func (x *DeleteRecordingReq) ProtoReflect() protoreflect.Message

func (*DeleteRecordingReq) Reset

func (x *DeleteRecordingReq) Reset()

func (*DeleteRecordingReq) String

func (x *DeleteRecordingReq) String() string

func (*DeleteRecordingReq) Validate

func (m *DeleteRecordingReq) Validate() error

Validate checks the field values on DeleteRecordingReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRecordingReq) ValidateAll

func (m *DeleteRecordingReq) ValidateAll() error

ValidateAll checks the field values on DeleteRecordingReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRecordingReqMultiError, or nil if none found.

type DeleteRecordingReqMultiError

type DeleteRecordingReqMultiError []error

DeleteRecordingReqMultiError is an error wrapping multiple validation errors returned by DeleteRecordingReq.ValidateAll() if the designated constraints aren't met.

func (DeleteRecordingReqMultiError) AllErrors

func (m DeleteRecordingReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteRecordingReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteRecordingReqValidationError

type DeleteRecordingReqValidationError struct {
	// contains filtered or unexported fields
}

DeleteRecordingReqValidationError is the validation error returned by DeleteRecordingReq.Validate if the designated constraints aren't met.

func (DeleteRecordingReqValidationError) Cause

Cause function returns cause value.

func (DeleteRecordingReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteRecordingReqValidationError) ErrorName

ErrorName returns error name.

func (DeleteRecordingReqValidationError) Field

Field function returns field value.

func (DeleteRecordingReqValidationError) Key

Key function returns key value.

func (DeleteRecordingReqValidationError) Reason

Reason function returns reason value.

type DeleteRecordingRes

type DeleteRecordingRes struct {
	Status bool   `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg    string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRecordingRes) Descriptor deprecated

func (*DeleteRecordingRes) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRecordingRes.ProtoReflect.Descriptor instead.

func (*DeleteRecordingRes) GetMsg

func (x *DeleteRecordingRes) GetMsg() string

func (*DeleteRecordingRes) GetStatus

func (x *DeleteRecordingRes) GetStatus() bool

func (*DeleteRecordingRes) ProtoMessage

func (*DeleteRecordingRes) ProtoMessage()

func (*DeleteRecordingRes) ProtoReflect

func (x *DeleteRecordingRes) ProtoReflect() protoreflect.Message

func (*DeleteRecordingRes) Reset

func (x *DeleteRecordingRes) Reset()

func (*DeleteRecordingRes) String

func (x *DeleteRecordingRes) String() string

func (*DeleteRecordingRes) Validate

func (m *DeleteRecordingRes) Validate() error

Validate checks the field values on DeleteRecordingRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRecordingRes) ValidateAll

func (m *DeleteRecordingRes) ValidateAll() error

ValidateAll checks the field values on DeleteRecordingRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRecordingResMultiError, or nil if none found.

type DeleteRecordingResMultiError

type DeleteRecordingResMultiError []error

DeleteRecordingResMultiError is an error wrapping multiple validation errors returned by DeleteRecordingRes.ValidateAll() if the designated constraints aren't met.

func (DeleteRecordingResMultiError) AllErrors

func (m DeleteRecordingResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteRecordingResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteRecordingResValidationError

type DeleteRecordingResValidationError struct {
	// contains filtered or unexported fields
}

DeleteRecordingResValidationError is the validation error returned by DeleteRecordingRes.Validate if the designated constraints aren't met.

func (DeleteRecordingResValidationError) Cause

Cause function returns cause value.

func (DeleteRecordingResValidationError) Error

Error satisfies the builtin error interface

func (DeleteRecordingResValidationError) ErrorName

ErrorName returns error name.

func (DeleteRecordingResValidationError) Field

Field function returns field value.

func (DeleteRecordingResValidationError) Key

Key function returns key value.

func (DeleteRecordingResValidationError) Reason

Reason function returns reason value.

type DisplayExternalLinkFeatures

type DisplayExternalLinkFeatures struct {
	IsAllow  bool    `protobuf:"varint,1,opt,name=is_allow,json=isAllow,proto3" json:"is_allow,omitempty"`
	IsActive bool    `protobuf:"varint,2,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	Link     *string `protobuf:"bytes,3,opt,name=link,proto3,oneof" json:"link,omitempty"`
	SharedBy *string `protobuf:"bytes,4,opt,name=shared_by,json=sharedBy,proto3,oneof" json:"shared_by,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayExternalLinkFeatures) Descriptor deprecated

func (*DisplayExternalLinkFeatures) Descriptor() ([]byte, []int)

Deprecated: Use DisplayExternalLinkFeatures.ProtoReflect.Descriptor instead.

func (*DisplayExternalLinkFeatures) GetIsActive

func (x *DisplayExternalLinkFeatures) GetIsActive() bool

func (*DisplayExternalLinkFeatures) GetIsAllow

func (x *DisplayExternalLinkFeatures) GetIsAllow() bool
func (x *DisplayExternalLinkFeatures) GetLink() string

func (*DisplayExternalLinkFeatures) GetSharedBy

func (x *DisplayExternalLinkFeatures) GetSharedBy() string

func (*DisplayExternalLinkFeatures) ProtoMessage

func (*DisplayExternalLinkFeatures) ProtoMessage()

func (*DisplayExternalLinkFeatures) ProtoReflect

func (*DisplayExternalLinkFeatures) Reset

func (x *DisplayExternalLinkFeatures) Reset()

func (*DisplayExternalLinkFeatures) String

func (x *DisplayExternalLinkFeatures) String() string

func (*DisplayExternalLinkFeatures) Validate

func (m *DisplayExternalLinkFeatures) Validate() error

Validate checks the field values on DisplayExternalLinkFeatures with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DisplayExternalLinkFeatures) ValidateAll

func (m *DisplayExternalLinkFeatures) ValidateAll() error

ValidateAll checks the field values on DisplayExternalLinkFeatures with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DisplayExternalLinkFeaturesMultiError, or nil if none found.

type DisplayExternalLinkFeaturesMultiError

type DisplayExternalLinkFeaturesMultiError []error

DisplayExternalLinkFeaturesMultiError is an error wrapping multiple validation errors returned by DisplayExternalLinkFeatures.ValidateAll() if the designated constraints aren't met.

func (DisplayExternalLinkFeaturesMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DisplayExternalLinkFeaturesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DisplayExternalLinkFeaturesValidationError

type DisplayExternalLinkFeaturesValidationError struct {
	// contains filtered or unexported fields
}

DisplayExternalLinkFeaturesValidationError is the validation error returned by DisplayExternalLinkFeatures.Validate if the designated constraints aren't met.

func (DisplayExternalLinkFeaturesValidationError) Cause

Cause function returns cause value.

func (DisplayExternalLinkFeaturesValidationError) Error

Error satisfies the builtin error interface

func (DisplayExternalLinkFeaturesValidationError) ErrorName

ErrorName returns error name.

func (DisplayExternalLinkFeaturesValidationError) Field

Field function returns field value.

func (DisplayExternalLinkFeaturesValidationError) Key

Key function returns key value.

func (DisplayExternalLinkFeaturesValidationError) Reason

Reason function returns reason value.

type EndBreakoutRoomReq

type EndBreakoutRoomReq struct {
	BreakoutRoomId string `protobuf:"bytes,1,opt,name=breakout_room_id,json=breakoutRoomId,proto3" json:"breakout_room_id,omitempty"`
	RoomId         string `protobuf:"bytes,3,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EndBreakoutRoomReq) Descriptor deprecated

func (*EndBreakoutRoomReq) Descriptor() ([]byte, []int)

Deprecated: Use EndBreakoutRoomReq.ProtoReflect.Descriptor instead.

func (*EndBreakoutRoomReq) GetBreakoutRoomId

func (x *EndBreakoutRoomReq) GetBreakoutRoomId() string

func (*EndBreakoutRoomReq) GetRoomId

func (x *EndBreakoutRoomReq) GetRoomId() string

func (*EndBreakoutRoomReq) ProtoMessage

func (*EndBreakoutRoomReq) ProtoMessage()

func (*EndBreakoutRoomReq) ProtoReflect

func (x *EndBreakoutRoomReq) ProtoReflect() protoreflect.Message

func (*EndBreakoutRoomReq) Reset

func (x *EndBreakoutRoomReq) Reset()

func (*EndBreakoutRoomReq) String

func (x *EndBreakoutRoomReq) String() string

func (*EndBreakoutRoomReq) Validate

func (m *EndBreakoutRoomReq) Validate() error

Validate checks the field values on EndBreakoutRoomReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EndBreakoutRoomReq) ValidateAll

func (m *EndBreakoutRoomReq) ValidateAll() error

ValidateAll checks the field values on EndBreakoutRoomReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EndBreakoutRoomReqMultiError, or nil if none found.

type EndBreakoutRoomReqMultiError

type EndBreakoutRoomReqMultiError []error

EndBreakoutRoomReqMultiError is an error wrapping multiple validation errors returned by EndBreakoutRoomReq.ValidateAll() if the designated constraints aren't met.

func (EndBreakoutRoomReqMultiError) AllErrors

func (m EndBreakoutRoomReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EndBreakoutRoomReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EndBreakoutRoomReqValidationError

type EndBreakoutRoomReqValidationError struct {
	// contains filtered or unexported fields
}

EndBreakoutRoomReqValidationError is the validation error returned by EndBreakoutRoomReq.Validate if the designated constraints aren't met.

func (EndBreakoutRoomReqValidationError) Cause

Cause function returns cause value.

func (EndBreakoutRoomReqValidationError) Error

Error satisfies the builtin error interface

func (EndBreakoutRoomReqValidationError) ErrorName

ErrorName returns error name.

func (EndBreakoutRoomReqValidationError) Field

Field function returns field value.

func (EndBreakoutRoomReqValidationError) Key

Key function returns key value.

func (EndBreakoutRoomReqValidationError) Reason

Reason function returns reason value.

type EndToEndEncryptionFeatures

type EndToEndEncryptionFeatures struct {
	IsEnabled     bool    `protobuf:"varint,1,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	EncryptionKey *string `protobuf:"bytes,2,opt,name=encryption_key,json=encryptionKey,proto3,oneof" json:"encryption_key,omitempty"`
	// contains filtered or unexported fields
}

func (*EndToEndEncryptionFeatures) Descriptor deprecated

func (*EndToEndEncryptionFeatures) Descriptor() ([]byte, []int)

Deprecated: Use EndToEndEncryptionFeatures.ProtoReflect.Descriptor instead.

func (*EndToEndEncryptionFeatures) GetEncryptionKey

func (x *EndToEndEncryptionFeatures) GetEncryptionKey() string

func (*EndToEndEncryptionFeatures) GetIsEnabled

func (x *EndToEndEncryptionFeatures) GetIsEnabled() bool

func (*EndToEndEncryptionFeatures) ProtoMessage

func (*EndToEndEncryptionFeatures) ProtoMessage()

func (*EndToEndEncryptionFeatures) ProtoReflect

func (*EndToEndEncryptionFeatures) Reset

func (x *EndToEndEncryptionFeatures) Reset()

func (*EndToEndEncryptionFeatures) String

func (x *EndToEndEncryptionFeatures) String() string

func (*EndToEndEncryptionFeatures) Validate

func (m *EndToEndEncryptionFeatures) Validate() error

Validate checks the field values on EndToEndEncryptionFeatures with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EndToEndEncryptionFeatures) ValidateAll

func (m *EndToEndEncryptionFeatures) ValidateAll() error

ValidateAll checks the field values on EndToEndEncryptionFeatures with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EndToEndEncryptionFeaturesMultiError, or nil if none found.

type EndToEndEncryptionFeaturesMultiError

type EndToEndEncryptionFeaturesMultiError []error

EndToEndEncryptionFeaturesMultiError is an error wrapping multiple validation errors returned by EndToEndEncryptionFeatures.ValidateAll() if the designated constraints aren't met.

func (EndToEndEncryptionFeaturesMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (EndToEndEncryptionFeaturesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EndToEndEncryptionFeaturesValidationError

type EndToEndEncryptionFeaturesValidationError struct {
	// contains filtered or unexported fields
}

EndToEndEncryptionFeaturesValidationError is the validation error returned by EndToEndEncryptionFeatures.Validate if the designated constraints aren't met.

func (EndToEndEncryptionFeaturesValidationError) Cause

Cause function returns cause value.

func (EndToEndEncryptionFeaturesValidationError) Error

Error satisfies the builtin error interface

func (EndToEndEncryptionFeaturesValidationError) ErrorName

ErrorName returns error name.

func (EndToEndEncryptionFeaturesValidationError) Field

Field function returns field value.

func (EndToEndEncryptionFeaturesValidationError) Key

Key function returns key value.

func (EndToEndEncryptionFeaturesValidationError) Reason

Reason function returns reason value.

type ExternalDisplayLinkReq

type ExternalDisplayLinkReq struct {
	Task   ExternalDisplayLinkTask `protobuf:"varint,1,opt,name=task,proto3,enum=plugnmeet.ExternalDisplayLinkTask" json:"task,omitempty"`
	Url    *string                 `protobuf:"bytes,2,opt,name=url,proto3,oneof" json:"url,omitempty"`
	RoomId string                  `protobuf:"bytes,4,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	UserId string                  `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalDisplayLinkReq) Descriptor deprecated

func (*ExternalDisplayLinkReq) Descriptor() ([]byte, []int)

Deprecated: Use ExternalDisplayLinkReq.ProtoReflect.Descriptor instead.

func (*ExternalDisplayLinkReq) GetRoomId

func (x *ExternalDisplayLinkReq) GetRoomId() string

func (*ExternalDisplayLinkReq) GetTask

func (*ExternalDisplayLinkReq) GetUrl

func (x *ExternalDisplayLinkReq) GetUrl() string

func (*ExternalDisplayLinkReq) GetUserId

func (x *ExternalDisplayLinkReq) GetUserId() string

func (*ExternalDisplayLinkReq) ProtoMessage

func (*ExternalDisplayLinkReq) ProtoMessage()

func (*ExternalDisplayLinkReq) ProtoReflect

func (x *ExternalDisplayLinkReq) ProtoReflect() protoreflect.Message

func (*ExternalDisplayLinkReq) Reset

func (x *ExternalDisplayLinkReq) Reset()

func (*ExternalDisplayLinkReq) String

func (x *ExternalDisplayLinkReq) String() string

func (*ExternalDisplayLinkReq) Validate

func (m *ExternalDisplayLinkReq) Validate() error

Validate checks the field values on ExternalDisplayLinkReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExternalDisplayLinkReq) ValidateAll

func (m *ExternalDisplayLinkReq) ValidateAll() error

ValidateAll checks the field values on ExternalDisplayLinkReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExternalDisplayLinkReqMultiError, or nil if none found.

type ExternalDisplayLinkReqMultiError

type ExternalDisplayLinkReqMultiError []error

ExternalDisplayLinkReqMultiError is an error wrapping multiple validation errors returned by ExternalDisplayLinkReq.ValidateAll() if the designated constraints aren't met.

func (ExternalDisplayLinkReqMultiError) AllErrors

func (m ExternalDisplayLinkReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExternalDisplayLinkReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ExternalDisplayLinkReqValidationError

type ExternalDisplayLinkReqValidationError struct {
	// contains filtered or unexported fields
}

ExternalDisplayLinkReqValidationError is the validation error returned by ExternalDisplayLinkReq.Validate if the designated constraints aren't met.

func (ExternalDisplayLinkReqValidationError) Cause

Cause function returns cause value.

func (ExternalDisplayLinkReqValidationError) Error

Error satisfies the builtin error interface

func (ExternalDisplayLinkReqValidationError) ErrorName

ErrorName returns error name.

func (ExternalDisplayLinkReqValidationError) Field

Field function returns field value.

func (ExternalDisplayLinkReqValidationError) Key

Key function returns key value.

func (ExternalDisplayLinkReqValidationError) Reason

Reason function returns reason value.

type ExternalDisplayLinkTask

type ExternalDisplayLinkTask int32
const (
	ExternalDisplayLinkTask_START_EXTERNAL_LINK ExternalDisplayLinkTask = 0
	ExternalDisplayLinkTask_STOP_EXTERNAL_LINK  ExternalDisplayLinkTask = 1
)

func (ExternalDisplayLinkTask) Descriptor

func (ExternalDisplayLinkTask) Enum

func (ExternalDisplayLinkTask) EnumDescriptor deprecated

func (ExternalDisplayLinkTask) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExternalDisplayLinkTask.Descriptor instead.

func (ExternalDisplayLinkTask) Number

func (ExternalDisplayLinkTask) String

func (x ExternalDisplayLinkTask) String() string

func (ExternalDisplayLinkTask) Type

type ExternalMediaPlayerFeatures

type ExternalMediaPlayerFeatures struct {
	AllowedExternalMediaPlayer bool    `` /* 144-byte string literal not displayed */
	IsActive                   bool    `protobuf:"varint,2,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	SharedBy                   *string `protobuf:"bytes,3,opt,name=shared_by,json=sharedBy,proto3,oneof" json:"shared_by,omitempty"`
	Url                        *string `protobuf:"bytes,4,opt,name=url,proto3,oneof" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalMediaPlayerFeatures) Descriptor deprecated

func (*ExternalMediaPlayerFeatures) Descriptor() ([]byte, []int)

Deprecated: Use ExternalMediaPlayerFeatures.ProtoReflect.Descriptor instead.

func (*ExternalMediaPlayerFeatures) GetAllowedExternalMediaPlayer

func (x *ExternalMediaPlayerFeatures) GetAllowedExternalMediaPlayer() bool

func (*ExternalMediaPlayerFeatures) GetIsActive

func (x *ExternalMediaPlayerFeatures) GetIsActive() bool

func (*ExternalMediaPlayerFeatures) GetSharedBy

func (x *ExternalMediaPlayerFeatures) GetSharedBy() string

func (*ExternalMediaPlayerFeatures) GetUrl

func (x *ExternalMediaPlayerFeatures) GetUrl() string

func (*ExternalMediaPlayerFeatures) ProtoMessage

func (*ExternalMediaPlayerFeatures) ProtoMessage()

func (*ExternalMediaPlayerFeatures) ProtoReflect

func (*ExternalMediaPlayerFeatures) Reset

func (x *ExternalMediaPlayerFeatures) Reset()

func (*ExternalMediaPlayerFeatures) String

func (x *ExternalMediaPlayerFeatures) String() string

func (*ExternalMediaPlayerFeatures) Validate

func (m *ExternalMediaPlayerFeatures) Validate() error

Validate checks the field values on ExternalMediaPlayerFeatures with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExternalMediaPlayerFeatures) ValidateAll

func (m *ExternalMediaPlayerFeatures) ValidateAll() error

ValidateAll checks the field values on ExternalMediaPlayerFeatures with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExternalMediaPlayerFeaturesMultiError, or nil if none found.

type ExternalMediaPlayerFeaturesMultiError

type ExternalMediaPlayerFeaturesMultiError []error

ExternalMediaPlayerFeaturesMultiError is an error wrapping multiple validation errors returned by ExternalMediaPlayerFeatures.ValidateAll() if the designated constraints aren't met.

func (ExternalMediaPlayerFeaturesMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ExternalMediaPlayerFeaturesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ExternalMediaPlayerFeaturesValidationError

type ExternalMediaPlayerFeaturesValidationError struct {
	// contains filtered or unexported fields
}

ExternalMediaPlayerFeaturesValidationError is the validation error returned by ExternalMediaPlayerFeatures.Validate if the designated constraints aren't met.

func (ExternalMediaPlayerFeaturesValidationError) Cause

Cause function returns cause value.

func (ExternalMediaPlayerFeaturesValidationError) Error

Error satisfies the builtin error interface

func (ExternalMediaPlayerFeaturesValidationError) ErrorName

ErrorName returns error name.

func (ExternalMediaPlayerFeaturesValidationError) Field

Field function returns field value.

func (ExternalMediaPlayerFeaturesValidationError) Key

Key function returns key value.

func (ExternalMediaPlayerFeaturesValidationError) Reason

Reason function returns reason value.

type ExternalMediaPlayerReq

type ExternalMediaPlayerReq struct {
	Task   ExternalMediaPlayerTask `protobuf:"varint,1,opt,name=task,proto3,enum=plugnmeet.ExternalMediaPlayerTask" json:"task,omitempty"`
	Url    *string                 `protobuf:"bytes,2,opt,name=url,proto3,oneof" json:"url,omitempty"`
	SeekTo *float64                `protobuf:"fixed64,3,opt,name=seek_to,json=seekTo,proto3,oneof" json:"seek_to,omitempty"`
	RoomId string                  `protobuf:"bytes,4,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	UserId string                  `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalMediaPlayerReq) Descriptor deprecated

func (*ExternalMediaPlayerReq) Descriptor() ([]byte, []int)

Deprecated: Use ExternalMediaPlayerReq.ProtoReflect.Descriptor instead.

func (*ExternalMediaPlayerReq) GetRoomId

func (x *ExternalMediaPlayerReq) GetRoomId() string

func (*ExternalMediaPlayerReq) GetSeekTo

func (x *ExternalMediaPlayerReq) GetSeekTo() float64

func (*ExternalMediaPlayerReq) GetTask

func (*ExternalMediaPlayerReq) GetUrl

func (x *ExternalMediaPlayerReq) GetUrl() string

func (*ExternalMediaPlayerReq) GetUserId

func (x *ExternalMediaPlayerReq) GetUserId() string

func (*ExternalMediaPlayerReq) ProtoMessage

func (*ExternalMediaPlayerReq) ProtoMessage()

func (*ExternalMediaPlayerReq) ProtoReflect

func (x *ExternalMediaPlayerReq) ProtoReflect() protoreflect.Message

func (*ExternalMediaPlayerReq) Reset

func (x *ExternalMediaPlayerReq) Reset()

func (*ExternalMediaPlayerReq) String

func (x *ExternalMediaPlayerReq) String() string

func (*ExternalMediaPlayerReq) Validate

func (m *ExternalMediaPlayerReq) Validate() error

Validate checks the field values on ExternalMediaPlayerReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExternalMediaPlayerReq) ValidateAll

func (m *ExternalMediaPlayerReq) ValidateAll() error

ValidateAll checks the field values on ExternalMediaPlayerReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExternalMediaPlayerReqMultiError, or nil if none found.

type ExternalMediaPlayerReqMultiError

type ExternalMediaPlayerReqMultiError []error

ExternalMediaPlayerReqMultiError is an error wrapping multiple validation errors returned by ExternalMediaPlayerReq.ValidateAll() if the designated constraints aren't met.

func (ExternalMediaPlayerReqMultiError) AllErrors

func (m ExternalMediaPlayerReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExternalMediaPlayerReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ExternalMediaPlayerReqValidationError

type ExternalMediaPlayerReqValidationError struct {
	// contains filtered or unexported fields
}

ExternalMediaPlayerReqValidationError is the validation error returned by ExternalMediaPlayerReq.Validate if the designated constraints aren't met.

func (ExternalMediaPlayerReqValidationError) Cause

Cause function returns cause value.

func (ExternalMediaPlayerReqValidationError) Error

Error satisfies the builtin error interface

func (ExternalMediaPlayerReqValidationError) ErrorName

ErrorName returns error name.

func (ExternalMediaPlayerReqValidationError) Field

Field function returns field value.

func (ExternalMediaPlayerReqValidationError) Key

Key function returns key value.

func (ExternalMediaPlayerReqValidationError) Reason

Reason function returns reason value.

type ExternalMediaPlayerTask

type ExternalMediaPlayerTask int32
const (
	ExternalMediaPlayerTask_START_PLAYBACK ExternalMediaPlayerTask = 0
	ExternalMediaPlayerTask_END_PLAYBACK   ExternalMediaPlayerTask = 1
)

func (ExternalMediaPlayerTask) Descriptor

func (ExternalMediaPlayerTask) Enum

func (ExternalMediaPlayerTask) EnumDescriptor deprecated

func (ExternalMediaPlayerTask) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExternalMediaPlayerTask.Descriptor instead.

func (ExternalMediaPlayerTask) Number

func (ExternalMediaPlayerTask) String

func (x ExternalMediaPlayerTask) String() string

func (ExternalMediaPlayerTask) Type

type FetchRecordingsReq

type FetchRecordingsReq struct {
	RoomIds []string `protobuf:"bytes,1,rep,name=room_ids,json=roomIds,proto3" json:"room_ids,omitempty"`
	From    uint32   `protobuf:"varint,2,opt,name=from,proto3" json:"from,omitempty"`
	Limit   uint32   `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	OrderBy string   `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchRecordingsReq) Descriptor deprecated

func (*FetchRecordingsReq) Descriptor() ([]byte, []int)

Deprecated: Use FetchRecordingsReq.ProtoReflect.Descriptor instead.

func (*FetchRecordingsReq) GetFrom

func (x *FetchRecordingsReq) GetFrom() uint32

func (*FetchRecordingsReq) GetLimit

func (x *FetchRecordingsReq) GetLimit() uint32

func (*FetchRecordingsReq) GetOrderBy

func (x *FetchRecordingsReq) GetOrderBy() string

func (*FetchRecordingsReq) GetRoomIds

func (x *FetchRecordingsReq) GetRoomIds() []string

func (*FetchRecordingsReq) ProtoMessage

func (*FetchRecordingsReq) ProtoMessage()

func (*FetchRecordingsReq) ProtoReflect

func (x *FetchRecordingsReq) ProtoReflect() protoreflect.Message

func (*FetchRecordingsReq) Reset

func (x *FetchRecordingsReq) Reset()

func (*FetchRecordingsReq) String

func (x *FetchRecordingsReq) String() string

func (*FetchRecordingsReq) Validate

func (m *FetchRecordingsReq) Validate() error

Validate checks the field values on FetchRecordingsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FetchRecordingsReq) ValidateAll

func (m *FetchRecordingsReq) ValidateAll() error

ValidateAll checks the field values on FetchRecordingsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FetchRecordingsReqMultiError, or nil if none found.

type FetchRecordingsReqMultiError

type FetchRecordingsReqMultiError []error

FetchRecordingsReqMultiError is an error wrapping multiple validation errors returned by FetchRecordingsReq.ValidateAll() if the designated constraints aren't met.

func (FetchRecordingsReqMultiError) AllErrors

func (m FetchRecordingsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FetchRecordingsReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FetchRecordingsReqValidationError

type FetchRecordingsReqValidationError struct {
	// contains filtered or unexported fields
}

FetchRecordingsReqValidationError is the validation error returned by FetchRecordingsReq.Validate if the designated constraints aren't met.

func (FetchRecordingsReqValidationError) Cause

Cause function returns cause value.

func (FetchRecordingsReqValidationError) Error

Error satisfies the builtin error interface

func (FetchRecordingsReqValidationError) ErrorName

ErrorName returns error name.

func (FetchRecordingsReqValidationError) Field

Field function returns field value.

func (FetchRecordingsReqValidationError) Key

Key function returns key value.

func (FetchRecordingsReqValidationError) Reason

Reason function returns reason value.

type FetchRecordingsRes

type FetchRecordingsRes struct {
	Status bool                   `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg    string                 `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Result *FetchRecordingsResult `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchRecordingsRes) Descriptor deprecated

func (*FetchRecordingsRes) Descriptor() ([]byte, []int)

Deprecated: Use FetchRecordingsRes.ProtoReflect.Descriptor instead.

func (*FetchRecordingsRes) GetMsg

func (x *FetchRecordingsRes) GetMsg() string

func (*FetchRecordingsRes) GetResult

func (x *FetchRecordingsRes) GetResult() *FetchRecordingsResult

func (*FetchRecordingsRes) GetStatus

func (x *FetchRecordingsRes) GetStatus() bool

func (*FetchRecordingsRes) ProtoMessage

func (*FetchRecordingsRes) ProtoMessage()

func (*FetchRecordingsRes) ProtoReflect

func (x *FetchRecordingsRes) ProtoReflect() protoreflect.Message

func (*FetchRecordingsRes) Reset

func (x *FetchRecordingsRes) Reset()

func (*FetchRecordingsRes) String

func (x *FetchRecordingsRes) String() string

func (*FetchRecordingsRes) Validate

func (m *FetchRecordingsRes) Validate() error

Validate checks the field values on FetchRecordingsRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FetchRecordingsRes) ValidateAll

func (m *FetchRecordingsRes) ValidateAll() error

ValidateAll checks the field values on FetchRecordingsRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FetchRecordingsResMultiError, or nil if none found.

type FetchRecordingsResMultiError

type FetchRecordingsResMultiError []error

FetchRecordingsResMultiError is an error wrapping multiple validation errors returned by FetchRecordingsRes.ValidateAll() if the designated constraints aren't met.

func (FetchRecordingsResMultiError) AllErrors

func (m FetchRecordingsResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FetchRecordingsResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FetchRecordingsResValidationError

type FetchRecordingsResValidationError struct {
	// contains filtered or unexported fields
}

FetchRecordingsResValidationError is the validation error returned by FetchRecordingsRes.Validate if the designated constraints aren't met.

func (FetchRecordingsResValidationError) Cause

Cause function returns cause value.

func (FetchRecordingsResValidationError) Error

Error satisfies the builtin error interface

func (FetchRecordingsResValidationError) ErrorName

ErrorName returns error name.

func (FetchRecordingsResValidationError) Field

Field function returns field value.

func (FetchRecordingsResValidationError) Key

Key function returns key value.

func (FetchRecordingsResValidationError) Reason

Reason function returns reason value.

type FetchRecordingsResult

type FetchRecordingsResult struct {
	TotalRecordings int64            `protobuf:"varint,1,opt,name=total_recordings,json=totalRecordings,proto3" json:"total_recordings,omitempty"`
	From            uint32           `protobuf:"varint,2,opt,name=from,proto3" json:"from,omitempty"`
	Limit           uint32           `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	OrderBy         string           `protobuf:"bytes,4,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	RecordingsList  []*RecordingInfo `protobuf:"bytes,5,rep,name=recordings_list,json=recordingsList,proto3" json:"recordings_list,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchRecordingsResult) Descriptor deprecated

func (*FetchRecordingsResult) Descriptor() ([]byte, []int)

Deprecated: Use FetchRecordingsResult.ProtoReflect.Descriptor instead.

func (*FetchRecordingsResult) GetFrom

func (x *FetchRecordingsResult) GetFrom() uint32

func (*FetchRecordingsResult) GetLimit

func (x *FetchRecordingsResult) GetLimit() uint32

func (*FetchRecordingsResult) GetOrderBy

func (x *FetchRecordingsResult) GetOrderBy() string

func (*FetchRecordingsResult) GetRecordingsList

func (x *FetchRecordingsResult) GetRecordingsList() []*RecordingInfo

func (*FetchRecordingsResult) GetTotalRecordings

func (x *FetchRecordingsResult) GetTotalRecordings() int64

func (*FetchRecordingsResult) ProtoMessage

func (*FetchRecordingsResult) ProtoMessage()

func (*FetchRecordingsResult) ProtoReflect

func (x *FetchRecordingsResult) ProtoReflect() protoreflect.Message

func (*FetchRecordingsResult) Reset

func (x *FetchRecordingsResult) Reset()

func (*FetchRecordingsResult) String

func (x *FetchRecordingsResult) String() string

func (*FetchRecordingsResult) Validate

func (m *FetchRecordingsResult) Validate() error

Validate checks the field values on FetchRecordingsResult with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FetchRecordingsResult) ValidateAll

func (m *FetchRecordingsResult) ValidateAll() error

ValidateAll checks the field values on FetchRecordingsResult with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FetchRecordingsResultMultiError, or nil if none found.

type FetchRecordingsResultMultiError

type FetchRecordingsResultMultiError []error

FetchRecordingsResultMultiError is an error wrapping multiple validation errors returned by FetchRecordingsResult.ValidateAll() if the designated constraints aren't met.

func (FetchRecordingsResultMultiError) AllErrors

func (m FetchRecordingsResultMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FetchRecordingsResultMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FetchRecordingsResultValidationError

type FetchRecordingsResultValidationError struct {
	// contains filtered or unexported fields
}

FetchRecordingsResultValidationError is the validation error returned by FetchRecordingsResult.Validate if the designated constraints aren't met.

func (FetchRecordingsResultValidationError) Cause

Cause function returns cause value.

func (FetchRecordingsResultValidationError) Error

Error satisfies the builtin error interface

func (FetchRecordingsResultValidationError) ErrorName

ErrorName returns error name.

func (FetchRecordingsResultValidationError) Field

Field function returns field value.

func (FetchRecordingsResultValidationError) Key

Key function returns key value.

func (FetchRecordingsResultValidationError) Reason

Reason function returns reason value.

type FromChildToParent

type FromChildToParent struct {
	Task        RecordingTasks `protobuf:"varint,1,opt,name=task,proto3,enum=plugnmeet.RecordingTasks" json:"task,omitempty"`
	Status      bool           `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	Msg         string         `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	RecordingId string         `protobuf:"bytes,4,opt,name=recording_id,json=recordingId,proto3" json:"recording_id,omitempty"`
	RoomTableId int64          `protobuf:"varint,5,opt,name=room_table_id,json=roomTableId,proto3" json:"room_table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FromChildToParent) Descriptor deprecated

func (*FromChildToParent) Descriptor() ([]byte, []int)

Deprecated: Use FromChildToParent.ProtoReflect.Descriptor instead.

func (*FromChildToParent) GetMsg

func (x *FromChildToParent) GetMsg() string

func (*FromChildToParent) GetRecordingId

func (x *FromChildToParent) GetRecordingId() string

func (*FromChildToParent) GetRoomTableId

func (x *FromChildToParent) GetRoomTableId() int64

func (*FromChildToParent) GetStatus

func (x *FromChildToParent) GetStatus() bool

func (*FromChildToParent) GetTask

func (x *FromChildToParent) GetTask() RecordingTasks

func (*FromChildToParent) ProtoMessage

func (*FromChildToParent) ProtoMessage()

func (*FromChildToParent) ProtoReflect

func (x *FromChildToParent) ProtoReflect() protoreflect.Message

func (*FromChildToParent) Reset

func (x *FromChildToParent) Reset()

func (*FromChildToParent) String

func (x *FromChildToParent) String() string

func (*FromChildToParent) Validate

func (m *FromChildToParent) Validate() error

Validate checks the field values on FromChildToParent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FromChildToParent) ValidateAll

func (m *FromChildToParent) ValidateAll() error

ValidateAll checks the field values on FromChildToParent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FromChildToParentMultiError, or nil if none found.

type FromChildToParentMultiError

type FromChildToParentMultiError []error

FromChildToParentMultiError is an error wrapping multiple validation errors returned by FromChildToParent.ValidateAll() if the designated constraints aren't met.

func (FromChildToParentMultiError) AllErrors

func (m FromChildToParentMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FromChildToParentMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FromChildToParentValidationError

type FromChildToParentValidationError struct {
	// contains filtered or unexported fields
}

FromChildToParentValidationError is the validation error returned by FromChildToParent.Validate if the designated constraints aren't met.

func (FromChildToParentValidationError) Cause

Cause function returns cause value.

func (FromChildToParentValidationError) Error

Error satisfies the builtin error interface

func (FromChildToParentValidationError) ErrorName

ErrorName returns error name.

func (FromChildToParentValidationError) Field

Field function returns field value.

func (FromChildToParentValidationError) Key

Key function returns key value.

func (FromChildToParentValidationError) Reason

Reason function returns reason value.

type FromParentToChild

type FromParentToChild struct {
	Task        RecordingTasks `protobuf:"varint,1,opt,name=task,proto3,enum=plugnmeet.RecordingTasks" json:"task,omitempty"`
	RecordingId string         `protobuf:"bytes,2,opt,name=recording_id,json=recordingId,proto3" json:"recording_id,omitempty"`
	RoomTableId int64          `protobuf:"varint,3,opt,name=room_table_id,json=roomTableId,proto3" json:"room_table_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FromParentToChild) Descriptor deprecated

func (*FromParentToChild) Descriptor() ([]byte, []int)

Deprecated: Use FromParentToChild.ProtoReflect.Descriptor instead.

func (*FromParentToChild) GetRecordingId

func (x *FromParentToChild) GetRecordingId() string

func (*FromParentToChild) GetRoomTableId

func (x *FromParentToChild) GetRoomTableId() int64

func (*FromParentToChild) GetTask

func (x *FromParentToChild) GetTask() RecordingTasks

func (*FromParentToChild) ProtoMessage

func (*FromParentToChild) ProtoMessage()

func (*FromParentToChild) ProtoReflect

func (x *FromParentToChild) ProtoReflect() protoreflect.Message

func (*FromParentToChild) Reset

func (x *FromParentToChild) Reset()

func (*FromParentToChild) String

func (x *FromParentToChild) String() string

func (*FromParentToChild) Validate

func (m *FromParentToChild) Validate() error

Validate checks the field values on FromParentToChild with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FromParentToChild) ValidateAll

func (m *FromParentToChild) ValidateAll() error

ValidateAll checks the field values on FromParentToChild with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FromParentToChildMultiError, or nil if none found.

type FromParentToChildMultiError

type FromParentToChildMultiError []error

FromParentToChildMultiError is an error wrapping multiple validation errors returned by FromParentToChild.ValidateAll() if the designated constraints aren't met.

func (FromParentToChildMultiError) AllErrors

func (m FromParentToChildMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FromParentToChildMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FromParentToChildValidationError

type FromParentToChildValidationError struct {
	// contains filtered or unexported fields
}

FromParentToChildValidationError is the validation error returned by FromParentToChild.Validate if the designated constraints aren't met.

func (FromParentToChildValidationError) Cause

Cause function returns cause value.

func (FromParentToChildValidationError) Error

Error satisfies the builtin error interface

func (FromParentToChildValidationError) ErrorName

ErrorName returns error name.

func (FromParentToChildValidationError) Field

Field function returns field value.

func (FromParentToChildValidationError) Key

Key function returns key value.

func (FromParentToChildValidationError) Reason

Reason function returns reason value.

type GenerateAzureTokenReq

type GenerateAzureTokenReq struct {
	RoomId  string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	UserSid string `protobuf:"bytes,2,opt,name=user_sid,json=userSid,proto3" json:"user_sid,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateAzureTokenReq) Descriptor deprecated

func (*GenerateAzureTokenReq) Descriptor() ([]byte, []int)

Deprecated: Use GenerateAzureTokenReq.ProtoReflect.Descriptor instead.

func (*GenerateAzureTokenReq) GetRoomId

func (x *GenerateAzureTokenReq) GetRoomId() string

func (*GenerateAzureTokenReq) GetUserSid

func (x *GenerateAzureTokenReq) GetUserSid() string

func (*GenerateAzureTokenReq) ProtoMessage

func (*GenerateAzureTokenReq) ProtoMessage()

func (*GenerateAzureTokenReq) ProtoReflect

func (x *GenerateAzureTokenReq) ProtoReflect() protoreflect.Message

func (*GenerateAzureTokenReq) Reset

func (x *GenerateAzureTokenReq) Reset()

func (*GenerateAzureTokenReq) String

func (x *GenerateAzureTokenReq) String() string

func (*GenerateAzureTokenReq) Validate

func (m *GenerateAzureTokenReq) Validate() error

Validate checks the field values on GenerateAzureTokenReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GenerateAzureTokenReq) ValidateAll

func (m *GenerateAzureTokenReq) ValidateAll() error

ValidateAll checks the field values on GenerateAzureTokenReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GenerateAzureTokenReqMultiError, or nil if none found.

type GenerateAzureTokenReqMultiError

type GenerateAzureTokenReqMultiError []error

GenerateAzureTokenReqMultiError is an error wrapping multiple validation errors returned by GenerateAzureTokenReq.ValidateAll() if the designated constraints aren't met.

func (GenerateAzureTokenReqMultiError) AllErrors

func (m GenerateAzureTokenReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateAzureTokenReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GenerateAzureTokenReqValidationError

type GenerateAzureTokenReqValidationError struct {
	// contains filtered or unexported fields
}

GenerateAzureTokenReqValidationError is the validation error returned by GenerateAzureTokenReq.Validate if the designated constraints aren't met.

func (GenerateAzureTokenReqValidationError) Cause

Cause function returns cause value.

func (GenerateAzureTokenReqValidationError) Error

Error satisfies the builtin error interface

func (GenerateAzureTokenReqValidationError) ErrorName

ErrorName returns error name.

func (GenerateAzureTokenReqValidationError) Field

Field function returns field value.

func (GenerateAzureTokenReqValidationError) Key

Key function returns key value.

func (GenerateAzureTokenReqValidationError) Reason

Reason function returns reason value.

type GenerateAzureTokenRes

type GenerateAzureTokenRes struct {
	Status        bool    `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg           string  `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Token         *string `protobuf:"bytes,3,opt,name=token,proto3,oneof" json:"token,omitempty"`
	ServiceRegion *string `protobuf:"bytes,4,opt,name=service_region,json=serviceRegion,proto3,oneof" json:"service_region,omitempty"`
	KeyId         *string `protobuf:"bytes,5,opt,name=key_id,json=keyId,proto3,oneof" json:"key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateAzureTokenRes) Descriptor deprecated

func (*GenerateAzureTokenRes) Descriptor() ([]byte, []int)

Deprecated: Use GenerateAzureTokenRes.ProtoReflect.Descriptor instead.

func (*GenerateAzureTokenRes) GetKeyId

func (x *GenerateAzureTokenRes) GetKeyId() string

func (*GenerateAzureTokenRes) GetMsg

func (x *GenerateAzureTokenRes) GetMsg() string

func (*GenerateAzureTokenRes) GetServiceRegion

func (x *GenerateAzureTokenRes) GetServiceRegion() string

func (*GenerateAzureTokenRes) GetStatus

func (x *GenerateAzureTokenRes) GetStatus() bool

func (*GenerateAzureTokenRes) GetToken

func (x *GenerateAzureTokenRes) GetToken() string

func (*GenerateAzureTokenRes) ProtoMessage

func (*GenerateAzureTokenRes) ProtoMessage()

func (*GenerateAzureTokenRes) ProtoReflect

func (x *GenerateAzureTokenRes) ProtoReflect() protoreflect.Message

func (*GenerateAzureTokenRes) Reset

func (x *GenerateAzureTokenRes) Reset()

func (*GenerateAzureTokenRes) String

func (x *GenerateAzureTokenRes) String() string

func (*GenerateAzureTokenRes) Validate

func (m *GenerateAzureTokenRes) Validate() error

Validate checks the field values on GenerateAzureTokenRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GenerateAzureTokenRes) ValidateAll

func (m *GenerateAzureTokenRes) ValidateAll() error

ValidateAll checks the field values on GenerateAzureTokenRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GenerateAzureTokenResMultiError, or nil if none found.

type GenerateAzureTokenResMultiError

type GenerateAzureTokenResMultiError []error

GenerateAzureTokenResMultiError is an error wrapping multiple validation errors returned by GenerateAzureTokenRes.ValidateAll() if the designated constraints aren't met.

func (GenerateAzureTokenResMultiError) AllErrors

func (m GenerateAzureTokenResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateAzureTokenResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GenerateAzureTokenResValidationError

type GenerateAzureTokenResValidationError struct {
	// contains filtered or unexported fields
}

GenerateAzureTokenResValidationError is the validation error returned by GenerateAzureTokenRes.Validate if the designated constraints aren't met.

func (GenerateAzureTokenResValidationError) Cause

Cause function returns cause value.

func (GenerateAzureTokenResValidationError) Error

Error satisfies the builtin error interface

func (GenerateAzureTokenResValidationError) ErrorName

ErrorName returns error name.

func (GenerateAzureTokenResValidationError) Field

Field function returns field value.

func (GenerateAzureTokenResValidationError) Key

Key function returns key value.

func (GenerateAzureTokenResValidationError) Reason

Reason function returns reason value.

type GenerateTokenReq

type GenerateTokenReq struct {
	RoomId   string    `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	UserInfo *UserInfo `protobuf:"bytes,2,opt,name=user_info,json=userInfo,proto3" json:"user_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateTokenReq) Descriptor deprecated

func (*GenerateTokenReq) Descriptor() ([]byte, []int)

Deprecated: Use GenerateTokenReq.ProtoReflect.Descriptor instead.

func (*GenerateTokenReq) GetRoomId

func (x *GenerateTokenReq) GetRoomId() string

func (*GenerateTokenReq) GetUserInfo

func (x *GenerateTokenReq) GetUserInfo() *UserInfo

func (*GenerateTokenReq) ProtoMessage

func (*GenerateTokenReq) ProtoMessage()

func (*GenerateTokenReq) ProtoReflect

func (x *GenerateTokenReq) ProtoReflect() protoreflect.Message

func (*GenerateTokenReq) Reset

func (x *GenerateTokenReq) Reset()

func (*GenerateTokenReq) String

func (x *GenerateTokenReq) String() string

func (*GenerateTokenReq) Validate

func (m *GenerateTokenReq) Validate() error

Validate checks the field values on GenerateTokenReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GenerateTokenReq) ValidateAll

func (m *GenerateTokenReq) ValidateAll() error

ValidateAll checks the field values on GenerateTokenReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GenerateTokenReqMultiError, or nil if none found.

type GenerateTokenReqMultiError

type GenerateTokenReqMultiError []error

GenerateTokenReqMultiError is an error wrapping multiple validation errors returned by GenerateTokenReq.ValidateAll() if the designated constraints aren't met.

func (GenerateTokenReqMultiError) AllErrors

func (m GenerateTokenReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateTokenReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GenerateTokenReqValidationError

type GenerateTokenReqValidationError struct {
	// contains filtered or unexported fields
}

GenerateTokenReqValidationError is the validation error returned by GenerateTokenReq.Validate if the designated constraints aren't met.

func (GenerateTokenReqValidationError) Cause

Cause function returns cause value.

func (GenerateTokenReqValidationError) Error

Error satisfies the builtin error interface

func (GenerateTokenReqValidationError) ErrorName

ErrorName returns error name.

func (GenerateTokenReqValidationError) Field

Field function returns field value.

func (GenerateTokenReqValidationError) Key

Key function returns key value.

func (GenerateTokenReqValidationError) Reason

Reason function returns reason value.

type GenerateTokenRes

type GenerateTokenRes struct {
	Status bool    `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg    string  `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Token  *string `protobuf:"bytes,3,opt,name=token,proto3,oneof" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateTokenRes) Descriptor deprecated

func (*GenerateTokenRes) Descriptor() ([]byte, []int)

Deprecated: Use GenerateTokenRes.ProtoReflect.Descriptor instead.

func (*GenerateTokenRes) GetMsg

func (x *GenerateTokenRes) GetMsg() string

func (*GenerateTokenRes) GetStatus

func (x *GenerateTokenRes) GetStatus() bool

func (*GenerateTokenRes) GetToken

func (x *GenerateTokenRes) GetToken() string

func (*GenerateTokenRes) ProtoMessage

func (*GenerateTokenRes) ProtoMessage()

func (*GenerateTokenRes) ProtoReflect

func (x *GenerateTokenRes) ProtoReflect() protoreflect.Message

func (*GenerateTokenRes) Reset

func (x *GenerateTokenRes) Reset()

func (*GenerateTokenRes) String

func (x *GenerateTokenRes) String() string

func (*GenerateTokenRes) Validate

func (m *GenerateTokenRes) Validate() error

Validate checks the field values on GenerateTokenRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GenerateTokenRes) ValidateAll

func (m *GenerateTokenRes) ValidateAll() error

ValidateAll checks the field values on GenerateTokenRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GenerateTokenResMultiError, or nil if none found.

type GenerateTokenResMultiError

type GenerateTokenResMultiError []error

GenerateTokenResMultiError is an error wrapping multiple validation errors returned by GenerateTokenRes.ValidateAll() if the designated constraints aren't met.

func (GenerateTokenResMultiError) AllErrors

func (m GenerateTokenResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateTokenResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GenerateTokenResValidationError

type GenerateTokenResValidationError struct {
	// contains filtered or unexported fields
}

GenerateTokenResValidationError is the validation error returned by GenerateTokenRes.Validate if the designated constraints aren't met.

func (GenerateTokenResValidationError) Cause

Cause function returns cause value.

func (GenerateTokenResValidationError) Error

Error satisfies the builtin error interface

func (GenerateTokenResValidationError) ErrorName

ErrorName returns error name.

func (GenerateTokenResValidationError) Field

Field function returns field value.

func (GenerateTokenResValidationError) Key

Key function returns key value.

func (GenerateTokenResValidationError) Reason

Reason function returns reason value.

type GetActiveRoomInfoReq

type GetActiveRoomInfoReq struct {
	RoomId string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetActiveRoomInfoReq) Descriptor deprecated

func (*GetActiveRoomInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use GetActiveRoomInfoReq.ProtoReflect.Descriptor instead.

func (*GetActiveRoomInfoReq) GetRoomId

func (x *GetActiveRoomInfoReq) GetRoomId() string

func (*GetActiveRoomInfoReq) ProtoMessage

func (*GetActiveRoomInfoReq) ProtoMessage()

func (*GetActiveRoomInfoReq) ProtoReflect

func (x *GetActiveRoomInfoReq) ProtoReflect() protoreflect.Message

func (*GetActiveRoomInfoReq) Reset

func (x *GetActiveRoomInfoReq) Reset()

func (*GetActiveRoomInfoReq) String

func (x *GetActiveRoomInfoReq) String() string

func (*GetActiveRoomInfoReq) Validate

func (m *GetActiveRoomInfoReq) Validate() error

Validate checks the field values on GetActiveRoomInfoReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetActiveRoomInfoReq) ValidateAll

func (m *GetActiveRoomInfoReq) ValidateAll() error

ValidateAll checks the field values on GetActiveRoomInfoReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActiveRoomInfoReqMultiError, or nil if none found.

type GetActiveRoomInfoReqMultiError

type GetActiveRoomInfoReqMultiError []error

GetActiveRoomInfoReqMultiError is an error wrapping multiple validation errors returned by GetActiveRoomInfoReq.ValidateAll() if the designated constraints aren't met.

func (GetActiveRoomInfoReqMultiError) AllErrors

func (m GetActiveRoomInfoReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetActiveRoomInfoReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetActiveRoomInfoReqValidationError

type GetActiveRoomInfoReqValidationError struct {
	// contains filtered or unexported fields
}

GetActiveRoomInfoReqValidationError is the validation error returned by GetActiveRoomInfoReq.Validate if the designated constraints aren't met.

func (GetActiveRoomInfoReqValidationError) Cause

Cause function returns cause value.

func (GetActiveRoomInfoReqValidationError) Error

Error satisfies the builtin error interface

func (GetActiveRoomInfoReqValidationError) ErrorName

ErrorName returns error name.

func (GetActiveRoomInfoReqValidationError) Field

Field function returns field value.

func (GetActiveRoomInfoReqValidationError) Key

Key function returns key value.

func (GetActiveRoomInfoReqValidationError) Reason

Reason function returns reason value.

type GetActiveRoomInfoRes

type GetActiveRoomInfoRes struct {
	Status bool                       `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg    string                     `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Room   *ActiveRoomWithParticipant `protobuf:"bytes,3,opt,name=room,proto3" json:"room,omitempty"`
	// contains filtered or unexported fields
}

func (*GetActiveRoomInfoRes) Descriptor deprecated

func (*GetActiveRoomInfoRes) Descriptor() ([]byte, []int)

Deprecated: Use GetActiveRoomInfoRes.ProtoReflect.Descriptor instead.

func (*GetActiveRoomInfoRes) GetMsg

func (x *GetActiveRoomInfoRes) GetMsg() string

func (*GetActiveRoomInfoRes) GetRoom

func (*GetActiveRoomInfoRes) GetStatus

func (x *GetActiveRoomInfoRes) GetStatus() bool

func (*GetActiveRoomInfoRes) ProtoMessage

func (*GetActiveRoomInfoRes) ProtoMessage()

func (*GetActiveRoomInfoRes) ProtoReflect

func (x *GetActiveRoomInfoRes) ProtoReflect() protoreflect.Message

func (*GetActiveRoomInfoRes) Reset

func (x *GetActiveRoomInfoRes) Reset()

func (*GetActiveRoomInfoRes) String

func (x *GetActiveRoomInfoRes) String() string

func (*GetActiveRoomInfoRes) Validate

func (m *GetActiveRoomInfoRes) Validate() error

Validate checks the field values on GetActiveRoomInfoRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetActiveRoomInfoRes) ValidateAll

func (m *GetActiveRoomInfoRes) ValidateAll() error

ValidateAll checks the field values on GetActiveRoomInfoRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActiveRoomInfoResMultiError, or nil if none found.

type GetActiveRoomInfoResMultiError

type GetActiveRoomInfoResMultiError []error

GetActiveRoomInfoResMultiError is an error wrapping multiple validation errors returned by GetActiveRoomInfoRes.ValidateAll() if the designated constraints aren't met.

func (GetActiveRoomInfoResMultiError) AllErrors

func (m GetActiveRoomInfoResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetActiveRoomInfoResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetActiveRoomInfoResValidationError

type GetActiveRoomInfoResValidationError struct {
	// contains filtered or unexported fields
}

GetActiveRoomInfoResValidationError is the validation error returned by GetActiveRoomInfoRes.Validate if the designated constraints aren't met.

func (GetActiveRoomInfoResValidationError) Cause

Cause function returns cause value.

func (GetActiveRoomInfoResValidationError) Error

Error satisfies the builtin error interface

func (GetActiveRoomInfoResValidationError) ErrorName

ErrorName returns error name.

func (GetActiveRoomInfoResValidationError) Field

Field function returns field value.

func (GetActiveRoomInfoResValidationError) Key

Key function returns key value.

func (GetActiveRoomInfoResValidationError) Reason

Reason function returns reason value.

type GetActiveRoomsInfoRes

type GetActiveRoomsInfoRes struct {
	Status bool                         `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg    string                       `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Rooms  []*ActiveRoomWithParticipant `protobuf:"bytes,3,rep,name=rooms,proto3" json:"rooms,omitempty"`
	// contains filtered or unexported fields
}

func (*GetActiveRoomsInfoRes) Descriptor deprecated

func (*GetActiveRoomsInfoRes) Descriptor() ([]byte, []int)

Deprecated: Use GetActiveRoomsInfoRes.ProtoReflect.Descriptor instead.

func (*GetActiveRoomsInfoRes) GetMsg

func (x *GetActiveRoomsInfoRes) GetMsg() string

func (*GetActiveRoomsInfoRes) GetRooms

func (*GetActiveRoomsInfoRes) GetStatus

func (x *GetActiveRoomsInfoRes) GetStatus() bool

func (*GetActiveRoomsInfoRes) ProtoMessage

func (*GetActiveRoomsInfoRes) ProtoMessage()

func (*GetActiveRoomsInfoRes) ProtoReflect

func (x *GetActiveRoomsInfoRes) ProtoReflect() protoreflect.Message

func (*GetActiveRoomsInfoRes) Reset

func (x *GetActiveRoomsInfoRes) Reset()

func (*GetActiveRoomsInfoRes) String

func (x *GetActiveRoomsInfoRes) String() string

func (*GetActiveRoomsInfoRes) Validate

func (m *GetActiveRoomsInfoRes) Validate() error

Validate checks the field values on GetActiveRoomsInfoRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetActiveRoomsInfoRes) ValidateAll

func (m *GetActiveRoomsInfoRes) ValidateAll() error

ValidateAll checks the field values on GetActiveRoomsInfoRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActiveRoomsInfoResMultiError, or nil if none found.

type GetActiveRoomsInfoResMultiError

type GetActiveRoomsInfoResMultiError []error

GetActiveRoomsInfoResMultiError is an error wrapping multiple validation errors returned by GetActiveRoomsInfoRes.ValidateAll() if the designated constraints aren't met.

func (GetActiveRoomsInfoResMultiError) AllErrors

func (m GetActiveRoomsInfoResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetActiveRoomsInfoResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetActiveRoomsInfoResValidationError

type GetActiveRoomsInfoResValidationError struct {
	// contains filtered or unexported fields
}

GetActiveRoomsInfoResValidationError is the validation error returned by GetActiveRoomsInfoRes.Validate if the designated constraints aren't met.

func (GetActiveRoomsInfoResValidationError) Cause

Cause function returns cause value.

func (GetActiveRoomsInfoResValidationError) Error

Error satisfies the builtin error interface

func (GetActiveRoomsInfoResValidationError) ErrorName

ErrorName returns error name.

func (GetActiveRoomsInfoResValidationError) Field

Field function returns field value.

func (GetActiveRoomsInfoResValidationError) Key

Key function returns key value.

func (GetActiveRoomsInfoResValidationError) Reason

Reason function returns reason value.

type GetDownloadTokenReq

type GetDownloadTokenReq struct {
	RecordId string `protobuf:"bytes,1,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDownloadTokenReq) Descriptor deprecated

func (*GetDownloadTokenReq) Descriptor() ([]byte, []int)

Deprecated: Use GetDownloadTokenReq.ProtoReflect.Descriptor instead.

func (*GetDownloadTokenReq) GetRecordId

func (x *GetDownloadTokenReq) GetRecordId() string

func (*GetDownloadTokenReq) ProtoMessage

func (*GetDownloadTokenReq) ProtoMessage()

func (*GetDownloadTokenReq) ProtoReflect

func (x *GetDownloadTokenReq) ProtoReflect() protoreflect.Message

func (*GetDownloadTokenReq) Reset

func (x *GetDownloadTokenReq) Reset()

func (*GetDownloadTokenReq) String

func (x *GetDownloadTokenReq) String() string

func (*GetDownloadTokenReq) Validate

func (m *GetDownloadTokenReq) Validate() error

Validate checks the field values on GetDownloadTokenReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetDownloadTokenReq) ValidateAll

func (m *GetDownloadTokenReq) ValidateAll() error

ValidateAll checks the field values on GetDownloadTokenReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDownloadTokenReqMultiError, or nil if none found.

type GetDownloadTokenReqMultiError

type GetDownloadTokenReqMultiError []error

GetDownloadTokenReqMultiError is an error wrapping multiple validation errors returned by GetDownloadTokenReq.ValidateAll() if the designated constraints aren't met.

func (GetDownloadTokenReqMultiError) AllErrors

func (m GetDownloadTokenReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetDownloadTokenReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetDownloadTokenReqValidationError

type GetDownloadTokenReqValidationError struct {
	// contains filtered or unexported fields
}

GetDownloadTokenReqValidationError is the validation error returned by GetDownloadTokenReq.Validate if the designated constraints aren't met.

func (GetDownloadTokenReqValidationError) Cause

Cause function returns cause value.

func (GetDownloadTokenReqValidationError) Error

Error satisfies the builtin error interface

func (GetDownloadTokenReqValidationError) ErrorName

ErrorName returns error name.

func (GetDownloadTokenReqValidationError) Field

Field function returns field value.

func (GetDownloadTokenReqValidationError) Key

Key function returns key value.

func (GetDownloadTokenReqValidationError) Reason

Reason function returns reason value.

type GetDownloadTokenRes

type GetDownloadTokenRes struct {
	Status bool    `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg    string  `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	Token  *string `protobuf:"bytes,3,opt,name=token,proto3,oneof" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDownloadTokenRes) Descriptor deprecated

func (*GetDownloadTokenRes) Descriptor() ([]byte, []int)

Deprecated: Use GetDownloadTokenRes.ProtoReflect.Descriptor instead.

func (*GetDownloadTokenRes) GetMsg

func (x *GetDownloadTokenRes) GetMsg() string

func (*GetDownloadTokenRes) GetStatus

func (x *GetDownloadTokenRes) GetStatus() bool

func (*GetDownloadTokenRes) GetToken

func (x *GetDownloadTokenRes) GetToken() string

func (*GetDownloadTokenRes) ProtoMessage

func (*GetDownloadTokenRes) ProtoMessage()

func (*GetDownloadTokenRes) ProtoReflect

func (x *GetDownloadTokenRes) ProtoReflect() protoreflect.Message

func (*GetDownloadTokenRes) Reset

func (x *GetDownloadTokenRes) Reset()

func (*GetDownloadTokenRes) String

func (x *GetDownloadTokenRes) String() string

func (*GetDownloadTokenRes) Validate

func (m *GetDownloadTokenRes) Validate() error

Validate checks the field values on GetDownloadTokenRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetDownloadTokenRes) ValidateAll

func (m *GetDownloadTokenRes) ValidateAll() error

ValidateAll checks the field values on GetDownloadTokenRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetDownloadTokenResMultiError, or nil if none found.

type GetDownloadTokenResMultiError

type GetDownloadTokenResMultiError []error

GetDownloadTokenResMultiError is an error wrapping multiple validation errors returned by GetDownloadTokenRes.ValidateAll() if the designated constraints aren't met.

func (GetDownloadTokenResMultiError) AllErrors

func (m GetDownloadTokenResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetDownloadTokenResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetDownloadTokenResValidationError

type GetDownloadTokenResValidationError struct {
	// contains filtered or unexported fields
}

GetDownloadTokenResValidationError is the validation error returned by GetDownloadTokenRes.Validate if the designated constraints aren't met.

func (GetDownloadTokenResValidationError) Cause

Cause function returns cause value.

func (GetDownloadTokenResValidationError) Error

Error satisfies the builtin error interface

func (GetDownloadTokenResValidationError) ErrorName

ErrorName returns error name.

func (GetDownloadTokenResValidationError) Field

Field function returns field value.

func (GetDownloadTokenResValidationError) Key

Key function returns key value.

func (GetDownloadTokenResValidationError) Reason

Reason function returns reason value.

type IncreaseBreakoutRoomDurationReq

type IncreaseBreakoutRoomDurationReq struct {
	BreakoutRoomId string `protobuf:"bytes,1,opt,name=breakout_room_id,json=breakoutRoomId,proto3" json:"breakout_room_id,omitempty"`
	Duration       uint64 `protobuf:"varint,2,opt,name=duration,proto3" json:"duration,omitempty"`
	RoomId         string `protobuf:"bytes,3,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IncreaseBreakoutRoomDurationReq) Descriptor deprecated

func (*IncreaseBreakoutRoomDurationReq) Descriptor() ([]byte, []int)

Deprecated: Use IncreaseBreakoutRoomDurationReq.ProtoReflect.Descriptor instead.

func (*IncreaseBreakoutRoomDurationReq) GetBreakoutRoomId

func (x *IncreaseBreakoutRoomDurationReq) GetBreakoutRoomId() string

func (*IncreaseBreakoutRoomDurationReq) GetDuration

func (x *IncreaseBreakoutRoomDurationReq) GetDuration() uint64

func (*IncreaseBreakoutRoomDurationReq) GetRoomId

func (x *IncreaseBreakoutRoomDurationReq) GetRoomId() string

func (*IncreaseBreakoutRoomDurationReq) ProtoMessage

func (*IncreaseBreakoutRoomDurationReq) ProtoMessage()

func (*IncreaseBreakoutRoomDurationReq) ProtoReflect

func (*IncreaseBreakoutRoomDurationReq) Reset

func (*IncreaseBreakoutRoomDurationReq) String

func (*IncreaseBreakoutRoomDurationReq) Validate

func (m *IncreaseBreakoutRoomDurationReq) Validate() error

Validate checks the field values on IncreaseBreakoutRoomDurationReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IncreaseBreakoutRoomDurationReq) ValidateAll

func (m *IncreaseBreakoutRoomDurationReq) ValidateAll() error

ValidateAll checks the field values on IncreaseBreakoutRoomDurationReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IncreaseBreakoutRoomDurationReqMultiError, or nil if none found.

type IncreaseBreakoutRoomDurationReqMultiError

type IncreaseBreakoutRoomDurationReqMultiError []error

IncreaseBreakoutRoomDurationReqMultiError is an error wrapping multiple validation errors returned by IncreaseBreakoutRoomDurationReq.ValidateAll() if the designated constraints aren't met.

func (IncreaseBreakoutRoomDurationReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IncreaseBreakoutRoomDurationReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IncreaseBreakoutRoomDurationReqValidationError

type IncreaseBreakoutRoomDurationReqValidationError struct {
	// contains filtered or unexported fields
}

IncreaseBreakoutRoomDurationReqValidationError is the validation error returned by IncreaseBreakoutRoomDurationReq.Validate if the designated constraints aren't met.

func (IncreaseBreakoutRoomDurationReqValidationError) Cause

Cause function returns cause value.

func (IncreaseBreakoutRoomDurationReqValidationError) Error

Error satisfies the builtin error interface

func (IncreaseBreakoutRoomDurationReqValidationError) ErrorName

ErrorName returns error name.

func (IncreaseBreakoutRoomDurationReqValidationError) Field

Field function returns field value.

func (IncreaseBreakoutRoomDurationReqValidationError) Key

Key function returns key value.

func (IncreaseBreakoutRoomDurationReqValidationError) Reason

Reason function returns reason value.

type IngressFeatures

type IngressFeatures struct {
	IsAllow   bool         `protobuf:"varint,1,opt,name=is_allow,json=isAllow,proto3" json:"is_allow,omitempty"`
	InputType IngressInput `protobuf:"varint,2,opt,name=input_type,json=inputType,proto3,enum=plugnmeet.IngressInput" json:"input_type,omitempty"`
	Url       string       `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	StreamKey string       `protobuf:"bytes,4,opt,name=stream_key,json=streamKey,proto3" json:"stream_key,omitempty"`
	// contains filtered or unexported fields
}

func (*IngressFeatures) Descriptor deprecated

func (*IngressFeatures) Descriptor() ([]byte, []int)

Deprecated: Use IngressFeatures.ProtoReflect.Descriptor instead.

func (*IngressFeatures) GetInputType

func (x *IngressFeatures) GetInputType() IngressInput

func (*IngressFeatures) GetIsAllow

func (x *IngressFeatures) GetIsAllow() bool

func (*IngressFeatures) GetStreamKey

func (x *IngressFeatures) GetStreamKey() string

func (*IngressFeatures) GetUrl

func (x *IngressFeatures) GetUrl() string

func (*IngressFeatures) ProtoMessage

func (*IngressFeatures) ProtoMessage()

func (*IngressFeatures) ProtoReflect

func (x *IngressFeatures) ProtoReflect() protoreflect.Message

func (*IngressFeatures) Reset

func (x *IngressFeatures) Reset()

func (*IngressFeatures) String

func (x *IngressFeatures) String() string

func (*IngressFeatures) Validate

func (m *IngressFeatures) Validate() error

Validate checks the field values on IngressFeatures with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IngressFeatures) ValidateAll

func (m *IngressFeatures) ValidateAll() error

ValidateAll checks the field values on IngressFeatures with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IngressFeaturesMultiError, or nil if none found.

type IngressFeaturesMultiError

type IngressFeaturesMultiError []error

IngressFeaturesMultiError is an error wrapping multiple validation errors returned by IngressFeatures.ValidateAll() if the designated constraints aren't met.

func (IngressFeaturesMultiError) AllErrors

func (m IngressFeaturesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IngressFeaturesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IngressFeaturesValidationError

type IngressFeaturesValidationError struct {
	// contains filtered or unexported fields
}

IngressFeaturesValidationError is the validation error returned by IngressFeatures.Validate if the designated constraints aren't met.

func (IngressFeaturesValidationError) Cause

Cause function returns cause value.

func (IngressFeaturesValidationError) Error

Error satisfies the builtin error interface

func (IngressFeaturesValidationError) ErrorName

func (e IngressFeaturesValidationError) ErrorName() string

ErrorName returns error name.

func (IngressFeaturesValidationError) Field

Field function returns field value.

func (IngressFeaturesValidationError) Key

Key function returns key value.

func (IngressFeaturesValidationError) Reason

Reason function returns reason value.

type IngressInput

type IngressInput int32
const (
	IngressInput_RTMP_INPUT IngressInput = 0
)

func (IngressInput) Descriptor

func (IngressInput) Enum

func (x IngressInput) Enum() *IngressInput

func (IngressInput) EnumDescriptor deprecated

func (IngressInput) EnumDescriptor() ([]byte, []int)

Deprecated: Use IngressInput.Descriptor instead.

func (IngressInput) Number

func (IngressInput) String

func (x IngressInput) String() string

func (IngressInput) Type

type IsRoomActiveReq

type IsRoomActiveReq struct {
	RoomId string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	// contains filtered or unexported fields
}

func (*IsRoomActiveReq) Descriptor deprecated

func (*IsRoomActiveReq) Descriptor() ([]byte, []int)

Deprecated: Use IsRoomActiveReq.ProtoReflect.Descriptor instead.

func (*IsRoomActiveReq) GetRoomId

func (x *IsRoomActiveReq) GetRoomId() string

func (*IsRoomActiveReq) ProtoMessage

func (*IsRoomActiveReq) ProtoMessage()

func (*IsRoomActiveReq) ProtoReflect

func (x *IsRoomActiveReq) ProtoReflect() protoreflect.Message

func (*IsRoomActiveReq) Reset

func (x *IsRoomActiveReq) Reset()

func (*IsRoomActiveReq) String

func (x *IsRoomActiveReq) String() string

func (*IsRoomActiveReq) Validate

func (m *IsRoomActiveReq) Validate() error

Validate checks the field values on IsRoomActiveReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsRoomActiveReq) ValidateAll

func (m *IsRoomActiveReq) ValidateAll() error

ValidateAll checks the field values on IsRoomActiveReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsRoomActiveReqMultiError, or nil if none found.

type IsRoomActiveReqMultiError

type IsRoomActiveReqMultiError []error

IsRoomActiveReqMultiError is an error wrapping multiple validation errors returned by IsRoomActiveReq.ValidateAll() if the designated constraints aren't met.

func (IsRoomActiveReqMultiError) AllErrors

func (m IsRoomActiveReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsRoomActiveReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsRoomActiveReqValidationError

type IsRoomActiveReqValidationError struct {
	// contains filtered or unexported fields
}

IsRoomActiveReqValidationError is the validation error returned by IsRoomActiveReq.Validate if the designated constraints aren't met.

func (IsRoomActiveReqValidationError) Cause

Cause function returns cause value.

func (IsRoomActiveReqValidationError) Error

Error satisfies the builtin error interface

func (IsRoomActiveReqValidationError) ErrorName

func (e IsRoomActiveReqValidationError) ErrorName() string

ErrorName returns error name.

func (IsRoomActiveReqValidationError) Field

Field function returns field value.

func (IsRoomActiveReqValidationError) Key

Key function returns key value.

func (IsRoomActiveReqValidationError) Reason

Reason function returns reason value.

type IsRoomActiveRes

type IsRoomActiveRes struct {
	Status bool   `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg    string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*IsRoomActiveRes) Descriptor deprecated

func (*IsRoomActiveRes) Descriptor() ([]byte, []int)

Deprecated: Use IsRoomActiveRes.ProtoReflect.Descriptor instead.

func (*IsRoomActiveRes) GetMsg

func (x *IsRoomActiveRes) GetMsg() string

func (*IsRoomActiveRes) GetStatus

func (x *IsRoomActiveRes) GetStatus() bool

func (*IsRoomActiveRes) ProtoMessage

func (*IsRoomActiveRes) ProtoMessage()

func (*IsRoomActiveRes) ProtoReflect

func (x *IsRoomActiveRes) ProtoReflect() protoreflect.Message

func (*IsRoomActiveRes) Reset

func (x *IsRoomActiveRes) Reset()

func (*IsRoomActiveRes) String

func (x *IsRoomActiveRes) String() string

func (*IsRoomActiveRes) Validate

func (m *IsRoomActiveRes) Validate() error

Validate checks the field values on IsRoomActiveRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsRoomActiveRes) ValidateAll

func (m *IsRoomActiveRes) ValidateAll() error

ValidateAll checks the field values on IsRoomActiveRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsRoomActiveResMultiError, or nil if none found.

type IsRoomActiveResMultiError

type IsRoomActiveResMultiError []error

IsRoomActiveResMultiError is an error wrapping multiple validation errors returned by IsRoomActiveRes.ValidateAll() if the designated constraints aren't met.

func (IsRoomActiveResMultiError) AllErrors

func (m IsRoomActiveResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsRoomActiveResMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsRoomActiveResValidationError

type IsRoomActiveResValidationError struct {
	// contains filtered or unexported fields
}

IsRoomActiveResValidationError is the validation error returned by IsRoomActiveRes.Validate if the designated constraints aren't met.

func (IsRoomActiveResValidationError) Cause

Cause function returns cause value.

func (IsRoomActiveResValidationError) Error

Error satisfies the builtin error interface

func (IsRoomActiveResValidationError) ErrorName

func (e IsRoomActiveResValidationError) ErrorName() string

ErrorName returns error name.

func (IsRoomActiveResValidationError) Field

Field function returns field value.

func (IsRoomActiveResValidationError) Key

Key function returns key value.

func (IsRoomActiveResValidationError) Reason

Reason function returns reason value.

type JoinBreakoutRoomReq

type JoinBreakoutRoomReq struct {
	BreakoutRoomId string `protobuf:"bytes,1,opt,name=breakout_room_id,json=breakoutRoomId,proto3" json:"breakout_room_id,omitempty"`
	UserId         string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	RoomId         string `protobuf:"bytes,3,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	IsAdmin        bool   `protobuf:"varint,4,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinBreakoutRoomReq) Descriptor deprecated

func (*JoinBreakoutRoomReq) Descriptor() ([]byte, []int)

Deprecated: Use JoinBreakoutRoomReq.ProtoReflect.Descriptor instead.

func (*JoinBreakoutRoomReq) GetBreakoutRoomId

func (x *JoinBreakoutRoomReq) GetBreakoutRoomId() string

func (*JoinBreakoutRoomReq) GetIsAdmin

func (x *JoinBreakoutRoomReq) GetIsAdmin() bool

func (*JoinBreakoutRoomReq) GetRoomId

func (x *JoinBreakoutRoomReq) GetRoomId() string

func (*JoinBreakoutRoomReq) GetUserId

func (x *JoinBreakoutRoomReq) GetUserId() string

func (*JoinBreakoutRoomReq) ProtoMessage

func (*JoinBreakoutRoomReq) ProtoMessage()

func (*JoinBreakoutRoomReq) ProtoReflect

func (x *JoinBreakoutRoomReq) ProtoReflect() protoreflect.Message

func (*JoinBreakoutRoomReq) Reset

func (x *JoinBreakoutRoomReq) Reset()

func (*JoinBreakoutRoomReq) String

func (x *JoinBreakoutRoomReq) String() string

func (*JoinBreakoutRoomReq) Validate

func (m *JoinBreakoutRoomReq) Validate() error

Validate checks the field values on JoinBreakoutRoomReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*JoinBreakoutRoomReq) ValidateAll

func (m *JoinBreakoutRoomReq) ValidateAll() error

ValidateAll checks the field values on JoinBreakoutRoomReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JoinBreakoutRoomReqMultiError, or nil if none found.

type JoinBreakoutRoomReqMultiError

type JoinBreakoutRoomReqMultiError []error

JoinBreakoutRoomReqMultiError is an error wrapping multiple validation errors returned by JoinBreakoutRoomReq.ValidateAll() if the designated constraints aren't met.

func (JoinBreakoutRoomReqMultiError) AllErrors

func (m JoinBreakoutRoomReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JoinBreakoutRoomReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type JoinBreakoutRoomReqValidationError

type JoinBreakoutRoomReqValidationError struct {
	// contains filtered or unexported fields
}

JoinBreakoutRoomReqValidationError is the validation error returned by JoinBreakoutRoomReq.Validate if the designated constraints aren't met.

func (JoinBreakoutRoomReqValidationError) Cause

Cause function returns cause value.

func (JoinBreakoutRoomReqValidationError) Error

Error satisfies the builtin error interface

func (JoinBreakoutRoomReqValidationError) ErrorName

ErrorName returns error name.

func (JoinBreakoutRoomReqValidationError) Field

Field function returns field value.

func (JoinBreakoutRoomReqValidationError) Key

Key function returns key value.

func (JoinBreakoutRoomReqValidationError) Reason

Reason function returns reason value.

type LockSettings

type LockSettings struct {
	LockMicrophone      *bool `protobuf:"varint,1,opt,name=lock_microphone,json=lockMicrophone,proto3,oneof" json:"lock_microphone,omitempty"`
	LockWebcam          *bool `protobuf:"varint,2,opt,name=lock_webcam,json=lockWebcam,proto3,oneof" json:"lock_webcam,omitempty"`
	LockScreenSharing   *bool `protobuf:"varint,3,opt,name=lock_screen_sharing,json=lockScreenSharing,proto3,oneof" json:"lock_screen_sharing,omitempty"`
	LockChat            *bool `protobuf:"varint,4,opt,name=lock_chat,json=lockChat,proto3,oneof" json:"lock_chat,omitempty"`
	LockChatSendMessage *bool `` /* 129-byte string literal not displayed */
	LockChatFileShare   *bool `protobuf:"varint,6,opt,name=lock_chat_file_share,json=lockChatFileShare,proto3,oneof" json:"lock_chat_file_share,omitempty"`
	LockPrivateChat     *bool `protobuf:"varint,7,opt,name=lock_private_chat,json=lockPrivateChat,proto3,oneof" json:"lock_private_chat,omitempty"`
	LockWhiteboard      *bool `protobuf:"varint,8,opt,name=lock_whiteboard,json=lockWhiteboard,proto3,oneof" json:"lock_whiteboard,omitempty"`
	LockSharedNotepad   *bool `protobuf:"varint,9,opt,name=lock_shared_notepad,json=lockSharedNotepad,proto3,oneof" json:"lock_shared_notepad,omitempty"`
	// contains filtered or unexported fields
}

func (*LockSettings) Descriptor deprecated

func (*LockSettings) Descriptor() ([]byte, []int)

Deprecated: Use LockSettings.ProtoReflect.Descriptor instead.

func (*LockSettings) GetLockChat

func (x *LockSettings) GetLockChat() bool

func (*LockSettings) GetLockChatFileShare

func (x *LockSettings) GetLockChatFileShare() bool

func (*LockSettings) GetLockChatSendMessage

func (x *LockSettings) GetLockChatSendMessage() bool

func (*LockSettings) GetLockMicrophone

func (x *LockSettings) GetLockMicrophone() bool

func (*LockSettings) GetLockPrivateChat

func (x *LockSettings) GetLockPrivateChat() bool

func (*LockSettings) GetLockScreenSharing

func (x *LockSettings) GetLockScreenSharing() bool

func (*LockSettings) GetLockSharedNotepad

func (x *LockSettings) GetLockSharedNotepad() bool

func (*LockSettings) GetLockWebcam

func (x *LockSettings) GetLockWebcam() bool

func (*LockSettings) GetLockWhiteboard

func (x *LockSettings) GetLockWhiteboard() bool

func (*LockSettings) ProtoMessage

func (*LockSettings) ProtoMessage()

func (*LockSettings) ProtoReflect

func (x *LockSettings) ProtoReflect() protoreflect.Message

func (*LockSettings) Reset

func (x *LockSettings) Reset()

func (*LockSettings) String

func (x *LockSettings) String() string

func (*LockSettings) Validate

func (m *LockSettings) Validate() error

Validate checks the field values on LockSettings with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LockSettings) ValidateAll

func (m *LockSettings) ValidateAll() error

ValidateAll checks the field values on LockSettings with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LockSettingsMultiError, or nil if none found.

type LockSettingsMultiError

type LockSettingsMultiError []error

LockSettingsMultiError is an error wrapping multiple validation errors returned by LockSettings.ValidateAll() if the designated constraints aren't met.

func (LockSettingsMultiError) AllErrors

func (m LockSettingsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LockSettingsMultiError) Error

func (m LockSettingsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LockSettingsValidationError

type LockSettingsValidationError struct {
	// contains filtered or unexported fields
}

LockSettingsValidationError is the validation error returned by LockSettings.Validate if the designated constraints aren't met.

func (LockSettingsValidationError) Cause

Cause function returns cause value.

func (LockSettingsValidationError) Error

Error satisfies the builtin error interface

func (LockSettingsValidationError) ErrorName

func (e LockSettingsValidationError) ErrorName() string

ErrorName returns error name.

func (LockSettingsValidationError) Field

Field function returns field value.

func (LockSettingsValidationError) Key

Key function returns key value.

func (LockSettingsValidationError) Reason

Reason function returns reason value.

type LtiClaims

type LtiClaims struct {
	UserId              string               `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Name                string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	IsAdmin             bool                 `protobuf:"varint,3,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	RoomId              string               `protobuf:"bytes,4,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	RoomTitle           string               `protobuf:"bytes,5,opt,name=room_title,json=roomTitle,proto3" json:"room_title,omitempty"`
	LtiCustomParameters *LtiCustomParameters `protobuf:"bytes,6,opt,name=lti_custom_parameters,json=ltiCustomParameters,proto3" json:"lti_custom_parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*LtiClaims) Descriptor deprecated

func (*LtiClaims) Descriptor() ([]byte, []int)

Deprecated: Use LtiClaims.ProtoReflect.Descriptor instead.

func (*LtiClaims) GetIsAdmin

func (x *LtiClaims) GetIsAdmin() bool

func (*LtiClaims) GetLtiCustomParameters

func (x *LtiClaims) GetLtiCustomParameters() *LtiCustomParameters

func (*LtiClaims) GetName

func (x *LtiClaims) GetName() string

func (*LtiClaims) GetRoomId

func (x *LtiClaims) GetRoomId() string

func (*LtiClaims) GetRoomTitle

func (x *LtiClaims) GetRoomTitle() string

func (*LtiClaims) GetUserId

func (x *LtiClaims) GetUserId() string

func (*LtiClaims) ProtoMessage

func (*LtiClaims) ProtoMessage()

func (*LtiClaims) ProtoReflect

func (x *LtiClaims) ProtoReflect() protoreflect.Message

func (*LtiClaims) Reset

func (x *LtiClaims) Reset()

func (*LtiClaims) String

func (x *LtiClaims) String() string

func (*LtiClaims) Validate

func (m *LtiClaims) Validate() error

Validate checks the field values on LtiClaims with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LtiClaims) ValidateAll

func (m *LtiClaims) ValidateAll() error

ValidateAll checks the field values on LtiClaims with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LtiClaimsMultiError, or nil if none found.

type LtiClaimsMultiError

type LtiClaimsMultiError []error

LtiClaimsMultiError is an error wrapping multiple validation errors returned by LtiClaims.ValidateAll() if the designated constraints aren't met.

func (LtiClaimsMultiError) AllErrors

func (m LtiClaimsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LtiClaimsMultiError) Error

func (m LtiClaimsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LtiClaimsValidationError

type LtiClaimsValidationError struct {
	// contains filtered or unexported fields
}

LtiClaimsValidationError is the validation error returned by LtiClaims.Validate if the designated constraints aren't met.

func (LtiClaimsValidationError) Cause

func (e LtiClaimsValidationError) Cause() error

Cause function returns cause value.

func (LtiClaimsValidationError) Error

func (e LtiClaimsValidationError) Error() string

Error satisfies the builtin error interface

func (LtiClaimsValidationError) ErrorName

func (e LtiClaimsValidationError) ErrorName() string

ErrorName returns error name.

func (LtiClaimsValidationError) Field

func (e LtiClaimsValidationError) Field() string

Field function returns field value.

func (LtiClaimsValidationError) Key

Key function returns key value.

func (LtiClaimsValidationError) Reason

func (e LtiClaimsValidationError) Reason() string

Reason function returns reason value.

type LtiCustomDesign

type LtiCustomDesign struct {
	PrimaryColor    *string `protobuf:"bytes,1,opt,name=primary_color,json=primaryColor,proto3,oneof" json:"primary_color,omitempty"`
	SecondaryColor  *string `protobuf:"bytes,2,opt,name=secondary_color,json=secondaryColor,proto3,oneof" json:"secondary_color,omitempty"`
	BackgroundColor *string `protobuf:"bytes,3,opt,name=background_color,json=backgroundColor,proto3,oneof" json:"background_color,omitempty"`
	// contains filtered or unexported fields
}

func (*LtiCustomDesign) Descriptor deprecated

func (*LtiCustomDesign) Descriptor() ([]byte, []int)

Deprecated: Use LtiCustomDesign.ProtoReflect.Descriptor instead.

func (*LtiCustomDesign) GetBackgroundColor

func (x *LtiCustomDesign) GetBackgroundColor() string
func (x *LtiCustomDesign) GetCustomLogo() string

func (*LtiCustomDesign) GetPrimaryColor

func (x *LtiCustomDesign) GetPrimaryColor() string

func (*LtiCustomDesign) GetSecondaryColor

func (x *LtiCustomDesign) GetSecondaryColor() string

func (*LtiCustomDesign) ProtoMessage

func (*LtiCustomDesign) ProtoMessage()

func (*LtiCustomDesign) ProtoReflect

func (x *LtiCustomDesign) ProtoReflect() protoreflect.Message

func (*LtiCustomDesign) Reset

func (x *LtiCustomDesign) Reset()

func (*LtiCustomDesign) String

func (x *LtiCustomDesign) String() string

func (*LtiCustomDesign) Validate

func (m *LtiCustomDesign) Validate() error

Validate checks the field values on LtiCustomDesign with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LtiCustomDesign) ValidateAll

func (m *LtiCustomDesign) ValidateAll() error

ValidateAll checks the field values on LtiCustomDesign with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LtiCustomDesignMultiError, or nil if none found.

type LtiCustomDesignMultiError

type LtiCustomDesignMultiError []error

LtiCustomDesignMultiError is an error wrapping multiple validation errors returned by LtiCustomDesign.ValidateAll() if the designated constraints aren't met.

func (LtiCustomDesignMultiError) AllErrors

func (m LtiCustomDesignMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LtiCustomDesignMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LtiCustomDesignValidationError

type LtiCustomDesignValidationError struct {
	// contains filtered or unexported fields
}

LtiCustomDesignValidationError is the validation error returned by LtiCustomDesign.Validate if the designated constraints aren't met.

func (LtiCustomDesignValidationError) Cause

Cause function returns cause value.

func (LtiCustomDesignValidationError) Error

Error satisfies the builtin error interface

func (LtiCustomDesignValidationError) ErrorName

func (e LtiCustomDesignValidationError) ErrorName() string

ErrorName returns error name.

func (LtiCustomDesignValidationError) Field

Field function returns field value.

func (LtiCustomDesignValidationError) Key

Key function returns key value.

func (LtiCustomDesignValidationError) Reason

Reason function returns reason value.

type LtiCustomParameters

type LtiCustomParameters struct {
	RoomDuration            *uint64          `protobuf:"varint,1,opt,name=room_duration,json=roomDuration,proto3,oneof" json:"room_duration,omitempty"`
	AllowPolls              *bool            `protobuf:"varint,2,opt,name=allow_polls,json=allowPolls,proto3,oneof" json:"allow_polls,omitempty"`
	AllowSharedNotePad      *bool            `` /* 126-byte string literal not displayed */
	AllowBreakoutRoom       *bool            `protobuf:"varint,4,opt,name=allow_breakout_room,json=allowBreakoutRoom,proto3,oneof" json:"allow_breakout_room,omitempty"`
	AllowRecording          *bool            `protobuf:"varint,5,opt,name=allow_recording,json=allowRecording,proto3,oneof" json:"allow_recording,omitempty"`
	AllowRtmp               *bool            `protobuf:"varint,6,opt,name=allow_rtmp,json=allowRtmp,proto3,oneof" json:"allow_rtmp,omitempty"`
	AllowViewOtherWebcams   *bool            `` /* 135-byte string literal not displayed */
	AllowViewOtherUsersList *bool            `` /* 143-byte string literal not displayed */
	MuteOnStart             *bool            `protobuf:"varint,9,opt,name=mute_on_start,json=muteOnStart,proto3,oneof" json:"mute_on_start,omitempty"`
	LtiCustomDesign         *LtiCustomDesign `protobuf:"bytes,10,opt,name=lti_custom_design,json=ltiCustomDesign,proto3" json:"lti_custom_design,omitempty"`
	// contains filtered or unexported fields
}

func (*LtiCustomParameters) Descriptor deprecated

func (*LtiCustomParameters) Descriptor() ([]byte, []int)

Deprecated: Use LtiCustomParameters.ProtoReflect.Descriptor instead.

func (*LtiCustomParameters) GetAllowBreakoutRoom

func (x *LtiCustomParameters) GetAllowBreakoutRoom() bool

func (*LtiCustomParameters) GetAllowPolls

func (x *LtiCustomParameters) GetAllowPolls() bool

func (*LtiCustomParameters) GetAllowRecording

func (x *LtiCustomParameters) GetAllowRecording() bool

func (*LtiCustomParameters) GetAllowRtmp

func (x *LtiCustomParameters) GetAllowRtmp() bool

func (*LtiCustomParameters) GetAllowSharedNotePad

func (x *LtiCustomParameters) GetAllowSharedNotePad() bool

func (*LtiCustomParameters) GetAllowViewOtherUsersList

func (x *LtiCustomParameters) GetAllowViewOtherUsersList() bool

func (*LtiCustomParameters) GetAllowViewOtherWebcams

func (x *LtiCustomParameters) GetAllowViewOtherWebcams() bool

func (*LtiCustomParameters) GetLtiCustomDesign

func (x *LtiCustomParameters) GetLtiCustomDesign() *LtiCustomDesign

func (*LtiCustomParameters) GetMuteOnStart

func (x *LtiCustomParameters) GetMuteOnStart() bool

func (*LtiCustomParameters) GetRoomDuration

func (x *LtiCustomParameters) GetRoomDuration() uint64

func (*LtiCustomParameters) ProtoMessage

func (*LtiCustomParameters) ProtoMessage()

func (*LtiCustomParameters) ProtoReflect

func (x *LtiCustomParameters) ProtoReflect() protoreflect.Message

func (*LtiCustomParameters) Reset

func (x *LtiCustomParameters) Reset()

func (*LtiCustomParameters) String

func (x *LtiCustomParameters) String() string

func (*LtiCustomParameters) Validate

func (m *LtiCustomParameters) Validate() error

Validate checks the field values on LtiCustomParameters with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LtiCustomParameters) ValidateAll

func (m *LtiCustomParameters) ValidateAll() error

ValidateAll checks the field values on LtiCustomParameters with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LtiCustomParametersMultiError, or nil if none found.

type LtiCustomParametersMultiError

type LtiCustomParametersMultiError []error

LtiCustomParametersMultiError is an error wrapping multiple validation errors returned by LtiCustomParameters.ValidateAll() if the designated constraints aren't met.

func (LtiCustomParametersMultiError) AllErrors

func (m LtiCustomParametersMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LtiCustomParametersMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LtiCustomParametersValidationError

type LtiCustomParametersValidationError struct {
	// contains filtered or unexported fields
}

LtiCustomParametersValidationError is the validation error returned by LtiCustomParameters.Validate if the designated constraints aren't met.

func (LtiCustomParametersValidationError) Cause

Cause function returns cause value.

func (LtiCustomParametersValidationError) Error

Error satisfies the builtin error interface

func (LtiCustomParametersValidationError) ErrorName

ErrorName returns error name.

func (LtiCustomParametersValidationError) Field

Field function returns field value.

func (LtiCustomParametersValidationError) Key

Key function returns key value.

func (LtiCustomParametersValidationError) Reason

Reason function returns reason value.

type MuteUnMuteTrackReq

type MuteUnMuteTrackReq struct {
	Sid             string `protobuf:"bytes,1,opt,name=sid,proto3" json:"sid,omitempty"`
	RoomId          string `protobuf:"bytes,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	UserId          string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	TrackSid        string `protobuf:"bytes,4,opt,name=track_sid,json=trackSid,proto3" json:"track_sid,omitempty"`
	Muted           bool   `protobuf:"varint,5,opt,name=muted,proto3" json:"muted,omitempty"`
	RequestedUserId string `protobuf:"bytes,6,opt,name=Requested_user_id,json=RequestedUserId,proto3" json:"Requested_user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MuteUnMuteTrackReq) Descriptor deprecated

func (*MuteUnMuteTrackReq) Descriptor() ([]byte, []int)

Deprecated: Use MuteUnMuteTrackReq.ProtoReflect.Descriptor instead.

func (*MuteUnMuteTrackReq) GetMuted

func (x *MuteUnMuteTrackReq) GetMuted() bool

func (*MuteUnMuteTrackReq) GetRequestedUserId

func (x *MuteUnMuteTrackReq) GetRequestedUserId() string

func (*MuteUnMuteTrackReq) GetRoomId

func (x *MuteUnMuteTrackReq) GetRoomId() string

func (*MuteUnMuteTrackReq) GetSid

func (x *MuteUnMuteTrackReq) GetSid() string

func (*MuteUnMuteTrackReq) GetTrackSid

func (x *MuteUnMuteTrackReq) GetTrackSid() string

func (*MuteUnMuteTrackReq) GetUserId

func (x *MuteUnMuteTrackReq) GetUserId() string

func (*MuteUnMuteTrackReq) ProtoMessage

func (*MuteUnMuteTrackReq) ProtoMessage()

func (*MuteUnMuteTrackReq) ProtoReflect

func (x *MuteUnMuteTrackReq) ProtoReflect() protoreflect.Message

func (*MuteUnMuteTrackReq) Reset

func (x *MuteUnMuteTrackReq) Reset()

func (*MuteUnMuteTrackReq) String

func (x *MuteUnMuteTrackReq) String() string

func (*MuteUnMuteTrackReq) Validate

func (m *MuteUnMuteTrackReq) Validate() error

Validate checks the field values on MuteUnMuteTrackReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MuteUnMuteTrackReq) ValidateAll

func (m *MuteUnMuteTrackReq) ValidateAll() error

ValidateAll checks the field values on MuteUnMuteTrackReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MuteUnMuteTrackReqMultiError, or nil if none found.

type MuteUnMuteTrackReqMultiError

type MuteUnMuteTrackReqMultiError []error

MuteUnMuteTrackReqMultiError is an error wrapping multiple validation errors returned by MuteUnMuteTrackReq.ValidateAll() if the designated constraints aren't met.

func (MuteUnMuteTrackReqMultiError) AllErrors

func (m MuteUnMuteTrackReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MuteUnMuteTrackReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MuteUnMuteTrackReqValidationError

type MuteUnMuteTrackReqValidationError struct {
	// contains filtered or unexported fields
}

MuteUnMuteTrackReqValidationError is the validation error returned by MuteUnMuteTrackReq.Validate if the designated constraints aren't met.

func (MuteUnMuteTrackReqValidationError) Cause

Cause function returns cause value.

func (MuteUnMuteTrackReqValidationError) Error

Error satisfies the builtin error interface

func (MuteUnMuteTrackReqValidationError) ErrorName

ErrorName returns error name.

func (MuteUnMuteTrackReqValidationError) Field

Field function returns field value.

func (MuteUnMuteTrackReqValidationError) Key

Key function returns key value.

func (MuteUnMuteTrackReqValidationError) Reason

Reason function returns reason value.

type NotifyEventRoom

type NotifyEventRoom struct {
	Sid             *string          `protobuf:"bytes,1,opt,name=sid,proto3,oneof" json:"sid,omitempty"`
	RoomId          *string          `protobuf:"bytes,2,opt,name=room_id,json=roomId,proto3,oneof" json:"room_id,omitempty"`
	EmptyTimeout    *uint32          `protobuf:"varint,3,opt,name=empty_timeout,json=emptyTimeout,proto3,oneof" json:"empty_timeout,omitempty"`
	MaxParticipants *uint32          `protobuf:"varint,4,opt,name=max_participants,json=maxParticipants,proto3,oneof" json:"max_participants,omitempty"`
	CreationTime    *uint64          `protobuf:"varint,5,opt,name=creation_time,json=creationTime,proto3,oneof" json:"creation_time,omitempty"`
	EnabledCodecs   []*livekit.Codec `protobuf:"bytes,6,rep,name=enabled_codecs,json=enabledCodecs,proto3" json:"enabled_codecs,omitempty"`
	Metadata        *string          `protobuf:"bytes,7,opt,name=metadata,proto3,oneof" json:"metadata,omitempty"`
	NumParticipants *uint32          `protobuf:"varint,8,opt,name=num_participants,json=numParticipants,proto3,oneof" json:"num_participants,omitempty"`
	// contains filtered or unexported fields
}

func (*NotifyEventRoom) Descriptor deprecated

func (*NotifyEventRoom) Descriptor() ([]byte, []int)

Deprecated: Use NotifyEventRoom.ProtoReflect.Descriptor instead.

func (*NotifyEventRoom) GetCreationTime

func (x *NotifyEventRoom) GetCreationTime() uint64

func (*NotifyEventRoom) GetEmptyTimeout

func (x *NotifyEventRoom) GetEmptyTimeout() uint32

func (*NotifyEventRoom) GetEnabledCodecs

func (x *NotifyEventRoom) GetEnabledCodecs() []*livekit.Codec

func (*NotifyEventRoom) GetMaxParticipants

func (x *NotifyEventRoom) GetMaxParticipants() uint32

func (*NotifyEventRoom) GetMetadata

func (x *NotifyEventRoom) GetMetadata() string

func (*NotifyEventRoom) GetNumParticipants

func (x *NotifyEventRoom) GetNumParticipants() uint32

func (*NotifyEventRoom) GetRoomId

func (x *NotifyEventRoom) GetRoomId() string

func (*NotifyEventRoom) GetSid

func (x *NotifyEventRoom) GetSid() string

func (*NotifyEventRoom) ProtoMessage

func (*NotifyEventRoom) ProtoMessage()

func (*NotifyEventRoom) ProtoReflect

func (x *NotifyEventRoom) ProtoReflect() protoreflect.Message

func (*NotifyEventRoom) Reset

func (x *NotifyEventRoom) Reset()

func (*NotifyEventRoom) String

func (x *NotifyEventRoom) String() string

func (*NotifyEventRoom) Validate

func (m *NotifyEventRoom) Validate() error

Validate checks the field values on NotifyEventRoom with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NotifyEventRoom) ValidateAll

func (m *NotifyEventRoom) ValidateAll() error

ValidateAll checks the field values on NotifyEventRoom with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NotifyEventRoomMultiError, or nil if none found.

type NotifyEventRoomMultiError

type NotifyEventRoomMultiError []error

NotifyEventRoomMultiError is an error wrapping multiple validation errors returned by NotifyEventRoom.ValidateAll() if the designated constraints aren't met.

func (NotifyEventRoomMultiError) AllErrors

func (m NotifyEventRoomMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NotifyEventRoomMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type NotifyEventRoomValidationError

type NotifyEventRoomValidationError struct {
	// contains filtered or unexported fields
}

NotifyEventRoomValidationError is the validation error returned by NotifyEventRoom.Validate if the designated constraints aren't met.

func (NotifyEventRoomValidationError) Cause

Cause function returns cause value.

func (NotifyEventRoomValidationError) Error

Error satisfies the builtin error interface

func (NotifyEventRoomValidationError) ErrorName

func (e NotifyEventRoomValidationError) ErrorName() string

ErrorName returns error name.

func (NotifyEventRoomValidationError) Field

Field function returns field value.

func (NotifyEventRoomValidationError) Key

Key function returns key value.

func (NotifyEventRoomValidationError) Reason

Reason function returns reason value.

type PlugNmeetInfo

type PlugNmeetInfo struct {
	Host      string  `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	ApiKey    string  `protobuf:"bytes,2,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	ApiSecret string  `protobuf:"bytes,3,opt,name=api_secret,json=apiSecret,proto3" json:"api_secret,omitempty"`
	JoinHost  *string `protobuf:"bytes,4,opt,name=join_host,json=joinHost,proto3,oneof" json:"join_host,omitempty"`
	// contains filtered or unexported fields
}

func (*PlugNmeetInfo) Descriptor deprecated

func (*PlugNmeetInfo) Descriptor() ([]byte, []int)

Deprecated: Use PlugNmeetInfo.ProtoReflect.Descriptor instead.

func (*PlugNmeetInfo) GetApiKey

func (x *PlugNmeetInfo) GetApiKey() string

func (*PlugNmeetInfo) GetApiSecret

func (x *PlugNmeetInfo) GetApiSecret() string

func (*PlugNmeetInfo) GetHost

func (x *PlugNmeetInfo) GetHost() string

func (*PlugNmeetInfo) GetJoinHost

func (x *PlugNmeetInfo) GetJoinHost() string

func (*PlugNmeetInfo) ProtoMessage

func (*PlugNmeetInfo) ProtoMessage()

func (*PlugNmeetInfo) ProtoReflect

func (x *PlugNmeetInfo) ProtoReflect() protoreflect.Message

func (*PlugNmeetInfo) Reset

func (x *PlugNmeetInfo) Reset()

func (*PlugNmeetInfo) String

func (x *PlugNmeetInfo) String() string

func (*PlugNmeetInfo) Validate

func (m *PlugNmeetInfo) Validate() error

Validate checks the field values on PlugNmeetInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PlugNmeetInfo) ValidateAll

func (m *PlugNmeetInfo) ValidateAll() error

ValidateAll checks the field values on PlugNmeetInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PlugNmeetInfoMultiError, or nil if none found.

type PlugNmeetInfoMultiError

type PlugNmeetInfoMultiError []error

PlugNmeetInfoMultiError is an error wrapping multiple validation errors returned by PlugNmeetInfo.ValidateAll() if the designated constraints aren't met.

func (PlugNmeetInfoMultiError) AllErrors

func (m PlugNmeetInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PlugNmeetInfoMultiError) Error

func (m PlugNmeetInfoMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PlugNmeetInfoValidationError

type PlugNmeetInfoValidationError struct {
	// contains filtered or unexported fields
}

PlugNmeetInfoValidationError is the validation error returned by PlugNmeetInfo.Validate if the designated constraints aren't met.

func (PlugNmeetInfoValidationError) Cause

Cause function returns cause value.

func (PlugNmeetInfoValidationError) Error

Error satisfies the builtin error interface

func (PlugNmeetInfoValidationError) ErrorName

func (e PlugNmeetInfoValidationError) ErrorName() string

ErrorName returns error name.

func (PlugNmeetInfoValidationError) Field

Field function returns field value.

func (PlugNmeetInfoValidationError) Key

Key function returns key value.

func (PlugNmeetInfoValidationError) Reason

Reason function returns reason value.

type PlugNmeetToRecorder

type PlugNmeetToRecorder struct {
	From        string         `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	Task        RecordingTasks `protobuf:"varint,2,opt,name=task,proto3,enum=plugnmeet.RecordingTasks" json:"task,omitempty"`
	RoomTableId int64          `protobuf:"varint,3,opt,name=room_table_id,json=roomTableId,proto3" json:"room_table_id,omitempty"`
	RoomSid     string         `protobuf:"bytes,4,opt,name=room_sid,json=roomSid,proto3" json:"room_sid,omitempty"`
	RecordingId string         `protobuf:"bytes,5,opt,name=recording_id,json=recordingId,proto3" json:"recording_id,omitempty"`
	RecorderId  string         `protobuf:"bytes,6,opt,name=recorder_id,json=recorderId,proto3" json:"recorder_id,omitempty"`
	AccessToken string         `protobuf:"bytes,7,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	RtmpUrl     *string        `protobuf:"bytes,8,opt,name=rtmp_url,json=rtmpUrl,proto3,oneof" json:"rtmp_url,omitempty"`
	// contains filtered or unexported fields
}

func (*PlugNmeetToRecorder) Descriptor deprecated

func (*PlugNmeetToRecorder) Descriptor() ([]byte, []int)

Deprecated: Use PlugNmeetToRecorder.ProtoReflect.Descriptor instead.

func (*PlugNmeetToRecorder) GetAccessToken

func (x *PlugNmeetToRecorder) GetAccessToken() string

func (*PlugNmeetToRecorder) GetFrom

func (x *PlugNmeetToRecorder) GetFrom() string

func (*PlugNmeetToRecorder) GetRecorderId

func (x *PlugNmeetToRecorder) GetRecorderId() string

func (*PlugNmeetToRecorder) GetRecordingId

func (x *PlugNmeetToRecorder) GetRecordingId() string

func (*PlugNmeetToRecorder) GetRoomSid

func (x *PlugNmeetToRecorder) GetRoomSid() string

func (*PlugNmeetToRecorder) GetRoomTableId

func (x *PlugNmeetToRecorder) GetRoomTableId() int64

func (*PlugNmeetToRecorder) GetRtmpUrl

func (x *PlugNmeetToRecorder) GetRtmpUrl() string

func (*PlugNmeetToRecorder) GetTask

func (x *PlugNmeetToRecorder) GetTask() RecordingTasks

func (*PlugNmeetToRecorder) ProtoMessage

func (*PlugNmeetToRecorder) ProtoMessage()

func (*PlugNmeetToRecorder) ProtoReflect

func (x *PlugNmeetToRecorder) ProtoReflect() protoreflect.Message

func (*PlugNmeetToRecorder) Reset

func (x *PlugNmeetToRecorder) Reset()

func (*PlugNmeetToRecorder) String

func (x *PlugNmeetToRecorder) String() string

func (*PlugNmeetToRecorder) Validate

func (m *PlugNmeetToRecorder) Validate() error

Validate checks the field values on PlugNmeetToRecorder with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PlugNmeetToRecorder) ValidateAll

func (m *PlugNmeetToRecorder) ValidateAll() error

ValidateAll checks the field values on PlugNmeetToRecorder with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PlugNmeetToRecorderMultiError, or nil if none found.

type PlugNmeetToRecorderMultiError

type PlugNmeetToRecorderMultiError []error

PlugNmeetToRecorderMultiError is an error wrapping multiple validation errors returned by PlugNmeetToRecorder.ValidateAll() if the designated constraints aren't met.

func (PlugNmeetToRecorderMultiError) AllErrors

func (m PlugNmeetToRecorderMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PlugNmeetToRecorderMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PlugNmeetToRecorderValidationError

type PlugNmeetToRecorderValidationError struct {
	// contains filtered or unexported fields
}

PlugNmeetToRecorderValidationError is the validation error returned by PlugNmeetToRecorder.Validate if the designated constraints aren't met.

func (PlugNmeetToRecorderValidationError) Cause

Cause function returns cause value.

func (PlugNmeetToRecorderValidationError) Error

Error satisfies the builtin error interface

func (PlugNmeetToRecorderValidationError) ErrorName

ErrorName returns error name.

func (PlugNmeetToRecorderValidationError) Field

Field function returns field value.

func (PlugNmeetToRecorderValidationError) Key

Key function returns key value.

func (PlugNmeetToRecorderValidationError) Reason

Reason function returns reason value.

type PollInfo

type PollInfo struct {
	Id        string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RoomId    string               `protobuf:"bytes,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	Question  string               `protobuf:"bytes,3,opt,name=question,proto3" json:"question,omitempty"`
	Options   []*CreatePollOptions `protobuf:"bytes,4,rep,name=options,proto3" json:"options,omitempty"`
	IsRunning bool                 `protobuf:"varint,5,opt,name=is_running,json=isRunning,proto3" json:"is_running,omitempty"`
	Created   int64                `protobuf:"varint,6,opt,name=created,proto3" json:"created,omitempty"`
	CreatedBy string               `protobuf:"bytes,7,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	ClosedBy  string               `protobuf:"bytes,8,opt,name=closed_by,json=closedBy,proto3" json:"closed_by,omitempty"`
	// contains filtered or unexported fields
}

func (*PollInfo) Descriptor deprecated

func (*PollInfo) Descriptor() ([]byte, []int)

Deprecated: Use PollInfo.ProtoReflect.Descriptor instead.

func (*PollInfo) GetClosedBy

func (x *PollInfo) GetClosedBy() string

func (*PollInfo) GetCreated

func (x *PollInfo) GetCreated() int64

func (*PollInfo) GetCreatedBy

func (x *PollInfo) GetCreatedBy() string

func (*PollInfo) GetId

func (x *PollInfo) GetId() string

func (*PollInfo) GetIsRunning

func (x *PollInfo) GetIsRunning() bool

func (*PollInfo) GetOptions

func (x *PollInfo) GetOptions() []*CreatePollOptions

func (*PollInfo) GetQuestion

func (x *PollInfo) GetQuestion() string

func (*PollInfo) GetRoomId

func (x *PollInfo) GetRoomId() string

func (*PollInfo) ProtoMessage

func (*PollInfo) ProtoMessage()

func (*PollInfo) ProtoReflect

func (x *PollInfo) ProtoReflect() protoreflect.Message

func (*PollInfo) Reset

func (x *PollInfo) Reset()

func (*PollInfo) String

func (x *PollInfo) String() string

func (*PollInfo) Validate

func (m *PollInfo) Validate() error

Validate checks the field values on PollInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PollInfo) ValidateAll

func (m *PollInfo) ValidateAll() error

ValidateAll checks the field values on PollInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PollInfoMultiError, or nil if none found.

type PollInfoMultiError

type PollInfoMultiError []error

PollInfoMultiError is an error wrapping multiple validation errors returned by PollInfo.ValidateAll() if the designated constraints aren't met.

func (PollInfoMultiError) AllErrors

func (m PollInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PollInfoMultiError) Error

func (m PollInfoMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PollInfoValidationError

type PollInfoValidationError struct {
	// contains filtered or unexported fields
}

PollInfoValidationError is the validation error returned by PollInfo.Validate if the designated constraints aren't met.

func (PollInfoValidationError) Cause

func (e PollInfoValidationError) Cause() error

Cause function returns cause value.

func (PollInfoValidationError) Error

func (e PollInfoValidationError) Error() string

Error satisfies the builtin error interface

func (PollInfoValidationError) ErrorName

func (e PollInfoValidationError) ErrorName() string

ErrorName returns error name.

func (PollInfoValidationError) Field

func (e PollInfoValidationError) Field() string

Field function returns field value.

func (PollInfoValidationError) Key

func (e PollInfoValidationError) Key() bool

Key function returns key value.

func (PollInfoValidationError) Reason

func (e PollInfoValidationError) Reason() string

Reason function returns reason value.

type PollResponse

type PollResponse struct {
	Status              bool                 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg                 string               `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	PollId              *string              `protobuf:"bytes,3,opt,name=poll_id,json=pollId,proto3,oneof" json:"poll_id,omitempty"`
	TotalResponses      *uint64              `protobuf:"varint,4,opt,name=total_responses,json=totalResponses,proto3,oneof" json:"total_responses,omitempty"`
	Voted               *uint64              `protobuf:"varint,5,opt,name=voted,proto3,oneof" json:"voted,omitempty"`
	Responses           map[string]string    `` /* 159-byte string literal not displayed */
	Polls               []*PollInfo          `protobuf:"bytes,7,rep,name=polls,proto3" json:"polls,omitempty"`
	Stats               *PollsStats          `protobuf:"bytes,8,opt,name=stats,proto3,oneof" json:"stats,omitempty"`
	TotalPolls          *uint64              `protobuf:"varint,9,opt,name=total_polls,json=totalPolls,proto3,oneof" json:"total_polls,omitempty"`
	TotalRunning        *uint64              `protobuf:"varint,10,opt,name=total_running,json=totalRunning,proto3,oneof" json:"total_running,omitempty"`
	PollResponsesResult *PollResponsesResult `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PollResponse) Descriptor deprecated

func (*PollResponse) Descriptor() ([]byte, []int)

Deprecated: Use PollResponse.ProtoReflect.Descriptor instead.

func (*PollResponse) GetMsg

func (x *PollResponse) GetMsg() string

func (*PollResponse) GetPollId

func (x *PollResponse) GetPollId() string

func (*PollResponse) GetPollResponsesResult

func (x *PollResponse) GetPollResponsesResult() *PollResponsesResult

func (*PollResponse) GetPolls

func (x *PollResponse) GetPolls() []*PollInfo

func (*PollResponse) GetResponses

func (x *PollResponse) GetResponses() map[string]string

func (*PollResponse) GetStats

func (x *PollResponse) GetStats() *PollsStats

func (*PollResponse) GetStatus

func (x *PollResponse) GetStatus() bool

func (*PollResponse) GetTotalPolls

func (x *PollResponse) GetTotalPolls() uint64

func (*PollResponse) GetTotalResponses

func (x *PollResponse) GetTotalResponses() uint64

func (*PollResponse) GetTotalRunning

func (x *PollResponse) GetTotalRunning() uint64

func (*PollResponse) GetVoted

func (x *PollResponse) GetVoted() uint64

func (*PollResponse) ProtoMessage

func (*PollResponse) ProtoMessage()

func (*PollResponse) ProtoReflect

func (x *PollResponse) ProtoReflect() protoreflect.Message

func (*PollResponse) Reset

func (x *PollResponse) Reset()

func (*PollResponse) String

func (x *PollResponse) String() string

func (*PollResponse) Validate

func (m *PollResponse) Validate() error

Validate checks the field values on PollResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PollResponse) ValidateAll

func (m *PollResponse) ValidateAll() error

ValidateAll checks the field values on PollResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PollResponseMultiError, or nil if none found.

type PollResponseMultiError

type PollResponseMultiError []error

PollResponseMultiError is an error wrapping multiple validation errors returned by PollResponse.ValidateAll() if the designated constraints aren't met.

func (PollResponseMultiError) AllErrors

func (m PollResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PollResponseMultiError) Error

func (m PollResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PollResponseValidationError

type PollResponseValidationError struct {
	// contains filtered or unexported fields
}

PollResponseValidationError is the validation error returned by PollResponse.Validate if the designated constraints aren't met.

func (PollResponseValidationError) Cause

Cause function returns cause value.

func (PollResponseValidationError) Error

Error satisfies the builtin error interface

func (PollResponseValidationError) ErrorName

func (e PollResponseValidationError) ErrorName() string

ErrorName returns error name.

func (PollResponseValidationError) Field

Field function returns field value.

func (PollResponseValidationError) Key

Key function returns key value.

func (PollResponseValidationError) Reason

Reason function returns reason value.

type PollResponsesResult

type PollResponsesResult struct {
	Question       string                        `protobuf:"bytes,1,opt,name=question,proto3" json:"question,omitempty"`
	TotalResponses uint64                        `protobuf:"varint,2,opt,name=total_responses,json=totalResponses,proto3" json:"total_responses,omitempty"`
	Options        []*PollResponsesResultOptions `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*PollResponsesResult) Descriptor deprecated

func (*PollResponsesResult) Descriptor() ([]byte, []int)

Deprecated: Use PollResponsesResult.ProtoReflect.Descriptor instead.

func (*PollResponsesResult) GetOptions

func (*PollResponsesResult) GetQuestion

func (x *PollResponsesResult) GetQuestion() string

func (*PollResponsesResult) GetTotalResponses

func (x *PollResponsesResult) GetTotalResponses() uint64

func (*PollResponsesResult) ProtoMessage

func (*PollResponsesResult) ProtoMessage()

func (*PollResponsesResult) ProtoReflect

func (x *PollResponsesResult) ProtoReflect() protoreflect.Message

func (*PollResponsesResult) Reset

func (x *PollResponsesResult) Reset()

func (*PollResponsesResult) String

func (x *PollResponsesResult) String() string

func (*PollResponsesResult) Validate

func (m *PollResponsesResult) Validate() error

Validate checks the field values on PollResponsesResult with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PollResponsesResult) ValidateAll

func (m *PollResponsesResult) ValidateAll() error

ValidateAll checks the field values on PollResponsesResult with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PollResponsesResultMultiError, or nil if none found.

type PollResponsesResultMultiError

type PollResponsesResultMultiError []error

PollResponsesResultMultiError is an error wrapping multiple validation errors returned by PollResponsesResult.ValidateAll() if the designated constraints aren't met.

func (PollResponsesResultMultiError) AllErrors

func (m PollResponsesResultMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PollResponsesResultMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PollResponsesResultOptions

type PollResponsesResultOptions struct {
	Id        uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Text      string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	VoteCount uint64 `protobuf:"varint,3,opt,name=vote_count,json=voteCount,proto3" json:"vote_count,omitempty"`
	// contains filtered or unexported fields
}

func (*PollResponsesResultOptions) Descriptor deprecated

func (*PollResponsesResultOptions) Descriptor() ([]byte, []int)

Deprecated: Use PollResponsesResultOptions.ProtoReflect.Descriptor instead.

func (*PollResponsesResultOptions) GetId

func (*PollResponsesResultOptions) GetText

func (x *PollResponsesResultOptions) GetText() string

func (*PollResponsesResultOptions) GetVoteCount

func (x *PollResponsesResultOptions) GetVoteCount() uint64

func (*PollResponsesResultOptions) ProtoMessage

func (*PollResponsesResultOptions) ProtoMessage()

func (*PollResponsesResultOptions) ProtoReflect

func (*PollResponsesResultOptions) Reset

func (x *PollResponsesResultOptions) Reset()

func (*PollResponsesResultOptions) String

func (x *PollResponsesResultOptions) String() string

func (*PollResponsesResultOptions) Validate

func (m *PollResponsesResultOptions) Validate() error

Validate checks the field values on PollResponsesResultOptions with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PollResponsesResultOptions) ValidateAll

func (m *PollResponsesResultOptions) ValidateAll() error

ValidateAll checks the field values on PollResponsesResultOptions with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PollResponsesResultOptionsMultiError, or nil if none found.

type PollResponsesResultOptionsMultiError

type PollResponsesResultOptionsMultiError []error

PollResponsesResultOptionsMultiError is an error wrapping multiple validation errors returned by PollResponsesResultOptions.ValidateAll() if the designated constraints aren't met.

func (PollResponsesResultOptionsMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (PollResponsesResultOptionsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PollResponsesResultOptionsValidationError

type PollResponsesResultOptionsValidationError struct {
	// contains filtered or unexported fields
}

PollResponsesResultOptionsValidationError is the validation error returned by PollResponsesResultOptions.Validate if the designated constraints aren't met.

func (PollResponsesResultOptionsValidationError) Cause

Cause function returns cause value.

func (PollResponsesResultOptionsValidationError) Error

Error satisfies the builtin error interface

func (PollResponsesResultOptionsValidationError) ErrorName

ErrorName returns error name.

func (PollResponsesResultOptionsValidationError) Field

Field function returns field value.

func (PollResponsesResultOptionsValidationError) Key

Key function returns key value.

func (PollResponsesResultOptionsValidationError) Reason

Reason function returns reason value.

type PollResponsesResultValidationError

type PollResponsesResultValidationError struct {
	// contains filtered or unexported fields
}

PollResponsesResultValidationError is the validation error returned by PollResponsesResult.Validate if the designated constraints aren't met.

func (PollResponsesResultValidationError) Cause

Cause function returns cause value.

func (PollResponsesResultValidationError) Error

Error satisfies the builtin error interface

func (PollResponsesResultValidationError) ErrorName

ErrorName returns error name.

func (PollResponsesResultValidationError) Field

Field function returns field value.

func (PollResponsesResultValidationError) Key

Key function returns key value.

func (PollResponsesResultValidationError) Reason

Reason function returns reason value.

type PollsStats

type PollsStats struct {
	TotalPolls   uint64 `protobuf:"varint,1,opt,name=total_polls,json=totalPolls,proto3" json:"total_polls,omitempty"`
	TotalRunning uint64 `protobuf:"varint,2,opt,name=total_running,json=totalRunning,proto3" json:"total_running,omitempty"`
	// contains filtered or unexported fields
}

func (*PollsStats) Descriptor deprecated

func (*PollsStats) Descriptor() ([]byte, []int)

Deprecated: Use PollsStats.ProtoReflect.Descriptor instead.

func (*PollsStats) GetTotalPolls

func (x *PollsStats) GetTotalPolls() uint64

func (*PollsStats) GetTotalRunning

func (x *PollsStats) GetTotalRunning() uint64

func (*PollsStats) ProtoMessage

func (*PollsStats) ProtoMessage()

func (*PollsStats) ProtoReflect

func (x *PollsStats) ProtoReflect() protoreflect.Message

func (*PollsStats) Reset

func (x *PollsStats) Reset()

func (*PollsStats) String

func (x *PollsStats) String() string

func (*PollsStats) Validate

func (m *PollsStats) Validate() error

Validate checks the field values on PollsStats with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PollsStats) ValidateAll

func (m *PollsStats) ValidateAll() error

ValidateAll checks the field values on PollsStats with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PollsStatsMultiError, or nil if none found.

type PollsStatsMultiError

type PollsStatsMultiError []error

PollsStatsMultiError is an error wrapping multiple validation errors returned by PollsStats.ValidateAll() if the designated constraints aren't met.

func (PollsStatsMultiError) AllErrors

func (m PollsStatsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PollsStatsMultiError) Error

func (m PollsStatsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PollsStatsValidationError

type PollsStatsValidationError struct {
	// contains filtered or unexported fields
}

PollsStatsValidationError is the validation error returned by PollsStats.Validate if the designated constraints aren't met.

func (PollsStatsValidationError) Cause

func (e PollsStatsValidationError) Cause() error

Cause function returns cause value.

func (PollsStatsValidationError) Error

Error satisfies the builtin error interface

func (PollsStatsValidationError) ErrorName

func (e PollsStatsValidationError) ErrorName() string

ErrorName returns error name.

func (PollsStatsValidationError) Field

Field function returns field value.

func (PollsStatsValidationError) Key

Key function returns key value.

func (PollsStatsValidationError) Reason

func (e PollsStatsValidationError) Reason() string

Reason function returns reason value.

type RecorderServiceType

type RecorderServiceType int32
const (
	RecorderServiceType_RECORDING RecorderServiceType = 0
	RecorderServiceType_RTMP      RecorderServiceType = 1
)

func (RecorderServiceType) Descriptor

func (RecorderServiceType) Enum

func (RecorderServiceType) EnumDescriptor deprecated

func (RecorderServiceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RecorderServiceType.Descriptor instead.

func (RecorderServiceType) Number

func (RecorderServiceType) String

func (x RecorderServiceType) String() string

func (RecorderServiceType) Type

type RecorderToPlugNmeet

type RecorderToPlugNmeet struct {
	From        string         `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	Task        RecordingTasks `protobuf:"varint,2,opt,name=task,proto3,enum=plugnmeet.RecordingTasks" json:"task,omitempty"`
	Status      bool           `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
	Msg         string         `protobuf:"bytes,4,opt,name=msg,proto3" json:"msg,omitempty"`
	RecordingId string         `protobuf:"bytes,5,opt,name=recording_id,json=recordingId,proto3" json:"recording_id,omitempty"`
	RoomTableId int64          `protobuf:"varint,11,opt,name=room_table_id,json=roomTableId,proto3" json:"room_table_id,omitempty"`
	RoomId      string         `protobuf:"bytes,6,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	RoomSid     string         `protobuf:"bytes,7,opt,name=room_sid,json=roomSid,proto3" json:"room_sid,omitempty"`
	RecorderId  string         `protobuf:"bytes,8,opt,name=recorder_id,json=recorderId,proto3" json:"recorder_id,omitempty"`
	FilePath    string         `protobuf:"bytes,9,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	FileSize    float32        `protobuf:"fixed32,10,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"` // next key 12
	// contains filtered or unexported fields
}

func (*RecorderToPlugNmeet) Descriptor deprecated

func (*RecorderToPlugNmeet) Descriptor() ([]byte, []int)

Deprecated: Use RecorderToPlugNmeet.ProtoReflect.Descriptor instead.

func (*RecorderToPlugNmeet) GetFilePath

func (x *RecorderToPlugNmeet) GetFilePath() string

func (*RecorderToPlugNmeet) GetFileSize

func (x *RecorderToPlugNmeet) GetFileSize() float32

func (*RecorderToPlugNmeet) GetFrom

func (x *RecorderToPlugNmeet) GetFrom() string

func (*RecorderToPlugNmeet) GetMsg

func (x *RecorderToPlugNmeet) GetMsg() string

func (*RecorderToPlugNmeet) GetRecorderId

func (x *RecorderToPlugNmeet) GetRecorderId() string

func (*RecorderToPlugNmeet) GetRecordingId

func (x *RecorderToPlugNmeet) GetRecordingId() string

func (*RecorderToPlugNmeet) GetRoomId

func (x *RecorderToPlugNmeet) GetRoomId() string

func (*RecorderToPlugNmeet) GetRoomSid

func (x *RecorderToPlugNmeet) GetRoomSid() string

func (*RecorderToPlugNmeet) GetRoomTableId

func (x *RecorderToPlugNmeet) GetRoomTableId() int64

func (*RecorderToPlugNmeet) GetStatus

func (x *RecorderToPlugNmeet) GetStatus() bool

func (*RecorderToPlugNmeet) GetTask

func (x *RecorderToPlugNmeet) GetTask() RecordingTasks

func (*RecorderToPlugNmeet) ProtoMessage

func (*RecorderToPlugNmeet) ProtoMessage()

func (*RecorderToPlugNmeet) ProtoReflect

func (x *RecorderToPlugNmeet) ProtoReflect() protoreflect.Message

func (*RecorderToPlugNmeet) Reset

func (x *RecorderToPlugNmeet) Reset()

func (*RecorderToPlugNmeet) String

func (x *RecorderToPlugNmeet) String() string

func (*RecorderToPlugNmeet) Validate

func (m *RecorderToPlugNmeet) Validate() error

Validate checks the field values on RecorderToPlugNmeet with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecorderToPlugNmeet) ValidateAll

func (m *RecorderToPlugNmeet) ValidateAll() error

ValidateAll checks the field values on RecorderToPlugNmeet with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecorderToPlugNmeetMultiError, or nil if none found.

type RecorderToPlugNmeetMultiError

type RecorderToPlugNmeetMultiError []error

RecorderToPlugNmeetMultiError is an error wrapping multiple validation errors returned by RecorderToPlugNmeet.ValidateAll() if the designated constraints aren't met.

func (RecorderToPlugNmeetMultiError) AllErrors

func (m RecorderToPlugNmeetMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecorderToPlugNmeetMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RecorderToPlugNmeetValidationError

type RecorderToPlugNmeetValidationError struct {
	// contains filtered or unexported fields
}

RecorderToPlugNmeetValidationError is the validation error returned by RecorderToPlugNmeet.Validate if the designated constraints aren't met.

func (RecorderToPlugNmeetValidationError) Cause

Cause function returns cause value.

func (RecorderToPlugNmeetValidationError) Error

Error satisfies the builtin error interface

func (RecorderToPlugNmeetValidationError) ErrorName

ErrorName returns error name.

func (RecorderToPlugNmeetValidationError) Field

Field function returns field value.

func (RecorderToPlugNmeetValidationError) Key

Key function returns key value.

func (RecorderToPlugNmeetValidationError) Reason

Reason function returns reason value.

type RecordingFeatures

type RecordingFeatures struct {
	IsAllow                  bool `protobuf:"varint,1,opt,name=is_allow,json=isAllow,proto3" json:"is_allow,omitempty"`
	IsAllowCloud             bool `protobuf:"varint,2,opt,name=is_allow_cloud,json=isAllowCloud,proto3" json:"is_allow_cloud,omitempty"`
	EnableAutoCloudRecording bool `` /* 138-byte string literal not displayed */
	IsAllowLocal             bool `protobuf:"varint,4,opt,name=is_allow_local,json=isAllowLocal,proto3" json:"is_allow_local,omitempty"`
	OnlyRecordAdminWebcams   bool `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RecordingFeatures) Descriptor deprecated

func (*RecordingFeatures) Descriptor() ([]byte, []int)

Deprecated: Use RecordingFeatures.ProtoReflect.Descriptor instead.

func (*RecordingFeatures) GetEnableAutoCloudRecording

func (x *RecordingFeatures) GetEnableAutoCloudRecording() bool

func (*RecordingFeatures) GetIsAllow

func (x *RecordingFeatures) GetIsAllow() bool

func (*RecordingFeatures) GetIsAllowCloud

func (x *RecordingFeatures) GetIsAllowCloud() bool

func (*RecordingFeatures) GetIsAllowLocal

func (x *RecordingFeatures) GetIsAllowLocal() bool

func (*RecordingFeatures) GetOnlyRecordAdminWebcams

func (x *RecordingFeatures) GetOnlyRecordAdminWebcams() bool

func (*RecordingFeatures) ProtoMessage

func (*RecordingFeatures) ProtoMessage()

func (*RecordingFeatures) ProtoReflect

func (x *RecordingFeatures) ProtoReflect() protoreflect.Message

func (*RecordingFeatures) Reset

func (x *RecordingFeatures) Reset()

func (*RecordingFeatures) String

func (x *RecordingFeatures) String() string

func (*RecordingFeatures) Validate

func (m *RecordingFeatures) Validate() error

Validate checks the field values on RecordingFeatures with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordingFeatures) ValidateAll

func (m *RecordingFeatures) ValidateAll() error

ValidateAll checks the field values on RecordingFeatures with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordingFeaturesMultiError, or nil if none found.

type RecordingFeaturesMultiError

type RecordingFeaturesMultiError []error

RecordingFeaturesMultiError is an error wrapping multiple validation errors returned by RecordingFeatures.ValidateAll() if the designated constraints aren't met.

func (RecordingFeaturesMultiError) AllErrors

func (m RecordingFeaturesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordingFeaturesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RecordingFeaturesValidationError

type RecordingFeaturesValidationError struct {
	// contains filtered or unexported fields
}

RecordingFeaturesValidationError is the validation error returned by RecordingFeatures.Validate if the designated constraints aren't met.

func (RecordingFeaturesValidationError) Cause

Cause function returns cause value.

func (RecordingFeaturesValidationError) Error

Error satisfies the builtin error interface

func (RecordingFeaturesValidationError) ErrorName

ErrorName returns error name.

func (RecordingFeaturesValidationError) Field

Field function returns field value.

func (RecordingFeaturesValidationError) Key

Key function returns key value.

func (RecordingFeaturesValidationError) Reason

Reason function returns reason value.

type RecordingInfo

type RecordingInfo struct {
	RecordId         string  `protobuf:"bytes,1,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"`
	RoomId           string  `protobuf:"bytes,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	RoomSid          string  `protobuf:"bytes,3,opt,name=room_sid,json=roomSid,proto3" json:"room_sid,omitempty"`
	FilePath         string  `protobuf:"bytes,4,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	FileSize         float32 `protobuf:"fixed32,5,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
	CreationTime     int64   `protobuf:"varint,6,opt,name=creation_time,json=creationTime,proto3" json:"creation_time,omitempty"`
	RoomCreationTime int64   `protobuf:"varint,7,opt,name=room_creation_time,json=roomCreationTime,proto3" json:"room_creation_time,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordingInfo) Descriptor deprecated

func (*RecordingInfo) Descriptor() ([]byte, []int)

Deprecated: Use RecordingInfo.ProtoReflect.Descriptor instead.

func (*RecordingInfo) GetCreationTime

func (x *RecordingInfo) GetCreationTime() int64

func (*RecordingInfo) GetFilePath

func (x *RecordingInfo) GetFilePath() string

func (*RecordingInfo) GetFileSize

func (x *RecordingInfo) GetFileSize() float32

func (*RecordingInfo) GetRecordId

func (x *RecordingInfo) GetRecordId() string

func (*RecordingInfo) GetRoomCreationTime

func (x *RecordingInfo) GetRoomCreationTime() int64

func (*RecordingInfo) GetRoomId

func (x *RecordingInfo) GetRoomId() string

func (*RecordingInfo) GetRoomSid

func (x *RecordingInfo) GetRoomSid() string

func (*RecordingInfo) ProtoMessage

func (*RecordingInfo) ProtoMessage()

func (*RecordingInfo) ProtoReflect

func (x *RecordingInfo) ProtoReflect() protoreflect.Message

func (*RecordingInfo) Reset

func (x *RecordingInfo) Reset()

func (*RecordingInfo) String

func (x *RecordingInfo) String() string

func (*RecordingInfo) Validate

func (m *RecordingInfo) Validate() error

Validate checks the field values on RecordingInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordingInfo) ValidateAll

func (m *RecordingInfo) ValidateAll() error

ValidateAll checks the field values on RecordingInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordingInfoMultiError, or nil if none found.

type RecordingInfoEvent

type RecordingInfoEvent struct {
	RecordId    string   `protobuf:"bytes,1,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"`
	RecorderId  string   `protobuf:"bytes,2,opt,name=recorder_id,json=recorderId,proto3" json:"recorder_id,omitempty"`
	RecorderMsg string   `protobuf:"bytes,3,opt,name=recorder_msg,json=recorderMsg,proto3" json:"recorder_msg,omitempty"`
	FilePath    *string  `protobuf:"bytes,4,opt,name=file_path,json=filePath,proto3,oneof" json:"file_path,omitempty"`
	FileSize    *float32 `protobuf:"fixed32,5,opt,name=file_size,json=fileSize,proto3,oneof" json:"file_size,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordingInfoEvent) Descriptor deprecated

func (*RecordingInfoEvent) Descriptor() ([]byte, []int)

Deprecated: Use RecordingInfoEvent.ProtoReflect.Descriptor instead.

func (*RecordingInfoEvent) GetFilePath

func (x *RecordingInfoEvent) GetFilePath() string

func (*RecordingInfoEvent) GetFileSize

func (x *RecordingInfoEvent) GetFileSize() float32

func (*RecordingInfoEvent) GetRecordId

func (x *RecordingInfoEvent) GetRecordId() string

func (*RecordingInfoEvent) GetRecorderId

func (x *RecordingInfoEvent) GetRecorderId() string

func (*RecordingInfoEvent) GetRecorderMsg

func (x *RecordingInfoEvent) GetRecorderMsg() string

func (*RecordingInfoEvent) ProtoMessage

func (*RecordingInfoEvent) ProtoMessage()

func (*RecordingInfoEvent) ProtoReflect

func (x *RecordingInfoEvent) ProtoReflect() protoreflect.Message

func (*RecordingInfoEvent) Reset

func (x *RecordingInfoEvent) Reset()

func (*RecordingInfoEvent) String

func (x *RecordingInfoEvent) String() string

func (*RecordingInfoEvent) Validate

func (m *RecordingInfoEvent) Validate() error

Validate checks the field values on RecordingInfoEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordingInfoEvent) ValidateAll

func (m *RecordingInfoEvent) ValidateAll() error

ValidateAll checks the field values on RecordingInfoEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordingInfoEventMultiError, or nil if none found.

type RecordingInfoEventMultiError

type RecordingInfoEventMultiError []error

RecordingInfoEventMultiError is an error wrapping multiple validation errors returned by RecordingInfoEvent.ValidateAll() if the designated constraints aren't met.

func (RecordingInfoEventMultiError) AllErrors

func (m RecordingInfoEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordingInfoEventMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RecordingInfoEventValidationError

type RecordingInfoEventValidationError struct {
	// contains filtered or unexported fields
}

RecordingInfoEventValidationError is the validation error returned by RecordingInfoEvent.Validate if the designated constraints aren't met.

func (RecordingInfoEventValidationError) Cause

Cause function returns cause value.

func (RecordingInfoEventValidationError) Error

Error satisfies the builtin error interface

func (RecordingInfoEventValidationError) ErrorName

ErrorName returns error name.

func (RecordingInfoEventValidationError) Field

Field function returns field value.

func (RecordingInfoEventValidationError) Key

Key function returns key value.

func (RecordingInfoEventValidationError) Reason

Reason function returns reason value.

type RecordingInfoMultiError

type RecordingInfoMultiError []error

RecordingInfoMultiError is an error wrapping multiple validation errors returned by RecordingInfo.ValidateAll() if the designated constraints aren't met.

func (RecordingInfoMultiError) AllErrors

func (m RecordingInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordingInfoMultiError) Error

func (m RecordingInfoMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RecordingInfoValidationError

type RecordingInfoValidationError struct {
	// contains filtered or unexported fields
}

RecordingInfoValidationError is the validation error returned by RecordingInfo.Validate if the designated constraints aren't met.

func (RecordingInfoValidationError) Cause

Cause function returns cause value.

func (RecordingInfoValidationError) Error

Error satisfies the builtin error interface

func (RecordingInfoValidationError) ErrorName

func (e RecordingInfoValidationError) ErrorName() string

ErrorName returns error name.

func (RecordingInfoValidationError) Field

Field function returns field value.

func (RecordingInfoValidationError) Key

Key function returns key value.

func (RecordingInfoValidationError) Reason

Reason function returns reason value.

type RecordingReq

type RecordingReq struct {
	Task         RecordingTasks `protobuf:"varint,1,opt,name=task,proto3,enum=plugnmeet.RecordingTasks" json:"task,omitempty"`
	RoomId       string         `protobuf:"bytes,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	RoomTableId  int64          `protobuf:"varint,3,opt,name=room_table_id,json=roomTableId,proto3" json:"room_table_id,omitempty"`
	Sid          string         `protobuf:"bytes,4,opt,name=sid,proto3" json:"sid,omitempty"`
	RtmpUrl      *string        `protobuf:"bytes,5,opt,name=rtmp_url,json=rtmpUrl,proto3,oneof" json:"rtmp_url,omitempty"`
	CustomDesign *string        `protobuf:"bytes,6,opt,name=custom_design,json=customDesign,proto3,oneof" json:"custom_design,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordingReq) Descriptor deprecated

func (*RecordingReq) Descriptor() ([]byte, []int)

Deprecated: Use RecordingReq.ProtoReflect.Descriptor instead.

func (*RecordingReq) GetCustomDesign

func (x *RecordingReq) GetCustomDesign() string

func (*RecordingReq) GetRoomId

func (x *RecordingReq) GetRoomId() string

func (*RecordingReq) GetRoomTableId

func (x *RecordingReq) GetRoomTableId() int64

func (*RecordingReq) GetRtmpUrl

func (x *RecordingReq) GetRtmpUrl() string

func (*RecordingReq) GetSid

func (x *RecordingReq) GetSid() string

func (*RecordingReq) GetTask

func (x *RecordingReq) GetTask() RecordingTasks

func (*RecordingReq) ProtoMessage

func (*RecordingReq) ProtoMessage()

func (*RecordingReq) ProtoReflect

func (x *RecordingReq) ProtoReflect() protoreflect.Message

func (*RecordingReq) Reset

func (x *RecordingReq) Reset()

func (*RecordingReq) String

func (x *RecordingReq) String() string

func (*RecordingReq) Validate

func (m *RecordingReq) Validate() error

Validate checks the field values on RecordingReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordingReq) ValidateAll

func (m *RecordingReq) ValidateAll() error

ValidateAll checks the field values on RecordingReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordingReqMultiError, or nil if none found.

type RecordingReqMultiError

type RecordingReqMultiError []error

RecordingReqMultiError is an error wrapping multiple validation errors returned by RecordingReq.ValidateAll() if the designated constraints aren't met.

func (RecordingReqMultiError) AllErrors

func (m RecordingReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordingReqMultiError) Error

func (m RecordingReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RecordingReqValidationError

type RecordingReqValidationError struct {
	// contains filtered or unexported fields
}

RecordingReqValidationError is the validation error returned by RecordingReq.Validate if the designated constraints aren't met.

func (RecordingReqValidationError) Cause

Cause function returns cause value.

func (RecordingReqValidationError) Error

Error satisfies the builtin error interface

func (RecordingReqValidationError) ErrorName

func (e RecordingReqValidationError) ErrorName() string

ErrorName returns error name.

func (RecordingReqValidationError) Field

Field function returns field value.

func (RecordingReqValidationError) Key

Key function returns key value.

func (RecordingReqValidationError) Reason

Reason function returns reason value.

type RecordingTasks

type RecordingTasks int32
const (
	RecordingTasks_START_RECORDING     RecordingTasks = 0
	RecordingTasks_STOP_RECORDING      RecordingTasks = 1
	RecordingTasks_START_RTMP          RecordingTasks = 2
	RecordingTasks_STOP_RTMP           RecordingTasks = 3
	RecordingTasks_END_RECORDING       RecordingTasks = 4
	RecordingTasks_END_RTMP            RecordingTasks = 5
	RecordingTasks_RECORDING_PROCEEDED RecordingTasks = 6
	RecordingTasks_STOP                RecordingTasks = 7
)

func (RecordingTasks) Descriptor

func (RecordingTasks) Enum

func (x RecordingTasks) Enum() *RecordingTasks

func (RecordingTasks) EnumDescriptor deprecated

func (RecordingTasks) EnumDescriptor() ([]byte, []int)

Deprecated: Use RecordingTasks.Descriptor instead.

func (RecordingTasks) Number

func (RecordingTasks) String

func (x RecordingTasks) String() string

func (RecordingTasks) Type

type RemoveParticipantReq

type RemoveParticipantReq struct {
	Sid       string `protobuf:"bytes,1,opt,name=sid,proto3" json:"sid,omitempty"`
	RoomId    string `protobuf:"bytes,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	UserId    string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Msg       string `protobuf:"bytes,4,opt,name=msg,proto3" json:"msg,omitempty"`
	BlockUser bool   `protobuf:"varint,5,opt,name=block_user,json=blockUser,proto3" json:"block_user,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveParticipantReq) Descriptor deprecated

func (*RemoveParticipantReq) Descriptor() ([]byte, []int)

Deprecated: Use RemoveParticipantReq.ProtoReflect.Descriptor instead.

func (*RemoveParticipantReq) GetBlockUser

func (x *RemoveParticipantReq) GetBlockUser() bool

func (*RemoveParticipantReq) GetMsg

func (x *RemoveParticipantReq) GetMsg() string

func (*RemoveParticipantReq) GetRoomId

func (x *RemoveParticipantReq) GetRoomId() string

func (*RemoveParticipantReq) GetSid

func (x *RemoveParticipantReq) GetSid() string

func (*RemoveParticipantReq) GetUserId

func (x *RemoveParticipantReq) GetUserId() string

func (*RemoveParticipantReq) ProtoMessage

func (*RemoveParticipantReq) ProtoMessage()

func (*RemoveParticipantReq) ProtoReflect

func (x *RemoveParticipantReq) ProtoReflect() protoreflect.Message

func (*RemoveParticipantReq) Reset

func (x *RemoveParticipantReq) Reset()

func (*RemoveParticipantReq) String

func (x *RemoveParticipantReq) String() string

func (*RemoveParticipantReq) Validate

func (m *RemoveParticipantReq) Validate() error

Validate checks the field values on RemoveParticipantReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RemoveParticipantReq) ValidateAll

func (m *RemoveParticipantReq) ValidateAll() error

ValidateAll checks the field values on RemoveParticipantReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveParticipantReqMultiError, or nil if none found.

type RemoveParticipantReqMultiError

type RemoveParticipantReqMultiError []error

RemoveParticipantReqMultiError is an error wrapping multiple validation errors returned by RemoveParticipantReq.ValidateAll() if the designated constraints aren't met.

func (RemoveParticipantReqMultiError) AllErrors

func (m RemoveParticipantReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveParticipantReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RemoveParticipantReqValidationError

type RemoveParticipantReqValidationError struct {
	// contains filtered or unexported fields
}

RemoveParticipantReqValidationError is the validation error returned by RemoveParticipantReq.Validate if the designated constraints aren't met.

func (RemoveParticipantReqValidationError) Cause

Cause function returns cause value.

func (RemoveParticipantReqValidationError) Error

Error satisfies the builtin error interface

func (RemoveParticipantReqValidationError) ErrorName

ErrorName returns error name.

func (RemoveParticipantReqValidationError) Field

Field function returns field value.

func (RemoveParticipantReqValidationError) Key

Key function returns key value.

func (RemoveParticipantReqValidationError) Reason

Reason function returns reason value.

type RoomCreateFeatures

type RoomCreateFeatures struct {
	AllowWebcams                    bool                             `protobuf:"varint,1,opt,name=allow_webcams,json=allowWebcams,proto3" json:"allow_webcams,omitempty"`
	MuteOnStart                     bool                             `protobuf:"varint,2,opt,name=mute_on_start,json=muteOnStart,proto3" json:"mute_on_start,omitempty"`
	AllowScreenShare                bool                             `protobuf:"varint,3,opt,name=allow_screen_share,json=allowScreenShare,proto3" json:"allow_screen_share,omitempty"`
	AllowRtmp                       bool                             `protobuf:"varint,5,opt,name=allow_rtmp,json=allowRtmp,proto3" json:"allow_rtmp,omitempty"`
	AllowViewOtherWebcams           bool                             `` /* 129-byte string literal not displayed */
	AllowViewOtherUsersList         bool                             `` /* 137-byte string literal not displayed */
	AdminOnlyWebcams                bool                             `protobuf:"varint,8,opt,name=admin_only_webcams,json=adminOnlyWebcams,proto3" json:"admin_only_webcams,omitempty"`
	AllowPolls                      bool                             `protobuf:"varint,9,opt,name=allow_polls,json=allowPolls,proto3" json:"allow_polls,omitempty"`
	RoomDuration                    *uint64                          `protobuf:"varint,10,opt,name=room_duration,json=roomDuration,proto3,oneof" json:"room_duration,omitempty"`
	RecordingFeatures               *RecordingFeatures               `protobuf:"bytes,11,opt,name=recording_features,json=recordingFeatures,proto3" json:"recording_features,omitempty"`
	ChatFeatures                    *ChatFeatures                    `protobuf:"bytes,12,opt,name=chat_features,json=chatFeatures,proto3" json:"chat_features,omitempty"`
	SharedNotePadFeatures           *SharedNotePadFeatures           `` /* 129-byte string literal not displayed */
	WhiteboardFeatures              *WhiteboardFeatures              `protobuf:"bytes,14,opt,name=whiteboard_features,json=whiteboardFeatures,proto3" json:"whiteboard_features,omitempty"`
	ExternalMediaPlayerFeatures     *ExternalMediaPlayerFeatures     `` /* 147-byte string literal not displayed */
	WaitingRoomFeatures             *WaitingRoomFeatures             `protobuf:"bytes,16,opt,name=waiting_room_features,json=waitingRoomFeatures,proto3" json:"waiting_room_features,omitempty"`
	BreakoutRoomFeatures            *BreakoutRoomFeatures            `protobuf:"bytes,17,opt,name=breakout_room_features,json=breakoutRoomFeatures,proto3" json:"breakout_room_features,omitempty"`
	DisplayExternalLinkFeatures     *DisplayExternalLinkFeatures     `` /* 147-byte string literal not displayed */
	IngressFeatures                 *IngressFeatures                 `protobuf:"bytes,19,opt,name=ingress_features,json=ingressFeatures,proto3" json:"ingress_features,omitempty"`
	SpeechToTextTranslationFeatures *SpeechToTextTranslationFeatures `` /* 161-byte string literal not displayed */
	EndToEndEncryptionFeatures      *EndToEndEncryptionFeatures      `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RoomCreateFeatures) Descriptor deprecated

func (*RoomCreateFeatures) Descriptor() ([]byte, []int)

Deprecated: Use RoomCreateFeatures.ProtoReflect.Descriptor instead.

func (*RoomCreateFeatures) GetAdminOnlyWebcams

func (x *RoomCreateFeatures) GetAdminOnlyWebcams() bool

func (*RoomCreateFeatures) GetAllowPolls

func (x *RoomCreateFeatures) GetAllowPolls() bool

func (*RoomCreateFeatures) GetAllowRtmp

func (x *RoomCreateFeatures) GetAllowRtmp() bool

func (*RoomCreateFeatures) GetAllowScreenShare

func (x *RoomCreateFeatures) GetAllowScreenShare() bool

func (*RoomCreateFeatures) GetAllowViewOtherUsersList

func (x *RoomCreateFeatures) GetAllowViewOtherUsersList() bool

func (*RoomCreateFeatures) GetAllowViewOtherWebcams

func (x *RoomCreateFeatures) GetAllowViewOtherWebcams() bool

func (*RoomCreateFeatures) GetAllowWebcams

func (x *RoomCreateFeatures) GetAllowWebcams() bool

func (*RoomCreateFeatures) GetBreakoutRoomFeatures

func (x *RoomCreateFeatures) GetBreakoutRoomFeatures() *BreakoutRoomFeatures

func (*RoomCreateFeatures) GetChatFeatures

func (x *RoomCreateFeatures) GetChatFeatures() *ChatFeatures

func (*RoomCreateFeatures) GetDisplayExternalLinkFeatures

func (x *RoomCreateFeatures) GetDisplayExternalLinkFeatures() *DisplayExternalLinkFeatures

func (*RoomCreateFeatures) GetEndToEndEncryptionFeatures

func (x *RoomCreateFeatures) GetEndToEndEncryptionFeatures() *EndToEndEncryptionFeatures

func (*RoomCreateFeatures) GetExternalMediaPlayerFeatures

func (x *RoomCreateFeatures) GetExternalMediaPlayerFeatures() *ExternalMediaPlayerFeatures

func (*RoomCreateFeatures) GetIngressFeatures

func (x *RoomCreateFeatures) GetIngressFeatures() *IngressFeatures

func (*RoomCreateFeatures) GetMuteOnStart

func (x *RoomCreateFeatures) GetMuteOnStart() bool

func (*RoomCreateFeatures) GetRecordingFeatures

func (x *RoomCreateFeatures) GetRecordingFeatures() *RecordingFeatures

func (*RoomCreateFeatures) GetRoomDuration

func (x *RoomCreateFeatures) GetRoomDuration() uint64

func (*RoomCreateFeatures) GetSharedNotePadFeatures

func (x *RoomCreateFeatures) GetSharedNotePadFeatures() *SharedNotePadFeatures

func (*RoomCreateFeatures) GetSpeechToTextTranslationFeatures

func (x *RoomCreateFeatures) GetSpeechToTextTranslationFeatures() *SpeechToTextTranslationFeatures

func (*RoomCreateFeatures) GetWaitingRoomFeatures

func (x *RoomCreateFeatures) GetWaitingRoomFeatures() *WaitingRoomFeatures

func (*RoomCreateFeatures) GetWhiteboardFeatures

func (x *RoomCreateFeatures) GetWhiteboardFeatures() *WhiteboardFeatures

func (*RoomCreateFeatures) ProtoMessage

func (*RoomCreateFeatures) ProtoMessage()

func (*RoomCreateFeatures) ProtoReflect

func (x *RoomCreateFeatures) ProtoReflect() protoreflect.Message

func (*RoomCreateFeatures) Reset

func (x *RoomCreateFeatures) Reset()

func (*RoomCreateFeatures) String

func (x *RoomCreateFeatures) String() string

func (*RoomCreateFeatures) Validate

func (m *RoomCreateFeatures) Validate() error

Validate checks the field values on RoomCreateFeatures with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RoomCreateFeatures) ValidateAll

func (m *RoomCreateFeatures) ValidateAll() error

ValidateAll checks the field values on RoomCreateFeatures with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RoomCreateFeaturesMultiError, or nil if none found.

type RoomCreateFeaturesMultiError

type RoomCreateFeaturesMultiError []error

RoomCreateFeaturesMultiError is an error wrapping multiple validation errors returned by RoomCreateFeatures.ValidateAll() if the designated constraints aren't met.

func (RoomCreateFeaturesMultiError) AllErrors

func (m RoomCreateFeaturesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoomCreateFeaturesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RoomCreateFeaturesValidationError

type RoomCreateFeaturesValidationError struct {
	// contains filtered or unexported fields
}

RoomCreateFeaturesValidationError is the validation error returned by RoomCreateFeatures.Validate if the designated constraints aren't met.

func (RoomCreateFeaturesValidationError) Cause

Cause function returns cause value.

func (RoomCreateFeaturesValidationError) Error

Error satisfies the builtin error interface

func (RoomCreateFeaturesValidationError) ErrorName

ErrorName returns error name.

func (RoomCreateFeaturesValidationError) Field

Field function returns field value.

func (RoomCreateFeaturesValidationError) Key

Key function returns key value.

func (RoomCreateFeaturesValidationError) Reason

Reason function returns reason value.

type RoomEndAPIReq

type RoomEndAPIReq struct {
	RoomId string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RoomEndAPIReq) Descriptor deprecated

func (*RoomEndAPIReq) Descriptor() ([]byte, []int)

Deprecated: Use RoomEndAPIReq.ProtoReflect.Descriptor instead.

func (*RoomEndAPIReq) GetRoomId

func (x *RoomEndAPIReq) GetRoomId() string

func (*RoomEndAPIReq) ProtoMessage

func (*RoomEndAPIReq) ProtoMessage()

func (*RoomEndAPIReq) ProtoReflect

func (x *RoomEndAPIReq) ProtoReflect() protoreflect.Message

func (*RoomEndAPIReq) Reset

func (x *RoomEndAPIReq) Reset()

func (*RoomEndAPIReq) String

func (x *RoomEndAPIReq) String() string

func (*RoomEndAPIReq) Validate

func (m *RoomEndAPIReq) Validate() error

Validate checks the field values on RoomEndAPIReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RoomEndAPIReq) ValidateAll

func (m *RoomEndAPIReq) ValidateAll() error

ValidateAll checks the field values on RoomEndAPIReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RoomEndAPIReqMultiError, or nil if none found.

type RoomEndAPIReqMultiError

type RoomEndAPIReqMultiError []error

RoomEndAPIReqMultiError is an error wrapping multiple validation errors returned by RoomEndAPIReq.ValidateAll() if the designated constraints aren't met.

func (RoomEndAPIReqMultiError) AllErrors

func (m RoomEndAPIReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoomEndAPIReqMultiError) Error

func (m RoomEndAPIReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RoomEndAPIReqValidationError

type RoomEndAPIReqValidationError struct {
	// contains filtered or unexported fields
}

RoomEndAPIReqValidationError is the validation error returned by RoomEndAPIReq.Validate if the designated constraints aren't met.

func (RoomEndAPIReqValidationError) Cause

Cause function returns cause value.

func (RoomEndAPIReqValidationError) Error

Error satisfies the builtin error interface

func (RoomEndAPIReqValidationError) ErrorName

func (e RoomEndAPIReqValidationError) ErrorName() string

ErrorName returns error name.

func (RoomEndAPIReqValidationError) Field

Field function returns field value.

func (RoomEndAPIReqValidationError) Key

Key function returns key value.

func (RoomEndAPIReqValidationError) Reason

Reason function returns reason value.

type RoomEndReq

type RoomEndReq struct {
	RoomId string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RoomEndReq) Descriptor deprecated

func (*RoomEndReq) Descriptor() ([]byte, []int)

Deprecated: Use RoomEndReq.ProtoReflect.Descriptor instead.

func (*RoomEndReq) GetRoomId

func (x *RoomEndReq) GetRoomId() string

func (*RoomEndReq) ProtoMessage

func (*RoomEndReq) ProtoMessage()

func (*RoomEndReq) ProtoReflect

func (x *RoomEndReq) ProtoReflect() protoreflect.Message

func (*RoomEndReq) Reset

func (x *RoomEndReq) Reset()

func (*RoomEndReq) String

func (x *RoomEndReq) String() string

func (*RoomEndReq) Validate

func (m *RoomEndReq) Validate() error

Validate checks the field values on RoomEndReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RoomEndReq) ValidateAll

func (m *RoomEndReq) ValidateAll() error

ValidateAll checks the field values on RoomEndReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RoomEndReqMultiError, or nil if none found.

type RoomEndReqMultiError

type RoomEndReqMultiError []error

RoomEndReqMultiError is an error wrapping multiple validation errors returned by RoomEndReq.ValidateAll() if the designated constraints aren't met.

func (RoomEndReqMultiError) AllErrors

func (m RoomEndReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoomEndReqMultiError) Error

func (m RoomEndReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RoomEndReqValidationError

type RoomEndReqValidationError struct {
	// contains filtered or unexported fields
}

RoomEndReqValidationError is the validation error returned by RoomEndReq.Validate if the designated constraints aren't met.

func (RoomEndReqValidationError) Cause

func (e RoomEndReqValidationError) Cause() error

Cause function returns cause value.

func (RoomEndReqValidationError) Error

Error satisfies the builtin error interface

func (RoomEndReqValidationError) ErrorName

func (e RoomEndReqValidationError) ErrorName() string

ErrorName returns error name.

func (RoomEndReqValidationError) Field

Field function returns field value.

func (RoomEndReqValidationError) Key

Key function returns key value.

func (RoomEndReqValidationError) Reason

func (e RoomEndReqValidationError) Reason() string

Reason function returns reason value.

type RoomEndRes

type RoomEndRes struct {
	Status bool   `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg    string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*RoomEndRes) Descriptor deprecated

func (*RoomEndRes) Descriptor() ([]byte, []int)

Deprecated: Use RoomEndRes.ProtoReflect.Descriptor instead.

func (*RoomEndRes) GetMsg

func (x *RoomEndRes) GetMsg() string

func (*RoomEndRes) GetStatus

func (x *RoomEndRes) GetStatus() bool

func (*RoomEndRes) ProtoMessage

func (*RoomEndRes) ProtoMessage()

func (*RoomEndRes) ProtoReflect

func (x *RoomEndRes) ProtoReflect() protoreflect.Message

func (*RoomEndRes) Reset

func (x *RoomEndRes) Reset()

func (*RoomEndRes) String

func (x *RoomEndRes) String() string

func (*RoomEndRes) Validate

func (m *RoomEndRes) Validate() error

Validate checks the field values on RoomEndRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RoomEndRes) ValidateAll

func (m *RoomEndRes) ValidateAll() error

ValidateAll checks the field values on RoomEndRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RoomEndResMultiError, or nil if none found.

type RoomEndResMultiError

type RoomEndResMultiError []error

RoomEndResMultiError is an error wrapping multiple validation errors returned by RoomEndRes.ValidateAll() if the designated constraints aren't met.

func (RoomEndResMultiError) AllErrors

func (m RoomEndResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoomEndResMultiError) Error

func (m RoomEndResMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RoomEndResValidationError

type RoomEndResValidationError struct {
	// contains filtered or unexported fields
}

RoomEndResValidationError is the validation error returned by RoomEndRes.Validate if the designated constraints aren't met.

func (RoomEndResValidationError) Cause

func (e RoomEndResValidationError) Cause() error

Cause function returns cause value.

func (RoomEndResValidationError) Error

Error satisfies the builtin error interface

func (RoomEndResValidationError) ErrorName

func (e RoomEndResValidationError) ErrorName() string

ErrorName returns error name.

func (RoomEndResValidationError) Field

Field function returns field value.

func (RoomEndResValidationError) Key

Key function returns key value.

func (RoomEndResValidationError) Reason

func (e RoomEndResValidationError) Reason() string

Reason function returns reason value.

type RoomMetadata

type RoomMetadata struct {
	RoomTitle           string              `protobuf:"bytes,1,opt,name=room_title,json=roomTitle,proto3" json:"room_title,omitempty"`
	WelcomeMessage      *string             `protobuf:"bytes,2,opt,name=welcome_message,json=welcomeMessage,proto3,oneof" json:"welcome_message,omitempty"`
	IsRecording         bool                `protobuf:"varint,3,opt,name=is_recording,json=isRecording,proto3" json:"is_recording,omitempty"`
	IsActiveRtmp        bool                `protobuf:"varint,4,opt,name=is_active_rtmp,json=isActiveRtmp,proto3" json:"is_active_rtmp,omitempty"`
	ParentRoomId        string              `protobuf:"bytes,5,opt,name=parent_room_id,json=parentRoomId,proto3" json:"parent_room_id,omitempty"`
	IsBreakoutRoom      bool                `protobuf:"varint,6,opt,name=is_breakout_room,json=isBreakoutRoom,proto3" json:"is_breakout_room,omitempty"`
	WebhookUrl          *string             `protobuf:"bytes,7,opt,name=webhook_url,json=webhookUrl,proto3,oneof" json:"webhook_url,omitempty"`
	StartedAt           uint64              `protobuf:"varint,8,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	LogoutUrl           *string             `protobuf:"bytes,9,opt,name=logout_url,json=logoutUrl,proto3,oneof" json:"logout_url,omitempty"`
	RoomFeatures        *RoomCreateFeatures `protobuf:"bytes,10,opt,name=room_features,json=roomFeatures,proto3" json:"room_features,omitempty"`
	DefaultLockSettings *LockSettings       `protobuf:"bytes,11,opt,name=default_lock_settings,json=defaultLockSettings,proto3" json:"default_lock_settings,omitempty"`
	CopyrightConf       *CopyrightConf      `protobuf:"bytes,12,opt,name=copyright_conf,json=copyrightConf,proto3" json:"copyright_conf,omitempty"`
	// we'll use this as version control
	MetadataId *string `protobuf:"bytes,13,opt,name=metadata_id,json=metadataId,proto3,oneof" json:"metadata_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RoomMetadata) Descriptor deprecated

func (*RoomMetadata) Descriptor() ([]byte, []int)

Deprecated: Use RoomMetadata.ProtoReflect.Descriptor instead.

func (*RoomMetadata) GetCopyrightConf

func (x *RoomMetadata) GetCopyrightConf() *CopyrightConf

func (*RoomMetadata) GetDefaultLockSettings

func (x *RoomMetadata) GetDefaultLockSettings() *LockSettings

func (*RoomMetadata) GetIsActiveRtmp

func (x *RoomMetadata) GetIsActiveRtmp() bool

func (*RoomMetadata) GetIsBreakoutRoom

func (x *RoomMetadata) GetIsBreakoutRoom() bool

func (*RoomMetadata) GetIsRecording

func (x *RoomMetadata) GetIsRecording() bool

func (*RoomMetadata) GetLogoutUrl

func (x *RoomMetadata) GetLogoutUrl() string

func (*RoomMetadata) GetMetadataId

func (x *RoomMetadata) GetMetadataId() string

func (*RoomMetadata) GetParentRoomId

func (x *RoomMetadata) GetParentRoomId() string

func (*RoomMetadata) GetRoomFeatures

func (x *RoomMetadata) GetRoomFeatures() *RoomCreateFeatures

func (*RoomMetadata) GetRoomTitle

func (x *RoomMetadata) GetRoomTitle() string

func (*RoomMetadata) GetStartedAt

func (x *RoomMetadata) GetStartedAt() uint64

func (*RoomMetadata) GetWebhookUrl

func (x *RoomMetadata) GetWebhookUrl() string

func (*RoomMetadata) GetWelcomeMessage

func (x *RoomMetadata) GetWelcomeMessage() string

func (*RoomMetadata) ProtoMessage

func (*RoomMetadata) ProtoMessage()

func (*RoomMetadata) ProtoReflect

func (x *RoomMetadata) ProtoReflect() protoreflect.Message

func (*RoomMetadata) Reset

func (x *RoomMetadata) Reset()

func (*RoomMetadata) String

func (x *RoomMetadata) String() string

func (*RoomMetadata) Validate

func (m *RoomMetadata) Validate() error

Validate checks the field values on RoomMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RoomMetadata) ValidateAll

func (m *RoomMetadata) ValidateAll() error

ValidateAll checks the field values on RoomMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RoomMetadataMultiError, or nil if none found.

type RoomMetadataMultiError

type RoomMetadataMultiError []error

RoomMetadataMultiError is an error wrapping multiple validation errors returned by RoomMetadata.ValidateAll() if the designated constraints aren't met.

func (RoomMetadataMultiError) AllErrors

func (m RoomMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoomMetadataMultiError) Error

func (m RoomMetadataMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RoomMetadataValidationError

type RoomMetadataValidationError struct {
	// contains filtered or unexported fields
}

RoomMetadataValidationError is the validation error returned by RoomMetadata.Validate if the designated constraints aren't met.

func (RoomMetadataValidationError) Cause

Cause function returns cause value.

func (RoomMetadataValidationError) Error

Error satisfies the builtin error interface

func (RoomMetadataValidationError) ErrorName

func (e RoomMetadataValidationError) ErrorName() string

ErrorName returns error name.

func (RoomMetadataValidationError) Field

Field function returns field value.

func (RoomMetadataValidationError) Key

Key function returns key value.

func (RoomMetadataValidationError) Reason

Reason function returns reason value.

type SharedNotePadFeatures

type SharedNotePadFeatures struct {
	AllowedSharedNotePad bool   `` /* 126-byte string literal not displayed */
	IsActive             bool   `protobuf:"varint,2,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	Visible              bool   `protobuf:"varint,3,opt,name=visible,proto3" json:"visible,omitempty"`
	NodeId               string `protobuf:"bytes,4,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	Host                 string `protobuf:"bytes,5,opt,name=host,proto3" json:"host,omitempty"`
	NotePadId            string `protobuf:"bytes,6,opt,name=note_pad_id,json=notePadId,proto3" json:"note_pad_id,omitempty"`
	ReadOnlyPadId        string `protobuf:"bytes,7,opt,name=read_only_pad_id,json=readOnlyPadId,proto3" json:"read_only_pad_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SharedNotePadFeatures) Descriptor deprecated

func (*SharedNotePadFeatures) Descriptor() ([]byte, []int)

Deprecated: Use SharedNotePadFeatures.ProtoReflect.Descriptor instead.

func (*SharedNotePadFeatures) GetAllowedSharedNotePad

func (x *SharedNotePadFeatures) GetAllowedSharedNotePad() bool

func (*SharedNotePadFeatures) GetHost

func (x *SharedNotePadFeatures) GetHost() string

func (*SharedNotePadFeatures) GetIsActive

func (x *SharedNotePadFeatures) GetIsActive() bool

func (*SharedNotePadFeatures) GetNodeId

func (x *SharedNotePadFeatures) GetNodeId() string

func (*SharedNotePadFeatures) GetNotePadId

func (x *SharedNotePadFeatures) GetNotePadId() string

func (*SharedNotePadFeatures) GetReadOnlyPadId

func (x *SharedNotePadFeatures) GetReadOnlyPadId() string

func (*SharedNotePadFeatures) GetVisible

func (x *SharedNotePadFeatures) GetVisible() bool

func (*SharedNotePadFeatures) ProtoMessage

func (*SharedNotePadFeatures) ProtoMessage()

func (*SharedNotePadFeatures) ProtoReflect

func (x *SharedNotePadFeatures) ProtoReflect() protoreflect.Message

func (*SharedNotePadFeatures) Reset

func (x *SharedNotePadFeatures) Reset()

func (*SharedNotePadFeatures) String

func (x *SharedNotePadFeatures) String() string

func (*SharedNotePadFeatures) Validate

func (m *SharedNotePadFeatures) Validate() error

Validate checks the field values on SharedNotePadFeatures with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SharedNotePadFeatures) ValidateAll

func (m *SharedNotePadFeatures) ValidateAll() error

ValidateAll checks the field values on SharedNotePadFeatures with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SharedNotePadFeaturesMultiError, or nil if none found.

type SharedNotePadFeaturesMultiError

type SharedNotePadFeaturesMultiError []error

SharedNotePadFeaturesMultiError is an error wrapping multiple validation errors returned by SharedNotePadFeatures.ValidateAll() if the designated constraints aren't met.

func (SharedNotePadFeaturesMultiError) AllErrors

func (m SharedNotePadFeaturesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SharedNotePadFeaturesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SharedNotePadFeaturesValidationError

type SharedNotePadFeaturesValidationError struct {
	// contains filtered or unexported fields
}

SharedNotePadFeaturesValidationError is the validation error returned by SharedNotePadFeatures.Validate if the designated constraints aren't met.

func (SharedNotePadFeaturesValidationError) Cause

Cause function returns cause value.

func (SharedNotePadFeaturesValidationError) Error

Error satisfies the builtin error interface

func (SharedNotePadFeaturesValidationError) ErrorName

ErrorName returns error name.

func (SharedNotePadFeaturesValidationError) Field

Field function returns field value.

func (SharedNotePadFeaturesValidationError) Key

Key function returns key value.

func (SharedNotePadFeaturesValidationError) Reason

Reason function returns reason value.

type SpeechServiceEvent

type SpeechServiceEvent struct {
	UserId     *string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3,oneof" json:"user_id,omitempty"`
	TotalUsage int64   `protobuf:"varint,4,opt,name=total_usage,json=totalUsage,proto3" json:"total_usage,omitempty"`
	// contains filtered or unexported fields
}

func (*SpeechServiceEvent) Descriptor deprecated

func (*SpeechServiceEvent) Descriptor() ([]byte, []int)

Deprecated: Use SpeechServiceEvent.ProtoReflect.Descriptor instead.

func (*SpeechServiceEvent) GetTotalUsage

func (x *SpeechServiceEvent) GetTotalUsage() int64

func (*SpeechServiceEvent) GetUserId

func (x *SpeechServiceEvent) GetUserId() string

func (*SpeechServiceEvent) ProtoMessage

func (*SpeechServiceEvent) ProtoMessage()

func (*SpeechServiceEvent) ProtoReflect

func (x *SpeechServiceEvent) ProtoReflect() protoreflect.Message

func (*SpeechServiceEvent) Reset

func (x *SpeechServiceEvent) Reset()

func (*SpeechServiceEvent) String

func (x *SpeechServiceEvent) String() string

func (*SpeechServiceEvent) Validate

func (m *SpeechServiceEvent) Validate() error

Validate checks the field values on SpeechServiceEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SpeechServiceEvent) ValidateAll

func (m *SpeechServiceEvent) ValidateAll() error

ValidateAll checks the field values on SpeechServiceEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SpeechServiceEventMultiError, or nil if none found.

type SpeechServiceEventMultiError

type SpeechServiceEventMultiError []error

SpeechServiceEventMultiError is an error wrapping multiple validation errors returned by SpeechServiceEvent.ValidateAll() if the designated constraints aren't met.

func (SpeechServiceEventMultiError) AllErrors

func (m SpeechServiceEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SpeechServiceEventMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SpeechServiceEventValidationError

type SpeechServiceEventValidationError struct {
	// contains filtered or unexported fields
}

SpeechServiceEventValidationError is the validation error returned by SpeechServiceEvent.Validate if the designated constraints aren't met.

func (SpeechServiceEventValidationError) Cause

Cause function returns cause value.

func (SpeechServiceEventValidationError) Error

Error satisfies the builtin error interface

func (SpeechServiceEventValidationError) ErrorName

ErrorName returns error name.

func (SpeechServiceEventValidationError) Field

Field function returns field value.

func (SpeechServiceEventValidationError) Key

Key function returns key value.

func (SpeechServiceEventValidationError) Reason

Reason function returns reason value.

type SpeechServiceUserStatusReq

type SpeechServiceUserStatusReq struct {
	RoomId  string                       `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	RoomSid string                       `protobuf:"bytes,2,opt,name=room_sid,json=roomSid,proto3" json:"room_sid,omitempty"`
	UserId  string                       `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	KeyId   string                       `protobuf:"bytes,4,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	Task    SpeechServiceUserStatusTasks `protobuf:"varint,5,opt,name=task,proto3,enum=plugnmeet.SpeechServiceUserStatusTasks" json:"task,omitempty"`
	// contains filtered or unexported fields
}

func (*SpeechServiceUserStatusReq) Descriptor deprecated

func (*SpeechServiceUserStatusReq) Descriptor() ([]byte, []int)

Deprecated: Use SpeechServiceUserStatusReq.ProtoReflect.Descriptor instead.

func (*SpeechServiceUserStatusReq) GetKeyId

func (x *SpeechServiceUserStatusReq) GetKeyId() string

func (*SpeechServiceUserStatusReq) GetRoomId

func (x *SpeechServiceUserStatusReq) GetRoomId() string

func (*SpeechServiceUserStatusReq) GetRoomSid

func (x *SpeechServiceUserStatusReq) GetRoomSid() string

func (*SpeechServiceUserStatusReq) GetTask

func (*SpeechServiceUserStatusReq) GetUserId

func (x *SpeechServiceUserStatusReq) GetUserId() string

func (*SpeechServiceUserStatusReq) ProtoMessage

func (*SpeechServiceUserStatusReq) ProtoMessage()

func (*SpeechServiceUserStatusReq) ProtoReflect

func (*SpeechServiceUserStatusReq) Reset

func (x *SpeechServiceUserStatusReq) Reset()

func (*SpeechServiceUserStatusReq) String

func (x *SpeechServiceUserStatusReq) String() string

func (*SpeechServiceUserStatusReq) Validate

func (m *SpeechServiceUserStatusReq) Validate() error

Validate checks the field values on SpeechServiceUserStatusReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SpeechServiceUserStatusReq) ValidateAll

func (m *SpeechServiceUserStatusReq) ValidateAll() error

ValidateAll checks the field values on SpeechServiceUserStatusReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SpeechServiceUserStatusReqMultiError, or nil if none found.

type SpeechServiceUserStatusReqMultiError

type SpeechServiceUserStatusReqMultiError []error

SpeechServiceUserStatusReqMultiError is an error wrapping multiple validation errors returned by SpeechServiceUserStatusReq.ValidateAll() if the designated constraints aren't met.

func (SpeechServiceUserStatusReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SpeechServiceUserStatusReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SpeechServiceUserStatusReqValidationError

type SpeechServiceUserStatusReqValidationError struct {
	// contains filtered or unexported fields
}

SpeechServiceUserStatusReqValidationError is the validation error returned by SpeechServiceUserStatusReq.Validate if the designated constraints aren't met.

func (SpeechServiceUserStatusReqValidationError) Cause

Cause function returns cause value.

func (SpeechServiceUserStatusReqValidationError) Error

Error satisfies the builtin error interface

func (SpeechServiceUserStatusReqValidationError) ErrorName

ErrorName returns error name.

func (SpeechServiceUserStatusReqValidationError) Field

Field function returns field value.

func (SpeechServiceUserStatusReqValidationError) Key

Key function returns key value.

func (SpeechServiceUserStatusReqValidationError) Reason

Reason function returns reason value.

type SpeechServiceUserStatusTasks

type SpeechServiceUserStatusTasks int32
const (
	SpeechServiceUserStatusTasks_SPEECH_TO_TEXT_SESSION_STARTED SpeechServiceUserStatusTasks = 0
	SpeechServiceUserStatusTasks_SPEECH_TO_TEXT_SESSION_ENDED   SpeechServiceUserStatusTasks = 1
	SpeechServiceUserStatusTasks_SPEECH_TO_TEXT_TOTAL_USAGE     SpeechServiceUserStatusTasks = 2
)

func (SpeechServiceUserStatusTasks) Descriptor

func (SpeechServiceUserStatusTasks) Enum

func (SpeechServiceUserStatusTasks) EnumDescriptor deprecated

func (SpeechServiceUserStatusTasks) EnumDescriptor() ([]byte, []int)

Deprecated: Use SpeechServiceUserStatusTasks.Descriptor instead.

func (SpeechServiceUserStatusTasks) Number

func (SpeechServiceUserStatusTasks) String

func (SpeechServiceUserStatusTasks) Type

type SpeechToTextTranslationFeatures

type SpeechToTextTranslationFeatures struct {
	IsAllow              bool     `protobuf:"varint,1,opt,name=is_allow,json=isAllow,proto3" json:"is_allow,omitempty"`
	IsAllowTranslation   bool     `protobuf:"varint,2,opt,name=is_allow_translation,json=isAllowTranslation,proto3" json:"is_allow_translation,omitempty"`
	IsEnabled            bool     `protobuf:"varint,3,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	IsEnabledTranslation bool     `protobuf:"varint,4,opt,name=is_enabled_translation,json=isEnabledTranslation,proto3" json:"is_enabled_translation,omitempty"`
	AllowedSpeechLangs   []string `protobuf:"bytes,7,rep,name=allowed_speech_langs,json=allowedSpeechLangs,proto3" json:"allowed_speech_langs,omitempty"`
	AllowedSpeechUsers   []string `protobuf:"bytes,8,rep,name=allowed_speech_users,json=allowedSpeechUsers,proto3" json:"allowed_speech_users,omitempty"`
	AllowedTransLangs    []string `protobuf:"bytes,9,rep,name=allowed_trans_langs,json=allowedTransLangs,proto3" json:"allowed_trans_langs,omitempty"`
	// contains filtered or unexported fields
}

func (*SpeechToTextTranslationFeatures) Descriptor deprecated

func (*SpeechToTextTranslationFeatures) Descriptor() ([]byte, []int)

Deprecated: Use SpeechToTextTranslationFeatures.ProtoReflect.Descriptor instead.

func (*SpeechToTextTranslationFeatures) GetAllowedSpeechLangs

func (x *SpeechToTextTranslationFeatures) GetAllowedSpeechLangs() []string

func (*SpeechToTextTranslationFeatures) GetAllowedSpeechUsers

func (x *SpeechToTextTranslationFeatures) GetAllowedSpeechUsers() []string

func (*SpeechToTextTranslationFeatures) GetAllowedTransLangs

func (x *SpeechToTextTranslationFeatures) GetAllowedTransLangs() []string

func (*SpeechToTextTranslationFeatures) GetIsAllow

func (x *SpeechToTextTranslationFeatures) GetIsAllow() bool

func (*SpeechToTextTranslationFeatures) GetIsAllowTranslation

func (x *SpeechToTextTranslationFeatures) GetIsAllowTranslation() bool

func (*SpeechToTextTranslationFeatures) GetIsEnabled

func (x *SpeechToTextTranslationFeatures) GetIsEnabled() bool

func (*SpeechToTextTranslationFeatures) GetIsEnabledTranslation

func (x *SpeechToTextTranslationFeatures) GetIsEnabledTranslation() bool

func (*SpeechToTextTranslationFeatures) ProtoMessage

func (*SpeechToTextTranslationFeatures) ProtoMessage()

func (*SpeechToTextTranslationFeatures) ProtoReflect

func (*SpeechToTextTranslationFeatures) Reset

func (*SpeechToTextTranslationFeatures) String

func (*SpeechToTextTranslationFeatures) Validate

func (m *SpeechToTextTranslationFeatures) Validate() error

Validate checks the field values on SpeechToTextTranslationFeatures with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SpeechToTextTranslationFeatures) ValidateAll

func (m *SpeechToTextTranslationFeatures) ValidateAll() error

ValidateAll checks the field values on SpeechToTextTranslationFeatures with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SpeechToTextTranslationFeaturesMultiError, or nil if none found.

type SpeechToTextTranslationFeaturesMultiError

type SpeechToTextTranslationFeaturesMultiError []error

SpeechToTextTranslationFeaturesMultiError is an error wrapping multiple validation errors returned by SpeechToTextTranslationFeatures.ValidateAll() if the designated constraints aren't met.

func (SpeechToTextTranslationFeaturesMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SpeechToTextTranslationFeaturesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SpeechToTextTranslationFeaturesValidationError

type SpeechToTextTranslationFeaturesValidationError struct {
	// contains filtered or unexported fields
}

SpeechToTextTranslationFeaturesValidationError is the validation error returned by SpeechToTextTranslationFeatures.Validate if the designated constraints aren't met.

func (SpeechToTextTranslationFeaturesValidationError) Cause

Cause function returns cause value.

func (SpeechToTextTranslationFeaturesValidationError) Error

Error satisfies the builtin error interface

func (SpeechToTextTranslationFeaturesValidationError) ErrorName

ErrorName returns error name.

func (SpeechToTextTranslationFeaturesValidationError) Field

Field function returns field value.

func (SpeechToTextTranslationFeaturesValidationError) Key

Key function returns key value.

func (SpeechToTextTranslationFeaturesValidationError) Reason

Reason function returns reason value.

type SpeechToTextTranslationReq

type SpeechToTextTranslationReq struct {
	RoomId               string   `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	IsEnabled            bool     `protobuf:"varint,3,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	AllowedSpeechLangs   []string `protobuf:"bytes,4,rep,name=allowed_speech_langs,json=allowedSpeechLangs,proto3" json:"allowed_speech_langs,omitempty"`
	AllowedSpeechUsers   []string `protobuf:"bytes,5,rep,name=allowed_speech_users,json=allowedSpeechUsers,proto3" json:"allowed_speech_users,omitempty"`
	IsEnabledTranslation bool     `protobuf:"varint,6,opt,name=is_enabled_translation,json=isEnabledTranslation,proto3" json:"is_enabled_translation,omitempty"`
	AllowedTransLangs    []string `protobuf:"bytes,7,rep,name=allowed_trans_langs,json=allowedTransLangs,proto3" json:"allowed_trans_langs,omitempty"`
	// contains filtered or unexported fields
}

func (*SpeechToTextTranslationReq) Descriptor deprecated

func (*SpeechToTextTranslationReq) Descriptor() ([]byte, []int)

Deprecated: Use SpeechToTextTranslationReq.ProtoReflect.Descriptor instead.

func (*SpeechToTextTranslationReq) GetAllowedSpeechLangs

func (x *SpeechToTextTranslationReq) GetAllowedSpeechLangs() []string

func (*SpeechToTextTranslationReq) GetAllowedSpeechUsers

func (x *SpeechToTextTranslationReq) GetAllowedSpeechUsers() []string

func (*SpeechToTextTranslationReq) GetAllowedTransLangs

func (x *SpeechToTextTranslationReq) GetAllowedTransLangs() []string

func (*SpeechToTextTranslationReq) GetIsEnabled

func (x *SpeechToTextTranslationReq) GetIsEnabled() bool

func (*SpeechToTextTranslationReq) GetIsEnabledTranslation

func (x *SpeechToTextTranslationReq) GetIsEnabledTranslation() bool

func (*SpeechToTextTranslationReq) GetRoomId

func (x *SpeechToTextTranslationReq) GetRoomId() string

func (*SpeechToTextTranslationReq) ProtoMessage

func (*SpeechToTextTranslationReq) ProtoMessage()

func (*SpeechToTextTranslationReq) ProtoReflect

func (*SpeechToTextTranslationReq) Reset

func (x *SpeechToTextTranslationReq) Reset()

func (*SpeechToTextTranslationReq) String

func (x *SpeechToTextTranslationReq) String() string

func (*SpeechToTextTranslationReq) Validate

func (m *SpeechToTextTranslationReq) Validate() error

Validate checks the field values on SpeechToTextTranslationReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SpeechToTextTranslationReq) ValidateAll

func (m *SpeechToTextTranslationReq) ValidateAll() error

ValidateAll checks the field values on SpeechToTextTranslationReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SpeechToTextTranslationReqMultiError, or nil if none found.

type SpeechToTextTranslationReqMultiError

type SpeechToTextTranslationReqMultiError []error

SpeechToTextTranslationReqMultiError is an error wrapping multiple validation errors returned by SpeechToTextTranslationReq.ValidateAll() if the designated constraints aren't met.

func (SpeechToTextTranslationReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SpeechToTextTranslationReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SpeechToTextTranslationReqValidationError

type SpeechToTextTranslationReqValidationError struct {
	// contains filtered or unexported fields
}

SpeechToTextTranslationReqValidationError is the validation error returned by SpeechToTextTranslationReq.Validate if the designated constraints aren't met.

func (SpeechToTextTranslationReqValidationError) Cause

Cause function returns cause value.

func (SpeechToTextTranslationReqValidationError) Error

Error satisfies the builtin error interface

func (SpeechToTextTranslationReqValidationError) ErrorName

ErrorName returns error name.

func (SpeechToTextTranslationReqValidationError) Field

Field function returns field value.

func (SpeechToTextTranslationReqValidationError) Key

Key function returns key value.

func (SpeechToTextTranslationReqValidationError) Reason

Reason function returns reason value.

type StartRecorderChildArgs

type StartRecorderChildArgs struct {
	RoomTableId      int64               `protobuf:"varint,1,opt,name=room_table_id,json=roomTableId,proto3" json:"room_table_id,omitempty"`
	RecordingId      string              `protobuf:"bytes,2,opt,name=recording_id,json=recordingId,proto3" json:"recording_id,omitempty"`
	AccessToken      string              `protobuf:"bytes,4,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	PlugNMeetInfo    *PlugNmeetInfo      `protobuf:"bytes,5,opt,name=plug_n_meet_info,json=plugNMeetInfo,proto3" json:"plug_n_meet_info,omitempty"`
	PostMp4Convert   bool                `protobuf:"varint,6,opt,name=post_mp4_convert,json=postMp4Convert,proto3" json:"post_mp4_convert,omitempty"`
	CopyToPath       *CopyToPath         `protobuf:"bytes,7,opt,name=copy_to_path,json=copyToPath,proto3" json:"copy_to_path,omitempty"`
	ServiceType      RecorderServiceType `protobuf:"varint,8,opt,name=serviceType,proto3,enum=plugnmeet.RecorderServiceType" json:"serviceType,omitempty"`
	RecorderId       *string             `protobuf:"bytes,9,opt,name=recorder_id,json=recorderId,proto3,oneof" json:"recorder_id,omitempty"`
	RtmpUrl          *string             `protobuf:"bytes,10,opt,name=rtmp_url,json=rtmpUrl,proto3,oneof" json:"rtmp_url,omitempty"`
	WebsocketUrl     string              `protobuf:"bytes,11,opt,name=websocket_url,json=websocketUrl,proto3" json:"websocket_url,omitempty"`
	CustomChromePath *string             `protobuf:"bytes,12,opt,name=custom_chrome_path,json=customChromePath,proto3,oneof" json:"custom_chrome_path,omitempty"`
	// contains filtered or unexported fields
}

func (*StartRecorderChildArgs) Descriptor deprecated

func (*StartRecorderChildArgs) Descriptor() ([]byte, []int)

Deprecated: Use StartRecorderChildArgs.ProtoReflect.Descriptor instead.

func (*StartRecorderChildArgs) GetAccessToken

func (x *StartRecorderChildArgs) GetAccessToken() string

func (*StartRecorderChildArgs) GetCopyToPath

func (x *StartRecorderChildArgs) GetCopyToPath() *CopyToPath

func (*StartRecorderChildArgs) GetCustomChromePath

func (x *StartRecorderChildArgs) GetCustomChromePath() string

func (*StartRecorderChildArgs) GetPlugNMeetInfo

func (x *StartRecorderChildArgs) GetPlugNMeetInfo() *PlugNmeetInfo

func (*StartRecorderChildArgs) GetPostMp4Convert

func (x *StartRecorderChildArgs) GetPostMp4Convert() bool

func (*StartRecorderChildArgs) GetRecorderId

func (x *StartRecorderChildArgs) GetRecorderId() string

func (*StartRecorderChildArgs) GetRecordingId

func (x *StartRecorderChildArgs) GetRecordingId() string

func (*StartRecorderChildArgs) GetRoomTableId

func (x *StartRecorderChildArgs) GetRoomTableId() int64

func (*StartRecorderChildArgs) GetRtmpUrl

func (x *StartRecorderChildArgs) GetRtmpUrl() string

func (*StartRecorderChildArgs) GetServiceType

func (x *StartRecorderChildArgs) GetServiceType() RecorderServiceType

func (*StartRecorderChildArgs) GetWebsocketUrl

func (x *StartRecorderChildArgs) GetWebsocketUrl() string

func (*StartRecorderChildArgs) ProtoMessage

func (*StartRecorderChildArgs) ProtoMessage()

func (*StartRecorderChildArgs) ProtoReflect

func (x *StartRecorderChildArgs) ProtoReflect() protoreflect.Message

func (*StartRecorderChildArgs) Reset

func (x *StartRecorderChildArgs) Reset()

func (*StartRecorderChildArgs) String

func (x *StartRecorderChildArgs) String() string

func (*StartRecorderChildArgs) Validate

func (m *StartRecorderChildArgs) Validate() error

Validate checks the field values on StartRecorderChildArgs with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StartRecorderChildArgs) ValidateAll

func (m *StartRecorderChildArgs) ValidateAll() error

ValidateAll checks the field values on StartRecorderChildArgs with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StartRecorderChildArgsMultiError, or nil if none found.

type StartRecorderChildArgsMultiError

type StartRecorderChildArgsMultiError []error

StartRecorderChildArgsMultiError is an error wrapping multiple validation errors returned by StartRecorderChildArgs.ValidateAll() if the designated constraints aren't met.

func (StartRecorderChildArgsMultiError) AllErrors

func (m StartRecorderChildArgsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StartRecorderChildArgsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type StartRecorderChildArgsValidationError

type StartRecorderChildArgsValidationError struct {
	// contains filtered or unexported fields
}

StartRecorderChildArgsValidationError is the validation error returned by StartRecorderChildArgs.Validate if the designated constraints aren't met.

func (StartRecorderChildArgsValidationError) Cause

Cause function returns cause value.

func (StartRecorderChildArgsValidationError) Error

Error satisfies the builtin error interface

func (StartRecorderChildArgsValidationError) ErrorName

ErrorName returns error name.

func (StartRecorderChildArgsValidationError) Field

Field function returns field value.

func (StartRecorderChildArgsValidationError) Key

Key function returns key value.

func (StartRecorderChildArgsValidationError) Reason

Reason function returns reason value.

type SubmitPollResponseReq

type SubmitPollResponseReq struct {
	RoomId         string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	UserId         string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Name           string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	PollId         string `protobuf:"bytes,4,opt,name=poll_id,json=pollId,proto3" json:"poll_id,omitempty"`
	SelectedOption uint64 `protobuf:"varint,5,opt,name=selected_option,json=selectedOption,proto3" json:"selected_option,omitempty"`
	// contains filtered or unexported fields
}

func (*SubmitPollResponseReq) Descriptor deprecated

func (*SubmitPollResponseReq) Descriptor() ([]byte, []int)

Deprecated: Use SubmitPollResponseReq.ProtoReflect.Descriptor instead.

func (*SubmitPollResponseReq) GetName

func (x *SubmitPollResponseReq) GetName() string

func (*SubmitPollResponseReq) GetPollId

func (x *SubmitPollResponseReq) GetPollId() string

func (*SubmitPollResponseReq) GetRoomId

func (x *SubmitPollResponseReq) GetRoomId() string

func (*SubmitPollResponseReq) GetSelectedOption

func (x *SubmitPollResponseReq) GetSelectedOption() uint64

func (*SubmitPollResponseReq) GetUserId

func (x *SubmitPollResponseReq) GetUserId() string

func (*SubmitPollResponseReq) ProtoMessage

func (*SubmitPollResponseReq) ProtoMessage()

func (*SubmitPollResponseReq) ProtoReflect

func (x *SubmitPollResponseReq) ProtoReflect() protoreflect.Message

func (*SubmitPollResponseReq) Reset

func (x *SubmitPollResponseReq) Reset()

func (*SubmitPollResponseReq) String

func (x *SubmitPollResponseReq) String() string

func (*SubmitPollResponseReq) Validate

func (m *SubmitPollResponseReq) Validate() error

Validate checks the field values on SubmitPollResponseReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SubmitPollResponseReq) ValidateAll

func (m *SubmitPollResponseReq) ValidateAll() error

ValidateAll checks the field values on SubmitPollResponseReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubmitPollResponseReqMultiError, or nil if none found.

type SubmitPollResponseReqMultiError

type SubmitPollResponseReqMultiError []error

SubmitPollResponseReqMultiError is an error wrapping multiple validation errors returned by SubmitPollResponseReq.ValidateAll() if the designated constraints aren't met.

func (SubmitPollResponseReqMultiError) AllErrors

func (m SubmitPollResponseReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SubmitPollResponseReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SubmitPollResponseReqValidationError

type SubmitPollResponseReqValidationError struct {
	// contains filtered or unexported fields
}

SubmitPollResponseReqValidationError is the validation error returned by SubmitPollResponseReq.Validate if the designated constraints aren't met.

func (SubmitPollResponseReqValidationError) Cause

Cause function returns cause value.

func (SubmitPollResponseReqValidationError) Error

Error satisfies the builtin error interface

func (SubmitPollResponseReqValidationError) ErrorName

ErrorName returns error name.

func (SubmitPollResponseReqValidationError) Field

Field function returns field value.

func (SubmitPollResponseReqValidationError) Key

Key function returns key value.

func (SubmitPollResponseReqValidationError) Reason

Reason function returns reason value.

type SwitchPresenterReq

type SwitchPresenterReq struct {
	Task            SwitchPresenterTask `protobuf:"varint,1,opt,name=task,proto3,enum=plugnmeet.SwitchPresenterTask" json:"task,omitempty"`
	UserId          string              `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	RoomId          string              `protobuf:"bytes,3,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	RequestedUserId string              `protobuf:"bytes,4,opt,name=Requested_user_id,json=RequestedUserId,proto3" json:"Requested_user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SwitchPresenterReq) Descriptor deprecated

func (*SwitchPresenterReq) Descriptor() ([]byte, []int)

Deprecated: Use SwitchPresenterReq.ProtoReflect.Descriptor instead.

func (*SwitchPresenterReq) GetRequestedUserId

func (x *SwitchPresenterReq) GetRequestedUserId() string

func (*SwitchPresenterReq) GetRoomId

func (x *SwitchPresenterReq) GetRoomId() string

func (*SwitchPresenterReq) GetTask

func (*SwitchPresenterReq) GetUserId

func (x *SwitchPresenterReq) GetUserId() string

func (*SwitchPresenterReq) ProtoMessage

func (*SwitchPresenterReq) ProtoMessage()

func (*SwitchPresenterReq) ProtoReflect

func (x *SwitchPresenterReq) ProtoReflect() protoreflect.Message

func (*SwitchPresenterReq) Reset

func (x *SwitchPresenterReq) Reset()

func (*SwitchPresenterReq) String

func (x *SwitchPresenterReq) String() string

func (*SwitchPresenterReq) Validate

func (m *SwitchPresenterReq) Validate() error

Validate checks the field values on SwitchPresenterReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SwitchPresenterReq) ValidateAll

func (m *SwitchPresenterReq) ValidateAll() error

ValidateAll checks the field values on SwitchPresenterReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SwitchPresenterReqMultiError, or nil if none found.

type SwitchPresenterReqMultiError

type SwitchPresenterReqMultiError []error

SwitchPresenterReqMultiError is an error wrapping multiple validation errors returned by SwitchPresenterReq.ValidateAll() if the designated constraints aren't met.

func (SwitchPresenterReqMultiError) AllErrors

func (m SwitchPresenterReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SwitchPresenterReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SwitchPresenterReqValidationError

type SwitchPresenterReqValidationError struct {
	// contains filtered or unexported fields
}

SwitchPresenterReqValidationError is the validation error returned by SwitchPresenterReq.Validate if the designated constraints aren't met.

func (SwitchPresenterReqValidationError) Cause

Cause function returns cause value.

func (SwitchPresenterReqValidationError) Error

Error satisfies the builtin error interface

func (SwitchPresenterReqValidationError) ErrorName

ErrorName returns error name.

func (SwitchPresenterReqValidationError) Field

Field function returns field value.

func (SwitchPresenterReqValidationError) Key

Key function returns key value.

func (SwitchPresenterReqValidationError) Reason

Reason function returns reason value.

type SwitchPresenterTask

type SwitchPresenterTask int32
const (
	SwitchPresenterTask_PROMOTE SwitchPresenterTask = 0
	SwitchPresenterTask_DEMOTE  SwitchPresenterTask = 1
)

func (SwitchPresenterTask) Descriptor

func (SwitchPresenterTask) Enum

func (SwitchPresenterTask) EnumDescriptor deprecated

func (SwitchPresenterTask) EnumDescriptor() ([]byte, []int)

Deprecated: Use SwitchPresenterTask.Descriptor instead.

func (SwitchPresenterTask) Number

func (SwitchPresenterTask) String

func (x SwitchPresenterTask) String() string

func (SwitchPresenterTask) Type

type UpdateUserLockSettingsReq

type UpdateUserLockSettingsReq struct {
	RoomSid         string `protobuf:"bytes,1,opt,name=room_sid,json=roomSid,proto3" json:"room_sid,omitempty"`
	RoomId          string `protobuf:"bytes,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	UserId          string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Service         string `protobuf:"bytes,4,opt,name=service,proto3" json:"service,omitempty"`
	Direction       string `protobuf:"bytes,5,opt,name=direction,proto3" json:"direction,omitempty"`
	RequestedUserId string `protobuf:"bytes,6,opt,name=Requested_user_id,json=RequestedUserId,proto3" json:"Requested_user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserLockSettingsReq) Descriptor deprecated

func (*UpdateUserLockSettingsReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserLockSettingsReq.ProtoReflect.Descriptor instead.

func (*UpdateUserLockSettingsReq) GetDirection

func (x *UpdateUserLockSettingsReq) GetDirection() string

func (*UpdateUserLockSettingsReq) GetRequestedUserId

func (x *UpdateUserLockSettingsReq) GetRequestedUserId() string

func (*UpdateUserLockSettingsReq) GetRoomId

func (x *UpdateUserLockSettingsReq) GetRoomId() string

func (*UpdateUserLockSettingsReq) GetRoomSid

func (x *UpdateUserLockSettingsReq) GetRoomSid() string

func (*UpdateUserLockSettingsReq) GetService

func (x *UpdateUserLockSettingsReq) GetService() string

func (*UpdateUserLockSettingsReq) GetUserId

func (x *UpdateUserLockSettingsReq) GetUserId() string

func (*UpdateUserLockSettingsReq) ProtoMessage

func (*UpdateUserLockSettingsReq) ProtoMessage()

func (*UpdateUserLockSettingsReq) ProtoReflect

func (*UpdateUserLockSettingsReq) Reset

func (x *UpdateUserLockSettingsReq) Reset()

func (*UpdateUserLockSettingsReq) String

func (x *UpdateUserLockSettingsReq) String() string

func (*UpdateUserLockSettingsReq) Validate

func (m *UpdateUserLockSettingsReq) Validate() error

Validate checks the field values on UpdateUserLockSettingsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateUserLockSettingsReq) ValidateAll

func (m *UpdateUserLockSettingsReq) ValidateAll() error

ValidateAll checks the field values on UpdateUserLockSettingsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateUserLockSettingsReqMultiError, or nil if none found.

type UpdateUserLockSettingsReqMultiError

type UpdateUserLockSettingsReqMultiError []error

UpdateUserLockSettingsReqMultiError is an error wrapping multiple validation errors returned by UpdateUserLockSettingsReq.ValidateAll() if the designated constraints aren't met.

func (UpdateUserLockSettingsReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateUserLockSettingsReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateUserLockSettingsReqValidationError

type UpdateUserLockSettingsReqValidationError struct {
	// contains filtered or unexported fields
}

UpdateUserLockSettingsReqValidationError is the validation error returned by UpdateUserLockSettingsReq.Validate if the designated constraints aren't met.

func (UpdateUserLockSettingsReqValidationError) Cause

Cause function returns cause value.

func (UpdateUserLockSettingsReqValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserLockSettingsReqValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserLockSettingsReqValidationError) Field

Field function returns field value.

func (UpdateUserLockSettingsReqValidationError) Key

Key function returns key value.

func (UpdateUserLockSettingsReqValidationError) Reason

Reason function returns reason value.

type UpdateWaitingRoomMessageReq

type UpdateWaitingRoomMessageReq struct {
	RoomId string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	Msg    string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWaitingRoomMessageReq) Descriptor deprecated

func (*UpdateWaitingRoomMessageReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateWaitingRoomMessageReq.ProtoReflect.Descriptor instead.

func (*UpdateWaitingRoomMessageReq) GetMsg

func (x *UpdateWaitingRoomMessageReq) GetMsg() string

func (*UpdateWaitingRoomMessageReq) GetRoomId

func (x *UpdateWaitingRoomMessageReq) GetRoomId() string

func (*UpdateWaitingRoomMessageReq) ProtoMessage

func (*UpdateWaitingRoomMessageReq) ProtoMessage()

func (*UpdateWaitingRoomMessageReq) ProtoReflect

func (*UpdateWaitingRoomMessageReq) Reset

func (x *UpdateWaitingRoomMessageReq) Reset()

func (*UpdateWaitingRoomMessageReq) String

func (x *UpdateWaitingRoomMessageReq) String() string

func (*UpdateWaitingRoomMessageReq) Validate

func (m *UpdateWaitingRoomMessageReq) Validate() error

Validate checks the field values on UpdateWaitingRoomMessageReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateWaitingRoomMessageReq) ValidateAll

func (m *UpdateWaitingRoomMessageReq) ValidateAll() error

ValidateAll checks the field values on UpdateWaitingRoomMessageReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateWaitingRoomMessageReqMultiError, or nil if none found.

type UpdateWaitingRoomMessageReqMultiError

type UpdateWaitingRoomMessageReqMultiError []error

UpdateWaitingRoomMessageReqMultiError is an error wrapping multiple validation errors returned by UpdateWaitingRoomMessageReq.ValidateAll() if the designated constraints aren't met.

func (UpdateWaitingRoomMessageReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateWaitingRoomMessageReqMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateWaitingRoomMessageReqValidationError

type UpdateWaitingRoomMessageReqValidationError struct {
	// contains filtered or unexported fields
}

UpdateWaitingRoomMessageReqValidationError is the validation error returned by UpdateWaitingRoomMessageReq.Validate if the designated constraints aren't met.

func (UpdateWaitingRoomMessageReqValidationError) Cause

Cause function returns cause value.

func (UpdateWaitingRoomMessageReqValidationError) Error

Error satisfies the builtin error interface

func (UpdateWaitingRoomMessageReqValidationError) ErrorName

ErrorName returns error name.

func (UpdateWaitingRoomMessageReqValidationError) Field

Field function returns field value.

func (UpdateWaitingRoomMessageReqValidationError) Key

Key function returns key value.

func (UpdateWaitingRoomMessageReqValidationError) Reason

Reason function returns reason value.

type UserInfo

type UserInfo struct {
	Name         string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	UserId       string        `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	IsAdmin      bool          `protobuf:"varint,3,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	IsHidden     bool          `protobuf:"varint,4,opt,name=is_hidden,json=isHidden,proto3" json:"is_hidden,omitempty"`
	UserMetadata *UserMetadata `protobuf:"bytes,5,opt,name=user_metadata,json=userMetadata,proto3" json:"user_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*UserInfo) Descriptor deprecated

func (*UserInfo) Descriptor() ([]byte, []int)

Deprecated: Use UserInfo.ProtoReflect.Descriptor instead.

func (*UserInfo) GetIsAdmin

func (x *UserInfo) GetIsAdmin() bool

func (*UserInfo) GetIsHidden

func (x *UserInfo) GetIsHidden() bool

func (*UserInfo) GetName

func (x *UserInfo) GetName() string

func (*UserInfo) GetUserId

func (x *UserInfo) GetUserId() string

func (*UserInfo) GetUserMetadata

func (x *UserInfo) GetUserMetadata() *UserMetadata

func (*UserInfo) ProtoMessage

func (*UserInfo) ProtoMessage()

func (*UserInfo) ProtoReflect

func (x *UserInfo) ProtoReflect() protoreflect.Message

func (*UserInfo) Reset

func (x *UserInfo) Reset()

func (*UserInfo) String

func (x *UserInfo) String() string

func (*UserInfo) Validate

func (m *UserInfo) Validate() error

Validate checks the field values on UserInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserInfo) ValidateAll

func (m *UserInfo) ValidateAll() error

ValidateAll checks the field values on UserInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserInfoMultiError, or nil if none found.

type UserInfoMultiError

type UserInfoMultiError []error

UserInfoMultiError is an error wrapping multiple validation errors returned by UserInfo.ValidateAll() if the designated constraints aren't met.

func (UserInfoMultiError) AllErrors

func (m UserInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserInfoMultiError) Error

func (m UserInfoMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UserInfoValidationError

type UserInfoValidationError struct {
	// contains filtered or unexported fields
}

UserInfoValidationError is the validation error returned by UserInfo.Validate if the designated constraints aren't met.

func (UserInfoValidationError) Cause

func (e UserInfoValidationError) Cause() error

Cause function returns cause value.

func (UserInfoValidationError) Error

func (e UserInfoValidationError) Error() string

Error satisfies the builtin error interface

func (UserInfoValidationError) ErrorName

func (e UserInfoValidationError) ErrorName() string

ErrorName returns error name.

func (UserInfoValidationError) Field

func (e UserInfoValidationError) Field() string

Field function returns field value.

func (UserInfoValidationError) Key

func (e UserInfoValidationError) Key() bool

Key function returns key value.

func (UserInfoValidationError) Reason

func (e UserInfoValidationError) Reason() string

Reason function returns reason value.

type UserMetadata

type UserMetadata struct {
	ProfilePic      *string       `protobuf:"bytes,1,opt,name=profile_pic,json=profilePic,proto3,oneof" json:"profile_pic,omitempty"`
	IsAdmin         bool          `protobuf:"varint,2,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	RecordWebcam    *bool         `protobuf:"varint,7,opt,name=record_webcam,json=recordWebcam,proto3,oneof" json:"record_webcam,omitempty"`
	IsPresenter     bool          `protobuf:"varint,3,opt,name=is_presenter,json=isPresenter,proto3" json:"is_presenter,omitempty"`
	RaisedHand      bool          `protobuf:"varint,4,opt,name=raised_hand,json=raisedHand,proto3" json:"raised_hand,omitempty"`
	WaitForApproval bool          `protobuf:"varint,5,opt,name=wait_for_approval,json=waitForApproval,proto3" json:"wait_for_approval,omitempty"`
	LockSettings    *LockSettings `protobuf:"bytes,6,opt,name=lock_settings,json=lockSettings,proto3" json:"lock_settings,omitempty"`
	// we'll use this as version control
	MetadataId *string `protobuf:"bytes,13,opt,name=metadata_id,json=metadataId,proto3,oneof" json:"metadata_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserMetadata) Descriptor deprecated

func (*UserMetadata) Descriptor() ([]byte, []int)

Deprecated: Use UserMetadata.ProtoReflect.Descriptor instead.

func (*UserMetadata) GetIsAdmin

func (x *UserMetadata) GetIsAdmin() bool

func (*UserMetadata) GetIsPresenter

func (x *UserMetadata) GetIsPresenter() bool

func (*UserMetadata) GetLockSettings

func (x *UserMetadata) GetLockSettings() *LockSettings

func (*UserMetadata) GetMetadataId

func (x *UserMetadata) GetMetadataId() string

func (*UserMetadata) GetProfilePic

func (x *UserMetadata) GetProfilePic() string

func (*UserMetadata) GetRaisedHand

func (x *UserMetadata) GetRaisedHand() bool

func (*UserMetadata) GetRecordWebcam

func (x *UserMetadata) GetRecordWebcam() bool

func (*UserMetadata) GetWaitForApproval

func (x *UserMetadata) GetWaitForApproval() bool

func (*UserMetadata) ProtoMessage

func (*UserMetadata) ProtoMessage()

func (*UserMetadata) ProtoReflect

func (x *UserMetadata) ProtoReflect() protoreflect.Message

func (*UserMetadata) Reset

func (x *UserMetadata) Reset()

func (*UserMetadata) String

func (x *UserMetadata) String() string

func (*UserMetadata) Validate

func (m *UserMetadata) Validate() error

Validate checks the field values on UserMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserMetadata) ValidateAll

func (m *UserMetadata) ValidateAll() error

ValidateAll checks the field values on UserMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserMetadataMultiError, or nil if none found.

type UserMetadataMultiError

type UserMetadataMultiError []error

UserMetadataMultiError is an error wrapping multiple validation errors returned by UserMetadata.ValidateAll() if the designated constraints aren't met.

func (UserMetadataMultiError) AllErrors

func (m UserMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserMetadataMultiError) Error

func (m UserMetadataMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UserMetadataValidationError

type UserMetadataValidationError struct {
	// contains filtered or unexported fields
}

UserMetadataValidationError is the validation error returned by UserMetadata.Validate if the designated constraints aren't met.

func (UserMetadataValidationError) Cause

Cause function returns cause value.

func (UserMetadataValidationError) Error

Error satisfies the builtin error interface

func (UserMetadataValidationError) ErrorName

func (e UserMetadataValidationError) ErrorName() string

ErrorName returns error name.

func (UserMetadataValidationError) Field

Field function returns field value.

func (UserMetadataValidationError) Key

Key function returns key value.

func (UserMetadataValidationError) Reason

Reason function returns reason value.

type VerifyTokenReq

type VerifyTokenReq struct {
	IsProduction *bool `protobuf:"varint,1,opt,name=is_production,json=isProduction,proto3,oneof" json:"is_production,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyTokenReq) Descriptor deprecated

func (*VerifyTokenReq) Descriptor() ([]byte, []int)

Deprecated: Use VerifyTokenReq.ProtoReflect.Descriptor instead.

func (*VerifyTokenReq) GetIsProduction

func (x *VerifyTokenReq) GetIsProduction() bool

func (*VerifyTokenReq) ProtoMessage

func (*VerifyTokenReq) ProtoMessage()

func (*VerifyTokenReq) ProtoReflect

func (x *VerifyTokenReq) ProtoReflect() protoreflect.Message

func (*VerifyTokenReq) Reset

func (x *VerifyTokenReq) Reset()

func (*VerifyTokenReq) String

func (x *VerifyTokenReq) String() string

func (*VerifyTokenReq) Validate

func (m *VerifyTokenReq) Validate() error

Validate checks the field values on VerifyTokenReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*VerifyTokenReq) ValidateAll

func (m *VerifyTokenReq) ValidateAll() error

ValidateAll checks the field values on VerifyTokenReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VerifyTokenReqMultiError, or nil if none found.

type VerifyTokenReqMultiError

type VerifyTokenReqMultiError []error

VerifyTokenReqMultiError is an error wrapping multiple validation errors returned by VerifyTokenReq.ValidateAll() if the designated constraints aren't met.

func (VerifyTokenReqMultiError) AllErrors

func (m VerifyTokenReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VerifyTokenReqMultiError) Error

func (m VerifyTokenReqMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type VerifyTokenReqValidationError

type VerifyTokenReqValidationError struct {
	// contains filtered or unexported fields
}

VerifyTokenReqValidationError is the validation error returned by VerifyTokenReq.Validate if the designated constraints aren't met.

func (VerifyTokenReqValidationError) Cause

Cause function returns cause value.

func (VerifyTokenReqValidationError) Error

Error satisfies the builtin error interface

func (VerifyTokenReqValidationError) ErrorName

func (e VerifyTokenReqValidationError) ErrorName() string

ErrorName returns error name.

func (VerifyTokenReqValidationError) Field

Field function returns field value.

func (VerifyTokenReqValidationError) Key

Key function returns key value.

func (VerifyTokenReqValidationError) Reason

Reason function returns reason value.

type VerifyTokenRes

type VerifyTokenRes struct {
	Status        bool    `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Msg           string  `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	LivekitHost   *string `protobuf:"bytes,3,opt,name=livekit_host,json=livekitHost,proto3,oneof" json:"livekit_host,omitempty"`
	Token         *string `protobuf:"bytes,4,opt,name=token,proto3,oneof" json:"token,omitempty"`
	ServerVersion *string `protobuf:"bytes,5,opt,name=server_version,json=serverVersion,proto3,oneof" json:"server_version,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyTokenRes) Descriptor deprecated

func (*VerifyTokenRes) Descriptor() ([]byte, []int)

Deprecated: Use VerifyTokenRes.ProtoReflect.Descriptor instead.

func (*VerifyTokenRes) GetLivekitHost

func (x *VerifyTokenRes) GetLivekitHost() string

func (*VerifyTokenRes) GetMsg

func (x *VerifyTokenRes) GetMsg() string

func (*VerifyTokenRes) GetServerVersion

func (x *VerifyTokenRes) GetServerVersion() string

func (*VerifyTokenRes) GetStatus

func (x *VerifyTokenRes) GetStatus() bool

func (*VerifyTokenRes) GetToken

func (x *VerifyTokenRes) GetToken() string

func (*VerifyTokenRes) ProtoMessage

func (*VerifyTokenRes) ProtoMessage()

func (*VerifyTokenRes) ProtoReflect

func (x *VerifyTokenRes) ProtoReflect() protoreflect.Message

func (*VerifyTokenRes) Reset

func (x *VerifyTokenRes) Reset()

func (*VerifyTokenRes) String

func (x *VerifyTokenRes) String() string

func (*VerifyTokenRes) Validate

func (m *VerifyTokenRes) Validate() error

Validate checks the field values on VerifyTokenRes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*VerifyTokenRes) ValidateAll

func (m *VerifyTokenRes) ValidateAll() error

ValidateAll checks the field values on VerifyTokenRes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VerifyTokenResMultiError, or nil if none found.

type VerifyTokenResMultiError

type VerifyTokenResMultiError []error

VerifyTokenResMultiError is an error wrapping multiple validation errors returned by VerifyTokenRes.ValidateAll() if the designated constraints aren't met.

func (VerifyTokenResMultiError) AllErrors

func (m VerifyTokenResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VerifyTokenResMultiError) Error

func (m VerifyTokenResMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type VerifyTokenResValidationError

type VerifyTokenResValidationError struct {
	// contains filtered or unexported fields
}

VerifyTokenResValidationError is the validation error returned by VerifyTokenRes.Validate if the designated constraints aren't met.

func (VerifyTokenResValidationError) Cause

Cause function returns cause value.

func (VerifyTokenResValidationError) Error

Error satisfies the builtin error interface

func (VerifyTokenResValidationError) ErrorName

func (e VerifyTokenResValidationError) ErrorName() string

ErrorName returns error name.

func (VerifyTokenResValidationError) Field

Field function returns field value.

func (VerifyTokenResValidationError) Key

Key function returns key value.

func (VerifyTokenResValidationError) Reason

Reason function returns reason value.

type WaitingRoomFeatures

type WaitingRoomFeatures struct {
	IsActive       bool   `protobuf:"varint,1,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	WaitingRoomMsg string `protobuf:"bytes,2,opt,name=waiting_room_msg,json=waitingRoomMsg,proto3" json:"waiting_room_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*WaitingRoomFeatures) Descriptor deprecated

func (*WaitingRoomFeatures) Descriptor() ([]byte, []int)

Deprecated: Use WaitingRoomFeatures.ProtoReflect.Descriptor instead.

func (*WaitingRoomFeatures) GetIsActive

func (x *WaitingRoomFeatures) GetIsActive() bool

func (*WaitingRoomFeatures) GetWaitingRoomMsg

func (x *WaitingRoomFeatures) GetWaitingRoomMsg() string

func (*WaitingRoomFeatures) ProtoMessage

func (*WaitingRoomFeatures) ProtoMessage()

func (*WaitingRoomFeatures) ProtoReflect

func (x *WaitingRoomFeatures) ProtoReflect() protoreflect.Message

func (*WaitingRoomFeatures) Reset

func (x *WaitingRoomFeatures) Reset()

func (*WaitingRoomFeatures) String

func (x *WaitingRoomFeatures) String() string

func (*WaitingRoomFeatures) Validate

func (m *WaitingRoomFeatures) Validate() error

Validate checks the field values on WaitingRoomFeatures with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WaitingRoomFeatures) ValidateAll

func (m *WaitingRoomFeatures) ValidateAll() error

ValidateAll checks the field values on WaitingRoomFeatures with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WaitingRoomFeaturesMultiError, or nil if none found.

type WaitingRoomFeaturesMultiError

type WaitingRoomFeaturesMultiError []error

WaitingRoomFeaturesMultiError is an error wrapping multiple validation errors returned by WaitingRoomFeatures.ValidateAll() if the designated constraints aren't met.

func (WaitingRoomFeaturesMultiError) AllErrors

func (m WaitingRoomFeaturesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WaitingRoomFeaturesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WaitingRoomFeaturesValidationError

type WaitingRoomFeaturesValidationError struct {
	// contains filtered or unexported fields
}

WaitingRoomFeaturesValidationError is the validation error returned by WaitingRoomFeatures.Validate if the designated constraints aren't met.

func (WaitingRoomFeaturesValidationError) Cause

Cause function returns cause value.

func (WaitingRoomFeaturesValidationError) Error

Error satisfies the builtin error interface

func (WaitingRoomFeaturesValidationError) ErrorName

ErrorName returns error name.

func (WaitingRoomFeaturesValidationError) Field

Field function returns field value.

func (WaitingRoomFeaturesValidationError) Key

Key function returns key value.

func (WaitingRoomFeaturesValidationError) Reason

Reason function returns reason value.

type WhiteboardFeatures

type WhiteboardFeatures struct {
	AllowedWhiteboard bool   `protobuf:"varint,1,opt,name=allowed_whiteboard,json=allowedWhiteboard,proto3" json:"allowed_whiteboard,omitempty"`
	Visible           bool   `protobuf:"varint,2,opt,name=visible,proto3" json:"visible,omitempty"`
	PreloadFile       string `protobuf:"bytes,3,opt,name=preload_file,json=preloadFile,proto3" json:"preload_file,omitempty"`
	WhiteboardFileId  string `protobuf:"bytes,4,opt,name=whiteboard_file_id,json=whiteboardFileId,proto3" json:"whiteboard_file_id,omitempty"`
	FileName          string `protobuf:"bytes,5,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	FilePath          string `protobuf:"bytes,6,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	TotalPages        uint32 `protobuf:"varint,7,opt,name=total_pages,json=totalPages,proto3" json:"total_pages,omitempty"`
	// contains filtered or unexported fields
}

func (*WhiteboardFeatures) Descriptor deprecated

func (*WhiteboardFeatures) Descriptor() ([]byte, []int)

Deprecated: Use WhiteboardFeatures.ProtoReflect.Descriptor instead.

func (*WhiteboardFeatures) GetAllowedWhiteboard

func (x *WhiteboardFeatures) GetAllowedWhiteboard() bool

func (*WhiteboardFeatures) GetFileName

func (x *WhiteboardFeatures) GetFileName() string

func (*WhiteboardFeatures) GetFilePath

func (x *WhiteboardFeatures) GetFilePath() string

func (*WhiteboardFeatures) GetPreloadFile

func (x *WhiteboardFeatures) GetPreloadFile() string

func (*WhiteboardFeatures) GetTotalPages

func (x *WhiteboardFeatures) GetTotalPages() uint32

func (*WhiteboardFeatures) GetVisible

func (x *WhiteboardFeatures) GetVisible() bool

func (*WhiteboardFeatures) GetWhiteboardFileId

func (x *WhiteboardFeatures) GetWhiteboardFileId() string

func (*WhiteboardFeatures) ProtoMessage

func (*WhiteboardFeatures) ProtoMessage()

func (*WhiteboardFeatures) ProtoReflect

func (x *WhiteboardFeatures) ProtoReflect() protoreflect.Message

func (*WhiteboardFeatures) Reset

func (x *WhiteboardFeatures) Reset()

func (*WhiteboardFeatures) String

func (x *WhiteboardFeatures) String() string

func (*WhiteboardFeatures) Validate

func (m *WhiteboardFeatures) Validate() error

Validate checks the field values on WhiteboardFeatures with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhiteboardFeatures) ValidateAll

func (m *WhiteboardFeatures) ValidateAll() error

ValidateAll checks the field values on WhiteboardFeatures with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhiteboardFeaturesMultiError, or nil if none found.

type WhiteboardFeaturesMultiError

type WhiteboardFeaturesMultiError []error

WhiteboardFeaturesMultiError is an error wrapping multiple validation errors returned by WhiteboardFeatures.ValidateAll() if the designated constraints aren't met.

func (WhiteboardFeaturesMultiError) AllErrors

func (m WhiteboardFeaturesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhiteboardFeaturesMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhiteboardFeaturesValidationError

type WhiteboardFeaturesValidationError struct {
	// contains filtered or unexported fields
}

WhiteboardFeaturesValidationError is the validation error returned by WhiteboardFeatures.Validate if the designated constraints aren't met.

func (WhiteboardFeaturesValidationError) Cause

Cause function returns cause value.

func (WhiteboardFeaturesValidationError) Error

Error satisfies the builtin error interface

func (WhiteboardFeaturesValidationError) ErrorName

ErrorName returns error name.

func (WhiteboardFeaturesValidationError) Field

Field function returns field value.

func (WhiteboardFeaturesValidationError) Key

Key function returns key value.

func (WhiteboardFeaturesValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL