plugnmeet

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: MIT Imports: 19 Imported by: 14

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AnalyticsEventType_name = map[int32]string{
		0: "ANALYTICS_EVENT_TYPE_ROOM",
		1: "ANALYTICS_EVENT_TYPE_USER",
	}
	AnalyticsEventType_value = map[string]int32{
		"ANALYTICS_EVENT_TYPE_ROOM": 0,
		"ANALYTICS_EVENT_TYPE_USER": 1,
	}
)

Enum value maps for AnalyticsEventType.

View Source
var (
	AnalyticsEvents_name = map[int32]string{
		0:  "ANALYTICS_EVENT_UNKNOWN",
		1:  "ANALYTICS_EVENT_ROOM_POLL_ADDED",
		2:  "ANALYTICS_EVENT_ROOM_POLL_ENDED",
		3:  "ANALYTICS_EVENT_USER_JOINED",
		4:  "ANALYTICS_EVENT_ROOM_RECORDING_STATUS",
		5:  "ANALYTICS_EVENT_ROOM_RTMP_STATUS",
		6:  "ANALYTICS_EVENT_ROOM_BREAKOUT_ROOM",
		7:  "ANALYTICS_EVENT_ROOM_ETHERPAD_STATUS",
		8:  "ANALYTICS_EVENT_ROOM_EXTERNAL_DISPLAY_LINK_STATUS",
		9:  "ANALYTICS_EVENT_ROOM_EXTERNAL_MEDIA_PLAYER_STATUS",
		10: "ANALYTICS_EVENT_ROOM_SPEECH_SERVICE_STATUS",
		11: "ANALYTICS_EVENT_ROOM_SPEECH_SERVICE_TOTAL_USAGE",
		12: "ANALYTICS_EVENT_ROOM_INGRESS_CREATED",
		13: "ANALYTICS_EVENT_ROOM_WHITEBOARD_FILES",
		31: "ANALYTICS_EVENT_ROOM_INSIGHTS_TRANSCRIPTION_STATUS",
		32: "ANALYTICS_EVENT_ROOM_INSIGHTS_TRANSCRIPTION_TOTAL_USAGE",
		33: "ANALYTICS_EVENT_ROOM_INSIGHTS_SYNTHESIZED_SPEECH_TOTAL_USAGE",
		34: "ANALYTICS_EVENT_ROOM_INSIGHTS_CHAT_TRANSLATION_STATUS",
		35: "ANALYTICS_EVENT_ROOM_INSIGHTS_CHAT_TRANSLATION_TOTAL_USAGE",
		36: "ANALYTICS_EVENT_ROOM_INSIGHTS_AI_TEXT_CHAT_STATUS",
		37: "ANALYTICS_EVENT_ROOM_INSIGHTS_AI_TEXT_CHAT_INTERACTION_TOTAL_USAGE",
		38: "ANALYTICS_EVENT_ROOM_INSIGHTS_AI_TEXT_CHAT_SUMMARIZATION_TOTAL_USAGE",
		39: "ANALYTICS_EVENT_ROOM_INSIGHTS_AI_MEETING_SUMMARIZATION_STATUS",
		14: "ANALYTICS_EVENT_USER_LEFT",
		15: "ANALYTICS_EVENT_USER_MIC_STATUS",
		16: "ANALYTICS_EVENT_USER_TALKED",
		17: "ANALYTICS_EVENT_USER_TALKED_DURATION",
		18: "ANALYTICS_EVENT_USER_WEBCAM_STATUS",
		19: "ANALYTICS_EVENT_USER_SCREEN_SHARE_STATUS",
		20: "ANALYTICS_EVENT_USER_VOTED_POLL",
		21: "ANALYTICS_EVENT_USER_PUBLIC_CHAT",
		22: "ANALYTICS_EVENT_USER_PRIVATE_CHAT",
		23: "ANALYTICS_EVENT_USER_CHAT_FILES",
		24: "ANALYTICS_EVENT_USER_WHITEBOARD_ANNOTATED",
		25: "ANALYTICS_EVENT_USER_WHITEBOARD_FILES",
		26: "ANALYTICS_EVENT_USER_SPEECH_SERVICES_USAGE",
		27: "ANALYTICS_EVENT_USER_SPEECH_SERVICES_STATUS",
		28: "ANALYTICS_EVENT_USER_INTERFACE_VISIBILITY",
		29: "ANALYTICS_EVENT_USER_RAISE_HAND",
		30: "ANALYTICS_EVENT_USER_CONNECTION_QUALITY",
	}
	AnalyticsEvents_value = map[string]int32{
		"ANALYTICS_EVENT_UNKNOWN":                                              0,
		"ANALYTICS_EVENT_ROOM_POLL_ADDED":                                      1,
		"ANALYTICS_EVENT_ROOM_POLL_ENDED":                                      2,
		"ANALYTICS_EVENT_USER_JOINED":                                          3,
		"ANALYTICS_EVENT_ROOM_RECORDING_STATUS":                                4,
		"ANALYTICS_EVENT_ROOM_RTMP_STATUS":                                     5,
		"ANALYTICS_EVENT_ROOM_BREAKOUT_ROOM":                                   6,
		"ANALYTICS_EVENT_ROOM_ETHERPAD_STATUS":                                 7,
		"ANALYTICS_EVENT_ROOM_EXTERNAL_DISPLAY_LINK_STATUS":                    8,
		"ANALYTICS_EVENT_ROOM_EXTERNAL_MEDIA_PLAYER_STATUS":                    9,
		"ANALYTICS_EVENT_ROOM_SPEECH_SERVICE_STATUS":                           10,
		"ANALYTICS_EVENT_ROOM_SPEECH_SERVICE_TOTAL_USAGE":                      11,
		"ANALYTICS_EVENT_ROOM_INGRESS_CREATED":                                 12,
		"ANALYTICS_EVENT_ROOM_WHITEBOARD_FILES":                                13,
		"ANALYTICS_EVENT_ROOM_INSIGHTS_TRANSCRIPTION_STATUS":                   31,
		"ANALYTICS_EVENT_ROOM_INSIGHTS_TRANSCRIPTION_TOTAL_USAGE":              32,
		"ANALYTICS_EVENT_ROOM_INSIGHTS_SYNTHESIZED_SPEECH_TOTAL_USAGE":         33,
		"ANALYTICS_EVENT_ROOM_INSIGHTS_CHAT_TRANSLATION_STATUS":                34,
		"ANALYTICS_EVENT_ROOM_INSIGHTS_CHAT_TRANSLATION_TOTAL_USAGE":           35,
		"ANALYTICS_EVENT_ROOM_INSIGHTS_AI_TEXT_CHAT_STATUS":                    36,
		"ANALYTICS_EVENT_ROOM_INSIGHTS_AI_TEXT_CHAT_INTERACTION_TOTAL_USAGE":   37,
		"ANALYTICS_EVENT_ROOM_INSIGHTS_AI_TEXT_CHAT_SUMMARIZATION_TOTAL_USAGE": 38,
		"ANALYTICS_EVENT_ROOM_INSIGHTS_AI_MEETING_SUMMARIZATION_STATUS":        39,
		"ANALYTICS_EVENT_USER_LEFT":                                            14,
		"ANALYTICS_EVENT_USER_MIC_STATUS":                                      15,
		"ANALYTICS_EVENT_USER_TALKED":                                          16,
		"ANALYTICS_EVENT_USER_TALKED_DURATION":                                 17,
		"ANALYTICS_EVENT_USER_WEBCAM_STATUS":                                   18,
		"ANALYTICS_EVENT_USER_SCREEN_SHARE_STATUS":                             19,
		"ANALYTICS_EVENT_USER_VOTED_POLL":                                      20,
		"ANALYTICS_EVENT_USER_PUBLIC_CHAT":                                     21,
		"ANALYTICS_EVENT_USER_PRIVATE_CHAT":                                    22,
		"ANALYTICS_EVENT_USER_CHAT_FILES":                                      23,
		"ANALYTICS_EVENT_USER_WHITEBOARD_ANNOTATED":                            24,
		"ANALYTICS_EVENT_USER_WHITEBOARD_FILES":                                25,
		"ANALYTICS_EVENT_USER_SPEECH_SERVICES_USAGE":                           26,
		"ANALYTICS_EVENT_USER_SPEECH_SERVICES_STATUS":                          27,
		"ANALYTICS_EVENT_USER_INTERFACE_VISIBILITY":                            28,
		"ANALYTICS_EVENT_USER_RAISE_HAND":                                      29,
		"ANALYTICS_EVENT_USER_CONNECTION_QUALITY":                              30,
	}
)

Enum value maps for AnalyticsEvents.

View Source
var (
	AnalyticsStatus_name = map[int32]string{
		0: "ANALYTICS_STATUS_STARTED",
		1: "ANALYTICS_STATUS_ENDED",
		2: "ANALYTICS_STATUS_MUTED",
		3: "ANALYTICS_STATUS_UNMUTED",
	}
	AnalyticsStatus_value = map[string]int32{
		"ANALYTICS_STATUS_STARTED": 0,
		"ANALYTICS_STATUS_ENDED":   1,
		"ANALYTICS_STATUS_MUTED":   2,
		"ANALYTICS_STATUS_UNMUTED": 3,
	}
)

Enum value maps for AnalyticsStatus.

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 (
	RoomUploadedFileType_name = map[int32]string{
		0: "CHAT_FILE",
		1: "WHITEBOARD_IMAGE_FILE",
		2: "WHITEBOARD_CONVERTED_FILE",
		3: "EXTERNAL_MEDIA_PLAYER_FILE",
		4: "VIRTUAL_BACKGROUND",
	}
	RoomUploadedFileType_value = map[string]int32{
		"CHAT_FILE":                  0,
		"WHITEBOARD_IMAGE_FILE":      1,
		"WHITEBOARD_CONVERTED_FILE":  2,
		"EXTERNAL_MEDIA_PLAYER_FILE": 3,
		"VIRTUAL_BACKGROUND":         4,
	}
)

Enum value maps for RoomUploadedFileType.

View Source
var (
	DataMsgBodyType_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "FILE_UPLOAD",
		2:  "INFO",
		3:  "ALERT",
		4:  "USER_VISIBILITY_CHANGE",
		5:  "EXTERNAL_MEDIA_PLAYER_EVENTS",
		6:  "NEW_POLL_RESPONSE",
		7:  "PUSH_JOIN_BREAKOUT_ROOM",
		8:  "REQ_FULL_WHITEBOARD_DATA",
		9:  "RES_FULL_WHITEBOARD_DATA",
		10: "SCENE_UPDATE",
		11: "POINTER_UPDATE",
		12: "WHITEBOARD_APP_STATE_CHANGE",
		13: "PAGE_CHANGE",
		14: "FILE_CHANGE",
		15: "UPDATE_CURRENT_OFFICE_FILE_PAGES",
		16: "WHITEBOARD_RESET",
		17: "USER_CONNECTION_QUALITY_CHANGE",
		18: "REQ_PUBLIC_CHAT_DATA",
		19: "RES_PUBLIC_CHAT_DATA",
	}
	DataMsgBodyType_value = map[string]int32{
		"UNKNOWN":                          0,
		"FILE_UPLOAD":                      1,
		"INFO":                             2,
		"ALERT":                            3,
		"USER_VISIBILITY_CHANGE":           4,
		"EXTERNAL_MEDIA_PLAYER_EVENTS":     5,
		"NEW_POLL_RESPONSE":                6,
		"PUSH_JOIN_BREAKOUT_ROOM":          7,
		"REQ_FULL_WHITEBOARD_DATA":         8,
		"RES_FULL_WHITEBOARD_DATA":         9,
		"SCENE_UPDATE":                     10,
		"POINTER_UPDATE":                   11,
		"WHITEBOARD_APP_STATE_CHANGE":      12,
		"PAGE_CHANGE":                      13,
		"FILE_CHANGE":                      14,
		"UPDATE_CURRENT_OFFICE_FILE_PAGES": 15,
		"WHITEBOARD_RESET":                 16,
		"USER_CONNECTION_QUALITY_CHANGE":   17,
		"REQ_PUBLIC_CHAT_DATA":             18,
		"RES_PUBLIC_CHAT_DATA":             19,
	}
)

Enum value maps for DataMsgBodyType.

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

Enum value maps for IngressInput.

View Source
var (
	InsightsServiceType_name = map[int32]string{
		0: "INSIGHTS_SERVICE_TYPE_UNSPECIFIED",
		1: "INSIGHTS_SERVICE_TYPE_TRANSCRIPTION",
		2: "INSIGHTS_SERVICE_TYPE_TRANSLATION",
		3: "INSIGHTS_SERVICE_TYPE_SPEECH_SYNTHESIS",
		4: "INSIGHTS_SERVICE_TYPE_AI_TEXT_CHAT",
		5: "INSIGHTS_SERVICE_TYPE_CHAT_TRANSLATION",
		6: "INSIGHTS_SERVICE_TYPE_MEETING_SUMMARIZING",
	}
	InsightsServiceType_value = map[string]int32{
		"INSIGHTS_SERVICE_TYPE_UNSPECIFIED":         0,
		"INSIGHTS_SERVICE_TYPE_TRANSCRIPTION":       1,
		"INSIGHTS_SERVICE_TYPE_TRANSLATION":         2,
		"INSIGHTS_SERVICE_TYPE_SPEECH_SYNTHESIS":    3,
		"INSIGHTS_SERVICE_TYPE_AI_TEXT_CHAT":        4,
		"INSIGHTS_SERVICE_TYPE_CHAT_TRANSLATION":    5,
		"INSIGHTS_SERVICE_TYPE_MEETING_SUMMARIZING": 6,
	}
)

Enum value maps for InsightsServiceType.

View Source
var (
	InsightsUserSessionAction_name = map[int32]string{
		0: "USER_SESSION_ACTION_UNSPECIFIED",
		1: "USER_SESSION_ACTION_START",
		2: "USER_SESSION_ACTION_STOP",
	}
	InsightsUserSessionAction_value = map[string]int32{
		"USER_SESSION_ACTION_UNSPECIFIED": 0,
		"USER_SESSION_ACTION_START":       1,
		"USER_SESSION_ACTION_STOP":        2,
	}
)

Enum value maps for InsightsUserSessionAction.

View Source
var (
	InsightsAITextChatRole_name = map[int32]string{
		0: "INSIGHTS_AI_TEXT_CHAT_ROLE_UNSPECIFIED",
		1: "INSIGHTS_AI_TEXT_CHAT_ROLE_SYSTEM",
		2: "INSIGHTS_AI_TEXT_CHAT_ROLE_USER",
		3: "INSIGHTS_AI_TEXT_CHAT_ROLE_MODEL",
	}
	InsightsAITextChatRole_value = map[string]int32{
		"INSIGHTS_AI_TEXT_CHAT_ROLE_UNSPECIFIED": 0,
		"INSIGHTS_AI_TEXT_CHAT_ROLE_SYSTEM":      1,
		"INSIGHTS_AI_TEXT_CHAT_ROLE_USER":        2,
		"INSIGHTS_AI_TEXT_CHAT_ROLE_MODEL":       3,
	}
)

Enum value maps for InsightsAITextChatRole.

View Source
var (
	NatsMsgServerToClientEvents_name = map[int32]string{
		0:  "RES_INITIAL_DATA",
		1:  "RES_JOINED_USERS_LIST",
		2:  "RES_MEDIA_SERVER_DATA",
		3:  "ROOM_METADATA_UPDATE",
		4:  "USER_METADATA_UPDATE",
		5:  "USER_JOINED",
		6:  "USER_DISCONNECTED",
		7:  "USER_OFFLINE",
		8:  "RESP_RENEW_PNM_TOKEN",
		9:  "SYSTEM_NOTIFICATION",
		10: "SESSION_ENDED",
		11: "POLL_CLOSED",
		12: "POLL_CREATED",
		13: "JOIN_BREAKOUT_ROOM",
		14: "BREAKOUT_ROOM_ENDED",
		15: "SYSTEM_CHAT_MSG",
		16: "TRANSCRIPTION_OUTPUT_TEXT",
		17: "RESP_INSIGHTS_AI_TEXT_CHAT",
		18: "RESP_ONLINE_USERS_LIST",
	}
	NatsMsgServerToClientEvents_value = map[string]int32{
		"RES_INITIAL_DATA":           0,
		"RES_JOINED_USERS_LIST":      1,
		"RES_MEDIA_SERVER_DATA":      2,
		"ROOM_METADATA_UPDATE":       3,
		"USER_METADATA_UPDATE":       4,
		"USER_JOINED":                5,
		"USER_DISCONNECTED":          6,
		"USER_OFFLINE":               7,
		"RESP_RENEW_PNM_TOKEN":       8,
		"SYSTEM_NOTIFICATION":        9,
		"SESSION_ENDED":              10,
		"POLL_CLOSED":                11,
		"POLL_CREATED":               12,
		"JOIN_BREAKOUT_ROOM":         13,
		"BREAKOUT_ROOM_ENDED":        14,
		"SYSTEM_CHAT_MSG":            15,
		"TRANSCRIPTION_OUTPUT_TEXT":  16,
		"RESP_INSIGHTS_AI_TEXT_CHAT": 17,
		"RESP_ONLINE_USERS_LIST":     18,
	}
)

Enum value maps for NatsMsgServerToClientEvents.

View Source
var (
	NatsMsgClientToServerEvents_name = map[int32]string{
		0: "REQ_INITIAL_DATA",
		1: "REQ_MEDIA_SERVER_DATA",
		2: "REQ_JOINED_USERS_LIST",
		3: "REQ_RENEW_PNM_TOKEN",
		4: "PING",
		5: "REQ_RAISE_HAND",
		6: "REQ_LOWER_HAND",
		7: "REQ_LOWER_OTHER_USER_HAND",
		8: "PUSH_ANALYTICS_DATA",
		9: "REQ_ONLINE_USERS_LIST",
	}
	NatsMsgClientToServerEvents_value = map[string]int32{
		"REQ_INITIAL_DATA":          0,
		"REQ_MEDIA_SERVER_DATA":     1,
		"REQ_JOINED_USERS_LIST":     2,
		"REQ_RENEW_PNM_TOKEN":       3,
		"PING":                      4,
		"REQ_RAISE_HAND":            5,
		"REQ_LOWER_HAND":            6,
		"REQ_LOWER_OTHER_USER_HAND": 7,
		"PUSH_ANALYTICS_DATA":       8,
		"REQ_ONLINE_USERS_LIST":     9,
	}
)

Enum value maps for NatsMsgClientToServerEvents.

View Source
var (
	NatsSystemNotificationTypes_name = map[int32]string{
		0: "NATS_SYSTEM_NOTIFICATION_INFO",
		1: "NATS_SYSTEM_NOTIFICATION_WARNING",
		2: "NATS_SYSTEM_NOTIFICATION_ERROR",
	}
	NatsSystemNotificationTypes_value = map[string]int32{
		"NATS_SYSTEM_NOTIFICATION_INFO":    0,
		"NATS_SYSTEM_NOTIFICATION_WARNING": 1,
		"NATS_SYSTEM_NOTIFICATION_ERROR":   2,
	}
)

Enum value maps for NatsSystemNotificationTypes.

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 (
	RecorderInfoKeys_name = map[int32]string{
		0: "RECORDER_INFO_MAX_LIMIT",
		1: "RECORDER_INFO_LAST_PING",
		3: "RECORDER_INFO_CURRENT_PROGRESS",
	}
	RecorderInfoKeys_value = map[string]int32{
		"RECORDER_INFO_MAX_LIMIT":        0,
		"RECORDER_INFO_LAST_PING":        1,
		"RECORDER_INFO_CURRENT_PROGRESS": 3,
	}
)

Enum value maps for RecorderInfoKeys.

View Source
var (
	CloudRecordingVariants_name = map[int32]string{
		0: "FULL_SCREEN_CLOUD_RECORDING",
		1: "MEDIA_ONLY_CLOUD_RECORDING",
	}
	CloudRecordingVariants_value = map[string]int32{
		"FULL_SCREEN_CLOUD_RECORDING": 0,
		"MEDIA_ONLY_CLOUD_RECORDING":  1,
	}
)

Enum value maps for CloudRecordingVariants.

View Source
var (
	RoomArtifactType_name = map[int32]string{
		0: "UNKNOWN_ARTIFACT",
		1: "MEETING_ANALYTICS",
		2: "MEETING_SUMMARY",
		3: "MEETING_SUMMARY_USAGE",
		4: "SPEECH_TRANSCRIPTION",
		5: "SPEECH_TRANSCRIPTION_USAGE",
		6: "SYNTHESIZED_SPEECH_USAGE",
		7: "CHAT_TRANSLATION_USAGE",
		8: "AI_TEXT_CHAT_INTERACTION_USAGE",
		9: "AI_TEXT_CHAT_SUMMARIZATION_USAGE",
	}
	RoomArtifactType_value = map[string]int32{
		"UNKNOWN_ARTIFACT":                 0,
		"MEETING_ANALYTICS":                1,
		"MEETING_SUMMARY":                  2,
		"MEETING_SUMMARY_USAGE":            3,
		"SPEECH_TRANSCRIPTION":             4,
		"SPEECH_TRANSCRIPTION_USAGE":       5,
		"SYNTHESIZED_SPEECH_USAGE":         6,
		"CHAT_TRANSLATION_USAGE":           7,
		"AI_TEXT_CHAT_INTERACTION_USAGE":   8,
		"AI_TEXT_CHAT_SUMMARIZATION_USAGE": 9,
	}
)

Enum value maps for RoomArtifactType.

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_analytics_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_auth_analytics_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_auth_artifact_proto protoreflect.FileDescriptor
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_insights_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_lti_v1_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_nats_msg_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_room_artifacts_proto protoreflect.FileDescriptor
View Source
var File_plugnmeet_speech_services_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ActivatePollsReq added in v1.1.0

type ActivatePollsReq 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 (*ActivatePollsReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use ActivatePollsReq.ProtoReflect.Descriptor instead.

func (*ActivatePollsReq) GetIsActive added in v1.1.0

func (x *ActivatePollsReq) GetIsActive() bool

func (*ActivatePollsReq) GetRoomId added in v1.1.0

func (x *ActivatePollsReq) GetRoomId() string

func (*ActivatePollsReq) ProtoMessage added in v1.1.0

func (*ActivatePollsReq) ProtoMessage()

func (*ActivatePollsReq) ProtoReflect added in v1.1.0

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

func (*ActivatePollsReq) Reset added in v1.1.0

func (x *ActivatePollsReq) Reset()

func (*ActivatePollsReq) String added in v1.1.0

func (x *ActivatePollsReq) String() string

func (*ActivatePollsReq) Validate added in v1.1.0

func (m *ActivatePollsReq) Validate() error

Validate checks the field values on ActivatePollsReq 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 (*ActivatePollsReq) ValidateAll added in v1.1.0

func (m *ActivatePollsReq) ValidateAll() error

ValidateAll checks the field values on ActivatePollsReq 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 ActivatePollsReqMultiError, or nil if none found.

type ActivatePollsReqMultiError added in v1.1.0

type ActivatePollsReqMultiError []error

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

func (ActivatePollsReqMultiError) AllErrors added in v1.1.0

func (m ActivatePollsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActivatePollsReqMultiError) Error added in v1.1.0

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

type ActivatePollsReqValidationError added in v1.1.0

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

ActivatePollsReqValidationError is the validation error returned by ActivatePollsReq.Validate if the designated constraints aren't met.

func (ActivatePollsReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (ActivatePollsReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (ActivatePollsReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (ActivatePollsReqValidationError) Field added in v1.1.0

Field function returns field value.

func (ActivatePollsReqValidationError) Key added in v1.1.0

Key function returns key value.

func (ActivatePollsReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

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 AnalyticsDataMsg

type AnalyticsDataMsg struct {
	EventType AnalyticsEventType `protobuf:"varint,1,opt,name=event_type,json=eventType,proto3,enum=plugnmeet.AnalyticsEventType" json:"event_type,omitempty"`
	EventName AnalyticsEvents    `protobuf:"varint,2,opt,name=event_name,json=eventName,proto3,enum=plugnmeet.AnalyticsEvents" json:"event_name,omitempty"`
	RoomId    string             `protobuf:"bytes,3,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	// should be unix milliseconds
	Time int64 `protobuf:"varint,4,opt,name=time,proto3" json:"time,omitempty"`
	// if we pass value here then it will use redis SET to set the value for the key
	EventValueString *string `protobuf:"bytes,5,opt,name=event_value_string,json=eventValueString,proto3,oneof" json:"event_value_string,omitempty"`
	// if we pass value here then it will use redis INCRBY to increment value for the key
	EventValueInteger *int64 `protobuf:"varint,6,opt,name=event_value_integer,json=eventValueInteger,proto3,oneof" json:"event_value_integer,omitempty"`
	// if we pass value here then it will use redis HSET to set hash field value for the key
	// hash field will be unix milliseconds, so it will remain unique as always
	HsetValue *string `protobuf:"bytes,7,opt,name=hset_value,json=hsetValue,proto3,oneof" json:"hset_value,omitempty"`
	RoomSid   *string `protobuf:"bytes,8,opt,name=room_sid,json=roomSid,proto3,oneof" json:"room_sid,omitempty"`
	UserId    *string `protobuf:"bytes,9,opt,name=user_id,json=userId,proto3,oneof" json:"user_id,omitempty"`
	UserName  *string `protobuf:"bytes,10,opt,name=user_name,json=userName,proto3,oneof" json:"user_name,omitempty"`
	// this extra_data can be use for various purposes like, room or user metadata
	ExtraData *string `protobuf:"bytes,11,opt,name=extra_data,json=extraData,proto3,oneof" json:"extra_data,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsDataMsg) Descriptor deprecated

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

Deprecated: Use AnalyticsDataMsg.ProtoReflect.Descriptor instead.

func (*AnalyticsDataMsg) GetEventName

func (x *AnalyticsDataMsg) GetEventName() AnalyticsEvents

func (*AnalyticsDataMsg) GetEventType

func (x *AnalyticsDataMsg) GetEventType() AnalyticsEventType

func (*AnalyticsDataMsg) GetEventValueInteger

func (x *AnalyticsDataMsg) GetEventValueInteger() int64

func (*AnalyticsDataMsg) GetEventValueString

func (x *AnalyticsDataMsg) GetEventValueString() string

func (*AnalyticsDataMsg) GetExtraData

func (x *AnalyticsDataMsg) GetExtraData() string

func (*AnalyticsDataMsg) GetHsetValue

func (x *AnalyticsDataMsg) GetHsetValue() string

func (*AnalyticsDataMsg) GetRoomId

func (x *AnalyticsDataMsg) GetRoomId() string

func (*AnalyticsDataMsg) GetRoomSid

func (x *AnalyticsDataMsg) GetRoomSid() string

func (*AnalyticsDataMsg) GetTime

func (x *AnalyticsDataMsg) GetTime() int64

func (*AnalyticsDataMsg) GetUserId

func (x *AnalyticsDataMsg) GetUserId() string

func (*AnalyticsDataMsg) GetUserName

func (x *AnalyticsDataMsg) GetUserName() string

func (*AnalyticsDataMsg) ProtoMessage

func (*AnalyticsDataMsg) ProtoMessage()

func (*AnalyticsDataMsg) ProtoReflect

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

func (*AnalyticsDataMsg) Reset

func (x *AnalyticsDataMsg) Reset()

func (*AnalyticsDataMsg) String

func (x *AnalyticsDataMsg) String() string

func (*AnalyticsDataMsg) Validate

func (m *AnalyticsDataMsg) Validate() error

Validate checks the field values on AnalyticsDataMsg 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 (*AnalyticsDataMsg) ValidateAll

func (m *AnalyticsDataMsg) ValidateAll() error

ValidateAll checks the field values on AnalyticsDataMsg 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 AnalyticsDataMsgMultiError, or nil if none found.

type AnalyticsDataMsgMultiError

type AnalyticsDataMsgMultiError []error

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

func (AnalyticsDataMsgMultiError) AllErrors

func (m AnalyticsDataMsgMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnalyticsDataMsgMultiError) Error

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

type AnalyticsDataMsgValidationError

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

AnalyticsDataMsgValidationError is the validation error returned by AnalyticsDataMsg.Validate if the designated constraints aren't met.

func (AnalyticsDataMsgValidationError) Cause

Cause function returns cause value.

func (AnalyticsDataMsgValidationError) Error

Error satisfies the builtin error interface

func (AnalyticsDataMsgValidationError) ErrorName

ErrorName returns error name.

func (AnalyticsDataMsgValidationError) Field

Field function returns field value.

func (AnalyticsDataMsgValidationError) Key

Key function returns key value.

func (AnalyticsDataMsgValidationError) Reason

Reason function returns reason value.

type AnalyticsEvent

type AnalyticsEvent struct {
	FileId *string `protobuf:"bytes,1,opt,name=file_id,json=fileId,proto3,oneof" json:"file_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsEvent) Descriptor deprecated

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

Deprecated: Use AnalyticsEvent.ProtoReflect.Descriptor instead.

func (*AnalyticsEvent) GetFileId

func (x *AnalyticsEvent) GetFileId() string

func (*AnalyticsEvent) ProtoMessage

func (*AnalyticsEvent) ProtoMessage()

func (*AnalyticsEvent) ProtoReflect

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

func (*AnalyticsEvent) Reset

func (x *AnalyticsEvent) Reset()

func (*AnalyticsEvent) String

func (x *AnalyticsEvent) String() string

func (*AnalyticsEvent) Validate

func (m *AnalyticsEvent) Validate() error

Validate checks the field values on AnalyticsEvent 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 (*AnalyticsEvent) ValidateAll

func (m *AnalyticsEvent) ValidateAll() error

ValidateAll checks the field values on AnalyticsEvent 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 AnalyticsEventMultiError, or nil if none found.

type AnalyticsEventData

type AnalyticsEventData struct {
	Name   string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Total  uint32                 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Values []*AnalyticsEventValue `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsEventData) Descriptor deprecated

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

Deprecated: Use AnalyticsEventData.ProtoReflect.Descriptor instead.

func (*AnalyticsEventData) GetName

func (x *AnalyticsEventData) GetName() string

func (*AnalyticsEventData) GetTotal

func (x *AnalyticsEventData) GetTotal() uint32

func (*AnalyticsEventData) GetValues

func (x *AnalyticsEventData) GetValues() []*AnalyticsEventValue

func (*AnalyticsEventData) ProtoMessage

func (*AnalyticsEventData) ProtoMessage()

func (*AnalyticsEventData) ProtoReflect

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

func (*AnalyticsEventData) Reset

func (x *AnalyticsEventData) Reset()

func (*AnalyticsEventData) String

func (x *AnalyticsEventData) String() string

func (*AnalyticsEventData) Validate

func (m *AnalyticsEventData) Validate() error

Validate checks the field values on AnalyticsEventData 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 (*AnalyticsEventData) ValidateAll

func (m *AnalyticsEventData) ValidateAll() error

ValidateAll checks the field values on AnalyticsEventData 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 AnalyticsEventDataMultiError, or nil if none found.

type AnalyticsEventDataMultiError

type AnalyticsEventDataMultiError []error

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

func (AnalyticsEventDataMultiError) AllErrors

func (m AnalyticsEventDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnalyticsEventDataMultiError) Error

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

type AnalyticsEventDataValidationError

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

AnalyticsEventDataValidationError is the validation error returned by AnalyticsEventData.Validate if the designated constraints aren't met.

func (AnalyticsEventDataValidationError) Cause

Cause function returns cause value.

func (AnalyticsEventDataValidationError) Error

Error satisfies the builtin error interface

func (AnalyticsEventDataValidationError) ErrorName

ErrorName returns error name.

func (AnalyticsEventDataValidationError) Field

Field function returns field value.

func (AnalyticsEventDataValidationError) Key

Key function returns key value.

func (AnalyticsEventDataValidationError) Reason

Reason function returns reason value.

type AnalyticsEventMultiError

type AnalyticsEventMultiError []error

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

func (AnalyticsEventMultiError) AllErrors

func (m AnalyticsEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnalyticsEventMultiError) Error

func (m AnalyticsEventMultiError) Error() string

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

type AnalyticsEventType

type AnalyticsEventType int32
const (
	AnalyticsEventType_ANALYTICS_EVENT_TYPE_ROOM AnalyticsEventType = 0
	AnalyticsEventType_ANALYTICS_EVENT_TYPE_USER AnalyticsEventType = 1
)

func (AnalyticsEventType) Descriptor

func (AnalyticsEventType) Enum

func (AnalyticsEventType) EnumDescriptor deprecated

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

Deprecated: Use AnalyticsEventType.Descriptor instead.

func (AnalyticsEventType) Number

func (AnalyticsEventType) String

func (x AnalyticsEventType) String() string

func (AnalyticsEventType) Type

type AnalyticsEventValidationError

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

AnalyticsEventValidationError is the validation error returned by AnalyticsEvent.Validate if the designated constraints aren't met.

func (AnalyticsEventValidationError) Cause

Cause function returns cause value.

func (AnalyticsEventValidationError) Error

Error satisfies the builtin error interface

func (AnalyticsEventValidationError) ErrorName

func (e AnalyticsEventValidationError) ErrorName() string

ErrorName returns error name.

func (AnalyticsEventValidationError) Field

Field function returns field value.

func (AnalyticsEventValidationError) Key

Key function returns key value.

func (AnalyticsEventValidationError) Reason

Reason function returns reason value.

type AnalyticsEventValue

type AnalyticsEventValue struct {
	Time  int64  `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsEventValue) Descriptor deprecated

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

Deprecated: Use AnalyticsEventValue.ProtoReflect.Descriptor instead.

func (*AnalyticsEventValue) GetTime

func (x *AnalyticsEventValue) GetTime() int64

func (*AnalyticsEventValue) GetValue

func (x *AnalyticsEventValue) GetValue() string

func (*AnalyticsEventValue) ProtoMessage

func (*AnalyticsEventValue) ProtoMessage()

func (*AnalyticsEventValue) ProtoReflect

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

func (*AnalyticsEventValue) Reset

func (x *AnalyticsEventValue) Reset()

func (*AnalyticsEventValue) String

func (x *AnalyticsEventValue) String() string

func (*AnalyticsEventValue) Validate

func (m *AnalyticsEventValue) Validate() error

Validate checks the field values on AnalyticsEventValue 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 (*AnalyticsEventValue) ValidateAll

func (m *AnalyticsEventValue) ValidateAll() error

ValidateAll checks the field values on AnalyticsEventValue 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 AnalyticsEventValueMultiError, or nil if none found.

type AnalyticsEventValueMultiError

type AnalyticsEventValueMultiError []error

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

func (AnalyticsEventValueMultiError) AllErrors

func (m AnalyticsEventValueMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnalyticsEventValueMultiError) Error

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

type AnalyticsEventValueValidationError

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

AnalyticsEventValueValidationError is the validation error returned by AnalyticsEventValue.Validate if the designated constraints aren't met.

func (AnalyticsEventValueValidationError) Cause

Cause function returns cause value.

func (AnalyticsEventValueValidationError) Error

Error satisfies the builtin error interface

func (AnalyticsEventValueValidationError) ErrorName

ErrorName returns error name.

func (AnalyticsEventValueValidationError) Field

Field function returns field value.

func (AnalyticsEventValueValidationError) Key

Key function returns key value.

func (AnalyticsEventValueValidationError) Reason

Reason function returns reason value.

type AnalyticsEvents

type AnalyticsEvents int32
const (
	AnalyticsEvents_ANALYTICS_EVENT_UNKNOWN AnalyticsEvents = 0
	// room related
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_POLL_ADDED AnalyticsEvents = 1
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_POLL_ENDED AnalyticsEvents = 2
	// user join will be room related
	// after take record it will pass to user
	AnalyticsEvents_ANALYTICS_EVENT_USER_JOINED AnalyticsEvents = 3
	// room recorder
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_RECORDING_STATUS                                AnalyticsEvents = 4
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_RTMP_STATUS                                     AnalyticsEvents = 5
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_BREAKOUT_ROOM                                   AnalyticsEvents = 6
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_ETHERPAD_STATUS                                 AnalyticsEvents = 7
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_EXTERNAL_DISPLAY_LINK_STATUS                    AnalyticsEvents = 8
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_EXTERNAL_MEDIA_PLAYER_STATUS                    AnalyticsEvents = 9
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_SPEECH_SERVICE_STATUS                           AnalyticsEvents = 10
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_SPEECH_SERVICE_TOTAL_USAGE                      AnalyticsEvents = 11
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_INGRESS_CREATED                                 AnalyticsEvents = 12
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_WHITEBOARD_FILES                                AnalyticsEvents = 13
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_INSIGHTS_TRANSCRIPTION_STATUS                   AnalyticsEvents = 31
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_INSIGHTS_TRANSCRIPTION_TOTAL_USAGE              AnalyticsEvents = 32
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_INSIGHTS_SYNTHESIZED_SPEECH_TOTAL_USAGE         AnalyticsEvents = 33
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_INSIGHTS_CHAT_TRANSLATION_STATUS                AnalyticsEvents = 34
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_INSIGHTS_CHAT_TRANSLATION_TOTAL_USAGE           AnalyticsEvents = 35
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_INSIGHTS_AI_TEXT_CHAT_STATUS                    AnalyticsEvents = 36
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_INSIGHTS_AI_TEXT_CHAT_INTERACTION_TOTAL_USAGE   AnalyticsEvents = 37
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_INSIGHTS_AI_TEXT_CHAT_SUMMARIZATION_TOTAL_USAGE AnalyticsEvents = 38
	AnalyticsEvents_ANALYTICS_EVENT_ROOM_INSIGHTS_AI_MEETING_SUMMARIZATION_STATUS        AnalyticsEvents = 39
	// here all related with user
	AnalyticsEvents_ANALYTICS_EVENT_USER_LEFT AnalyticsEvents = 14
	// microphone
	AnalyticsEvents_ANALYTICS_EVENT_USER_MIC_STATUS      AnalyticsEvents = 15
	AnalyticsEvents_ANALYTICS_EVENT_USER_TALKED          AnalyticsEvents = 16
	AnalyticsEvents_ANALYTICS_EVENT_USER_TALKED_DURATION AnalyticsEvents = 17 // in milliseconds
	// webcam
	AnalyticsEvents_ANALYTICS_EVENT_USER_WEBCAM_STATUS AnalyticsEvents = 18
	// screen share
	AnalyticsEvents_ANALYTICS_EVENT_USER_SCREEN_SHARE_STATUS AnalyticsEvents = 19
	// polls
	AnalyticsEvents_ANALYTICS_EVENT_USER_VOTED_POLL AnalyticsEvents = 20
	// chat
	AnalyticsEvents_ANALYTICS_EVENT_USER_PUBLIC_CHAT  AnalyticsEvents = 21
	AnalyticsEvents_ANALYTICS_EVENT_USER_PRIVATE_CHAT AnalyticsEvents = 22
	AnalyticsEvents_ANALYTICS_EVENT_USER_CHAT_FILES   AnalyticsEvents = 23
	// whiteboard
	AnalyticsEvents_ANALYTICS_EVENT_USER_WHITEBOARD_ANNOTATED AnalyticsEvents = 24
	AnalyticsEvents_ANALYTICS_EVENT_USER_WHITEBOARD_FILES     AnalyticsEvents = 25
	// speech services
	AnalyticsEvents_ANALYTICS_EVENT_USER_SPEECH_SERVICES_USAGE  AnalyticsEvents = 26
	AnalyticsEvents_ANALYTICS_EVENT_USER_SPEECH_SERVICES_STATUS AnalyticsEvents = 27
	// etc
	AnalyticsEvents_ANALYTICS_EVENT_USER_INTERFACE_VISIBILITY AnalyticsEvents = 28
	AnalyticsEvents_ANALYTICS_EVENT_USER_RAISE_HAND           AnalyticsEvents = 29
	AnalyticsEvents_ANALYTICS_EVENT_USER_CONNECTION_QUALITY   AnalyticsEvents = 30
)

func (AnalyticsEvents) Descriptor

func (AnalyticsEvents) Enum

func (x AnalyticsEvents) Enum() *AnalyticsEvents

func (AnalyticsEvents) EnumDescriptor deprecated

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

Deprecated: Use AnalyticsEvents.Descriptor instead.

func (AnalyticsEvents) Number

func (AnalyticsEvents) String

func (x AnalyticsEvents) String() string

func (AnalyticsEvents) Type

type AnalyticsInfo

type AnalyticsInfo struct {
	RoomId       string  `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	FileId       string  `protobuf:"bytes,2,opt,name=file_id,json=fileId,proto3" json:"file_id,omitempty"`
	FileName     string  `protobuf:"bytes,3,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	FileSize     float64 `protobuf:"fixed64,4,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
	CreationTime int64   `protobuf:"varint,5,opt,name=creation_time,json=creationTime,proto3" json:"creation_time,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsInfo) Descriptor deprecated

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

Deprecated: Use AnalyticsInfo.ProtoReflect.Descriptor instead.

func (*AnalyticsInfo) GetCreationTime

func (x *AnalyticsInfo) GetCreationTime() int64

func (*AnalyticsInfo) GetFileId

func (x *AnalyticsInfo) GetFileId() string

func (*AnalyticsInfo) GetFileName

func (x *AnalyticsInfo) GetFileName() string

func (*AnalyticsInfo) GetFileSize

func (x *AnalyticsInfo) GetFileSize() float64

func (*AnalyticsInfo) GetRoomId

func (x *AnalyticsInfo) GetRoomId() string

func (*AnalyticsInfo) ProtoMessage

func (*AnalyticsInfo) ProtoMessage()

func (*AnalyticsInfo) ProtoReflect

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

func (*AnalyticsInfo) Reset

func (x *AnalyticsInfo) Reset()

func (*AnalyticsInfo) String

func (x *AnalyticsInfo) String() string

func (*AnalyticsInfo) Validate

func (m *AnalyticsInfo) Validate() error

Validate checks the field values on AnalyticsInfo 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 (*AnalyticsInfo) ValidateAll

func (m *AnalyticsInfo) ValidateAll() error

ValidateAll checks the field values on AnalyticsInfo 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 AnalyticsInfoMultiError, or nil if none found.

type AnalyticsInfoMultiError

type AnalyticsInfoMultiError []error

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

func (AnalyticsInfoMultiError) AllErrors

func (m AnalyticsInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnalyticsInfoMultiError) Error

func (m AnalyticsInfoMultiError) Error() string

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

type AnalyticsInfoValidationError

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

AnalyticsInfoValidationError is the validation error returned by AnalyticsInfo.Validate if the designated constraints aren't met.

func (AnalyticsInfoValidationError) Cause

Cause function returns cause value.

func (AnalyticsInfoValidationError) Error

Error satisfies the builtin error interface

func (AnalyticsInfoValidationError) ErrorName

func (e AnalyticsInfoValidationError) ErrorName() string

ErrorName returns error name.

func (AnalyticsInfoValidationError) Field

Field function returns field value.

func (AnalyticsInfoValidationError) Key

Key function returns key value.

func (AnalyticsInfoValidationError) Reason

Reason function returns reason value.

type AnalyticsRedisUserInfo

type AnalyticsRedisUserInfo struct {
	Name      *string `protobuf:"bytes,1,opt,name=name,proto3,oneof" json:"name,omitempty"`
	IsAdmin   bool    `protobuf:"varint,2,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	ExtraData *string `protobuf:"bytes,3,opt,name=extra_data,json=extraData,proto3,oneof" json:"extra_data,omitempty"`
	ExUserId  *string `protobuf:"bytes,4,opt,name=ex_user_id,json=exUserId,proto3,oneof" json:"ex_user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsRedisUserInfo) Descriptor deprecated

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

Deprecated: Use AnalyticsRedisUserInfo.ProtoReflect.Descriptor instead.

func (*AnalyticsRedisUserInfo) GetExUserId

func (x *AnalyticsRedisUserInfo) GetExUserId() string

func (*AnalyticsRedisUserInfo) GetExtraData

func (x *AnalyticsRedisUserInfo) GetExtraData() string

func (*AnalyticsRedisUserInfo) GetIsAdmin

func (x *AnalyticsRedisUserInfo) GetIsAdmin() bool

func (*AnalyticsRedisUserInfo) GetName

func (x *AnalyticsRedisUserInfo) GetName() string

func (*AnalyticsRedisUserInfo) ProtoMessage

func (*AnalyticsRedisUserInfo) ProtoMessage()

func (*AnalyticsRedisUserInfo) ProtoReflect

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

func (*AnalyticsRedisUserInfo) Reset

func (x *AnalyticsRedisUserInfo) Reset()

func (*AnalyticsRedisUserInfo) String

func (x *AnalyticsRedisUserInfo) String() string

func (*AnalyticsRedisUserInfo) Validate

func (m *AnalyticsRedisUserInfo) Validate() error

Validate checks the field values on AnalyticsRedisUserInfo 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 (*AnalyticsRedisUserInfo) ValidateAll

func (m *AnalyticsRedisUserInfo) ValidateAll() error

ValidateAll checks the field values on AnalyticsRedisUserInfo 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 AnalyticsRedisUserInfoMultiError, or nil if none found.

type AnalyticsRedisUserInfoMultiError

type AnalyticsRedisUserInfoMultiError []error

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

func (AnalyticsRedisUserInfoMultiError) AllErrors

func (m AnalyticsRedisUserInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnalyticsRedisUserInfoMultiError) Error

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

type AnalyticsRedisUserInfoValidationError

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

AnalyticsRedisUserInfoValidationError is the validation error returned by AnalyticsRedisUserInfo.Validate if the designated constraints aren't met.

func (AnalyticsRedisUserInfoValidationError) Cause

Cause function returns cause value.

func (AnalyticsRedisUserInfoValidationError) Error

Error satisfies the builtin error interface

func (AnalyticsRedisUserInfoValidationError) ErrorName

ErrorName returns error name.

func (AnalyticsRedisUserInfoValidationError) Field

Field function returns field value.

func (AnalyticsRedisUserInfoValidationError) Key

Key function returns key value.

func (AnalyticsRedisUserInfoValidationError) Reason

Reason function returns reason value.

type AnalyticsResult

type AnalyticsResult struct {
	Room  *AnalyticsRoomInfo   `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"`
	Users []*AnalyticsUserInfo `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsResult) Descriptor deprecated

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

Deprecated: Use AnalyticsResult.ProtoReflect.Descriptor instead.

func (*AnalyticsResult) GetRoom

func (x *AnalyticsResult) GetRoom() *AnalyticsRoomInfo

func (*AnalyticsResult) GetUsers

func (x *AnalyticsResult) GetUsers() []*AnalyticsUserInfo

func (*AnalyticsResult) ProtoMessage

func (*AnalyticsResult) ProtoMessage()

func (*AnalyticsResult) ProtoReflect

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

func (*AnalyticsResult) Reset

func (x *AnalyticsResult) Reset()

func (*AnalyticsResult) String

func (x *AnalyticsResult) String() string

func (*AnalyticsResult) Validate

func (m *AnalyticsResult) Validate() error

Validate checks the field values on AnalyticsResult 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 (*AnalyticsResult) ValidateAll

func (m *AnalyticsResult) ValidateAll() error

ValidateAll checks the field values on AnalyticsResult 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 AnalyticsResultMultiError, or nil if none found.

type AnalyticsResultMultiError

type AnalyticsResultMultiError []error

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

func (AnalyticsResultMultiError) AllErrors

func (m AnalyticsResultMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnalyticsResultMultiError) Error

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

type AnalyticsResultValidationError

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

AnalyticsResultValidationError is the validation error returned by AnalyticsResult.Validate if the designated constraints aren't met.

func (AnalyticsResultValidationError) Cause

Cause function returns cause value.

func (AnalyticsResultValidationError) Error

Error satisfies the builtin error interface

func (AnalyticsResultValidationError) ErrorName

func (e AnalyticsResultValidationError) ErrorName() string

ErrorName returns error name.

func (AnalyticsResultValidationError) Field

Field function returns field value.

func (AnalyticsResultValidationError) Key

Key function returns key value.

func (AnalyticsResultValidationError) Reason

Reason function returns reason value.

type AnalyticsRoomInfo

type AnalyticsRoomInfo struct {
	RoomId         string                `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	RoomTitle      string                `protobuf:"bytes,2,opt,name=room_title,json=roomTitle,proto3" json:"room_title,omitempty"`
	RoomTotalUsers int64                 `protobuf:"varint,3,opt,name=room_total_users,json=roomTotalUsers,proto3" json:"room_total_users,omitempty"`
	RoomCreation   int64                 `protobuf:"varint,4,opt,name=room_creation,json=roomCreation,proto3" json:"room_creation,omitempty"`
	RoomEnded      int64                 `protobuf:"varint,5,opt,name=room_ended,json=roomEnded,proto3" json:"room_ended,omitempty"`
	RoomDuration   int64                 `protobuf:"varint,6,opt,name=room_duration,json=roomDuration,proto3" json:"room_duration,omitempty"`
	EnabledE2Ee    bool                  `protobuf:"varint,7,opt,name=enabled_e2ee,json=enabledE2ee,proto3" json:"enabled_e2ee,omitempty"`
	Events         []*AnalyticsEventData `protobuf:"bytes,9,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsRoomInfo) Descriptor deprecated

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

Deprecated: Use AnalyticsRoomInfo.ProtoReflect.Descriptor instead.

func (*AnalyticsRoomInfo) GetEnabledE2Ee

func (x *AnalyticsRoomInfo) GetEnabledE2Ee() bool

func (*AnalyticsRoomInfo) GetEvents

func (x *AnalyticsRoomInfo) GetEvents() []*AnalyticsEventData

func (*AnalyticsRoomInfo) GetRoomCreation

func (x *AnalyticsRoomInfo) GetRoomCreation() int64

func (*AnalyticsRoomInfo) GetRoomDuration

func (x *AnalyticsRoomInfo) GetRoomDuration() int64

func (*AnalyticsRoomInfo) GetRoomEnded

func (x *AnalyticsRoomInfo) GetRoomEnded() int64

func (*AnalyticsRoomInfo) GetRoomId

func (x *AnalyticsRoomInfo) GetRoomId() string

func (*AnalyticsRoomInfo) GetRoomTitle

func (x *AnalyticsRoomInfo) GetRoomTitle() string

func (*AnalyticsRoomInfo) GetRoomTotalUsers

func (x *AnalyticsRoomInfo) GetRoomTotalUsers() int64

func (*AnalyticsRoomInfo) ProtoMessage

func (*AnalyticsRoomInfo) ProtoMessage()

func (*AnalyticsRoomInfo) ProtoReflect

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

func (*AnalyticsRoomInfo) Reset

func (x *AnalyticsRoomInfo) Reset()

func (*AnalyticsRoomInfo) String

func (x *AnalyticsRoomInfo) String() string

func (*AnalyticsRoomInfo) Validate

func (m *AnalyticsRoomInfo) Validate() error

Validate checks the field values on AnalyticsRoomInfo 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 (*AnalyticsRoomInfo) ValidateAll

func (m *AnalyticsRoomInfo) ValidateAll() error

ValidateAll checks the field values on AnalyticsRoomInfo 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 AnalyticsRoomInfoMultiError, or nil if none found.

type AnalyticsRoomInfoMultiError

type AnalyticsRoomInfoMultiError []error

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

func (AnalyticsRoomInfoMultiError) AllErrors

func (m AnalyticsRoomInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnalyticsRoomInfoMultiError) Error

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

type AnalyticsRoomInfoValidationError

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

AnalyticsRoomInfoValidationError is the validation error returned by AnalyticsRoomInfo.Validate if the designated constraints aren't met.

func (AnalyticsRoomInfoValidationError) Cause

Cause function returns cause value.

func (AnalyticsRoomInfoValidationError) Error

Error satisfies the builtin error interface

func (AnalyticsRoomInfoValidationError) ErrorName

ErrorName returns error name.

func (AnalyticsRoomInfoValidationError) Field

Field function returns field value.

func (AnalyticsRoomInfoValidationError) Key

Key function returns key value.

func (AnalyticsRoomInfoValidationError) Reason

Reason function returns reason value.

type AnalyticsStatus

type AnalyticsStatus int32
const (
	AnalyticsStatus_ANALYTICS_STATUS_STARTED AnalyticsStatus = 0
	AnalyticsStatus_ANALYTICS_STATUS_ENDED   AnalyticsStatus = 1
	AnalyticsStatus_ANALYTICS_STATUS_MUTED   AnalyticsStatus = 2
	AnalyticsStatus_ANALYTICS_STATUS_UNMUTED AnalyticsStatus = 3
)

func (AnalyticsStatus) Descriptor

func (AnalyticsStatus) Enum

func (x AnalyticsStatus) Enum() *AnalyticsStatus

func (AnalyticsStatus) EnumDescriptor deprecated

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

Deprecated: Use AnalyticsStatus.Descriptor instead.

func (AnalyticsStatus) Number

func (AnalyticsStatus) String

func (x AnalyticsStatus) String() string

func (AnalyticsStatus) Type

type AnalyticsUserInfo

type AnalyticsUserInfo 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"`
	ExtraData *string               `protobuf:"bytes,4,opt,name=extra_data,json=extraData,proto3,oneof" json:"extra_data,omitempty"`
	ExUserId  *string               `protobuf:"bytes,5,opt,name=ex_user_id,json=exUserId,proto3,oneof" json:"ex_user_id,omitempty"`
	Events    []*AnalyticsEventData `protobuf:"bytes,6,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyticsUserInfo) Descriptor deprecated

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

Deprecated: Use AnalyticsUserInfo.ProtoReflect.Descriptor instead.

func (*AnalyticsUserInfo) GetEvents

func (x *AnalyticsUserInfo) GetEvents() []*AnalyticsEventData

func (*AnalyticsUserInfo) GetExUserId

func (x *AnalyticsUserInfo) GetExUserId() string

func (*AnalyticsUserInfo) GetExtraData

func (x *AnalyticsUserInfo) GetExtraData() string

func (*AnalyticsUserInfo) GetIsAdmin

func (x *AnalyticsUserInfo) GetIsAdmin() bool

func (*AnalyticsUserInfo) GetName

func (x *AnalyticsUserInfo) GetName() string

func (*AnalyticsUserInfo) GetUserId

func (x *AnalyticsUserInfo) GetUserId() string

func (*AnalyticsUserInfo) ProtoMessage

func (*AnalyticsUserInfo) ProtoMessage()

func (*AnalyticsUserInfo) ProtoReflect

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

func (*AnalyticsUserInfo) Reset

func (x *AnalyticsUserInfo) Reset()

func (*AnalyticsUserInfo) String

func (x *AnalyticsUserInfo) String() string

func (*AnalyticsUserInfo) Validate

func (m *AnalyticsUserInfo) Validate() error

Validate checks the field values on AnalyticsUserInfo 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 (*AnalyticsUserInfo) ValidateAll

func (m *AnalyticsUserInfo) ValidateAll() error

ValidateAll checks the field values on AnalyticsUserInfo 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 AnalyticsUserInfoMultiError, or nil if none found.

type AnalyticsUserInfoMultiError

type AnalyticsUserInfoMultiError []error

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

func (AnalyticsUserInfoMultiError) AllErrors

func (m AnalyticsUserInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnalyticsUserInfoMultiError) Error

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

type AnalyticsUserInfoValidationError

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

AnalyticsUserInfoValidationError is the validation error returned by AnalyticsUserInfo.Validate if the designated constraints aren't met.

func (AnalyticsUserInfoValidationError) Cause

Cause function returns cause value.

func (AnalyticsUserInfoValidationError) Error

Error satisfies the builtin error interface

func (AnalyticsUserInfoValidationError) ErrorName

ErrorName returns error name.

func (AnalyticsUserInfoValidationError) Field

Field function returns field value.

func (AnalyticsUserInfoValidationError) Key

Key function returns key value.

func (AnalyticsUserInfoValidationError) 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 ArtifactInfo added in v1.1.0

type ArtifactInfo struct {
	ArtifactId string                `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	RoomId     string                `protobuf:"bytes,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	Type       RoomArtifactType      `protobuf:"varint,3,opt,name=type,proto3,enum=plugnmeet.RoomArtifactType" json:"type,omitempty"`
	Created    string                `protobuf:"bytes,4,opt,name=created,proto3" json:"created,omitempty"`
	Metadata   *RoomArtifactMetadata `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

A single artifact entry in the list response

func (*ArtifactInfo) Descriptor deprecated added in v1.1.0

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

Deprecated: Use ArtifactInfo.ProtoReflect.Descriptor instead.

func (*ArtifactInfo) GetArtifactId added in v1.1.0

func (x *ArtifactInfo) GetArtifactId() string

func (*ArtifactInfo) GetCreated added in v1.1.0

func (x *ArtifactInfo) GetCreated() string

func (*ArtifactInfo) GetMetadata added in v1.1.0

func (x *ArtifactInfo) GetMetadata() *RoomArtifactMetadata

func (*ArtifactInfo) GetRoomId added in v1.1.0

func (x *ArtifactInfo) GetRoomId() string

func (*ArtifactInfo) GetType added in v1.1.0

func (x *ArtifactInfo) GetType() RoomArtifactType

func (*ArtifactInfo) ProtoMessage added in v1.1.0

func (*ArtifactInfo) ProtoMessage()

func (*ArtifactInfo) ProtoReflect added in v1.1.0

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

func (*ArtifactInfo) Reset added in v1.1.0

func (x *ArtifactInfo) Reset()

func (*ArtifactInfo) String added in v1.1.0

func (x *ArtifactInfo) String() string

func (*ArtifactInfo) Validate added in v1.1.0

func (m *ArtifactInfo) Validate() error

Validate checks the field values on ArtifactInfo 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 (*ArtifactInfo) ValidateAll added in v1.1.0

func (m *ArtifactInfo) ValidateAll() error

ValidateAll checks the field values on ArtifactInfo 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 ArtifactInfoMultiError, or nil if none found.

type ArtifactInfoMultiError added in v1.1.0

type ArtifactInfoMultiError []error

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

func (ArtifactInfoMultiError) AllErrors added in v1.1.0

func (m ArtifactInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ArtifactInfoMultiError) Error added in v1.1.0

func (m ArtifactInfoMultiError) Error() string

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

type ArtifactInfoReq added in v1.1.0

type ArtifactInfoReq struct {
	ArtifactId string `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtifactInfoReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use ArtifactInfoReq.ProtoReflect.Descriptor instead.

func (*ArtifactInfoReq) GetArtifactId added in v1.1.0

func (x *ArtifactInfoReq) GetArtifactId() string

func (*ArtifactInfoReq) ProtoMessage added in v1.1.0

func (*ArtifactInfoReq) ProtoMessage()

func (*ArtifactInfoReq) ProtoReflect added in v1.1.0

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

func (*ArtifactInfoReq) Reset added in v1.1.0

func (x *ArtifactInfoReq) Reset()

func (*ArtifactInfoReq) String added in v1.1.0

func (x *ArtifactInfoReq) String() string

func (*ArtifactInfoReq) Validate added in v1.1.0

func (m *ArtifactInfoReq) Validate() error

Validate checks the field values on ArtifactInfoReq 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 (*ArtifactInfoReq) ValidateAll added in v1.1.0

func (m *ArtifactInfoReq) ValidateAll() error

ValidateAll checks the field values on ArtifactInfoReq 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 ArtifactInfoReqMultiError, or nil if none found.

type ArtifactInfoReqMultiError added in v1.1.0

type ArtifactInfoReqMultiError []error

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

func (ArtifactInfoReqMultiError) AllErrors added in v1.1.0

func (m ArtifactInfoReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ArtifactInfoReqMultiError) Error added in v1.1.0

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

type ArtifactInfoReqValidationError added in v1.1.0

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

ArtifactInfoReqValidationError is the validation error returned by ArtifactInfoReq.Validate if the designated constraints aren't met.

func (ArtifactInfoReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (ArtifactInfoReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (ArtifactInfoReqValidationError) ErrorName added in v1.1.0

func (e ArtifactInfoReqValidationError) ErrorName() string

ErrorName returns error name.

func (ArtifactInfoReqValidationError) Field added in v1.1.0

Field function returns field value.

func (ArtifactInfoReqValidationError) Key added in v1.1.0

Key function returns key value.

func (ArtifactInfoReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type ArtifactInfoRes added in v1.1.0

type ArtifactInfoRes 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"`
	ArtifactInfo *ArtifactInfo `protobuf:"bytes,3,opt,name=artifact_info,json=artifactInfo,proto3,oneof" json:"artifact_info,omitempty"`
	RoomInfo     *PastRoomInfo `protobuf:"bytes,4,opt,name=room_info,json=roomInfo,proto3,oneof" json:"room_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtifactInfoRes) Descriptor deprecated added in v1.1.0

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

Deprecated: Use ArtifactInfoRes.ProtoReflect.Descriptor instead.

func (*ArtifactInfoRes) GetArtifactInfo added in v1.1.0

func (x *ArtifactInfoRes) GetArtifactInfo() *ArtifactInfo

func (*ArtifactInfoRes) GetMsg added in v1.1.0

func (x *ArtifactInfoRes) GetMsg() string

func (*ArtifactInfoRes) GetRoomInfo added in v1.1.0

func (x *ArtifactInfoRes) GetRoomInfo() *PastRoomInfo

func (*ArtifactInfoRes) GetStatus added in v1.1.0

func (x *ArtifactInfoRes) GetStatus() bool

func (*ArtifactInfoRes) ProtoMessage added in v1.1.0

func (*ArtifactInfoRes) ProtoMessage()

func (*ArtifactInfoRes) ProtoReflect added in v1.1.0

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

func (*ArtifactInfoRes) Reset added in v1.1.0

func (x *ArtifactInfoRes) Reset()

func (*ArtifactInfoRes) String added in v1.1.0

func (x *ArtifactInfoRes) String() string

func (*ArtifactInfoRes) Validate added in v1.1.0

func (m *ArtifactInfoRes) Validate() error

Validate checks the field values on ArtifactInfoRes 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 (*ArtifactInfoRes) ValidateAll added in v1.1.0

func (m *ArtifactInfoRes) ValidateAll() error

ValidateAll checks the field values on ArtifactInfoRes 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 ArtifactInfoResMultiError, or nil if none found.

type ArtifactInfoResMultiError added in v1.1.0

type ArtifactInfoResMultiError []error

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

func (ArtifactInfoResMultiError) AllErrors added in v1.1.0

func (m ArtifactInfoResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ArtifactInfoResMultiError) Error added in v1.1.0

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

type ArtifactInfoResValidationError added in v1.1.0

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

ArtifactInfoResValidationError is the validation error returned by ArtifactInfoRes.Validate if the designated constraints aren't met.

func (ArtifactInfoResValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (ArtifactInfoResValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (ArtifactInfoResValidationError) ErrorName added in v1.1.0

func (e ArtifactInfoResValidationError) ErrorName() string

ErrorName returns error name.

func (ArtifactInfoResValidationError) Field added in v1.1.0

Field function returns field value.

func (ArtifactInfoResValidationError) Key added in v1.1.0

Key function returns key value.

func (ArtifactInfoResValidationError) Reason added in v1.1.0

Reason function returns reason value.

type ArtifactInfoValidationError added in v1.1.0

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

ArtifactInfoValidationError is the validation error returned by ArtifactInfo.Validate if the designated constraints aren't met.

func (ArtifactInfoValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (ArtifactInfoValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (ArtifactInfoValidationError) ErrorName added in v1.1.0

func (e ArtifactInfoValidationError) ErrorName() string

ErrorName returns error name.

func (ArtifactInfoValidationError) Field added in v1.1.0

Field function returns field value.

func (ArtifactInfoValidationError) Key added in v1.1.0

Key function returns key value.

func (ArtifactInfoValidationError) Reason added in v1.1.0

Reason function returns reason value.

type AzureTokenRenewReq

type AzureTokenRenewReq 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"`
	ServiceRegion string `protobuf:"bytes,3,opt,name=service_region,json=serviceRegion,proto3" json:"service_region,omitempty"`
	KeyId         string `protobuf:"bytes,4,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AzureTokenRenewReq) Descriptor deprecated

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

Deprecated: Use AzureTokenRenewReq.ProtoReflect.Descriptor instead.

func (*AzureTokenRenewReq) GetKeyId

func (x *AzureTokenRenewReq) GetKeyId() string

func (*AzureTokenRenewReq) GetRoomId

func (x *AzureTokenRenewReq) GetRoomId() string

func (*AzureTokenRenewReq) GetServiceRegion

func (x *AzureTokenRenewReq) GetServiceRegion() string

func (*AzureTokenRenewReq) GetUserSid

func (x *AzureTokenRenewReq) GetUserSid() string

func (*AzureTokenRenewReq) ProtoMessage

func (*AzureTokenRenewReq) ProtoMessage()

func (*AzureTokenRenewReq) ProtoReflect

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

func (*AzureTokenRenewReq) Reset

func (x *AzureTokenRenewReq) Reset()

func (*AzureTokenRenewReq) String

func (x *AzureTokenRenewReq) String() string

func (*AzureTokenRenewReq) Validate

func (m *AzureTokenRenewReq) Validate() error

Validate checks the field values on AzureTokenRenewReq 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 (*AzureTokenRenewReq) ValidateAll

func (m *AzureTokenRenewReq) ValidateAll() error

ValidateAll checks the field values on AzureTokenRenewReq 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 AzureTokenRenewReqMultiError, or nil if none found.

type AzureTokenRenewReqMultiError

type AzureTokenRenewReqMultiError []error

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

func (AzureTokenRenewReqMultiError) AllErrors

func (m AzureTokenRenewReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AzureTokenRenewReqMultiError) Error

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

type AzureTokenRenewReqValidationError

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

AzureTokenRenewReqValidationError is the validation error returned by AzureTokenRenewReq.Validate if the designated constraints aren't met.

func (AzureTokenRenewReqValidationError) Cause

Cause function returns cause value.

func (AzureTokenRenewReqValidationError) Error

Error satisfies the builtin error interface

func (AzureTokenRenewReqValidationError) ErrorName

ErrorName returns error name.

func (AzureTokenRenewReqValidationError) Field

Field function returns field value.

func (AzureTokenRenewReqValidationError) Key

Key function returns key value.

func (AzureTokenRenewReqValidationError) 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 {

	// Deprecated: Marked as deprecated in plugnmeet_create_room.proto.
	AllowChat *bool `protobuf:"varint,1,opt,name=allow_chat,json=allowChat,proto3,oneof" json:"allow_chat,omitempty"`
	// Deprecated: Marked as deprecated in plugnmeet_create_room.proto.
	AllowFileUpload   *bool    `protobuf:"varint,2,opt,name=allow_file_upload,json=allowFileUpload,proto3,oneof" json:"allow_file_upload,omitempty"`
	IsAllow           bool     `protobuf:"varint,5,opt,name=is_allow,json=isAllow,proto3" json:"is_allow,omitempty"`
	IsAllowFileUpload bool     `protobuf:"varint,6,opt,name=is_allow_file_upload,json=isAllowFileUpload,proto3" json:"is_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 deprecated

func (x *ChatFeatures) GetAllowChat() bool

Deprecated: Marked as deprecated in plugnmeet_create_room.proto.

func (*ChatFeatures) GetAllowFileUpload deprecated

func (x *ChatFeatures) GetAllowFileUpload() bool

Deprecated: Marked as deprecated in plugnmeet_create_room.proto.

func (*ChatFeatures) GetAllowedFileTypes

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

func (*ChatFeatures) GetIsAllow added in v1.1.0

func (x *ChatFeatures) GetIsAllow() bool

func (*ChatFeatures) GetIsAllowFileUpload added in v1.1.0

func (x *ChatFeatures) GetIsAllowFileUpload() bool

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 ChatMessage

type ChatMessage struct {
	Id           string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	FromName     string            `protobuf:"bytes,2,opt,name=from_name,json=fromName,proto3" json:"from_name,omitempty"`
	FromUserId   string            `protobuf:"bytes,3,opt,name=from_user_id,json=fromUserId,proto3" json:"from_user_id,omitempty"`
	SentAt       int64             `protobuf:"varint,4,opt,name=sent_at,json=sentAt,proto3" json:"sent_at,omitempty"`
	ToUserId     *string           `protobuf:"bytes,5,opt,name=to_user_id,json=toUserId,proto3,oneof" json:"to_user_id,omitempty"`
	IsPrivate    bool              `protobuf:"varint,6,opt,name=is_private,json=isPrivate,proto3" json:"is_private,omitempty"`
	Message      string            `protobuf:"bytes,7,opt,name=message,proto3" json:"message,omitempty"`
	FromAdmin    bool              `protobuf:"varint,8,opt,name=from_admin,json=fromAdmin,proto3" json:"from_admin,omitempty"`
	SourceLang   *string           `protobuf:"bytes,9,opt,name=source_lang,json=sourceLang,proto3,oneof" json:"source_lang,omitempty"`
	Translations map[string]string `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ChatMessage) Descriptor deprecated

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

Deprecated: Use ChatMessage.ProtoReflect.Descriptor instead.

func (*ChatMessage) GetFromAdmin

func (x *ChatMessage) GetFromAdmin() bool

func (*ChatMessage) GetFromName

func (x *ChatMessage) GetFromName() string

func (*ChatMessage) GetFromUserId

func (x *ChatMessage) GetFromUserId() string

func (*ChatMessage) GetId

func (x *ChatMessage) GetId() string

func (*ChatMessage) GetIsPrivate

func (x *ChatMessage) GetIsPrivate() bool

func (*ChatMessage) GetMessage

func (x *ChatMessage) GetMessage() string

func (*ChatMessage) GetSentAt

func (x *ChatMessage) GetSentAt() int64

func (*ChatMessage) GetSourceLang added in v1.1.0

func (x *ChatMessage) GetSourceLang() string

func (*ChatMessage) GetToUserId

func (x *ChatMessage) GetToUserId() string

func (*ChatMessage) GetTranslations added in v1.1.0

func (x *ChatMessage) GetTranslations() map[string]string

func (*ChatMessage) ProtoMessage

func (*ChatMessage) ProtoMessage()

func (*ChatMessage) ProtoReflect

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

func (*ChatMessage) Reset

func (x *ChatMessage) Reset()

func (*ChatMessage) String

func (x *ChatMessage) String() string

func (*ChatMessage) Validate

func (m *ChatMessage) Validate() error

Validate checks the field values on ChatMessage 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 (*ChatMessage) ValidateAll

func (m *ChatMessage) ValidateAll() error

ValidateAll checks the field values on ChatMessage 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 ChatMessageMultiError, or nil if none found.

type ChatMessageMultiError

type ChatMessageMultiError []error

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

func (ChatMessageMultiError) AllErrors

func (m ChatMessageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChatMessageMultiError) Error

func (m ChatMessageMultiError) Error() string

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

type ChatMessageValidationError

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

ChatMessageValidationError is the validation error returned by ChatMessage.Validate if the designated constraints aren't met.

func (ChatMessageValidationError) Cause

Cause function returns cause value.

func (ChatMessageValidationError) Error

Error satisfies the builtin error interface

func (ChatMessageValidationError) ErrorName

func (e ChatMessageValidationError) ErrorName() string

ErrorName returns error name.

func (ChatMessageValidationError) Field

Field function returns field value.

func (ChatMessageValidationError) Key

Key function returns key value.

func (ChatMessageValidationError) 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 CloudRecordingVariants added in v1.1.0

type CloudRecordingVariants int32
const (
	CloudRecordingVariants_FULL_SCREEN_CLOUD_RECORDING CloudRecordingVariants = 0
	CloudRecordingVariants_MEDIA_ONLY_CLOUD_RECORDING  CloudRecordingVariants = 1
)

func (CloudRecordingVariants) Descriptor added in v1.1.0

func (CloudRecordingVariants) Enum added in v1.1.0

func (CloudRecordingVariants) EnumDescriptor deprecated added in v1.1.0

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

Deprecated: Use CloudRecordingVariants.Descriptor instead.

func (CloudRecordingVariants) Number added in v1.1.0

func (CloudRecordingVariants) String added in v1.1.0

func (x CloudRecordingVariants) String() string

func (CloudRecordingVariants) Type added in v1.1.0

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"`
	Analytics     *AnalyticsEvent           `protobuf:"bytes,7,opt,name=analytics,proto3,oneof" json:"analytics,omitempty"`
	RoomArtifact  *RoomArtifactWebhookEvent `protobuf:"bytes,8,opt,name=room_artifact,json=roomArtifact,proto3,oneof" json:"room_artifact,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) GetAnalytics

func (x *CommonNotifyEvent) GetAnalytics() *AnalyticsEvent

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) GetRoomArtifact added in v1.1.0

func (x *CommonNotifyEvent) GetRoomArtifact() *RoomArtifactWebhookEvent

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 CopyrightConf

type CopyrightConf struct {
	Display bool   `protobuf:"varint,1,opt,name=display,proto3" json:"display,omitempty"`
	Text    string `protobuf:"bytes,3,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"`
	InputType IngressInput `protobuf:"varint,3,opt,name=input_type,json=inputType,proto3,enum=plugnmeet.IngressInput" json:"input_type,omitempty"`
	Url       string       `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	StreamKey string       `protobuf:"bytes,5,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) GetInputType

func (x *CreateIngressRes) GetInputType() IngressInput

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 *ActiveRoomInfo `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() *ActiveRoomInfo

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 CustomDesignParams

type CustomDesignParams 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"`
	BackgroundImage  *string `protobuf:"bytes,4,opt,name=background_image,json=backgroundImage,proto3,oneof" json:"background_image,omitempty"`
	HeaderBgColor    *string `protobuf:"bytes,5,opt,name=header_bg_color,json=headerBgColor,proto3,oneof" json:"header_bg_color,omitempty"`
	FooterBgColor    *string `protobuf:"bytes,6,opt,name=footer_bg_color,json=footerBgColor,proto3,oneof" json:"footer_bg_color,omitempty"`
	LeftSideBgColor  *string `protobuf:"bytes,7,opt,name=left_side_bg_color,json=leftSideBgColor,proto3,oneof" json:"left_side_bg_color,omitempty"`
	RightSideBgColor *string `protobuf:"bytes,8,opt,name=right_side_bg_color,json=rightSideBgColor,proto3,oneof" json:"right_side_bg_color,omitempty"`
	CustomCssUrl     *string `protobuf:"bytes,9,opt,name=custom_css_url,json=customCssUrl,proto3,oneof" json:"custom_css_url,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomDesignParams) Descriptor deprecated

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

Deprecated: Use CustomDesignParams.ProtoReflect.Descriptor instead.

func (*CustomDesignParams) GetBackgroundColor

func (x *CustomDesignParams) GetBackgroundColor() string

func (*CustomDesignParams) GetBackgroundImage

func (x *CustomDesignParams) GetBackgroundImage() string

func (*CustomDesignParams) GetCustomCssUrl

func (x *CustomDesignParams) GetCustomCssUrl() string
func (x *CustomDesignParams) GetCustomLogo() string

func (*CustomDesignParams) GetFooterBgColor

func (x *CustomDesignParams) GetFooterBgColor() string

func (*CustomDesignParams) GetHeaderBgColor

func (x *CustomDesignParams) GetHeaderBgColor() string

func (*CustomDesignParams) GetLeftSideBgColor

func (x *CustomDesignParams) GetLeftSideBgColor() string

func (*CustomDesignParams) GetPrimaryColor

func (x *CustomDesignParams) GetPrimaryColor() string

func (*CustomDesignParams) GetRightSideBgColor

func (x *CustomDesignParams) GetRightSideBgColor() string

func (*CustomDesignParams) GetSecondaryColor

func (x *CustomDesignParams) GetSecondaryColor() string

func (*CustomDesignParams) ProtoMessage

func (*CustomDesignParams) ProtoMessage()

func (*CustomDesignParams) ProtoReflect

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

func (*CustomDesignParams) Reset

func (x *CustomDesignParams) Reset()

func (*CustomDesignParams) String

func (x *CustomDesignParams) String() string

func (*CustomDesignParams) Validate

func (m *CustomDesignParams) Validate() error

Validate checks the field values on CustomDesignParams 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 (*CustomDesignParams) ValidateAll

func (m *CustomDesignParams) ValidateAll() error

ValidateAll checks the field values on CustomDesignParams 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 CustomDesignParamsMultiError, or nil if none found.

type CustomDesignParamsMultiError

type CustomDesignParamsMultiError []error

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

func (CustomDesignParamsMultiError) AllErrors

func (m CustomDesignParamsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CustomDesignParamsMultiError) Error

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

type CustomDesignParamsValidationError

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

CustomDesignParamsValidationError is the validation error returned by CustomDesignParams.Validate if the designated constraints aren't met.

func (CustomDesignParamsValidationError) Cause

Cause function returns cause value.

func (CustomDesignParamsValidationError) Error

Error satisfies the builtin error interface

func (CustomDesignParamsValidationError) ErrorName

ErrorName returns error name.

func (CustomDesignParamsValidationError) Field

Field function returns field value.

func (CustomDesignParamsValidationError) Key

Key function returns key value.

func (CustomDesignParamsValidationError) Reason

Reason function returns reason value.

type DataChannelMessage

type DataChannelMessage struct {
	Id         string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type       DataMsgBodyType `protobuf:"varint,2,opt,name=type,proto3,enum=plugnmeet.DataMsgBodyType" json:"type,omitempty"`
	FromUserId string          `protobuf:"bytes,3,opt,name=from_user_id,json=fromUserId,proto3" json:"from_user_id,omitempty"`
	ToUserId   *string         `protobuf:"bytes,4,opt,name=to_user_id,json=toUserId,proto3,oneof" json:"to_user_id,omitempty"`
	Message    string          `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*DataChannelMessage) Descriptor deprecated

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

Deprecated: Use DataChannelMessage.ProtoReflect.Descriptor instead.

func (*DataChannelMessage) GetFromUserId

func (x *DataChannelMessage) GetFromUserId() string

func (*DataChannelMessage) GetId

func (x *DataChannelMessage) GetId() string

func (*DataChannelMessage) GetMessage

func (x *DataChannelMessage) GetMessage() string

func (*DataChannelMessage) GetToUserId

func (x *DataChannelMessage) GetToUserId() string

func (*DataChannelMessage) GetType

func (x *DataChannelMessage) GetType() DataMsgBodyType

func (*DataChannelMessage) ProtoMessage

func (*DataChannelMessage) ProtoMessage()

func (*DataChannelMessage) ProtoReflect

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

func (*DataChannelMessage) Reset

func (x *DataChannelMessage) Reset()

func (*DataChannelMessage) String

func (x *DataChannelMessage) String() string

func (*DataChannelMessage) Validate

func (m *DataChannelMessage) Validate() error

Validate checks the field values on DataChannelMessage 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 (*DataChannelMessage) ValidateAll

func (m *DataChannelMessage) ValidateAll() error

ValidateAll checks the field values on DataChannelMessage 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 DataChannelMessageMultiError, or nil if none found.

type DataChannelMessageMultiError

type DataChannelMessageMultiError []error

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

func (DataChannelMessageMultiError) AllErrors

func (m DataChannelMessageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DataChannelMessageMultiError) Error

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

type DataChannelMessageValidationError

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

DataChannelMessageValidationError is the validation error returned by DataChannelMessage.Validate if the designated constraints aren't met.

func (DataChannelMessageValidationError) Cause

Cause function returns cause value.

func (DataChannelMessageValidationError) Error

Error satisfies the builtin error interface

func (DataChannelMessageValidationError) ErrorName

ErrorName returns error name.

func (DataChannelMessageValidationError) Field

Field function returns field value.

func (DataChannelMessageValidationError) Key

Key function returns key value.

func (DataChannelMessageValidationError) Reason

Reason function returns reason value.

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 DataMsgBodyType

type DataMsgBodyType int32
const (
	// SYSTEM type
	DataMsgBodyType_UNKNOWN                      DataMsgBodyType = 0
	DataMsgBodyType_FILE_UPLOAD                  DataMsgBodyType = 1
	DataMsgBodyType_INFO                         DataMsgBodyType = 2
	DataMsgBodyType_ALERT                        DataMsgBodyType = 3
	DataMsgBodyType_USER_VISIBILITY_CHANGE       DataMsgBodyType = 4
	DataMsgBodyType_EXTERNAL_MEDIA_PLAYER_EVENTS DataMsgBodyType = 5
	DataMsgBodyType_NEW_POLL_RESPONSE            DataMsgBodyType = 6
	DataMsgBodyType_PUSH_JOIN_BREAKOUT_ROOM      DataMsgBodyType = 7
	// WHITEBOARD type
	DataMsgBodyType_REQ_FULL_WHITEBOARD_DATA         DataMsgBodyType = 8
	DataMsgBodyType_RES_FULL_WHITEBOARD_DATA         DataMsgBodyType = 9
	DataMsgBodyType_SCENE_UPDATE                     DataMsgBodyType = 10
	DataMsgBodyType_POINTER_UPDATE                   DataMsgBodyType = 11
	DataMsgBodyType_WHITEBOARD_APP_STATE_CHANGE      DataMsgBodyType = 12
	DataMsgBodyType_PAGE_CHANGE                      DataMsgBodyType = 13
	DataMsgBodyType_FILE_CHANGE                      DataMsgBodyType = 14
	DataMsgBodyType_UPDATE_CURRENT_OFFICE_FILE_PAGES DataMsgBodyType = 15
	DataMsgBodyType_WHITEBOARD_RESET                 DataMsgBodyType = 16
	DataMsgBodyType_USER_CONNECTION_QUALITY_CHANGE   DataMsgBodyType = 17
	DataMsgBodyType_REQ_PUBLIC_CHAT_DATA             DataMsgBodyType = 18
	DataMsgBodyType_RES_PUBLIC_CHAT_DATA             DataMsgBodyType = 19
)

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 DeleteAnalyticsReq

type DeleteAnalyticsReq struct {
	FileId string `protobuf:"bytes,1,opt,name=file_id,json=fileId,proto3" json:"file_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAnalyticsReq) Descriptor deprecated

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

Deprecated: Use DeleteAnalyticsReq.ProtoReflect.Descriptor instead.

func (*DeleteAnalyticsReq) GetFileId

func (x *DeleteAnalyticsReq) GetFileId() string

func (*DeleteAnalyticsReq) ProtoMessage

func (*DeleteAnalyticsReq) ProtoMessage()

func (*DeleteAnalyticsReq) ProtoReflect

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

func (*DeleteAnalyticsReq) Reset

func (x *DeleteAnalyticsReq) Reset()

func (*DeleteAnalyticsReq) String

func (x *DeleteAnalyticsReq) String() string

func (*DeleteAnalyticsReq) Validate

func (m *DeleteAnalyticsReq) Validate() error

Validate checks the field values on DeleteAnalyticsReq 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 (*DeleteAnalyticsReq) ValidateAll

func (m *DeleteAnalyticsReq) ValidateAll() error

ValidateAll checks the field values on DeleteAnalyticsReq 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 DeleteAnalyticsReqMultiError, or nil if none found.

type DeleteAnalyticsReqMultiError

type DeleteAnalyticsReqMultiError []error

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

func (DeleteAnalyticsReqMultiError) AllErrors

func (m DeleteAnalyticsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteAnalyticsReqMultiError) Error

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

type DeleteAnalyticsReqValidationError

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

DeleteAnalyticsReqValidationError is the validation error returned by DeleteAnalyticsReq.Validate if the designated constraints aren't met.

func (DeleteAnalyticsReqValidationError) Cause

Cause function returns cause value.

func (DeleteAnalyticsReqValidationError) Error

Error satisfies the builtin error interface

func (DeleteAnalyticsReqValidationError) ErrorName

ErrorName returns error name.

func (DeleteAnalyticsReqValidationError) Field

Field function returns field value.

func (DeleteAnalyticsReqValidationError) Key

Key function returns key value.

func (DeleteAnalyticsReqValidationError) Reason

Reason function returns reason value.

type DeleteAnalyticsRes

type DeleteAnalyticsRes 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 (*DeleteAnalyticsRes) Descriptor deprecated

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

Deprecated: Use DeleteAnalyticsRes.ProtoReflect.Descriptor instead.

func (*DeleteAnalyticsRes) GetMsg

func (x *DeleteAnalyticsRes) GetMsg() string

func (*DeleteAnalyticsRes) GetStatus

func (x *DeleteAnalyticsRes) GetStatus() bool

func (*DeleteAnalyticsRes) ProtoMessage

func (*DeleteAnalyticsRes) ProtoMessage()

func (*DeleteAnalyticsRes) ProtoReflect

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

func (*DeleteAnalyticsRes) Reset

func (x *DeleteAnalyticsRes) Reset()

func (*DeleteAnalyticsRes) String

func (x *DeleteAnalyticsRes) String() string

func (*DeleteAnalyticsRes) Validate

func (m *DeleteAnalyticsRes) Validate() error

Validate checks the field values on DeleteAnalyticsRes 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 (*DeleteAnalyticsRes) ValidateAll

func (m *DeleteAnalyticsRes) ValidateAll() error

ValidateAll checks the field values on DeleteAnalyticsRes 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 DeleteAnalyticsResMultiError, or nil if none found.

type DeleteAnalyticsResMultiError

type DeleteAnalyticsResMultiError []error

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

func (DeleteAnalyticsResMultiError) AllErrors

func (m DeleteAnalyticsResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteAnalyticsResMultiError) Error

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

type DeleteAnalyticsResValidationError

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

DeleteAnalyticsResValidationError is the validation error returned by DeleteAnalyticsRes.Validate if the designated constraints aren't met.

func (DeleteAnalyticsResValidationError) Cause

Cause function returns cause value.

func (DeleteAnalyticsResValidationError) Error

Error satisfies the builtin error interface

func (DeleteAnalyticsResValidationError) ErrorName

ErrorName returns error name.

func (DeleteAnalyticsResValidationError) Field

Field function returns field value.

func (DeleteAnalyticsResValidationError) Key

Key function returns key value.

func (DeleteAnalyticsResValidationError) Reason

Reason function returns reason value.

type DeleteArtifactReq added in v1.1.0

type DeleteArtifactReq struct {
	ArtifactId string `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	// contains filtered or unexported fields
}

Request to delete an artifact

func (*DeleteArtifactReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use DeleteArtifactReq.ProtoReflect.Descriptor instead.

func (*DeleteArtifactReq) GetArtifactId added in v1.1.0

func (x *DeleteArtifactReq) GetArtifactId() string

func (*DeleteArtifactReq) ProtoMessage added in v1.1.0

func (*DeleteArtifactReq) ProtoMessage()

func (*DeleteArtifactReq) ProtoReflect added in v1.1.0

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

func (*DeleteArtifactReq) Reset added in v1.1.0

func (x *DeleteArtifactReq) Reset()

func (*DeleteArtifactReq) String added in v1.1.0

func (x *DeleteArtifactReq) String() string

func (*DeleteArtifactReq) Validate added in v1.1.0

func (m *DeleteArtifactReq) Validate() error

Validate checks the field values on DeleteArtifactReq 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 (*DeleteArtifactReq) ValidateAll added in v1.1.0

func (m *DeleteArtifactReq) ValidateAll() error

ValidateAll checks the field values on DeleteArtifactReq 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 DeleteArtifactReqMultiError, or nil if none found.

type DeleteArtifactReqMultiError added in v1.1.0

type DeleteArtifactReqMultiError []error

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

func (DeleteArtifactReqMultiError) AllErrors added in v1.1.0

func (m DeleteArtifactReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteArtifactReqMultiError) Error added in v1.1.0

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

type DeleteArtifactReqValidationError added in v1.1.0

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

DeleteArtifactReqValidationError is the validation error returned by DeleteArtifactReq.Validate if the designated constraints aren't met.

func (DeleteArtifactReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (DeleteArtifactReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (DeleteArtifactReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (DeleteArtifactReqValidationError) Field added in v1.1.0

Field function returns field value.

func (DeleteArtifactReqValidationError) Key added in v1.1.0

Key function returns key value.

func (DeleteArtifactReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type DeleteArtifactRes added in v1.1.0

type DeleteArtifactRes 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
}

Response for deleting an artifact

func (*DeleteArtifactRes) Descriptor deprecated added in v1.1.0

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

Deprecated: Use DeleteArtifactRes.ProtoReflect.Descriptor instead.

func (*DeleteArtifactRes) GetMsg added in v1.1.0

func (x *DeleteArtifactRes) GetMsg() string

func (*DeleteArtifactRes) GetStatus added in v1.1.0

func (x *DeleteArtifactRes) GetStatus() bool

func (*DeleteArtifactRes) ProtoMessage added in v1.1.0

func (*DeleteArtifactRes) ProtoMessage()

func (*DeleteArtifactRes) ProtoReflect added in v1.1.0

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

func (*DeleteArtifactRes) Reset added in v1.1.0

func (x *DeleteArtifactRes) Reset()

func (*DeleteArtifactRes) String added in v1.1.0

func (x *DeleteArtifactRes) String() string

func (*DeleteArtifactRes) Validate added in v1.1.0

func (m *DeleteArtifactRes) Validate() error

Validate checks the field values on DeleteArtifactRes 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 (*DeleteArtifactRes) ValidateAll added in v1.1.0

func (m *DeleteArtifactRes) ValidateAll() error

ValidateAll checks the field values on DeleteArtifactRes 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 DeleteArtifactResMultiError, or nil if none found.

type DeleteArtifactResMultiError added in v1.1.0

type DeleteArtifactResMultiError []error

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

func (DeleteArtifactResMultiError) AllErrors added in v1.1.0

func (m DeleteArtifactResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteArtifactResMultiError) Error added in v1.1.0

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

type DeleteArtifactResValidationError added in v1.1.0

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

DeleteArtifactResValidationError is the validation error returned by DeleteArtifactRes.Validate if the designated constraints aren't met.

func (DeleteArtifactResValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (DeleteArtifactResValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (DeleteArtifactResValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (DeleteArtifactResValidationError) Field added in v1.1.0

Field function returns field value.

func (DeleteArtifactResValidationError) Key added in v1.1.0

Key function returns key value.

func (DeleteArtifactResValidationError) Reason added in v1.1.0

Reason function returns reason value.

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 EnableSipDialInReq added in v1.2.0

type EnableSipDialInReq struct {
	RoomId          string `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	HidePhoneNumber bool   `protobuf:"varint,2,opt,name=hide_phone_number,json=hidePhoneNumber,proto3" json:"hide_phone_number,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableSipDialInReq) Descriptor deprecated added in v1.2.0

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

Deprecated: Use EnableSipDialInReq.ProtoReflect.Descriptor instead.

func (*EnableSipDialInReq) GetHidePhoneNumber added in v1.2.0

func (x *EnableSipDialInReq) GetHidePhoneNumber() bool

func (*EnableSipDialInReq) GetRoomId added in v1.2.0

func (x *EnableSipDialInReq) GetRoomId() string

func (*EnableSipDialInReq) ProtoMessage added in v1.2.0

func (*EnableSipDialInReq) ProtoMessage()

func (*EnableSipDialInReq) ProtoReflect added in v1.2.0

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

func (*EnableSipDialInReq) Reset added in v1.2.0

func (x *EnableSipDialInReq) Reset()

func (*EnableSipDialInReq) String added in v1.2.0

func (x *EnableSipDialInReq) String() string

func (*EnableSipDialInReq) Validate added in v1.2.0

func (m *EnableSipDialInReq) Validate() error

Validate checks the field values on EnableSipDialInReq 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 (*EnableSipDialInReq) ValidateAll added in v1.2.0

func (m *EnableSipDialInReq) ValidateAll() error

ValidateAll checks the field values on EnableSipDialInReq 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 EnableSipDialInReqMultiError, or nil if none found.

type EnableSipDialInReqMultiError added in v1.2.0

type EnableSipDialInReqMultiError []error

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

func (EnableSipDialInReqMultiError) AllErrors added in v1.2.0

func (m EnableSipDialInReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnableSipDialInReqMultiError) Error added in v1.2.0

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

type EnableSipDialInReqValidationError added in v1.2.0

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

EnableSipDialInReqValidationError is the validation error returned by EnableSipDialInReq.Validate if the designated constraints aren't met.

func (EnableSipDialInReqValidationError) Cause added in v1.2.0

Cause function returns cause value.

func (EnableSipDialInReqValidationError) Error added in v1.2.0

Error satisfies the builtin error interface

func (EnableSipDialInReqValidationError) ErrorName added in v1.2.0

ErrorName returns error name.

func (EnableSipDialInReqValidationError) Field added in v1.2.0

Field function returns field value.

func (EnableSipDialInReqValidationError) Key added in v1.2.0

Key function returns key value.

func (EnableSipDialInReqValidationError) Reason added in v1.2.0

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"`
	IncludedChatMessages           bool `protobuf:"varint,2,opt,name=included_chat_messages,json=includedChatMessages,proto3" json:"included_chat_messages,omitempty"`
	IncludedWhiteboard             bool `protobuf:"varint,3,opt,name=included_whiteboard,json=includedWhiteboard,proto3" json:"included_whiteboard,omitempty"`
	EnabledSelfInsertEncryptionKey bool `` /* 158-byte string literal not displayed */
	// internal fields
	EncryptionKey *string `protobuf:"bytes,4,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) GetEnabledSelfInsertEncryptionKey added in v1.0.14

func (x *EndToEndEncryptionFeatures) GetEnabledSelfInsertEncryptionKey() bool

func (*EndToEndEncryptionFeatures) GetEncryptionKey

func (x *EndToEndEncryptionFeatures) GetEncryptionKey() string

func (*EndToEndEncryptionFeatures) GetIncludedChatMessages

func (x *EndToEndEncryptionFeatures) GetIncludedChatMessages() bool

func (*EndToEndEncryptionFeatures) GetIncludedWhiteboard

func (x *EndToEndEncryptionFeatures) GetIncludedWhiteboard() bool

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 {

	// Deprecated: Marked as deprecated in plugnmeet_create_room.proto.
	AllowedExternalMediaPlayer *bool   `` /* 150-byte string literal not displayed */
	IsAllow                    bool    `protobuf:"varint,5,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"`
	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 deprecated

func (x *ExternalMediaPlayerFeatures) GetAllowedExternalMediaPlayer() bool

Deprecated: Marked as deprecated in plugnmeet_create_room.proto.

func (*ExternalMediaPlayerFeatures) GetIsActive

func (x *ExternalMediaPlayerFeatures) GetIsActive() bool

func (*ExternalMediaPlayerFeatures) GetIsAllow added in v1.1.0

func (x *ExternalMediaPlayerFeatures) GetIsAllow() 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 FetchAnalyticsReq

type FetchAnalyticsReq 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 (*FetchAnalyticsReq) Descriptor deprecated

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

Deprecated: Use FetchAnalyticsReq.ProtoReflect.Descriptor instead.

func (*FetchAnalyticsReq) GetFrom

func (x *FetchAnalyticsReq) GetFrom() uint32

func (*FetchAnalyticsReq) GetLimit

func (x *FetchAnalyticsReq) GetLimit() uint32

func (*FetchAnalyticsReq) GetOrderBy

func (x *FetchAnalyticsReq) GetOrderBy() string

func (*FetchAnalyticsReq) GetRoomIds

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

func (*FetchAnalyticsReq) ProtoMessage

func (*FetchAnalyticsReq) ProtoMessage()

func (*FetchAnalyticsReq) ProtoReflect

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

func (*FetchAnalyticsReq) Reset

func (x *FetchAnalyticsReq) Reset()

func (*FetchAnalyticsReq) String

func (x *FetchAnalyticsReq) String() string

func (*FetchAnalyticsReq) Validate

func (m *FetchAnalyticsReq) Validate() error

Validate checks the field values on FetchAnalyticsReq 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 (*FetchAnalyticsReq) ValidateAll

func (m *FetchAnalyticsReq) ValidateAll() error

ValidateAll checks the field values on FetchAnalyticsReq 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 FetchAnalyticsReqMultiError, or nil if none found.

type FetchAnalyticsReqMultiError

type FetchAnalyticsReqMultiError []error

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

func (FetchAnalyticsReqMultiError) AllErrors

func (m FetchAnalyticsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FetchAnalyticsReqMultiError) Error

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

type FetchAnalyticsReqValidationError

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

FetchAnalyticsReqValidationError is the validation error returned by FetchAnalyticsReq.Validate if the designated constraints aren't met.

func (FetchAnalyticsReqValidationError) Cause

Cause function returns cause value.

func (FetchAnalyticsReqValidationError) Error

Error satisfies the builtin error interface

func (FetchAnalyticsReqValidationError) ErrorName

ErrorName returns error name.

func (FetchAnalyticsReqValidationError) Field

Field function returns field value.

func (FetchAnalyticsReqValidationError) Key

Key function returns key value.

func (FetchAnalyticsReqValidationError) Reason

Reason function returns reason value.

type FetchAnalyticsRes

type FetchAnalyticsRes 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 *FetchAnalyticsResult `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchAnalyticsRes) Descriptor deprecated

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

Deprecated: Use FetchAnalyticsRes.ProtoReflect.Descriptor instead.

func (*FetchAnalyticsRes) GetMsg

func (x *FetchAnalyticsRes) GetMsg() string

func (*FetchAnalyticsRes) GetResult

func (x *FetchAnalyticsRes) GetResult() *FetchAnalyticsResult

func (*FetchAnalyticsRes) GetStatus

func (x *FetchAnalyticsRes) GetStatus() bool

func (*FetchAnalyticsRes) ProtoMessage

func (*FetchAnalyticsRes) ProtoMessage()

func (*FetchAnalyticsRes) ProtoReflect

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

func (*FetchAnalyticsRes) Reset

func (x *FetchAnalyticsRes) Reset()

func (*FetchAnalyticsRes) String

func (x *FetchAnalyticsRes) String() string

func (*FetchAnalyticsRes) Validate

func (m *FetchAnalyticsRes) Validate() error

Validate checks the field values on FetchAnalyticsRes 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 (*FetchAnalyticsRes) ValidateAll

func (m *FetchAnalyticsRes) ValidateAll() error

ValidateAll checks the field values on FetchAnalyticsRes 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 FetchAnalyticsResMultiError, or nil if none found.

type FetchAnalyticsResMultiError

type FetchAnalyticsResMultiError []error

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

func (FetchAnalyticsResMultiError) AllErrors

func (m FetchAnalyticsResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FetchAnalyticsResMultiError) Error

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

type FetchAnalyticsResValidationError

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

FetchAnalyticsResValidationError is the validation error returned by FetchAnalyticsRes.Validate if the designated constraints aren't met.

func (FetchAnalyticsResValidationError) Cause

Cause function returns cause value.

func (FetchAnalyticsResValidationError) Error

Error satisfies the builtin error interface

func (FetchAnalyticsResValidationError) ErrorName

ErrorName returns error name.

func (FetchAnalyticsResValidationError) Field

Field function returns field value.

func (FetchAnalyticsResValidationError) Key

Key function returns key value.

func (FetchAnalyticsResValidationError) Reason

Reason function returns reason value.

type FetchAnalyticsResult

type FetchAnalyticsResult struct {
	TotalAnalytics int64            `protobuf:"varint,1,opt,name=total_analytics,json=totalAnalytics,proto3" json:"total_analytics,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"`
	AnalyticsList  []*AnalyticsInfo `protobuf:"bytes,5,rep,name=analytics_list,json=analyticsList,proto3" json:"analytics_list,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchAnalyticsResult) Descriptor deprecated

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

Deprecated: Use FetchAnalyticsResult.ProtoReflect.Descriptor instead.

func (*FetchAnalyticsResult) GetAnalyticsList

func (x *FetchAnalyticsResult) GetAnalyticsList() []*AnalyticsInfo

func (*FetchAnalyticsResult) GetFrom

func (x *FetchAnalyticsResult) GetFrom() uint32

func (*FetchAnalyticsResult) GetLimit

func (x *FetchAnalyticsResult) GetLimit() uint32

func (*FetchAnalyticsResult) GetOrderBy

func (x *FetchAnalyticsResult) GetOrderBy() string

func (*FetchAnalyticsResult) GetTotalAnalytics

func (x *FetchAnalyticsResult) GetTotalAnalytics() int64

func (*FetchAnalyticsResult) ProtoMessage

func (*FetchAnalyticsResult) ProtoMessage()

func (*FetchAnalyticsResult) ProtoReflect

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

func (*FetchAnalyticsResult) Reset

func (x *FetchAnalyticsResult) Reset()

func (*FetchAnalyticsResult) String

func (x *FetchAnalyticsResult) String() string

func (*FetchAnalyticsResult) Validate

func (m *FetchAnalyticsResult) Validate() error

Validate checks the field values on FetchAnalyticsResult 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 (*FetchAnalyticsResult) ValidateAll

func (m *FetchAnalyticsResult) ValidateAll() error

ValidateAll checks the field values on FetchAnalyticsResult 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 FetchAnalyticsResultMultiError, or nil if none found.

type FetchAnalyticsResultMultiError

type FetchAnalyticsResultMultiError []error

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

func (FetchAnalyticsResultMultiError) AllErrors

func (m FetchAnalyticsResultMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FetchAnalyticsResultMultiError) Error

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

type FetchAnalyticsResultValidationError

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

FetchAnalyticsResultValidationError is the validation error returned by FetchAnalyticsResult.Validate if the designated constraints aren't met.

func (FetchAnalyticsResultValidationError) Cause

Cause function returns cause value.

func (FetchAnalyticsResultValidationError) Error

Error satisfies the builtin error interface

func (FetchAnalyticsResultValidationError) ErrorName

ErrorName returns error name.

func (FetchAnalyticsResultValidationError) Field

Field function returns field value.

func (FetchAnalyticsResultValidationError) Key

Key function returns key value.

func (FetchAnalyticsResultValidationError) Reason

Reason function returns reason value.

type FetchArtifactsReq added in v1.1.0

type FetchArtifactsReq struct {
	RoomIds []string `protobuf:"bytes,1,rep,name=room_ids,json=roomIds,proto3" json:"room_ids,omitempty"`
	// To get information about a particular session
	RoomSid *string           `protobuf:"bytes,2,opt,name=room_sid,json=roomSid,proto3,oneof" json:"room_sid,omitempty"`
	Type    *RoomArtifactType `protobuf:"varint,3,opt,name=type,proto3,enum=plugnmeet.RoomArtifactType,oneof" json:"type,omitempty"`
	From    uint64            `protobuf:"varint,4,opt,name=from,proto3" json:"from,omitempty"`
	Limit   uint64            `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"`
	OrderBy string            `protobuf:"bytes,6,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

Request to fetch a list of artifacts

func (*FetchArtifactsReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use FetchArtifactsReq.ProtoReflect.Descriptor instead.

func (*FetchArtifactsReq) GetFrom added in v1.1.0

func (x *FetchArtifactsReq) GetFrom() uint64

func (*FetchArtifactsReq) GetLimit added in v1.1.0

func (x *FetchArtifactsReq) GetLimit() uint64

func (*FetchArtifactsReq) GetOrderBy added in v1.1.0

func (x *FetchArtifactsReq) GetOrderBy() string

func (*FetchArtifactsReq) GetRoomIds added in v1.1.0

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

func (*FetchArtifactsReq) GetRoomSid added in v1.1.0

func (x *FetchArtifactsReq) GetRoomSid() string

func (*FetchArtifactsReq) GetType added in v1.1.0

func (x *FetchArtifactsReq) GetType() RoomArtifactType

func (*FetchArtifactsReq) ProtoMessage added in v1.1.0

func (*FetchArtifactsReq) ProtoMessage()

func (*FetchArtifactsReq) ProtoReflect added in v1.1.0

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

func (*FetchArtifactsReq) Reset added in v1.1.0

func (x *FetchArtifactsReq) Reset()

func (*FetchArtifactsReq) String added in v1.1.0

func (x *FetchArtifactsReq) String() string

func (*FetchArtifactsReq) Validate added in v1.1.0

func (m *FetchArtifactsReq) Validate() error

Validate checks the field values on FetchArtifactsReq 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 (*FetchArtifactsReq) ValidateAll added in v1.1.0

func (m *FetchArtifactsReq) ValidateAll() error

ValidateAll checks the field values on FetchArtifactsReq 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 FetchArtifactsReqMultiError, or nil if none found.

type FetchArtifactsReqMultiError added in v1.1.0

type FetchArtifactsReqMultiError []error

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

func (FetchArtifactsReqMultiError) AllErrors added in v1.1.0

func (m FetchArtifactsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FetchArtifactsReqMultiError) Error added in v1.1.0

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

type FetchArtifactsReqValidationError added in v1.1.0

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

FetchArtifactsReqValidationError is the validation error returned by FetchArtifactsReq.Validate if the designated constraints aren't met.

func (FetchArtifactsReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (FetchArtifactsReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (FetchArtifactsReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (FetchArtifactsReqValidationError) Field added in v1.1.0

Field function returns field value.

func (FetchArtifactsReqValidationError) Key added in v1.1.0

Key function returns key value.

func (FetchArtifactsReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type FetchArtifactsRes added in v1.1.0

type FetchArtifactsRes 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 *FetchArtifactsResult `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

Response for fetching artifacts

func (*FetchArtifactsRes) Descriptor deprecated added in v1.1.0

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

Deprecated: Use FetchArtifactsRes.ProtoReflect.Descriptor instead.

func (*FetchArtifactsRes) GetMsg added in v1.1.0

func (x *FetchArtifactsRes) GetMsg() string

func (*FetchArtifactsRes) GetResult added in v1.1.0

func (x *FetchArtifactsRes) GetResult() *FetchArtifactsResult

func (*FetchArtifactsRes) GetStatus added in v1.1.0

func (x *FetchArtifactsRes) GetStatus() bool

func (*FetchArtifactsRes) ProtoMessage added in v1.1.0

func (*FetchArtifactsRes) ProtoMessage()

func (*FetchArtifactsRes) ProtoReflect added in v1.1.0

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

func (*FetchArtifactsRes) Reset added in v1.1.0

func (x *FetchArtifactsRes) Reset()

func (*FetchArtifactsRes) String added in v1.1.0

func (x *FetchArtifactsRes) String() string

func (*FetchArtifactsRes) Validate added in v1.1.0

func (m *FetchArtifactsRes) Validate() error

Validate checks the field values on FetchArtifactsRes 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 (*FetchArtifactsRes) ValidateAll added in v1.1.0

func (m *FetchArtifactsRes) ValidateAll() error

ValidateAll checks the field values on FetchArtifactsRes 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 FetchArtifactsResMultiError, or nil if none found.

type FetchArtifactsResMultiError added in v1.1.0

type FetchArtifactsResMultiError []error

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

func (FetchArtifactsResMultiError) AllErrors added in v1.1.0

func (m FetchArtifactsResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FetchArtifactsResMultiError) Error added in v1.1.0

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

type FetchArtifactsResValidationError added in v1.1.0

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

FetchArtifactsResValidationError is the validation error returned by FetchArtifactsRes.Validate if the designated constraints aren't met.

func (FetchArtifactsResValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (FetchArtifactsResValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (FetchArtifactsResValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (FetchArtifactsResValidationError) Field added in v1.1.0

Field function returns field value.

func (FetchArtifactsResValidationError) Key added in v1.1.0

Key function returns key value.

func (FetchArtifactsResValidationError) Reason added in v1.1.0

Reason function returns reason value.

type FetchArtifactsResult added in v1.1.0

type FetchArtifactsResult struct {
	TotalArtifacts int64             `protobuf:"varint,1,opt,name=total_artifacts,json=totalArtifacts,proto3" json:"total_artifacts,omitempty"`
	From           uint64            `protobuf:"varint,2,opt,name=from,proto3" json:"from,omitempty"`
	Limit          uint64            `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"`
	Type           *RoomArtifactType `protobuf:"varint,5,opt,name=type,proto3,enum=plugnmeet.RoomArtifactType,oneof" json:"type,omitempty"`
	ArtifactsList  []*ArtifactInfo   `protobuf:"bytes,6,rep,name=artifacts_list,json=artifactsList,proto3" json:"artifacts_list,omitempty"`
	// contains filtered or unexported fields
}

Result for fetching artifacts

func (*FetchArtifactsResult) Descriptor deprecated added in v1.1.0

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

Deprecated: Use FetchArtifactsResult.ProtoReflect.Descriptor instead.

func (*FetchArtifactsResult) GetArtifactsList added in v1.1.0

func (x *FetchArtifactsResult) GetArtifactsList() []*ArtifactInfo

func (*FetchArtifactsResult) GetFrom added in v1.1.0

func (x *FetchArtifactsResult) GetFrom() uint64

func (*FetchArtifactsResult) GetLimit added in v1.1.0

func (x *FetchArtifactsResult) GetLimit() uint64

func (*FetchArtifactsResult) GetOrderBy added in v1.1.0

func (x *FetchArtifactsResult) GetOrderBy() string

func (*FetchArtifactsResult) GetTotalArtifacts added in v1.1.0

func (x *FetchArtifactsResult) GetTotalArtifacts() int64

func (*FetchArtifactsResult) GetType added in v1.1.0

func (*FetchArtifactsResult) ProtoMessage added in v1.1.0

func (*FetchArtifactsResult) ProtoMessage()

func (*FetchArtifactsResult) ProtoReflect added in v1.1.0

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

func (*FetchArtifactsResult) Reset added in v1.1.0

func (x *FetchArtifactsResult) Reset()

func (*FetchArtifactsResult) String added in v1.1.0

func (x *FetchArtifactsResult) String() string

func (*FetchArtifactsResult) Validate added in v1.1.0

func (m *FetchArtifactsResult) Validate() error

Validate checks the field values on FetchArtifactsResult 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 (*FetchArtifactsResult) ValidateAll added in v1.1.0

func (m *FetchArtifactsResult) ValidateAll() error

ValidateAll checks the field values on FetchArtifactsResult 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 FetchArtifactsResultMultiError, or nil if none found.

type FetchArtifactsResultMultiError added in v1.1.0

type FetchArtifactsResultMultiError []error

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

func (FetchArtifactsResultMultiError) AllErrors added in v1.1.0

func (m FetchArtifactsResultMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FetchArtifactsResultMultiError) Error added in v1.1.0

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

type FetchArtifactsResultValidationError added in v1.1.0

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

FetchArtifactsResultValidationError is the validation error returned by FetchArtifactsResult.Validate if the designated constraints aren't met.

func (FetchArtifactsResultValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (FetchArtifactsResultValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (FetchArtifactsResultValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (FetchArtifactsResultValidationError) Field added in v1.1.0

Field function returns field value.

func (FetchArtifactsResultValidationError) Key added in v1.1.0

Key function returns key value.

func (FetchArtifactsResultValidationError) Reason added in v1.1.0

Reason function returns reason value.

type FetchPastRoomsReq

type FetchPastRoomsReq 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 (*FetchPastRoomsReq) Descriptor deprecated

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

Deprecated: Use FetchPastRoomsReq.ProtoReflect.Descriptor instead.

func (*FetchPastRoomsReq) GetFrom

func (x *FetchPastRoomsReq) GetFrom() uint32

func (*FetchPastRoomsReq) GetLimit

func (x *FetchPastRoomsReq) GetLimit() uint32

func (*FetchPastRoomsReq) GetOrderBy

func (x *FetchPastRoomsReq) GetOrderBy() string

func (*FetchPastRoomsReq) GetRoomIds

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

func (*FetchPastRoomsReq) ProtoMessage

func (*FetchPastRoomsReq) ProtoMessage()

func (*FetchPastRoomsReq) ProtoReflect

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

func (*FetchPastRoomsReq) Reset

func (x *FetchPastRoomsReq) Reset()

func (*FetchPastRoomsReq) String

func (x *FetchPastRoomsReq) String() string

func (*FetchPastRoomsReq) Validate

func (m *FetchPastRoomsReq) Validate() error

Validate checks the field values on FetchPastRoomsReq 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 (*FetchPastRoomsReq) ValidateAll

func (m *FetchPastRoomsReq) ValidateAll() error

ValidateAll checks the field values on FetchPastRoomsReq 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 FetchPastRoomsReqMultiError, or nil if none found.

type FetchPastRoomsReqMultiError

type FetchPastRoomsReqMultiError []error

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

func (FetchPastRoomsReqMultiError) AllErrors

func (m FetchPastRoomsReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FetchPastRoomsReqMultiError) Error

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

type FetchPastRoomsReqValidationError

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

FetchPastRoomsReqValidationError is the validation error returned by FetchPastRoomsReq.Validate if the designated constraints aren't met.

func (FetchPastRoomsReqValidationError) Cause

Cause function returns cause value.

func (FetchPastRoomsReqValidationError) Error

Error satisfies the builtin error interface

func (FetchPastRoomsReqValidationError) ErrorName

ErrorName returns error name.

func (FetchPastRoomsReqValidationError) Field

Field function returns field value.

func (FetchPastRoomsReqValidationError) Key

Key function returns key value.

func (FetchPastRoomsReqValidationError) Reason

Reason function returns reason value.

type FetchPastRoomsRes

type FetchPastRoomsRes 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 *FetchPastRoomsResult `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchPastRoomsRes) Descriptor deprecated

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

Deprecated: Use FetchPastRoomsRes.ProtoReflect.Descriptor instead.

func (*FetchPastRoomsRes) GetMsg

func (x *FetchPastRoomsRes) GetMsg() string

func (*FetchPastRoomsRes) GetResult

func (x *FetchPastRoomsRes) GetResult() *FetchPastRoomsResult

func (*FetchPastRoomsRes) GetStatus

func (x *FetchPastRoomsRes) GetStatus() bool

func (*FetchPastRoomsRes) ProtoMessage

func (*FetchPastRoomsRes) ProtoMessage()

func (*FetchPastRoomsRes) ProtoReflect

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

func (*FetchPastRoomsRes) Reset

func (x *FetchPastRoomsRes) Reset()

func (*FetchPastRoomsRes) String

func (x *FetchPastRoomsRes) String() string

func (*FetchPastRoomsRes) Validate

func (m *FetchPastRoomsRes) Validate() error

Validate checks the field values on FetchPastRoomsRes 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 (*FetchPastRoomsRes) ValidateAll

func (m *FetchPastRoomsRes) ValidateAll() error

ValidateAll checks the field values on FetchPastRoomsRes 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 FetchPastRoomsResMultiError, or nil if none found.

type FetchPastRoomsResMultiError

type FetchPastRoomsResMultiError []error

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

func (FetchPastRoomsResMultiError) AllErrors

func (m FetchPastRoomsResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FetchPastRoomsResMultiError) Error

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

type FetchPastRoomsResValidationError

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

FetchPastRoomsResValidationError is the validation error returned by FetchPastRoomsRes.Validate if the designated constraints aren't met.

func (FetchPastRoomsResValidationError) Cause

Cause function returns cause value.

func (FetchPastRoomsResValidationError) Error

Error satisfies the builtin error interface

func (FetchPastRoomsResValidationError) ErrorName

ErrorName returns error name.

func (FetchPastRoomsResValidationError) Field

Field function returns field value.

func (FetchPastRoomsResValidationError) Key

Key function returns key value.

func (FetchPastRoomsResValidationError) Reason

Reason function returns reason value.

type FetchPastRoomsResult

type FetchPastRoomsResult struct {
	TotalRooms int64           `protobuf:"varint,1,opt,name=total_rooms,json=totalRooms,proto3" json:"total_rooms,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"`
	RoomsList  []*PastRoomInfo `protobuf:"bytes,5,rep,name=rooms_list,json=roomsList,proto3" json:"rooms_list,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchPastRoomsResult) Descriptor deprecated

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

Deprecated: Use FetchPastRoomsResult.ProtoReflect.Descriptor instead.

func (*FetchPastRoomsResult) GetFrom

func (x *FetchPastRoomsResult) GetFrom() uint32

func (*FetchPastRoomsResult) GetLimit

func (x *FetchPastRoomsResult) GetLimit() uint32

func (*FetchPastRoomsResult) GetOrderBy

func (x *FetchPastRoomsResult) GetOrderBy() string

func (*FetchPastRoomsResult) GetRoomsList

func (x *FetchPastRoomsResult) GetRoomsList() []*PastRoomInfo

func (*FetchPastRoomsResult) GetTotalRooms

func (x *FetchPastRoomsResult) GetTotalRooms() int64

func (*FetchPastRoomsResult) ProtoMessage

func (*FetchPastRoomsResult) ProtoMessage()

func (*FetchPastRoomsResult) ProtoReflect

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

func (*FetchPastRoomsResult) Reset

func (x *FetchPastRoomsResult) Reset()

func (*FetchPastRoomsResult) String

func (x *FetchPastRoomsResult) String() string

func (*FetchPastRoomsResult) Validate

func (m *FetchPastRoomsResult) Validate() error

Validate checks the field values on FetchPastRoomsResult 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 (*FetchPastRoomsResult) ValidateAll

func (m *FetchPastRoomsResult) ValidateAll() error

ValidateAll checks the field values on FetchPastRoomsResult 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 FetchPastRoomsResultMultiError, or nil if none found.

type FetchPastRoomsResultMultiError

type FetchPastRoomsResultMultiError []error

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

func (FetchPastRoomsResultMultiError) AllErrors

func (m FetchPastRoomsResultMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FetchPastRoomsResultMultiError) Error

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

type FetchPastRoomsResultValidationError

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

FetchPastRoomsResultValidationError is the validation error returned by FetchPastRoomsResult.Validate if the designated constraints aren't met.

func (FetchPastRoomsResultValidationError) Cause

Cause function returns cause value.

func (FetchPastRoomsResultValidationError) Error

Error satisfies the builtin error interface

func (FetchPastRoomsResultValidationError) ErrorName

ErrorName returns error name.

func (FetchPastRoomsResultValidationError) Field

Field function returns field value.

func (FetchPastRoomsResultValidationError) Key

Key function returns key value.

func (FetchPastRoomsResultValidationError) Reason

Reason function returns reason value.

type FetchRecordingsReq

type FetchRecordingsReq struct {
	RoomIds []string `protobuf:"bytes,1,rep,name=room_ids,json=roomIds,proto3" json:"room_ids,omitempty"`
	// To get information about a particular session
	RoomSid *string `protobuf:"bytes,2,opt,name=room_sid,json=roomSid,proto3,oneof" json:"room_sid,omitempty"`
	From    uint32  `protobuf:"varint,3,opt,name=from,proto3" json:"from,omitempty"`
	Limit   uint32  `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	OrderBy string  `protobuf:"bytes,5,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) GetRoomSid added in v1.1.0

func (x *FetchRecordingsReq) GetRoomSid() 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 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"`
	Renew         bool    `protobuf:"varint,6,opt,name=renew,proto3" json:"renew,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) GetRenew

func (x *GenerateAzureTokenRes) GetRenew() bool

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 GetAnalyticsDownloadTokenReq

type GetAnalyticsDownloadTokenReq struct {
	FileId string `protobuf:"bytes,1,opt,name=file_id,json=fileId,proto3" json:"file_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAnalyticsDownloadTokenReq) Descriptor deprecated

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

Deprecated: Use GetAnalyticsDownloadTokenReq.ProtoReflect.Descriptor instead.

func (*GetAnalyticsDownloadTokenReq) GetFileId

func (x *GetAnalyticsDownloadTokenReq) GetFileId() string

func (*GetAnalyticsDownloadTokenReq) ProtoMessage

func (*GetAnalyticsDownloadTokenReq) ProtoMessage()

func (*GetAnalyticsDownloadTokenReq) ProtoReflect

func (*GetAnalyticsDownloadTokenReq) Reset

func (x *GetAnalyticsDownloadTokenReq) Reset()

func (*GetAnalyticsDownloadTokenReq) String

func (*GetAnalyticsDownloadTokenReq) Validate

func (m *GetAnalyticsDownloadTokenReq) Validate() error

Validate checks the field values on GetAnalyticsDownloadTokenReq 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 (*GetAnalyticsDownloadTokenReq) ValidateAll

func (m *GetAnalyticsDownloadTokenReq) ValidateAll() error

ValidateAll checks the field values on GetAnalyticsDownloadTokenReq 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 GetAnalyticsDownloadTokenReqMultiError, or nil if none found.

type GetAnalyticsDownloadTokenReqMultiError

type GetAnalyticsDownloadTokenReqMultiError []error

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

func (GetAnalyticsDownloadTokenReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetAnalyticsDownloadTokenReqMultiError) Error

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

type GetAnalyticsDownloadTokenReqValidationError

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

GetAnalyticsDownloadTokenReqValidationError is the validation error returned by GetAnalyticsDownloadTokenReq.Validate if the designated constraints aren't met.

func (GetAnalyticsDownloadTokenReqValidationError) Cause

Cause function returns cause value.

func (GetAnalyticsDownloadTokenReqValidationError) Error

Error satisfies the builtin error interface

func (GetAnalyticsDownloadTokenReqValidationError) ErrorName

ErrorName returns error name.

func (GetAnalyticsDownloadTokenReqValidationError) Field

Field function returns field value.

func (GetAnalyticsDownloadTokenReqValidationError) Key

Key function returns key value.

func (GetAnalyticsDownloadTokenReqValidationError) Reason

Reason function returns reason value.

type GetAnalyticsDownloadTokenRes

type GetAnalyticsDownloadTokenRes 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 (*GetAnalyticsDownloadTokenRes) Descriptor deprecated

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

Deprecated: Use GetAnalyticsDownloadTokenRes.ProtoReflect.Descriptor instead.

func (*GetAnalyticsDownloadTokenRes) GetMsg

func (*GetAnalyticsDownloadTokenRes) GetStatus

func (x *GetAnalyticsDownloadTokenRes) GetStatus() bool

func (*GetAnalyticsDownloadTokenRes) GetToken

func (x *GetAnalyticsDownloadTokenRes) GetToken() string

func (*GetAnalyticsDownloadTokenRes) ProtoMessage

func (*GetAnalyticsDownloadTokenRes) ProtoMessage()

func (*GetAnalyticsDownloadTokenRes) ProtoReflect

func (*GetAnalyticsDownloadTokenRes) Reset

func (x *GetAnalyticsDownloadTokenRes) Reset()

func (*GetAnalyticsDownloadTokenRes) String

func (*GetAnalyticsDownloadTokenRes) Validate

func (m *GetAnalyticsDownloadTokenRes) Validate() error

Validate checks the field values on GetAnalyticsDownloadTokenRes 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 (*GetAnalyticsDownloadTokenRes) ValidateAll

func (m *GetAnalyticsDownloadTokenRes) ValidateAll() error

ValidateAll checks the field values on GetAnalyticsDownloadTokenRes 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 GetAnalyticsDownloadTokenResMultiError, or nil if none found.

type GetAnalyticsDownloadTokenResMultiError

type GetAnalyticsDownloadTokenResMultiError []error

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

func (GetAnalyticsDownloadTokenResMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetAnalyticsDownloadTokenResMultiError) Error

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

type GetAnalyticsDownloadTokenResValidationError

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

GetAnalyticsDownloadTokenResValidationError is the validation error returned by GetAnalyticsDownloadTokenRes.Validate if the designated constraints aren't met.

func (GetAnalyticsDownloadTokenResValidationError) Cause

Cause function returns cause value.

func (GetAnalyticsDownloadTokenResValidationError) Error

Error satisfies the builtin error interface

func (GetAnalyticsDownloadTokenResValidationError) ErrorName

ErrorName returns error name.

func (GetAnalyticsDownloadTokenResValidationError) Field

Field function returns field value.

func (GetAnalyticsDownloadTokenResValidationError) Key

Key function returns key value.

func (GetAnalyticsDownloadTokenResValidationError) Reason

Reason function returns reason value.

type GetArtifactDownloadTokenReq added in v1.1.0

type GetArtifactDownloadTokenReq struct {
	ArtifactId string `protobuf:"bytes,1,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	// contains filtered or unexported fields
}

Request to get a download token for an artifact

func (*GetArtifactDownloadTokenReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use GetArtifactDownloadTokenReq.ProtoReflect.Descriptor instead.

func (*GetArtifactDownloadTokenReq) GetArtifactId added in v1.1.0

func (x *GetArtifactDownloadTokenReq) GetArtifactId() string

func (*GetArtifactDownloadTokenReq) ProtoMessage added in v1.1.0

func (*GetArtifactDownloadTokenReq) ProtoMessage()

func (*GetArtifactDownloadTokenReq) ProtoReflect added in v1.1.0

func (*GetArtifactDownloadTokenReq) Reset added in v1.1.0

func (x *GetArtifactDownloadTokenReq) Reset()

func (*GetArtifactDownloadTokenReq) String added in v1.1.0

func (x *GetArtifactDownloadTokenReq) String() string

func (*GetArtifactDownloadTokenReq) Validate added in v1.1.0

func (m *GetArtifactDownloadTokenReq) Validate() error

Validate checks the field values on GetArtifactDownloadTokenReq 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 (*GetArtifactDownloadTokenReq) ValidateAll added in v1.1.0

func (m *GetArtifactDownloadTokenReq) ValidateAll() error

ValidateAll checks the field values on GetArtifactDownloadTokenReq 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 GetArtifactDownloadTokenReqMultiError, or nil if none found.

type GetArtifactDownloadTokenReqMultiError added in v1.1.0

type GetArtifactDownloadTokenReqMultiError []error

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

func (GetArtifactDownloadTokenReqMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (GetArtifactDownloadTokenReqMultiError) Error added in v1.1.0

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

type GetArtifactDownloadTokenReqValidationError added in v1.1.0

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

GetArtifactDownloadTokenReqValidationError is the validation error returned by GetArtifactDownloadTokenReq.Validate if the designated constraints aren't met.

func (GetArtifactDownloadTokenReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (GetArtifactDownloadTokenReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (GetArtifactDownloadTokenReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (GetArtifactDownloadTokenReqValidationError) Field added in v1.1.0

Field function returns field value.

func (GetArtifactDownloadTokenReqValidationError) Key added in v1.1.0

Key function returns key value.

func (GetArtifactDownloadTokenReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type GetArtifactDownloadTokenRes added in v1.1.0

type GetArtifactDownloadTokenRes 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
}

Response for a download token

func (*GetArtifactDownloadTokenRes) Descriptor deprecated added in v1.1.0

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

Deprecated: Use GetArtifactDownloadTokenRes.ProtoReflect.Descriptor instead.

func (*GetArtifactDownloadTokenRes) GetMsg added in v1.1.0

func (x *GetArtifactDownloadTokenRes) GetMsg() string

func (*GetArtifactDownloadTokenRes) GetStatus added in v1.1.0

func (x *GetArtifactDownloadTokenRes) GetStatus() bool

func (*GetArtifactDownloadTokenRes) GetToken added in v1.1.0

func (x *GetArtifactDownloadTokenRes) GetToken() string

func (*GetArtifactDownloadTokenRes) ProtoMessage added in v1.1.0

func (*GetArtifactDownloadTokenRes) ProtoMessage()

func (*GetArtifactDownloadTokenRes) ProtoReflect added in v1.1.0

func (*GetArtifactDownloadTokenRes) Reset added in v1.1.0

func (x *GetArtifactDownloadTokenRes) Reset()

func (*GetArtifactDownloadTokenRes) String added in v1.1.0

func (x *GetArtifactDownloadTokenRes) String() string

func (*GetArtifactDownloadTokenRes) Validate added in v1.1.0

func (m *GetArtifactDownloadTokenRes) Validate() error

Validate checks the field values on GetArtifactDownloadTokenRes 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 (*GetArtifactDownloadTokenRes) ValidateAll added in v1.1.0

func (m *GetArtifactDownloadTokenRes) ValidateAll() error

ValidateAll checks the field values on GetArtifactDownloadTokenRes 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 GetArtifactDownloadTokenResMultiError, or nil if none found.

type GetArtifactDownloadTokenResMultiError added in v1.1.0

type GetArtifactDownloadTokenResMultiError []error

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

func (GetArtifactDownloadTokenResMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (GetArtifactDownloadTokenResMultiError) Error added in v1.1.0

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

type GetArtifactDownloadTokenResValidationError added in v1.1.0

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

GetArtifactDownloadTokenResValidationError is the validation error returned by GetArtifactDownloadTokenRes.Validate if the designated constraints aren't met.

func (GetArtifactDownloadTokenResValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (GetArtifactDownloadTokenResValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (GetArtifactDownloadTokenResValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (GetArtifactDownloadTokenResValidationError) Field added in v1.1.0

Field function returns field value.

func (GetArtifactDownloadTokenResValidationError) Key added in v1.1.0

Key function returns key value.

func (GetArtifactDownloadTokenResValidationError) Reason added in v1.1.0

Reason function returns reason value.

type GetClientFilesRes added in v1.1.0

type GetClientFilesRes 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"`
	// Deprecated: Marked as deprecated in plugnmeet_auth_room.proto.
	Css []string `protobuf:"bytes,3,rep,name=css,proto3" json:"css,omitempty"`
	// Deprecated: Marked as deprecated in plugnmeet_auth_room.proto.
	Js               []string `protobuf:"bytes,4,rep,name=js,proto3" json:"js,omitempty"`
	CssFiles         []string `protobuf:"bytes,5,rep,name=css_files,json=cssFiles,proto3" json:"css_files,omitempty"`
	JsFiles          []string `protobuf:"bytes,6,rep,name=js_files,json=jsFiles,proto3" json:"js_files,omitempty"`
	StaticAssetsPath *string  `protobuf:"bytes,7,opt,name=static_assets_path,json=staticAssetsPath,proto3,oneof" json:"static_assets_path,omitempty"`
	// contains filtered or unexported fields
}

func (*GetClientFilesRes) Descriptor deprecated added in v1.1.0

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

Deprecated: Use GetClientFilesRes.ProtoReflect.Descriptor instead.

func (*GetClientFilesRes) GetCss deprecated added in v1.1.0

func (x *GetClientFilesRes) GetCss() []string

Deprecated: Marked as deprecated in plugnmeet_auth_room.proto.

func (*GetClientFilesRes) GetCssFiles added in v1.1.0

func (x *GetClientFilesRes) GetCssFiles() []string

func (*GetClientFilesRes) GetJs deprecated added in v1.1.0

func (x *GetClientFilesRes) GetJs() []string

Deprecated: Marked as deprecated in plugnmeet_auth_room.proto.

func (*GetClientFilesRes) GetJsFiles added in v1.1.0

func (x *GetClientFilesRes) GetJsFiles() []string

func (*GetClientFilesRes) GetMsg added in v1.1.0

func (x *GetClientFilesRes) GetMsg() string

func (*GetClientFilesRes) GetStaticAssetsPath added in v1.2.0

func (x *GetClientFilesRes) GetStaticAssetsPath() string

func (*GetClientFilesRes) GetStatus added in v1.1.0

func (x *GetClientFilesRes) GetStatus() bool

func (*GetClientFilesRes) ProtoMessage added in v1.1.0

func (*GetClientFilesRes) ProtoMessage()

func (*GetClientFilesRes) ProtoReflect added in v1.1.0

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

func (*GetClientFilesRes) Reset added in v1.1.0

func (x *GetClientFilesRes) Reset()

func (*GetClientFilesRes) String added in v1.1.0

func (x *GetClientFilesRes) String() string

func (*GetClientFilesRes) Validate added in v1.1.0

func (m *GetClientFilesRes) Validate() error

Validate checks the field values on GetClientFilesRes 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 (*GetClientFilesRes) ValidateAll added in v1.1.0

func (m *GetClientFilesRes) ValidateAll() error

ValidateAll checks the field values on GetClientFilesRes 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 GetClientFilesResMultiError, or nil if none found.

type GetClientFilesResMultiError added in v1.1.0

type GetClientFilesResMultiError []error

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

func (GetClientFilesResMultiError) AllErrors added in v1.1.0

func (m GetClientFilesResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetClientFilesResMultiError) Error added in v1.1.0

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

type GetClientFilesResValidationError added in v1.1.0

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

GetClientFilesResValidationError is the validation error returned by GetClientFilesRes.Validate if the designated constraints aren't met.

func (GetClientFilesResValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (GetClientFilesResValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (GetClientFilesResValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (GetClientFilesResValidationError) Field added in v1.1.0

Field function returns field value.

func (GetClientFilesResValidationError) Key added in v1.1.0

Key function returns key value.

func (GetClientFilesResValidationError) Reason added in v1.1.0

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 GetRoomUploadedFilesReq added in v1.1.0

type GetRoomUploadedFilesReq struct {
	RoomId   string               `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	FileType RoomUploadedFileType `protobuf:"varint,2,opt,name=file_type,json=fileType,proto3,enum=plugnmeet.RoomUploadedFileType" json:"file_type,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoomUploadedFilesReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use GetRoomUploadedFilesReq.ProtoReflect.Descriptor instead.

func (*GetRoomUploadedFilesReq) GetFileType added in v1.1.0

func (*GetRoomUploadedFilesReq) GetRoomId added in v1.1.0

func (x *GetRoomUploadedFilesReq) GetRoomId() string

func (*GetRoomUploadedFilesReq) ProtoMessage added in v1.1.0

func (*GetRoomUploadedFilesReq) ProtoMessage()

func (*GetRoomUploadedFilesReq) ProtoReflect added in v1.1.0

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

func (*GetRoomUploadedFilesReq) Reset added in v1.1.0

func (x *GetRoomUploadedFilesReq) Reset()

func (*GetRoomUploadedFilesReq) String added in v1.1.0

func (x *GetRoomUploadedFilesReq) String() string

func (*GetRoomUploadedFilesReq) Validate added in v1.1.0

func (m *GetRoomUploadedFilesReq) Validate() error

Validate checks the field values on GetRoomUploadedFilesReq 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 (*GetRoomUploadedFilesReq) ValidateAll added in v1.1.0

func (m *GetRoomUploadedFilesReq) ValidateAll() error

ValidateAll checks the field values on GetRoomUploadedFilesReq 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 GetRoomUploadedFilesReqMultiError, or nil if none found.

type GetRoomUploadedFilesReqMultiError added in v1.1.0

type GetRoomUploadedFilesReqMultiError []error

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

func (GetRoomUploadedFilesReqMultiError) AllErrors added in v1.1.0

func (m GetRoomUploadedFilesReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRoomUploadedFilesReqMultiError) Error added in v1.1.0

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

type GetRoomUploadedFilesReqValidationError added in v1.1.0

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

GetRoomUploadedFilesReqValidationError is the validation error returned by GetRoomUploadedFilesReq.Validate if the designated constraints aren't met.

func (GetRoomUploadedFilesReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (GetRoomUploadedFilesReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (GetRoomUploadedFilesReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (GetRoomUploadedFilesReqValidationError) Field added in v1.1.0

Field function returns field value.

func (GetRoomUploadedFilesReqValidationError) Key added in v1.1.0

Key function returns key value.

func (GetRoomUploadedFilesReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type GetRoomUploadedFilesRes added in v1.1.0

type GetRoomUploadedFilesRes 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"`
	Files  []*RoomUploadedFileMetadata `protobuf:"bytes,3,rep,name=files,proto3" json:"files,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoomUploadedFilesRes) Descriptor deprecated added in v1.1.0

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

Deprecated: Use GetRoomUploadedFilesRes.ProtoReflect.Descriptor instead.

func (*GetRoomUploadedFilesRes) GetFiles added in v1.1.0

func (*GetRoomUploadedFilesRes) GetMsg added in v1.1.0

func (x *GetRoomUploadedFilesRes) GetMsg() string

func (*GetRoomUploadedFilesRes) GetStatus added in v1.1.0

func (x *GetRoomUploadedFilesRes) GetStatus() bool

func (*GetRoomUploadedFilesRes) ProtoMessage added in v1.1.0

func (*GetRoomUploadedFilesRes) ProtoMessage()

func (*GetRoomUploadedFilesRes) ProtoReflect added in v1.1.0

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

func (*GetRoomUploadedFilesRes) Reset added in v1.1.0

func (x *GetRoomUploadedFilesRes) Reset()

func (*GetRoomUploadedFilesRes) String added in v1.1.0

func (x *GetRoomUploadedFilesRes) String() string

func (*GetRoomUploadedFilesRes) Validate added in v1.1.0

func (m *GetRoomUploadedFilesRes) Validate() error

Validate checks the field values on GetRoomUploadedFilesRes 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 (*GetRoomUploadedFilesRes) ValidateAll added in v1.1.0

func (m *GetRoomUploadedFilesRes) ValidateAll() error

ValidateAll checks the field values on GetRoomUploadedFilesRes 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 GetRoomUploadedFilesResMultiError, or nil if none found.

type GetRoomUploadedFilesResMultiError added in v1.1.0

type GetRoomUploadedFilesResMultiError []error

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

func (GetRoomUploadedFilesResMultiError) AllErrors added in v1.1.0

func (m GetRoomUploadedFilesResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRoomUploadedFilesResMultiError) Error added in v1.1.0

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

type GetRoomUploadedFilesResValidationError added in v1.1.0

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

GetRoomUploadedFilesResValidationError is the validation error returned by GetRoomUploadedFilesRes.Validate if the designated constraints aren't met.

func (GetRoomUploadedFilesResValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (GetRoomUploadedFilesResValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (GetRoomUploadedFilesResValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (GetRoomUploadedFilesResValidationError) Field added in v1.1.0

Field function returns field value.

func (GetRoomUploadedFilesResValidationError) Key added in v1.1.0

Key function returns key value.

func (GetRoomUploadedFilesResValidationError) Reason added in v1.1.0

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
	IngressInput_WHIP_INPUT IngressInput = 1
)

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 InsightsAIFeatures added in v1.1.0

type InsightsAIFeatures struct {
	IsAllow                      bool                                    `protobuf:"varint,1,opt,name=is_allow,json=isAllow,proto3" json:"is_allow,omitempty"`
	AiTextChatFeatures           *InsightsAITextChatFeatures             `protobuf:"bytes,2,opt,name=ai_text_chat_features,json=aiTextChatFeatures,proto3,oneof" json:"ai_text_chat_features,omitempty"`
	MeetingSummarizationFeatures *InsightsAIMeetingSummarizationFeatures `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InsightsAIFeatures) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsAIFeatures.ProtoReflect.Descriptor instead.

func (*InsightsAIFeatures) GetAiTextChatFeatures added in v1.1.0

func (x *InsightsAIFeatures) GetAiTextChatFeatures() *InsightsAITextChatFeatures

func (*InsightsAIFeatures) GetIsAllow added in v1.1.0

func (x *InsightsAIFeatures) GetIsAllow() bool

func (*InsightsAIFeatures) GetMeetingSummarizationFeatures added in v1.1.0

func (x *InsightsAIFeatures) GetMeetingSummarizationFeatures() *InsightsAIMeetingSummarizationFeatures

func (*InsightsAIFeatures) ProtoMessage added in v1.1.0

func (*InsightsAIFeatures) ProtoMessage()

func (*InsightsAIFeatures) ProtoReflect added in v1.1.0

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

func (*InsightsAIFeatures) Reset added in v1.1.0

func (x *InsightsAIFeatures) Reset()

func (*InsightsAIFeatures) String added in v1.1.0

func (x *InsightsAIFeatures) String() string

func (*InsightsAIFeatures) Validate added in v1.1.0

func (m *InsightsAIFeatures) Validate() error

Validate checks the field values on InsightsAIFeatures 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 (*InsightsAIFeatures) ValidateAll added in v1.1.0

func (m *InsightsAIFeatures) ValidateAll() error

ValidateAll checks the field values on InsightsAIFeatures 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 InsightsAIFeaturesMultiError, or nil if none found.

type InsightsAIFeaturesMultiError added in v1.1.0

type InsightsAIFeaturesMultiError []error

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

func (InsightsAIFeaturesMultiError) AllErrors added in v1.1.0

func (m InsightsAIFeaturesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InsightsAIFeaturesMultiError) Error added in v1.1.0

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

type InsightsAIFeaturesValidationError added in v1.1.0

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

InsightsAIFeaturesValidationError is the validation error returned by InsightsAIFeatures.Validate if the designated constraints aren't met.

func (InsightsAIFeaturesValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsAIFeaturesValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsAIFeaturesValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsAIFeaturesValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsAIFeaturesValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsAIFeaturesValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsAIMeetingSummarizationConfigReq added in v1.1.0

type InsightsAIMeetingSummarizationConfigReq struct {
	IsEnabled           bool   `protobuf:"varint,1,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	SummarizationPrompt string `protobuf:"bytes,3,opt,name=summarization_prompt,json=summarizationPrompt,proto3" json:"summarization_prompt,omitempty"`
	// contains filtered or unexported fields
}

func (*InsightsAIMeetingSummarizationConfigReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsAIMeetingSummarizationConfigReq.ProtoReflect.Descriptor instead.

func (*InsightsAIMeetingSummarizationConfigReq) GetIsEnabled added in v1.1.0

func (*InsightsAIMeetingSummarizationConfigReq) GetSummarizationPrompt added in v1.1.0

func (x *InsightsAIMeetingSummarizationConfigReq) GetSummarizationPrompt() string

func (*InsightsAIMeetingSummarizationConfigReq) ProtoMessage added in v1.1.0

func (*InsightsAIMeetingSummarizationConfigReq) ProtoReflect added in v1.1.0

func (*InsightsAIMeetingSummarizationConfigReq) Reset added in v1.1.0

func (*InsightsAIMeetingSummarizationConfigReq) String added in v1.1.0

func (*InsightsAIMeetingSummarizationConfigReq) Validate added in v1.1.0

Validate checks the field values on InsightsAIMeetingSummarizationConfigReq 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 (*InsightsAIMeetingSummarizationConfigReq) ValidateAll added in v1.1.0

ValidateAll checks the field values on InsightsAIMeetingSummarizationConfigReq 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 InsightsAIMeetingSummarizationConfigReqMultiError, or nil if none found.

type InsightsAIMeetingSummarizationConfigReqMultiError added in v1.1.0

type InsightsAIMeetingSummarizationConfigReqMultiError []error

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

func (InsightsAIMeetingSummarizationConfigReqMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsAIMeetingSummarizationConfigReqMultiError) Error added in v1.1.0

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

type InsightsAIMeetingSummarizationConfigReqValidationError added in v1.1.0

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

InsightsAIMeetingSummarizationConfigReqValidationError is the validation error returned by InsightsAIMeetingSummarizationConfigReq.Validate if the designated constraints aren't met.

func (InsightsAIMeetingSummarizationConfigReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsAIMeetingSummarizationConfigReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsAIMeetingSummarizationConfigReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsAIMeetingSummarizationConfigReqValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsAIMeetingSummarizationConfigReqValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsAIMeetingSummarizationConfigReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsAIMeetingSummarizationFeatures added in v1.1.0

type InsightsAIMeetingSummarizationFeatures struct {
	IsAllow             bool   `protobuf:"varint,1,opt,name=is_allow,json=isAllow,proto3" json:"is_allow,omitempty"`
	SummarizationPrompt string `protobuf:"bytes,2,opt,name=summarization_prompt,json=summarizationPrompt,proto3" json:"summarization_prompt,omitempty"`
	// all internal usage fields
	IsEnabled bool `protobuf:"varint,3,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*InsightsAIMeetingSummarizationFeatures) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsAIMeetingSummarizationFeatures.ProtoReflect.Descriptor instead.

func (*InsightsAIMeetingSummarizationFeatures) GetIsAllow added in v1.1.0

func (*InsightsAIMeetingSummarizationFeatures) GetIsEnabled added in v1.1.0

func (x *InsightsAIMeetingSummarizationFeatures) GetIsEnabled() bool

func (*InsightsAIMeetingSummarizationFeatures) GetSummarizationPrompt added in v1.1.0

func (x *InsightsAIMeetingSummarizationFeatures) GetSummarizationPrompt() string

func (*InsightsAIMeetingSummarizationFeatures) ProtoMessage added in v1.1.0

func (*InsightsAIMeetingSummarizationFeatures) ProtoReflect added in v1.1.0

func (*InsightsAIMeetingSummarizationFeatures) Reset added in v1.1.0

func (*InsightsAIMeetingSummarizationFeatures) String added in v1.1.0

func (*InsightsAIMeetingSummarizationFeatures) Validate added in v1.1.0

Validate checks the field values on InsightsAIMeetingSummarizationFeatures 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 (*InsightsAIMeetingSummarizationFeatures) ValidateAll added in v1.1.0

ValidateAll checks the field values on InsightsAIMeetingSummarizationFeatures 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 InsightsAIMeetingSummarizationFeaturesMultiError, or nil if none found.

type InsightsAIMeetingSummarizationFeaturesMultiError added in v1.1.0

type InsightsAIMeetingSummarizationFeaturesMultiError []error

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

func (InsightsAIMeetingSummarizationFeaturesMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsAIMeetingSummarizationFeaturesMultiError) Error added in v1.1.0

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

type InsightsAIMeetingSummarizationFeaturesValidationError added in v1.1.0

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

InsightsAIMeetingSummarizationFeaturesValidationError is the validation error returned by InsightsAIMeetingSummarizationFeatures.Validate if the designated constraints aren't met.

func (InsightsAIMeetingSummarizationFeaturesValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsAIMeetingSummarizationFeaturesValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsAIMeetingSummarizationFeaturesValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsAIMeetingSummarizationFeaturesValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsAIMeetingSummarizationFeaturesValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsAIMeetingSummarizationFeaturesValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsAITextChatConfigReq added in v1.1.0

type InsightsAITextChatConfigReq struct {
	IsEnabled         bool     `protobuf:"varint,1,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	IsAllowedEveryone bool     `protobuf:"varint,3,opt,name=is_allowed_everyone,json=isAllowedEveryone,proto3" json:"is_allowed_everyone,omitempty"`
	AllowedUserIds    []string `protobuf:"bytes,4,rep,name=allowed_user_ids,json=allowedUserIds,proto3" json:"allowed_user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*InsightsAITextChatConfigReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsAITextChatConfigReq.ProtoReflect.Descriptor instead.

func (*InsightsAITextChatConfigReq) GetAllowedUserIds added in v1.1.0

func (x *InsightsAITextChatConfigReq) GetAllowedUserIds() []string

func (*InsightsAITextChatConfigReq) GetIsAllowedEveryone added in v1.1.0

func (x *InsightsAITextChatConfigReq) GetIsAllowedEveryone() bool

func (*InsightsAITextChatConfigReq) GetIsEnabled added in v1.1.0

func (x *InsightsAITextChatConfigReq) GetIsEnabled() bool

func (*InsightsAITextChatConfigReq) ProtoMessage added in v1.1.0

func (*InsightsAITextChatConfigReq) ProtoMessage()

func (*InsightsAITextChatConfigReq) ProtoReflect added in v1.1.0

func (*InsightsAITextChatConfigReq) Reset added in v1.1.0

func (x *InsightsAITextChatConfigReq) Reset()

func (*InsightsAITextChatConfigReq) String added in v1.1.0

func (x *InsightsAITextChatConfigReq) String() string

func (*InsightsAITextChatConfigReq) Validate added in v1.1.0

func (m *InsightsAITextChatConfigReq) Validate() error

Validate checks the field values on InsightsAITextChatConfigReq 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 (*InsightsAITextChatConfigReq) ValidateAll added in v1.1.0

func (m *InsightsAITextChatConfigReq) ValidateAll() error

ValidateAll checks the field values on InsightsAITextChatConfigReq 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 InsightsAITextChatConfigReqMultiError, or nil if none found.

type InsightsAITextChatConfigReqMultiError added in v1.1.0

type InsightsAITextChatConfigReqMultiError []error

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

func (InsightsAITextChatConfigReqMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsAITextChatConfigReqMultiError) Error added in v1.1.0

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

type InsightsAITextChatConfigReqValidationError added in v1.1.0

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

InsightsAITextChatConfigReqValidationError is the validation error returned by InsightsAITextChatConfigReq.Validate if the designated constraints aren't met.

func (InsightsAITextChatConfigReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsAITextChatConfigReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsAITextChatConfigReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsAITextChatConfigReqValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsAITextChatConfigReqValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsAITextChatConfigReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsAITextChatContent added in v1.1.0

type InsightsAITextChatContent struct {
	Role     InsightsAITextChatRole `protobuf:"varint,1,opt,name=role,proto3,enum=plugnmeet.InsightsAITextChatRole" json:"role,omitempty"`
	Text     string                 `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	StreamId *string                `protobuf:"bytes,3,opt,name=stream_id,json=streamId,proto3,oneof" json:"stream_id,omitempty"`
	// contains filtered or unexported fields
}

func (*InsightsAITextChatContent) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsAITextChatContent.ProtoReflect.Descriptor instead.

func (*InsightsAITextChatContent) GetRole added in v1.1.0

func (*InsightsAITextChatContent) GetStreamId added in v1.1.0

func (x *InsightsAITextChatContent) GetStreamId() string

func (*InsightsAITextChatContent) GetText added in v1.1.0

func (x *InsightsAITextChatContent) GetText() string

func (*InsightsAITextChatContent) ProtoMessage added in v1.1.0

func (*InsightsAITextChatContent) ProtoMessage()

func (*InsightsAITextChatContent) ProtoReflect added in v1.1.0

func (*InsightsAITextChatContent) Reset added in v1.1.0

func (x *InsightsAITextChatContent) Reset()

func (*InsightsAITextChatContent) String added in v1.1.0

func (x *InsightsAITextChatContent) String() string

func (*InsightsAITextChatContent) Validate added in v1.1.0

func (m *InsightsAITextChatContent) Validate() error

Validate checks the field values on InsightsAITextChatContent 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 (*InsightsAITextChatContent) ValidateAll added in v1.1.0

func (m *InsightsAITextChatContent) ValidateAll() error

ValidateAll checks the field values on InsightsAITextChatContent 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 InsightsAITextChatContentMultiError, or nil if none found.

type InsightsAITextChatContentMultiError added in v1.1.0

type InsightsAITextChatContentMultiError []error

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

func (InsightsAITextChatContentMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsAITextChatContentMultiError) Error added in v1.1.0

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

type InsightsAITextChatContentValidationError added in v1.1.0

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

InsightsAITextChatContentValidationError is the validation error returned by InsightsAITextChatContent.Validate if the designated constraints aren't met.

func (InsightsAITextChatContentValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsAITextChatContentValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsAITextChatContentValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsAITextChatContentValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsAITextChatContentValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsAITextChatContentValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsAITextChatFeatures added in v1.1.0

type InsightsAITextChatFeatures struct {
	IsAllow bool `protobuf:"varint,1,opt,name=is_allow,json=isAllow,proto3" json:"is_allow,omitempty"`
	// all internal usage fields
	IsEnabled         bool     `protobuf:"varint,2,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	IsAllowedEveryone bool     `protobuf:"varint,3,opt,name=is_allowed_everyone,json=isAllowedEveryone,proto3" json:"is_allowed_everyone,omitempty"`
	AllowedUserIds    []string `protobuf:"bytes,4,rep,name=allowed_user_ids,json=allowedUserIds,proto3" json:"allowed_user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*InsightsAITextChatFeatures) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsAITextChatFeatures.ProtoReflect.Descriptor instead.

func (*InsightsAITextChatFeatures) GetAllowedUserIds added in v1.1.0

func (x *InsightsAITextChatFeatures) GetAllowedUserIds() []string

func (*InsightsAITextChatFeatures) GetIsAllow added in v1.1.0

func (x *InsightsAITextChatFeatures) GetIsAllow() bool

func (*InsightsAITextChatFeatures) GetIsAllowedEveryone added in v1.1.0

func (x *InsightsAITextChatFeatures) GetIsAllowedEveryone() bool

func (*InsightsAITextChatFeatures) GetIsEnabled added in v1.1.0

func (x *InsightsAITextChatFeatures) GetIsEnabled() bool

func (*InsightsAITextChatFeatures) ProtoMessage added in v1.1.0

func (*InsightsAITextChatFeatures) ProtoMessage()

func (*InsightsAITextChatFeatures) ProtoReflect added in v1.1.0

func (*InsightsAITextChatFeatures) Reset added in v1.1.0

func (x *InsightsAITextChatFeatures) Reset()

func (*InsightsAITextChatFeatures) String added in v1.1.0

func (x *InsightsAITextChatFeatures) String() string

func (*InsightsAITextChatFeatures) Validate added in v1.1.0

func (m *InsightsAITextChatFeatures) Validate() error

Validate checks the field values on InsightsAITextChatFeatures 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 (*InsightsAITextChatFeatures) ValidateAll added in v1.1.0

func (m *InsightsAITextChatFeatures) ValidateAll() error

ValidateAll checks the field values on InsightsAITextChatFeatures 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 InsightsAITextChatFeaturesMultiError, or nil if none found.

type InsightsAITextChatFeaturesMultiError added in v1.1.0

type InsightsAITextChatFeaturesMultiError []error

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

func (InsightsAITextChatFeaturesMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsAITextChatFeaturesMultiError) Error added in v1.1.0

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

type InsightsAITextChatFeaturesValidationError added in v1.1.0

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

InsightsAITextChatFeaturesValidationError is the validation error returned by InsightsAITextChatFeatures.Validate if the designated constraints aren't met.

func (InsightsAITextChatFeaturesValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsAITextChatFeaturesValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsAITextChatFeaturesValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsAITextChatFeaturesValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsAITextChatFeaturesValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsAITextChatFeaturesValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsAITextChatRole added in v1.1.0

type InsightsAITextChatRole int32

start AI Text Chat

const (
	InsightsAITextChatRole_INSIGHTS_AI_TEXT_CHAT_ROLE_UNSPECIFIED InsightsAITextChatRole = 0
	InsightsAITextChatRole_INSIGHTS_AI_TEXT_CHAT_ROLE_SYSTEM      InsightsAITextChatRole = 1
	InsightsAITextChatRole_INSIGHTS_AI_TEXT_CHAT_ROLE_USER        InsightsAITextChatRole = 2
	InsightsAITextChatRole_INSIGHTS_AI_TEXT_CHAT_ROLE_MODEL       InsightsAITextChatRole = 3
)

func (InsightsAITextChatRole) Descriptor added in v1.1.0

func (InsightsAITextChatRole) Enum added in v1.1.0

func (InsightsAITextChatRole) EnumDescriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsAITextChatRole.Descriptor instead.

func (InsightsAITextChatRole) Number added in v1.1.0

func (InsightsAITextChatRole) String added in v1.1.0

func (x InsightsAITextChatRole) String() string

func (InsightsAITextChatRole) Type added in v1.1.0

type InsightsAITextChatStreamResult added in v1.1.0

type InsightsAITextChatStreamResult struct {
	Id               string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Text             string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	IsLastChunk      bool   `protobuf:"varint,3,opt,name=is_last_chunk,json=isLastChunk,proto3" json:"is_last_chunk,omitempty"`
	PromptTokens     uint32 `protobuf:"varint,4,opt,name=prompt_tokens,json=promptTokens,proto3" json:"prompt_tokens,omitempty"`
	CompletionTokens uint32 `protobuf:"varint,5,opt,name=completion_tokens,json=completionTokens,proto3" json:"completion_tokens,omitempty"`
	TotalTokens      uint32 `protobuf:"varint,6,opt,name=total_tokens,json=totalTokens,proto3" json:"total_tokens,omitempty"`
	CreatedAt        string `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	// contains filtered or unexported fields
}

func (*InsightsAITextChatStreamResult) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsAITextChatStreamResult.ProtoReflect.Descriptor instead.

func (*InsightsAITextChatStreamResult) GetCompletionTokens added in v1.1.0

func (x *InsightsAITextChatStreamResult) GetCompletionTokens() uint32

func (*InsightsAITextChatStreamResult) GetCreatedAt added in v1.1.0

func (x *InsightsAITextChatStreamResult) GetCreatedAt() string

func (*InsightsAITextChatStreamResult) GetId added in v1.1.0

func (*InsightsAITextChatStreamResult) GetIsLastChunk added in v1.1.0

func (x *InsightsAITextChatStreamResult) GetIsLastChunk() bool

func (*InsightsAITextChatStreamResult) GetPromptTokens added in v1.1.0

func (x *InsightsAITextChatStreamResult) GetPromptTokens() uint32

func (*InsightsAITextChatStreamResult) GetText added in v1.1.0

func (*InsightsAITextChatStreamResult) GetTotalTokens added in v1.1.0

func (x *InsightsAITextChatStreamResult) GetTotalTokens() uint32

func (*InsightsAITextChatStreamResult) ProtoMessage added in v1.1.0

func (*InsightsAITextChatStreamResult) ProtoMessage()

func (*InsightsAITextChatStreamResult) ProtoReflect added in v1.1.0

func (*InsightsAITextChatStreamResult) Reset added in v1.1.0

func (x *InsightsAITextChatStreamResult) Reset()

func (*InsightsAITextChatStreamResult) String added in v1.1.0

func (*InsightsAITextChatStreamResult) Validate added in v1.1.0

func (m *InsightsAITextChatStreamResult) Validate() error

Validate checks the field values on InsightsAITextChatStreamResult 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 (*InsightsAITextChatStreamResult) ValidateAll added in v1.1.0

func (m *InsightsAITextChatStreamResult) ValidateAll() error

ValidateAll checks the field values on InsightsAITextChatStreamResult 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 InsightsAITextChatStreamResultMultiError, or nil if none found.

type InsightsAITextChatStreamResultMultiError added in v1.1.0

type InsightsAITextChatStreamResultMultiError []error

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

func (InsightsAITextChatStreamResultMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsAITextChatStreamResultMultiError) Error added in v1.1.0

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

type InsightsAITextChatStreamResultValidationError added in v1.1.0

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

InsightsAITextChatStreamResultValidationError is the validation error returned by InsightsAITextChatStreamResult.Validate if the designated constraints aren't met.

func (InsightsAITextChatStreamResultValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsAITextChatStreamResultValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsAITextChatStreamResultValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsAITextChatStreamResultValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsAITextChatStreamResultValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsAITextChatStreamResultValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsChatTranslationConfigReq added in v1.1.0

type InsightsChatTranslationConfigReq struct {
	IsEnabled         bool     `protobuf:"varint,1,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	AllowedTransLangs []string `protobuf:"bytes,5,rep,name=allowed_trans_langs,json=allowedTransLangs,proto3" json:"allowed_trans_langs,omitempty"`
	DefaultLang       *string  `protobuf:"bytes,6,opt,name=default_lang,json=defaultLang,proto3,oneof" json:"default_lang,omitempty"`
	// contains filtered or unexported fields
}

func (*InsightsChatTranslationConfigReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsChatTranslationConfigReq.ProtoReflect.Descriptor instead.

func (*InsightsChatTranslationConfigReq) GetAllowedTransLangs added in v1.1.0

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

func (*InsightsChatTranslationConfigReq) GetDefaultLang added in v1.1.0

func (x *InsightsChatTranslationConfigReq) GetDefaultLang() string

func (*InsightsChatTranslationConfigReq) GetIsEnabled added in v1.1.0

func (x *InsightsChatTranslationConfigReq) GetIsEnabled() bool

func (*InsightsChatTranslationConfigReq) ProtoMessage added in v1.1.0

func (*InsightsChatTranslationConfigReq) ProtoMessage()

func (*InsightsChatTranslationConfigReq) ProtoReflect added in v1.1.0

func (*InsightsChatTranslationConfigReq) Reset added in v1.1.0

func (*InsightsChatTranslationConfigReq) String added in v1.1.0

func (*InsightsChatTranslationConfigReq) Validate added in v1.1.0

Validate checks the field values on InsightsChatTranslationConfigReq 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 (*InsightsChatTranslationConfigReq) ValidateAll added in v1.1.0

func (m *InsightsChatTranslationConfigReq) ValidateAll() error

ValidateAll checks the field values on InsightsChatTranslationConfigReq 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 InsightsChatTranslationConfigReqMultiError, or nil if none found.

type InsightsChatTranslationConfigReqMultiError added in v1.1.0

type InsightsChatTranslationConfigReqMultiError []error

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

func (InsightsChatTranslationConfigReqMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsChatTranslationConfigReqMultiError) Error added in v1.1.0

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

type InsightsChatTranslationConfigReqValidationError added in v1.1.0

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

InsightsChatTranslationConfigReqValidationError is the validation error returned by InsightsChatTranslationConfigReq.Validate if the designated constraints aren't met.

func (InsightsChatTranslationConfigReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsChatTranslationConfigReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsChatTranslationConfigReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsChatTranslationConfigReqValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsChatTranslationConfigReqValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsChatTranslationConfigReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsChatTranslationFeatures added in v1.1.0

type InsightsChatTranslationFeatures struct {
	IsAllow bool `protobuf:"varint,1,opt,name=is_allow,json=isAllow,proto3" json:"is_allow,omitempty"`
	// all internal usage fields
	IsEnabled             bool     `protobuf:"varint,2,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	AllowedTransLangs     []string `protobuf:"bytes,3,rep,name=allowed_trans_langs,json=allowedTransLangs,proto3" json:"allowed_trans_langs,omitempty"`
	MaxSelectedTransLangs int32    `` /* 129-byte string literal not displayed */
	DefaultLang           *string  `protobuf:"bytes,5,opt,name=default_lang,json=defaultLang,proto3,oneof" json:"default_lang,omitempty"`
	// contains filtered or unexported fields
}

func (*InsightsChatTranslationFeatures) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsChatTranslationFeatures.ProtoReflect.Descriptor instead.

func (*InsightsChatTranslationFeatures) GetAllowedTransLangs added in v1.1.0

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

func (*InsightsChatTranslationFeatures) GetDefaultLang added in v1.1.0

func (x *InsightsChatTranslationFeatures) GetDefaultLang() string

func (*InsightsChatTranslationFeatures) GetIsAllow added in v1.1.0

func (x *InsightsChatTranslationFeatures) GetIsAllow() bool

func (*InsightsChatTranslationFeatures) GetIsEnabled added in v1.1.0

func (x *InsightsChatTranslationFeatures) GetIsEnabled() bool

func (*InsightsChatTranslationFeatures) GetMaxSelectedTransLangs added in v1.1.0

func (x *InsightsChatTranslationFeatures) GetMaxSelectedTransLangs() int32

func (*InsightsChatTranslationFeatures) ProtoMessage added in v1.1.0

func (*InsightsChatTranslationFeatures) ProtoMessage()

func (*InsightsChatTranslationFeatures) ProtoReflect added in v1.1.0

func (*InsightsChatTranslationFeatures) Reset added in v1.1.0

func (*InsightsChatTranslationFeatures) String added in v1.1.0

func (*InsightsChatTranslationFeatures) Validate added in v1.1.0

func (m *InsightsChatTranslationFeatures) Validate() error

Validate checks the field values on InsightsChatTranslationFeatures 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 (*InsightsChatTranslationFeatures) ValidateAll added in v1.1.0

func (m *InsightsChatTranslationFeatures) ValidateAll() error

ValidateAll checks the field values on InsightsChatTranslationFeatures 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 InsightsChatTranslationFeaturesMultiError, or nil if none found.

type InsightsChatTranslationFeaturesMultiError added in v1.1.0

type InsightsChatTranslationFeaturesMultiError []error

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

func (InsightsChatTranslationFeaturesMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsChatTranslationFeaturesMultiError) Error added in v1.1.0

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

type InsightsChatTranslationFeaturesValidationError added in v1.1.0

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

InsightsChatTranslationFeaturesValidationError is the validation error returned by InsightsChatTranslationFeatures.Validate if the designated constraints aren't met.

func (InsightsChatTranslationFeaturesValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsChatTranslationFeaturesValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsChatTranslationFeaturesValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsChatTranslationFeaturesValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsChatTranslationFeaturesValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsChatTranslationFeaturesValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsFeatures added in v1.1.0

type InsightsFeatures struct {
	IsAllow                 bool                             `protobuf:"varint,1,opt,name=is_allow,json=isAllow,proto3" json:"is_allow,omitempty"` // Allow/disallow all insights features for this room
	TranscriptionFeatures   *InsightsTranscriptionFeatures   ``                                                                                    /* 130-byte string literal not displayed */
	ChatTranslationFeatures *InsightsChatTranslationFeatures ``                                                                                    /* 138-byte string literal not displayed */
	AiFeatures              *InsightsAIFeatures              `protobuf:"bytes,4,opt,name=ai_features,json=aiFeatures,proto3,oneof" json:"ai_features,omitempty"`
	// contains filtered or unexported fields
}

func (*InsightsFeatures) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsFeatures.ProtoReflect.Descriptor instead.

func (*InsightsFeatures) GetAiFeatures added in v1.1.0

func (x *InsightsFeatures) GetAiFeatures() *InsightsAIFeatures

func (*InsightsFeatures) GetChatTranslationFeatures added in v1.1.0

func (x *InsightsFeatures) GetChatTranslationFeatures() *InsightsChatTranslationFeatures

func (*InsightsFeatures) GetIsAllow added in v1.1.0

func (x *InsightsFeatures) GetIsAllow() bool

func (*InsightsFeatures) GetTranscriptionFeatures added in v1.1.0

func (x *InsightsFeatures) GetTranscriptionFeatures() *InsightsTranscriptionFeatures

func (*InsightsFeatures) ProtoMessage added in v1.1.0

func (*InsightsFeatures) ProtoMessage()

func (*InsightsFeatures) ProtoReflect added in v1.1.0

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

func (*InsightsFeatures) Reset added in v1.1.0

func (x *InsightsFeatures) Reset()

func (*InsightsFeatures) String added in v1.1.0

func (x *InsightsFeatures) String() string

func (*InsightsFeatures) Validate added in v1.1.0

func (m *InsightsFeatures) Validate() error

Validate checks the field values on InsightsFeatures 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 (*InsightsFeatures) ValidateAll added in v1.1.0

func (m *InsightsFeatures) ValidateAll() error

ValidateAll checks the field values on InsightsFeatures 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 InsightsFeaturesMultiError, or nil if none found.

type InsightsFeaturesMultiError added in v1.1.0

type InsightsFeaturesMultiError []error

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

func (InsightsFeaturesMultiError) AllErrors added in v1.1.0

func (m InsightsFeaturesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InsightsFeaturesMultiError) Error added in v1.1.0

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

type InsightsFeaturesValidationError added in v1.1.0

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

InsightsFeaturesValidationError is the validation error returned by InsightsFeatures.Validate if the designated constraints aren't met.

func (InsightsFeaturesValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsFeaturesValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsFeaturesValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsFeaturesValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsFeaturesValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsFeaturesValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsGetSupportedLanguagesReq added in v1.1.0

type InsightsGetSupportedLanguagesReq struct {
	ServiceType InsightsServiceType `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InsightsGetSupportedLanguagesReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsGetSupportedLanguagesReq.ProtoReflect.Descriptor instead.

func (*InsightsGetSupportedLanguagesReq) GetServiceType added in v1.1.0

func (*InsightsGetSupportedLanguagesReq) ProtoMessage added in v1.1.0

func (*InsightsGetSupportedLanguagesReq) ProtoMessage()

func (*InsightsGetSupportedLanguagesReq) ProtoReflect added in v1.1.0

func (*InsightsGetSupportedLanguagesReq) Reset added in v1.1.0

func (*InsightsGetSupportedLanguagesReq) String added in v1.1.0

func (*InsightsGetSupportedLanguagesReq) Validate added in v1.1.0

Validate checks the field values on InsightsGetSupportedLanguagesReq 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 (*InsightsGetSupportedLanguagesReq) ValidateAll added in v1.1.0

func (m *InsightsGetSupportedLanguagesReq) ValidateAll() error

ValidateAll checks the field values on InsightsGetSupportedLanguagesReq 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 InsightsGetSupportedLanguagesReqMultiError, or nil if none found.

type InsightsGetSupportedLanguagesReqMultiError added in v1.1.0

type InsightsGetSupportedLanguagesReqMultiError []error

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

func (InsightsGetSupportedLanguagesReqMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsGetSupportedLanguagesReqMultiError) Error added in v1.1.0

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

type InsightsGetSupportedLanguagesReqValidationError added in v1.1.0

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

InsightsGetSupportedLanguagesReqValidationError is the validation error returned by InsightsGetSupportedLanguagesReq.Validate if the designated constraints aren't met.

func (InsightsGetSupportedLanguagesReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsGetSupportedLanguagesReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsGetSupportedLanguagesReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsGetSupportedLanguagesReqValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsGetSupportedLanguagesReqValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsGetSupportedLanguagesReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsGetSupportedLanguagesRes added in v1.1.0

type InsightsGetSupportedLanguagesRes 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"`
	Languages []*InsightsSupportedLangInfo `protobuf:"bytes,3,rep,name=languages,proto3" json:"languages,omitempty"`
	// contains filtered or unexported fields
}

func (*InsightsGetSupportedLanguagesRes) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsGetSupportedLanguagesRes.ProtoReflect.Descriptor instead.

func (*InsightsGetSupportedLanguagesRes) GetLanguages added in v1.1.0

func (*InsightsGetSupportedLanguagesRes) GetMsg added in v1.1.0

func (*InsightsGetSupportedLanguagesRes) GetStatus added in v1.1.0

func (x *InsightsGetSupportedLanguagesRes) GetStatus() bool

func (*InsightsGetSupportedLanguagesRes) ProtoMessage added in v1.1.0

func (*InsightsGetSupportedLanguagesRes) ProtoMessage()

func (*InsightsGetSupportedLanguagesRes) ProtoReflect added in v1.1.0

func (*InsightsGetSupportedLanguagesRes) Reset added in v1.1.0

func (*InsightsGetSupportedLanguagesRes) String added in v1.1.0

func (*InsightsGetSupportedLanguagesRes) Validate added in v1.1.0

Validate checks the field values on InsightsGetSupportedLanguagesRes 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 (*InsightsGetSupportedLanguagesRes) ValidateAll added in v1.1.0

func (m *InsightsGetSupportedLanguagesRes) ValidateAll() error

ValidateAll checks the field values on InsightsGetSupportedLanguagesRes 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 InsightsGetSupportedLanguagesResMultiError, or nil if none found.

type InsightsGetSupportedLanguagesResMultiError added in v1.1.0

type InsightsGetSupportedLanguagesResMultiError []error

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

func (InsightsGetSupportedLanguagesResMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsGetSupportedLanguagesResMultiError) Error added in v1.1.0

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

type InsightsGetSupportedLanguagesResValidationError added in v1.1.0

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

InsightsGetSupportedLanguagesResValidationError is the validation error returned by InsightsGetSupportedLanguagesRes.Validate if the designated constraints aren't met.

func (InsightsGetSupportedLanguagesResValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsGetSupportedLanguagesResValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsGetSupportedLanguagesResValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsGetSupportedLanguagesResValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsGetSupportedLanguagesResValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsGetSupportedLanguagesResValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsGetUserStatusRes added in v1.1.0

type InsightsGetUserStatusRes 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"`
	ServiceType                 InsightsServiceType `` /* 130-byte string literal not displayed */
	IsActive                    bool                `protobuf:"varint,4,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	SpokenLang                  *string             `protobuf:"bytes,5,opt,name=spoken_lang,json=spokenLang,proto3,oneof" json:"spoken_lang,omitempty"`
	AllowedTranscriptionStorage *bool               `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InsightsGetUserStatusRes) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsGetUserStatusRes.ProtoReflect.Descriptor instead.

func (*InsightsGetUserStatusRes) GetAllowedTranscriptionStorage added in v1.1.0

func (x *InsightsGetUserStatusRes) GetAllowedTranscriptionStorage() bool

func (*InsightsGetUserStatusRes) GetIsActive added in v1.1.0

func (x *InsightsGetUserStatusRes) GetIsActive() bool

func (*InsightsGetUserStatusRes) GetMsg added in v1.1.0

func (x *InsightsGetUserStatusRes) GetMsg() string

func (*InsightsGetUserStatusRes) GetServiceType added in v1.1.0

func (x *InsightsGetUserStatusRes) GetServiceType() InsightsServiceType

func (*InsightsGetUserStatusRes) GetSpokenLang added in v1.1.0

func (x *InsightsGetUserStatusRes) GetSpokenLang() string

func (*InsightsGetUserStatusRes) GetStatus added in v1.1.0

func (x *InsightsGetUserStatusRes) GetStatus() bool

func (*InsightsGetUserStatusRes) ProtoMessage added in v1.1.0

func (*InsightsGetUserStatusRes) ProtoMessage()

func (*InsightsGetUserStatusRes) ProtoReflect added in v1.1.0

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

func (*InsightsGetUserStatusRes) Reset added in v1.1.0

func (x *InsightsGetUserStatusRes) Reset()

func (*InsightsGetUserStatusRes) String added in v1.1.0

func (x *InsightsGetUserStatusRes) String() string

func (*InsightsGetUserStatusRes) Validate added in v1.1.0

func (m *InsightsGetUserStatusRes) Validate() error

Validate checks the field values on InsightsGetUserStatusRes 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 (*InsightsGetUserStatusRes) ValidateAll added in v1.1.0

func (m *InsightsGetUserStatusRes) ValidateAll() error

ValidateAll checks the field values on InsightsGetUserStatusRes 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 InsightsGetUserStatusResMultiError, or nil if none found.

type InsightsGetUserStatusResMultiError added in v1.1.0

type InsightsGetUserStatusResMultiError []error

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

func (InsightsGetUserStatusResMultiError) AllErrors added in v1.1.0

func (m InsightsGetUserStatusResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InsightsGetUserStatusResMultiError) Error added in v1.1.0

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

type InsightsGetUserStatusResValidationError added in v1.1.0

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

InsightsGetUserStatusResValidationError is the validation error returned by InsightsGetUserStatusRes.Validate if the designated constraints aren't met.

func (InsightsGetUserStatusResValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsGetUserStatusResValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsGetUserStatusResValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsGetUserStatusResValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsGetUserStatusResValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsGetUserStatusResValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsServiceType added in v1.1.0

type InsightsServiceType int32
const (
	InsightsServiceType_INSIGHTS_SERVICE_TYPE_UNSPECIFIED         InsightsServiceType = 0
	InsightsServiceType_INSIGHTS_SERVICE_TYPE_TRANSCRIPTION       InsightsServiceType = 1
	InsightsServiceType_INSIGHTS_SERVICE_TYPE_TRANSLATION         InsightsServiceType = 2
	InsightsServiceType_INSIGHTS_SERVICE_TYPE_SPEECH_SYNTHESIS    InsightsServiceType = 3
	InsightsServiceType_INSIGHTS_SERVICE_TYPE_AI_TEXT_CHAT        InsightsServiceType = 4
	InsightsServiceType_INSIGHTS_SERVICE_TYPE_CHAT_TRANSLATION    InsightsServiceType = 5
	InsightsServiceType_INSIGHTS_SERVICE_TYPE_MEETING_SUMMARIZING InsightsServiceType = 6
)

func (InsightsServiceType) Descriptor added in v1.1.0

func (InsightsServiceType) Enum added in v1.1.0

func (InsightsServiceType) EnumDescriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsServiceType.Descriptor instead.

func (InsightsServiceType) Number added in v1.1.0

func (InsightsServiceType) String added in v1.1.0

func (x InsightsServiceType) String() string

func (InsightsServiceType) Type added in v1.1.0

type InsightsSupportedLangInfo added in v1.1.0

type InsightsSupportedLangInfo struct {
	Code   string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Locale string `protobuf:"bytes,3,opt,name=locale,proto3" json:"locale,omitempty"`
	// contains filtered or unexported fields
}

func (*InsightsSupportedLangInfo) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsSupportedLangInfo.ProtoReflect.Descriptor instead.

func (*InsightsSupportedLangInfo) GetCode added in v1.1.0

func (x *InsightsSupportedLangInfo) GetCode() string

func (*InsightsSupportedLangInfo) GetLocale added in v1.1.0

func (x *InsightsSupportedLangInfo) GetLocale() string

func (*InsightsSupportedLangInfo) GetName added in v1.1.0

func (x *InsightsSupportedLangInfo) GetName() string

func (*InsightsSupportedLangInfo) ProtoMessage added in v1.1.0

func (*InsightsSupportedLangInfo) ProtoMessage()

func (*InsightsSupportedLangInfo) ProtoReflect added in v1.1.0

func (*InsightsSupportedLangInfo) Reset added in v1.1.0

func (x *InsightsSupportedLangInfo) Reset()

func (*InsightsSupportedLangInfo) String added in v1.1.0

func (x *InsightsSupportedLangInfo) String() string

func (*InsightsSupportedLangInfo) Validate added in v1.1.0

func (m *InsightsSupportedLangInfo) Validate() error

Validate checks the field values on InsightsSupportedLangInfo 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 (*InsightsSupportedLangInfo) ValidateAll added in v1.1.0

func (m *InsightsSupportedLangInfo) ValidateAll() error

ValidateAll checks the field values on InsightsSupportedLangInfo 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 InsightsSupportedLangInfoMultiError, or nil if none found.

type InsightsSupportedLangInfoMultiError added in v1.1.0

type InsightsSupportedLangInfoMultiError []error

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

func (InsightsSupportedLangInfoMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsSupportedLangInfoMultiError) Error added in v1.1.0

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

type InsightsSupportedLangInfoValidationError added in v1.1.0

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

InsightsSupportedLangInfoValidationError is the validation error returned by InsightsSupportedLangInfo.Validate if the designated constraints aren't met.

func (InsightsSupportedLangInfoValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsSupportedLangInfoValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsSupportedLangInfoValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsSupportedLangInfoValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsSupportedLangInfoValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsSupportedLangInfoValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsTextTranslationResult added in v1.1.0

type InsightsTextTranslationResult struct {
	SourceText   string            `protobuf:"bytes,1,opt,name=source_text,json=sourceText,proto3" json:"source_text,omitempty"`
	SourceLang   string            `protobuf:"bytes,2,opt,name=source_lang,json=sourceLang,proto3" json:"source_lang,omitempty"`
	Translations map[string]string `` // map of lang_code -> translated_text
	/* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InsightsTextTranslationResult) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsTextTranslationResult.ProtoReflect.Descriptor instead.

func (*InsightsTextTranslationResult) GetSourceLang added in v1.1.0

func (x *InsightsTextTranslationResult) GetSourceLang() string

func (*InsightsTextTranslationResult) GetSourceText added in v1.1.0

func (x *InsightsTextTranslationResult) GetSourceText() string

func (*InsightsTextTranslationResult) GetTranslations added in v1.1.0

func (x *InsightsTextTranslationResult) GetTranslations() map[string]string

func (*InsightsTextTranslationResult) ProtoMessage added in v1.1.0

func (*InsightsTextTranslationResult) ProtoMessage()

func (*InsightsTextTranslationResult) ProtoReflect added in v1.1.0

func (*InsightsTextTranslationResult) Reset added in v1.1.0

func (x *InsightsTextTranslationResult) Reset()

func (*InsightsTextTranslationResult) String added in v1.1.0

func (*InsightsTextTranslationResult) Validate added in v1.1.0

func (m *InsightsTextTranslationResult) Validate() error

Validate checks the field values on InsightsTextTranslationResult 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 (*InsightsTextTranslationResult) ValidateAll added in v1.1.0

func (m *InsightsTextTranslationResult) ValidateAll() error

ValidateAll checks the field values on InsightsTextTranslationResult 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 InsightsTextTranslationResultMultiError, or nil if none found.

type InsightsTextTranslationResultMultiError added in v1.1.0

type InsightsTextTranslationResultMultiError []error

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

func (InsightsTextTranslationResultMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsTextTranslationResultMultiError) Error added in v1.1.0

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

type InsightsTextTranslationResultValidationError added in v1.1.0

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

InsightsTextTranslationResultValidationError is the validation error returned by InsightsTextTranslationResult.Validate if the designated constraints aren't met.

func (InsightsTextTranslationResultValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsTextTranslationResultValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsTextTranslationResultValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsTextTranslationResultValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsTextTranslationResultValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsTextTranslationResultValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsTranscriptionConfigReq added in v1.1.0

type InsightsTranscriptionConfigReq struct {
	IsEnabled                bool     `protobuf:"varint,1,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	AllowedSpokenLangs       []string `protobuf:"bytes,2,rep,name=allowed_spoken_langs,json=allowedSpokenLangs,proto3" json:"allowed_spoken_langs,omitempty"`
	AllowedSpeechUsers       []string `protobuf:"bytes,3,rep,name=allowed_speech_users,json=allowedSpeechUsers,proto3" json:"allowed_speech_users,omitempty"`
	IsEnabledTranslation     bool     `protobuf:"varint,4,opt,name=is_enabled_translation,json=isEnabledTranslation,proto3" json:"is_enabled_translation,omitempty"`
	AllowedTransLangs        []string `protobuf:"bytes,5,rep,name=allowed_trans_langs,json=allowedTransLangs,proto3" json:"allowed_trans_langs,omitempty"`
	DefaultSubtitleLang      *string  `` /* 126-byte string literal not displayed */
	IsEnabledSpeechSynthesis bool     `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InsightsTranscriptionConfigReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsTranscriptionConfigReq.ProtoReflect.Descriptor instead.

func (*InsightsTranscriptionConfigReq) GetAllowedSpeechUsers added in v1.1.0

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

func (*InsightsTranscriptionConfigReq) GetAllowedSpokenLangs added in v1.1.0

func (x *InsightsTranscriptionConfigReq) GetAllowedSpokenLangs() []string

func (*InsightsTranscriptionConfigReq) GetAllowedTransLangs added in v1.1.0

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

func (*InsightsTranscriptionConfigReq) GetDefaultSubtitleLang added in v1.1.0

func (x *InsightsTranscriptionConfigReq) GetDefaultSubtitleLang() string

func (*InsightsTranscriptionConfigReq) GetIsEnabled added in v1.1.0

func (x *InsightsTranscriptionConfigReq) GetIsEnabled() bool

func (*InsightsTranscriptionConfigReq) GetIsEnabledSpeechSynthesis added in v1.1.0

func (x *InsightsTranscriptionConfigReq) GetIsEnabledSpeechSynthesis() bool

func (*InsightsTranscriptionConfigReq) GetIsEnabledTranslation added in v1.1.0

func (x *InsightsTranscriptionConfigReq) GetIsEnabledTranslation() bool

func (*InsightsTranscriptionConfigReq) ProtoMessage added in v1.1.0

func (*InsightsTranscriptionConfigReq) ProtoMessage()

func (*InsightsTranscriptionConfigReq) ProtoReflect added in v1.1.0

func (*InsightsTranscriptionConfigReq) Reset added in v1.1.0

func (x *InsightsTranscriptionConfigReq) Reset()

func (*InsightsTranscriptionConfigReq) String added in v1.1.0

func (*InsightsTranscriptionConfigReq) Validate added in v1.1.0

func (m *InsightsTranscriptionConfigReq) Validate() error

Validate checks the field values on InsightsTranscriptionConfigReq 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 (*InsightsTranscriptionConfigReq) ValidateAll added in v1.1.0

func (m *InsightsTranscriptionConfigReq) ValidateAll() error

ValidateAll checks the field values on InsightsTranscriptionConfigReq 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 InsightsTranscriptionConfigReqMultiError, or nil if none found.

type InsightsTranscriptionConfigReqMultiError added in v1.1.0

type InsightsTranscriptionConfigReqMultiError []error

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

func (InsightsTranscriptionConfigReqMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsTranscriptionConfigReqMultiError) Error added in v1.1.0

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

type InsightsTranscriptionConfigReqValidationError added in v1.1.0

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

InsightsTranscriptionConfigReqValidationError is the validation error returned by InsightsTranscriptionConfigReq.Validate if the designated constraints aren't met.

func (InsightsTranscriptionConfigReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsTranscriptionConfigReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsTranscriptionConfigReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsTranscriptionConfigReqValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsTranscriptionConfigReqValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsTranscriptionConfigReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsTranscriptionFeatures added in v1.1.0

type InsightsTranscriptionFeatures 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"`
	IsAllowSpeechSynthesis bool `` /* 132-byte string literal not displayed */
	// all internal usage fields
	IsEnabled                bool     `protobuf:"varint,4,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
	AllowedSpokenLangs       []string `protobuf:"bytes,5,rep,name=allowed_spoken_langs,json=allowedSpokenLangs,proto3" json:"allowed_spoken_langs,omitempty"`
	AllowedSpeechUsers       []string `protobuf:"bytes,6,rep,name=allowed_speech_users,json=allowedSpeechUsers,proto3" json:"allowed_speech_users,omitempty"`
	IsEnabledTranslation     bool     `protobuf:"varint,7,opt,name=is_enabled_translation,json=isEnabledTranslation,proto3" json:"is_enabled_translation,omitempty"`
	MaxSelectedTransLangs    int32    `` /* 129-byte string literal not displayed */
	AllowedTransLangs        []string `protobuf:"bytes,9,rep,name=allowed_trans_langs,json=allowedTransLangs,proto3" json:"allowed_trans_langs,omitempty"`
	DefaultSubtitleLang      *string  `` /* 127-byte string literal not displayed */
	IsEnabledSpeechSynthesis bool     `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InsightsTranscriptionFeatures) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsTranscriptionFeatures.ProtoReflect.Descriptor instead.

func (*InsightsTranscriptionFeatures) GetAllowedSpeechUsers added in v1.1.0

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

func (*InsightsTranscriptionFeatures) GetAllowedSpokenLangs added in v1.1.0

func (x *InsightsTranscriptionFeatures) GetAllowedSpokenLangs() []string

func (*InsightsTranscriptionFeatures) GetAllowedTransLangs added in v1.1.0

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

func (*InsightsTranscriptionFeatures) GetDefaultSubtitleLang added in v1.1.0

func (x *InsightsTranscriptionFeatures) GetDefaultSubtitleLang() string

func (*InsightsTranscriptionFeatures) GetIsAllow added in v1.1.0

func (x *InsightsTranscriptionFeatures) GetIsAllow() bool

func (*InsightsTranscriptionFeatures) GetIsAllowSpeechSynthesis added in v1.1.0

func (x *InsightsTranscriptionFeatures) GetIsAllowSpeechSynthesis() bool

func (*InsightsTranscriptionFeatures) GetIsAllowTranslation added in v1.1.0

func (x *InsightsTranscriptionFeatures) GetIsAllowTranslation() bool

func (*InsightsTranscriptionFeatures) GetIsEnabled added in v1.1.0

func (x *InsightsTranscriptionFeatures) GetIsEnabled() bool

func (*InsightsTranscriptionFeatures) GetIsEnabledSpeechSynthesis added in v1.1.0

func (x *InsightsTranscriptionFeatures) GetIsEnabledSpeechSynthesis() bool

func (*InsightsTranscriptionFeatures) GetIsEnabledTranslation added in v1.1.0

func (x *InsightsTranscriptionFeatures) GetIsEnabledTranslation() bool

func (*InsightsTranscriptionFeatures) GetMaxSelectedTransLangs added in v1.1.0

func (x *InsightsTranscriptionFeatures) GetMaxSelectedTransLangs() int32

func (*InsightsTranscriptionFeatures) ProtoMessage added in v1.1.0

func (*InsightsTranscriptionFeatures) ProtoMessage()

func (*InsightsTranscriptionFeatures) ProtoReflect added in v1.1.0

func (*InsightsTranscriptionFeatures) Reset added in v1.1.0

func (x *InsightsTranscriptionFeatures) Reset()

func (*InsightsTranscriptionFeatures) String added in v1.1.0

func (*InsightsTranscriptionFeatures) Validate added in v1.1.0

func (m *InsightsTranscriptionFeatures) Validate() error

Validate checks the field values on InsightsTranscriptionFeatures 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 (*InsightsTranscriptionFeatures) ValidateAll added in v1.1.0

func (m *InsightsTranscriptionFeatures) ValidateAll() error

ValidateAll checks the field values on InsightsTranscriptionFeatures 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 InsightsTranscriptionFeaturesMultiError, or nil if none found.

type InsightsTranscriptionFeaturesMultiError added in v1.1.0

type InsightsTranscriptionFeaturesMultiError []error

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

func (InsightsTranscriptionFeaturesMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsTranscriptionFeaturesMultiError) Error added in v1.1.0

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

type InsightsTranscriptionFeaturesValidationError added in v1.1.0

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

InsightsTranscriptionFeaturesValidationError is the validation error returned by InsightsTranscriptionFeatures.Validate if the designated constraints aren't met.

func (InsightsTranscriptionFeaturesValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsTranscriptionFeaturesValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsTranscriptionFeaturesValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsTranscriptionFeaturesValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsTranscriptionFeaturesValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsTranscriptionFeaturesValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsTranscriptionResult added in v1.1.0

type InsightsTranscriptionResult struct {
	FromUserId                  string            `protobuf:"bytes,1,opt,name=from_user_id,json=fromUserId,proto3" json:"from_user_id,omitempty"`
	FromUserName                string            `protobuf:"bytes,2,opt,name=from_user_name,json=fromUserName,proto3" json:"from_user_name,omitempty"`
	Lang                        string            `protobuf:"bytes,3,opt,name=lang,proto3" json:"lang,omitempty"`
	Text                        string            `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"`
	IsPartial                   bool              `protobuf:"varint,5,opt,name=is_partial,json=isPartial,proto3" json:"is_partial,omitempty"`
	AllowedTranscriptionStorage bool              `` /* 145-byte string literal not displayed */
	Translations                map[string]string `` // A map of target language -> translated text
	/* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InsightsTranscriptionResult) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsTranscriptionResult.ProtoReflect.Descriptor instead.

func (*InsightsTranscriptionResult) GetAllowedTranscriptionStorage added in v1.1.0

func (x *InsightsTranscriptionResult) GetAllowedTranscriptionStorage() bool

func (*InsightsTranscriptionResult) GetFromUserId added in v1.1.0

func (x *InsightsTranscriptionResult) GetFromUserId() string

func (*InsightsTranscriptionResult) GetFromUserName added in v1.1.0

func (x *InsightsTranscriptionResult) GetFromUserName() string

func (*InsightsTranscriptionResult) GetIsPartial added in v1.1.0

func (x *InsightsTranscriptionResult) GetIsPartial() bool

func (*InsightsTranscriptionResult) GetLang added in v1.1.0

func (x *InsightsTranscriptionResult) GetLang() string

func (*InsightsTranscriptionResult) GetText added in v1.1.0

func (x *InsightsTranscriptionResult) GetText() string

func (*InsightsTranscriptionResult) GetTranslations added in v1.1.0

func (x *InsightsTranscriptionResult) GetTranslations() map[string]string

func (*InsightsTranscriptionResult) ProtoMessage added in v1.1.0

func (*InsightsTranscriptionResult) ProtoMessage()

func (*InsightsTranscriptionResult) ProtoReflect added in v1.1.0

func (*InsightsTranscriptionResult) Reset added in v1.1.0

func (x *InsightsTranscriptionResult) Reset()

func (*InsightsTranscriptionResult) String added in v1.1.0

func (x *InsightsTranscriptionResult) String() string

func (*InsightsTranscriptionResult) Validate added in v1.1.0

func (m *InsightsTranscriptionResult) Validate() error

Validate checks the field values on InsightsTranscriptionResult 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 (*InsightsTranscriptionResult) ValidateAll added in v1.1.0

func (m *InsightsTranscriptionResult) ValidateAll() error

ValidateAll checks the field values on InsightsTranscriptionResult 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 InsightsTranscriptionResultMultiError, or nil if none found.

type InsightsTranscriptionResultMultiError added in v1.1.0

type InsightsTranscriptionResultMultiError []error

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

func (InsightsTranscriptionResultMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsTranscriptionResultMultiError) Error added in v1.1.0

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

type InsightsTranscriptionResultValidationError added in v1.1.0

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

InsightsTranscriptionResultValidationError is the validation error returned by InsightsTranscriptionResult.Validate if the designated constraints aren't met.

func (InsightsTranscriptionResultValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsTranscriptionResultValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsTranscriptionResultValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsTranscriptionResultValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsTranscriptionResultValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsTranscriptionResultValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsTranscriptionUserSessionReq added in v1.1.0

type InsightsTranscriptionUserSessionReq struct {
	Action                      InsightsUserSessionAction `protobuf:"varint,1,opt,name=action,proto3,enum=plugnmeet.InsightsUserSessionAction" json:"action,omitempty"`
	SpokenLang                  *string                   `protobuf:"bytes,2,opt,name=spoken_lang,json=spokenLang,proto3,oneof" json:"spoken_lang,omitempty"`
	AllowedTranscriptionStorage bool                      `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InsightsTranscriptionUserSessionReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsTranscriptionUserSessionReq.ProtoReflect.Descriptor instead.

func (*InsightsTranscriptionUserSessionReq) GetAction added in v1.1.0

func (*InsightsTranscriptionUserSessionReq) GetAllowedTranscriptionStorage added in v1.1.0

func (x *InsightsTranscriptionUserSessionReq) GetAllowedTranscriptionStorage() bool

func (*InsightsTranscriptionUserSessionReq) GetSpokenLang added in v1.1.0

func (x *InsightsTranscriptionUserSessionReq) GetSpokenLang() string

func (*InsightsTranscriptionUserSessionReq) ProtoMessage added in v1.1.0

func (*InsightsTranscriptionUserSessionReq) ProtoMessage()

func (*InsightsTranscriptionUserSessionReq) ProtoReflect added in v1.1.0

func (*InsightsTranscriptionUserSessionReq) Reset added in v1.1.0

func (*InsightsTranscriptionUserSessionReq) String added in v1.1.0

func (*InsightsTranscriptionUserSessionReq) Validate added in v1.1.0

Validate checks the field values on InsightsTranscriptionUserSessionReq 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 (*InsightsTranscriptionUserSessionReq) ValidateAll added in v1.1.0

func (m *InsightsTranscriptionUserSessionReq) ValidateAll() error

ValidateAll checks the field values on InsightsTranscriptionUserSessionReq 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 InsightsTranscriptionUserSessionReqMultiError, or nil if none found.

type InsightsTranscriptionUserSessionReqMultiError added in v1.1.0

type InsightsTranscriptionUserSessionReqMultiError []error

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

func (InsightsTranscriptionUserSessionReqMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (InsightsTranscriptionUserSessionReqMultiError) Error added in v1.1.0

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

type InsightsTranscriptionUserSessionReqValidationError added in v1.1.0

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

InsightsTranscriptionUserSessionReqValidationError is the validation error returned by InsightsTranscriptionUserSessionReq.Validate if the designated constraints aren't met.

func (InsightsTranscriptionUserSessionReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsTranscriptionUserSessionReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsTranscriptionUserSessionReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsTranscriptionUserSessionReqValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsTranscriptionUserSessionReqValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsTranscriptionUserSessionReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsTranslateTextReq added in v1.1.0

type InsightsTranslateTextReq struct {
	Text        string   `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	SourceLang  string   `protobuf:"bytes,2,opt,name=source_lang,json=sourceLang,proto3" json:"source_lang,omitempty"`
	TargetLangs []string `protobuf:"bytes,3,rep,name=target_langs,json=targetLangs,proto3" json:"target_langs,omitempty"`
	// contains filtered or unexported fields
}

func (*InsightsTranslateTextReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsTranslateTextReq.ProtoReflect.Descriptor instead.

func (*InsightsTranslateTextReq) GetSourceLang added in v1.1.0

func (x *InsightsTranslateTextReq) GetSourceLang() string

func (*InsightsTranslateTextReq) GetTargetLangs added in v1.1.0

func (x *InsightsTranslateTextReq) GetTargetLangs() []string

func (*InsightsTranslateTextReq) GetText added in v1.1.0

func (x *InsightsTranslateTextReq) GetText() string

func (*InsightsTranslateTextReq) ProtoMessage added in v1.1.0

func (*InsightsTranslateTextReq) ProtoMessage()

func (*InsightsTranslateTextReq) ProtoReflect added in v1.1.0

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

func (*InsightsTranslateTextReq) Reset added in v1.1.0

func (x *InsightsTranslateTextReq) Reset()

func (*InsightsTranslateTextReq) String added in v1.1.0

func (x *InsightsTranslateTextReq) String() string

func (*InsightsTranslateTextReq) Validate added in v1.1.0

func (m *InsightsTranslateTextReq) Validate() error

Validate checks the field values on InsightsTranslateTextReq 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 (*InsightsTranslateTextReq) ValidateAll added in v1.1.0

func (m *InsightsTranslateTextReq) ValidateAll() error

ValidateAll checks the field values on InsightsTranslateTextReq 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 InsightsTranslateTextReqMultiError, or nil if none found.

type InsightsTranslateTextReqMultiError added in v1.1.0

type InsightsTranslateTextReqMultiError []error

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

func (InsightsTranslateTextReqMultiError) AllErrors added in v1.1.0

func (m InsightsTranslateTextReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InsightsTranslateTextReqMultiError) Error added in v1.1.0

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

type InsightsTranslateTextReqValidationError added in v1.1.0

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

InsightsTranslateTextReqValidationError is the validation error returned by InsightsTranslateTextReq.Validate if the designated constraints aren't met.

func (InsightsTranslateTextReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsTranslateTextReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsTranslateTextReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsTranslateTextReqValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsTranslateTextReqValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsTranslateTextReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsTranslateTextRes added in v1.1.0

type InsightsTranslateTextRes 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 *InsightsTextTranslationResult `protobuf:"bytes,3,opt,name=result,proto3,oneof" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*InsightsTranslateTextRes) Descriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsTranslateTextRes.ProtoReflect.Descriptor instead.

func (*InsightsTranslateTextRes) GetMsg added in v1.1.0

func (x *InsightsTranslateTextRes) GetMsg() string

func (*InsightsTranslateTextRes) GetResult added in v1.1.0

func (*InsightsTranslateTextRes) GetStatus added in v1.1.0

func (x *InsightsTranslateTextRes) GetStatus() bool

func (*InsightsTranslateTextRes) ProtoMessage added in v1.1.0

func (*InsightsTranslateTextRes) ProtoMessage()

func (*InsightsTranslateTextRes) ProtoReflect added in v1.1.0

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

func (*InsightsTranslateTextRes) Reset added in v1.1.0

func (x *InsightsTranslateTextRes) Reset()

func (*InsightsTranslateTextRes) String added in v1.1.0

func (x *InsightsTranslateTextRes) String() string

func (*InsightsTranslateTextRes) Validate added in v1.1.0

func (m *InsightsTranslateTextRes) Validate() error

Validate checks the field values on InsightsTranslateTextRes 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 (*InsightsTranslateTextRes) ValidateAll added in v1.1.0

func (m *InsightsTranslateTextRes) ValidateAll() error

ValidateAll checks the field values on InsightsTranslateTextRes 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 InsightsTranslateTextResMultiError, or nil if none found.

type InsightsTranslateTextResMultiError added in v1.1.0

type InsightsTranslateTextResMultiError []error

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

func (InsightsTranslateTextResMultiError) AllErrors added in v1.1.0

func (m InsightsTranslateTextResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InsightsTranslateTextResMultiError) Error added in v1.1.0

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

type InsightsTranslateTextResValidationError added in v1.1.0

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

InsightsTranslateTextResValidationError is the validation error returned by InsightsTranslateTextRes.Validate if the designated constraints aren't met.

func (InsightsTranslateTextResValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (InsightsTranslateTextResValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (InsightsTranslateTextResValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (InsightsTranslateTextResValidationError) Field added in v1.1.0

Field function returns field value.

func (InsightsTranslateTextResValidationError) Key added in v1.1.0

Key function returns key value.

func (InsightsTranslateTextResValidationError) Reason added in v1.1.0

Reason function returns reason value.

type InsightsUserSessionAction added in v1.1.0

type InsightsUserSessionAction int32
const (
	InsightsUserSessionAction_USER_SESSION_ACTION_UNSPECIFIED InsightsUserSessionAction = 0
	InsightsUserSessionAction_USER_SESSION_ACTION_START       InsightsUserSessionAction = 1
	InsightsUserSessionAction_USER_SESSION_ACTION_STOP        InsightsUserSessionAction = 2
)

func (InsightsUserSessionAction) Descriptor added in v1.1.0

func (InsightsUserSessionAction) Enum added in v1.1.0

func (InsightsUserSessionAction) EnumDescriptor deprecated added in v1.1.0

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

Deprecated: Use InsightsUserSessionAction.Descriptor instead.

func (InsightsUserSessionAction) Number added in v1.1.0

func (InsightsUserSessionAction) String added in v1.1.0

func (x InsightsUserSessionAction) String() string

func (InsightsUserSessionAction) Type added in v1.1.0

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"`
	IsActive bool   `protobuf:"varint,2,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	Msg      string `protobuf:"bytes,3,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) GetIsActive

func (x *IsRoomActiveRes) GetIsActive() bool

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 MediaServerConnInfo

type MediaServerConnInfo struct {
	Url         string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Token       string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	EnabledE2Ee bool   `protobuf:"varint,3,opt,name=enabled_e2ee,json=enabledE2ee,proto3" json:"enabled_e2ee,omitempty"`
	// contains filtered or unexported fields
}

func (*MediaServerConnInfo) Descriptor deprecated

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

Deprecated: Use MediaServerConnInfo.ProtoReflect.Descriptor instead.

func (*MediaServerConnInfo) GetEnabledE2Ee

func (x *MediaServerConnInfo) GetEnabledE2Ee() bool

func (*MediaServerConnInfo) GetToken

func (x *MediaServerConnInfo) GetToken() string

func (*MediaServerConnInfo) GetUrl

func (x *MediaServerConnInfo) GetUrl() string

func (*MediaServerConnInfo) ProtoMessage

func (*MediaServerConnInfo) ProtoMessage()

func (*MediaServerConnInfo) ProtoReflect

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

func (*MediaServerConnInfo) Reset

func (x *MediaServerConnInfo) Reset()

func (*MediaServerConnInfo) String

func (x *MediaServerConnInfo) String() string

func (*MediaServerConnInfo) Validate

func (m *MediaServerConnInfo) Validate() error

Validate checks the field values on MediaServerConnInfo 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 (*MediaServerConnInfo) ValidateAll

func (m *MediaServerConnInfo) ValidateAll() error

ValidateAll checks the field values on MediaServerConnInfo 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 MediaServerConnInfoMultiError, or nil if none found.

type MediaServerConnInfoMultiError

type MediaServerConnInfoMultiError []error

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

func (MediaServerConnInfoMultiError) AllErrors

func (m MediaServerConnInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MediaServerConnInfoMultiError) Error

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

type MediaServerConnInfoValidationError

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

MediaServerConnInfoValidationError is the validation error returned by MediaServerConnInfo.Validate if the designated constraints aren't met.

func (MediaServerConnInfoValidationError) Cause

Cause function returns cause value.

func (MediaServerConnInfoValidationError) Error

Error satisfies the builtin error interface

func (MediaServerConnInfoValidationError) ErrorName

ErrorName returns error name.

func (MediaServerConnInfoValidationError) Field

Field function returns field value.

func (MediaServerConnInfoValidationError) Key

Key function returns key value.

func (MediaServerConnInfoValidationError) 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 NatsInitialData

type NatsInitialData struct {
	Room      *NatsKvRoomInfo `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"`
	LocalUser *NatsKvUserInfo `protobuf:"bytes,2,opt,name=local_user,json=localUser,proto3" json:"local_user,omitempty"`
	// contains filtered or unexported fields
}

func (*NatsInitialData) Descriptor deprecated

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

Deprecated: Use NatsInitialData.ProtoReflect.Descriptor instead.

func (*NatsInitialData) GetLocalUser

func (x *NatsInitialData) GetLocalUser() *NatsKvUserInfo

func (*NatsInitialData) GetRoom

func (x *NatsInitialData) GetRoom() *NatsKvRoomInfo

func (*NatsInitialData) ProtoMessage

func (*NatsInitialData) ProtoMessage()

func (*NatsInitialData) ProtoReflect

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

func (*NatsInitialData) Reset

func (x *NatsInitialData) Reset()

func (*NatsInitialData) String

func (x *NatsInitialData) String() string

func (*NatsInitialData) Validate

func (m *NatsInitialData) Validate() error

Validate checks the field values on NatsInitialData 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 (*NatsInitialData) ValidateAll

func (m *NatsInitialData) ValidateAll() error

ValidateAll checks the field values on NatsInitialData 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 NatsInitialDataMultiError, or nil if none found.

type NatsInitialDataMultiError

type NatsInitialDataMultiError []error

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

func (NatsInitialDataMultiError) AllErrors

func (m NatsInitialDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NatsInitialDataMultiError) Error

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

type NatsInitialDataValidationError

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

NatsInitialDataValidationError is the validation error returned by NatsInitialData.Validate if the designated constraints aren't met.

func (NatsInitialDataValidationError) Cause

Cause function returns cause value.

func (NatsInitialDataValidationError) Error

Error satisfies the builtin error interface

func (NatsInitialDataValidationError) ErrorName

func (e NatsInitialDataValidationError) ErrorName() string

ErrorName returns error name.

func (NatsInitialDataValidationError) Field

Field function returns field value.

func (NatsInitialDataValidationError) Key

Key function returns key value.

func (NatsInitialDataValidationError) Reason

Reason function returns reason value.

type NatsKvRoomInfo

type NatsKvRoomInfo struct {
	DbTableId       uint64 `protobuf:"varint,1,opt,name=db_table_id,json=dbTableId,proto3" json:"db_table_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"`
	Status          string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	EmptyTimeout    uint64 `protobuf:"varint,5,opt,name=empty_timeout,json=emptyTimeout,proto3" json:"empty_timeout,omitempty"`
	MaxParticipants uint64 `protobuf:"varint,6,opt,name=max_participants,json=maxParticipants,proto3" json:"max_participants,omitempty"`
	Metadata        string `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt       uint64 `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*NatsKvRoomInfo) Descriptor deprecated

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

Deprecated: Use NatsKvRoomInfo.ProtoReflect.Descriptor instead.

func (*NatsKvRoomInfo) GetCreatedAt

func (x *NatsKvRoomInfo) GetCreatedAt() uint64

func (*NatsKvRoomInfo) GetDbTableId

func (x *NatsKvRoomInfo) GetDbTableId() uint64

func (*NatsKvRoomInfo) GetEmptyTimeout

func (x *NatsKvRoomInfo) GetEmptyTimeout() uint64

func (*NatsKvRoomInfo) GetMaxParticipants

func (x *NatsKvRoomInfo) GetMaxParticipants() uint64

func (*NatsKvRoomInfo) GetMetadata

func (x *NatsKvRoomInfo) GetMetadata() string

func (*NatsKvRoomInfo) GetRoomId

func (x *NatsKvRoomInfo) GetRoomId() string

func (*NatsKvRoomInfo) GetRoomSid

func (x *NatsKvRoomInfo) GetRoomSid() string

func (*NatsKvRoomInfo) GetStatus

func (x *NatsKvRoomInfo) GetStatus() string

func (*NatsKvRoomInfo) ProtoMessage

func (*NatsKvRoomInfo) ProtoMessage()

func (*NatsKvRoomInfo) ProtoReflect

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

func (*NatsKvRoomInfo) Reset

func (x *NatsKvRoomInfo) Reset()

func (*NatsKvRoomInfo) String

func (x *NatsKvRoomInfo) String() string

func (*NatsKvRoomInfo) Validate

func (m *NatsKvRoomInfo) Validate() error

Validate checks the field values on NatsKvRoomInfo 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 (*NatsKvRoomInfo) ValidateAll

func (m *NatsKvRoomInfo) ValidateAll() error

ValidateAll checks the field values on NatsKvRoomInfo 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 NatsKvRoomInfoMultiError, or nil if none found.

type NatsKvRoomInfoMultiError

type NatsKvRoomInfoMultiError []error

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

func (NatsKvRoomInfoMultiError) AllErrors

func (m NatsKvRoomInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NatsKvRoomInfoMultiError) Error

func (m NatsKvRoomInfoMultiError) Error() string

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

type NatsKvRoomInfoValidationError

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

NatsKvRoomInfoValidationError is the validation error returned by NatsKvRoomInfo.Validate if the designated constraints aren't met.

func (NatsKvRoomInfoValidationError) Cause

Cause function returns cause value.

func (NatsKvRoomInfoValidationError) Error

Error satisfies the builtin error interface

func (NatsKvRoomInfoValidationError) ErrorName

func (e NatsKvRoomInfoValidationError) ErrorName() string

ErrorName returns error name.

func (NatsKvRoomInfoValidationError) Field

Field function returns field value.

func (NatsKvRoomInfoValidationError) Key

Key function returns key value.

func (NatsKvRoomInfoValidationError) Reason

Reason function returns reason value.

type NatsKvUserInfo

type NatsKvUserInfo struct {
	UserId         string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserSid        string `protobuf:"bytes,2,opt,name=user_sid,json=userSid,proto3" json:"user_sid,omitempty"`
	Name           string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	RoomId         string `protobuf:"bytes,4,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	IsAdmin        bool   `protobuf:"varint,5,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	IsPresenter    bool   `protobuf:"varint,6,opt,name=is_presenter,json=isPresenter,proto3" json:"is_presenter,omitempty"`
	Metadata       string `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"`
	JoinedAt       uint64 `protobuf:"varint,8,opt,name=joined_at,json=joinedAt,proto3" json:"joined_at,omitempty"`
	ReconnectedAt  uint64 `protobuf:"varint,9,opt,name=reconnected_at,json=reconnectedAt,proto3" json:"reconnected_at,omitempty"`
	DisconnectedAt uint64 `protobuf:"varint,10,opt,name=disconnected_at,json=disconnectedAt,proto3" json:"disconnected_at,omitempty"`
	// contains filtered or unexported fields
}

func (*NatsKvUserInfo) Descriptor deprecated

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

Deprecated: Use NatsKvUserInfo.ProtoReflect.Descriptor instead.

func (*NatsKvUserInfo) GetDisconnectedAt

func (x *NatsKvUserInfo) GetDisconnectedAt() uint64

func (*NatsKvUserInfo) GetIsAdmin

func (x *NatsKvUserInfo) GetIsAdmin() bool

func (*NatsKvUserInfo) GetIsPresenter

func (x *NatsKvUserInfo) GetIsPresenter() bool

func (*NatsKvUserInfo) GetJoinedAt

func (x *NatsKvUserInfo) GetJoinedAt() uint64

func (*NatsKvUserInfo) GetMetadata

func (x *NatsKvUserInfo) GetMetadata() string

func (*NatsKvUserInfo) GetName

func (x *NatsKvUserInfo) GetName() string

func (*NatsKvUserInfo) GetReconnectedAt

func (x *NatsKvUserInfo) GetReconnectedAt() uint64

func (*NatsKvUserInfo) GetRoomId

func (x *NatsKvUserInfo) GetRoomId() string

func (*NatsKvUserInfo) GetUserId

func (x *NatsKvUserInfo) GetUserId() string

func (*NatsKvUserInfo) GetUserSid

func (x *NatsKvUserInfo) GetUserSid() string

func (*NatsKvUserInfo) ProtoMessage

func (*NatsKvUserInfo) ProtoMessage()

func (*NatsKvUserInfo) ProtoReflect

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

func (*NatsKvUserInfo) Reset

func (x *NatsKvUserInfo) Reset()

func (*NatsKvUserInfo) String

func (x *NatsKvUserInfo) String() string

func (*NatsKvUserInfo) Validate

func (m *NatsKvUserInfo) Validate() error

Validate checks the field values on NatsKvUserInfo 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 (*NatsKvUserInfo) ValidateAll

func (m *NatsKvUserInfo) ValidateAll() error

ValidateAll checks the field values on NatsKvUserInfo 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 NatsKvUserInfoMultiError, or nil if none found.

type NatsKvUserInfoMultiError

type NatsKvUserInfoMultiError []error

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

func (NatsKvUserInfoMultiError) AllErrors

func (m NatsKvUserInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NatsKvUserInfoMultiError) Error

func (m NatsKvUserInfoMultiError) Error() string

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

type NatsKvUserInfoValidationError

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

NatsKvUserInfoValidationError is the validation error returned by NatsKvUserInfo.Validate if the designated constraints aren't met.

func (NatsKvUserInfoValidationError) Cause

Cause function returns cause value.

func (NatsKvUserInfoValidationError) Error

Error satisfies the builtin error interface

func (NatsKvUserInfoValidationError) ErrorName

func (e NatsKvUserInfoValidationError) ErrorName() string

ErrorName returns error name.

func (NatsKvUserInfoValidationError) Field

Field function returns field value.

func (NatsKvUserInfoValidationError) Key

Key function returns key value.

func (NatsKvUserInfoValidationError) Reason

Reason function returns reason value.

type NatsMsgClientToServer

type NatsMsgClientToServer struct {
	Id     string                      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Event  NatsMsgClientToServerEvents `protobuf:"varint,2,opt,name=event,proto3,enum=plugnmeet.NatsMsgClientToServerEvents" json:"event,omitempty"`
	Msg    string                      `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	BinMsg []byte                      `protobuf:"bytes,4,opt,name=bin_msg,json=binMsg,proto3" json:"bin_msg,omitempty"`
	// contains filtered or unexported fields
}

func (*NatsMsgClientToServer) Descriptor deprecated

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

Deprecated: Use NatsMsgClientToServer.ProtoReflect.Descriptor instead.

func (*NatsMsgClientToServer) GetBinMsg

func (x *NatsMsgClientToServer) GetBinMsg() []byte

func (*NatsMsgClientToServer) GetEvent

func (*NatsMsgClientToServer) GetId

func (x *NatsMsgClientToServer) GetId() string

func (*NatsMsgClientToServer) GetMsg

func (x *NatsMsgClientToServer) GetMsg() string

func (*NatsMsgClientToServer) ProtoMessage

func (*NatsMsgClientToServer) ProtoMessage()

func (*NatsMsgClientToServer) ProtoReflect

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

func (*NatsMsgClientToServer) Reset

func (x *NatsMsgClientToServer) Reset()

func (*NatsMsgClientToServer) String

func (x *NatsMsgClientToServer) String() string

func (*NatsMsgClientToServer) Validate

func (m *NatsMsgClientToServer) Validate() error

Validate checks the field values on NatsMsgClientToServer 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 (*NatsMsgClientToServer) ValidateAll

func (m *NatsMsgClientToServer) ValidateAll() error

ValidateAll checks the field values on NatsMsgClientToServer 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 NatsMsgClientToServerMultiError, or nil if none found.

type NatsMsgClientToServerEvents

type NatsMsgClientToServerEvents int32
const (
	NatsMsgClientToServerEvents_REQ_INITIAL_DATA          NatsMsgClientToServerEvents = 0
	NatsMsgClientToServerEvents_REQ_MEDIA_SERVER_DATA     NatsMsgClientToServerEvents = 1
	NatsMsgClientToServerEvents_REQ_JOINED_USERS_LIST     NatsMsgClientToServerEvents = 2
	NatsMsgClientToServerEvents_REQ_RENEW_PNM_TOKEN       NatsMsgClientToServerEvents = 3
	NatsMsgClientToServerEvents_PING                      NatsMsgClientToServerEvents = 4
	NatsMsgClientToServerEvents_REQ_RAISE_HAND            NatsMsgClientToServerEvents = 5
	NatsMsgClientToServerEvents_REQ_LOWER_HAND            NatsMsgClientToServerEvents = 6
	NatsMsgClientToServerEvents_REQ_LOWER_OTHER_USER_HAND NatsMsgClientToServerEvents = 7
	NatsMsgClientToServerEvents_PUSH_ANALYTICS_DATA       NatsMsgClientToServerEvents = 8
	NatsMsgClientToServerEvents_REQ_ONLINE_USERS_LIST     NatsMsgClientToServerEvents = 9 //next ID: 10
)

func (NatsMsgClientToServerEvents) Descriptor

func (NatsMsgClientToServerEvents) Enum

func (NatsMsgClientToServerEvents) EnumDescriptor deprecated

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

Deprecated: Use NatsMsgClientToServerEvents.Descriptor instead.

func (NatsMsgClientToServerEvents) Number

func (NatsMsgClientToServerEvents) String

func (NatsMsgClientToServerEvents) Type

type NatsMsgClientToServerMultiError

type NatsMsgClientToServerMultiError []error

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

func (NatsMsgClientToServerMultiError) AllErrors

func (m NatsMsgClientToServerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NatsMsgClientToServerMultiError) Error

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

type NatsMsgClientToServerValidationError

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

NatsMsgClientToServerValidationError is the validation error returned by NatsMsgClientToServer.Validate if the designated constraints aren't met.

func (NatsMsgClientToServerValidationError) Cause

Cause function returns cause value.

func (NatsMsgClientToServerValidationError) Error

Error satisfies the builtin error interface

func (NatsMsgClientToServerValidationError) ErrorName

ErrorName returns error name.

func (NatsMsgClientToServerValidationError) Field

Field function returns field value.

func (NatsMsgClientToServerValidationError) Key

Key function returns key value.

func (NatsMsgClientToServerValidationError) Reason

Reason function returns reason value.

type NatsMsgServerToClient

type NatsMsgServerToClient struct {
	Id    string                      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Event NatsMsgServerToClientEvents `protobuf:"varint,2,opt,name=event,proto3,enum=plugnmeet.NatsMsgServerToClientEvents" json:"event,omitempty"`
	Msg   string                      `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*NatsMsgServerToClient) Descriptor deprecated

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

Deprecated: Use NatsMsgServerToClient.ProtoReflect.Descriptor instead.

func (*NatsMsgServerToClient) GetEvent

func (*NatsMsgServerToClient) GetId

func (x *NatsMsgServerToClient) GetId() string

func (*NatsMsgServerToClient) GetMsg

func (x *NatsMsgServerToClient) GetMsg() string

func (*NatsMsgServerToClient) ProtoMessage

func (*NatsMsgServerToClient) ProtoMessage()

func (*NatsMsgServerToClient) ProtoReflect

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

func (*NatsMsgServerToClient) Reset

func (x *NatsMsgServerToClient) Reset()

func (*NatsMsgServerToClient) String

func (x *NatsMsgServerToClient) String() string

func (*NatsMsgServerToClient) Validate

func (m *NatsMsgServerToClient) Validate() error

Validate checks the field values on NatsMsgServerToClient 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 (*NatsMsgServerToClient) ValidateAll

func (m *NatsMsgServerToClient) ValidateAll() error

ValidateAll checks the field values on NatsMsgServerToClient 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 NatsMsgServerToClientMultiError, or nil if none found.

type NatsMsgServerToClientEvents

type NatsMsgServerToClientEvents int32
const (
	// initial data
	NatsMsgServerToClientEvents_RES_INITIAL_DATA           NatsMsgServerToClientEvents = 0
	NatsMsgServerToClientEvents_RES_JOINED_USERS_LIST      NatsMsgServerToClientEvents = 1
	NatsMsgServerToClientEvents_RES_MEDIA_SERVER_DATA      NatsMsgServerToClientEvents = 2
	NatsMsgServerToClientEvents_ROOM_METADATA_UPDATE       NatsMsgServerToClientEvents = 3
	NatsMsgServerToClientEvents_USER_METADATA_UPDATE       NatsMsgServerToClientEvents = 4
	NatsMsgServerToClientEvents_USER_JOINED                NatsMsgServerToClientEvents = 5
	NatsMsgServerToClientEvents_USER_DISCONNECTED          NatsMsgServerToClientEvents = 6
	NatsMsgServerToClientEvents_USER_OFFLINE               NatsMsgServerToClientEvents = 7
	NatsMsgServerToClientEvents_RESP_RENEW_PNM_TOKEN       NatsMsgServerToClientEvents = 8
	NatsMsgServerToClientEvents_SYSTEM_NOTIFICATION        NatsMsgServerToClientEvents = 9
	NatsMsgServerToClientEvents_SESSION_ENDED              NatsMsgServerToClientEvents = 10
	NatsMsgServerToClientEvents_POLL_CLOSED                NatsMsgServerToClientEvents = 11
	NatsMsgServerToClientEvents_POLL_CREATED               NatsMsgServerToClientEvents = 12
	NatsMsgServerToClientEvents_JOIN_BREAKOUT_ROOM         NatsMsgServerToClientEvents = 13
	NatsMsgServerToClientEvents_BREAKOUT_ROOM_ENDED        NatsMsgServerToClientEvents = 14
	NatsMsgServerToClientEvents_SYSTEM_CHAT_MSG            NatsMsgServerToClientEvents = 15 // mostly system message display in chat
	NatsMsgServerToClientEvents_TRANSCRIPTION_OUTPUT_TEXT  NatsMsgServerToClientEvents = 16
	NatsMsgServerToClientEvents_RESP_INSIGHTS_AI_TEXT_CHAT NatsMsgServerToClientEvents = 17
	NatsMsgServerToClientEvents_RESP_ONLINE_USERS_LIST     NatsMsgServerToClientEvents = 18 //next ID: 19
)

func (NatsMsgServerToClientEvents) Descriptor

func (NatsMsgServerToClientEvents) Enum

func (NatsMsgServerToClientEvents) EnumDescriptor deprecated

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

Deprecated: Use NatsMsgServerToClientEvents.Descriptor instead.

func (NatsMsgServerToClientEvents) Number

func (NatsMsgServerToClientEvents) String

func (NatsMsgServerToClientEvents) Type

type NatsMsgServerToClientMultiError

type NatsMsgServerToClientMultiError []error

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

func (NatsMsgServerToClientMultiError) AllErrors

func (m NatsMsgServerToClientMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NatsMsgServerToClientMultiError) Error

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

type NatsMsgServerToClientValidationError

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

NatsMsgServerToClientValidationError is the validation error returned by NatsMsgServerToClient.Validate if the designated constraints aren't met.

func (NatsMsgServerToClientValidationError) Cause

Cause function returns cause value.

func (NatsMsgServerToClientValidationError) Error

Error satisfies the builtin error interface

func (NatsMsgServerToClientValidationError) ErrorName

ErrorName returns error name.

func (NatsMsgServerToClientValidationError) Field

Field function returns field value.

func (NatsMsgServerToClientValidationError) Key

Key function returns key value.

func (NatsMsgServerToClientValidationError) Reason

Reason function returns reason value.

type NatsSubjects

type NatsSubjects struct {
	SystemApiWorker string `protobuf:"bytes,1,opt,name=system_api_worker,json=systemApiWorker,proto3" json:"system_api_worker,omitempty"`
	SystemJsWorker  string `protobuf:"bytes,2,opt,name=system_js_worker,json=systemJsWorker,proto3" json:"system_js_worker,omitempty"`
	SystemPublic    string `protobuf:"bytes,3,opt,name=system_public,json=systemPublic,proto3" json:"system_public,omitempty"`
	SystemPrivate   string `protobuf:"bytes,4,opt,name=system_private,json=systemPrivate,proto3" json:"system_private,omitempty"`
	Chat            string `protobuf:"bytes,5,opt,name=chat,proto3" json:"chat,omitempty"`
	Whiteboard      string `protobuf:"bytes,6,opt,name=whiteboard,proto3" json:"whiteboard,omitempty"`
	DataChannel     string `protobuf:"bytes,7,opt,name=data_channel,json=dataChannel,proto3" json:"data_channel,omitempty"`
	// contains filtered or unexported fields
}

func (*NatsSubjects) Descriptor deprecated

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

Deprecated: Use NatsSubjects.ProtoReflect.Descriptor instead.

func (*NatsSubjects) GetChat

func (x *NatsSubjects) GetChat() string

func (*NatsSubjects) GetDataChannel

func (x *NatsSubjects) GetDataChannel() string

func (*NatsSubjects) GetSystemApiWorker

func (x *NatsSubjects) GetSystemApiWorker() string

func (*NatsSubjects) GetSystemJsWorker

func (x *NatsSubjects) GetSystemJsWorker() string

func (*NatsSubjects) GetSystemPrivate

func (x *NatsSubjects) GetSystemPrivate() string

func (*NatsSubjects) GetSystemPublic

func (x *NatsSubjects) GetSystemPublic() string

func (*NatsSubjects) GetWhiteboard

func (x *NatsSubjects) GetWhiteboard() string

func (*NatsSubjects) ProtoMessage

func (*NatsSubjects) ProtoMessage()

func (*NatsSubjects) ProtoReflect

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

func (*NatsSubjects) Reset

func (x *NatsSubjects) Reset()

func (*NatsSubjects) String

func (x *NatsSubjects) String() string

func (*NatsSubjects) Validate

func (m *NatsSubjects) Validate() error

Validate checks the field values on NatsSubjects 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 (*NatsSubjects) ValidateAll

func (m *NatsSubjects) ValidateAll() error

ValidateAll checks the field values on NatsSubjects 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 NatsSubjectsMultiError, or nil if none found.

type NatsSubjectsMultiError

type NatsSubjectsMultiError []error

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

func (NatsSubjectsMultiError) AllErrors

func (m NatsSubjectsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NatsSubjectsMultiError) Error

func (m NatsSubjectsMultiError) Error() string

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

type NatsSubjectsValidationError

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

NatsSubjectsValidationError is the validation error returned by NatsSubjects.Validate if the designated constraints aren't met.

func (NatsSubjectsValidationError) Cause

Cause function returns cause value.

func (NatsSubjectsValidationError) Error

Error satisfies the builtin error interface

func (NatsSubjectsValidationError) ErrorName

func (e NatsSubjectsValidationError) ErrorName() string

ErrorName returns error name.

func (NatsSubjectsValidationError) Field

Field function returns field value.

func (NatsSubjectsValidationError) Key

Key function returns key value.

func (NatsSubjectsValidationError) Reason

Reason function returns reason value.

type NatsSystemNotification

type NatsSystemNotification struct {
	Id        string                      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type      NatsSystemNotificationTypes `protobuf:"varint,2,opt,name=type,proto3,enum=plugnmeet.NatsSystemNotificationTypes" json:"type,omitempty"`
	Msg       string                      `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	SentAt    int64                       `protobuf:"varint,4,opt,name=sent_at,json=sentAt,proto3" json:"sent_at,omitempty"`
	WithSound bool                        `protobuf:"varint,5,opt,name=with_sound,json=withSound,proto3" json:"with_sound,omitempty"`
	// contains filtered or unexported fields
}

func (*NatsSystemNotification) Descriptor deprecated

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

Deprecated: Use NatsSystemNotification.ProtoReflect.Descriptor instead.

func (*NatsSystemNotification) GetId

func (x *NatsSystemNotification) GetId() string

func (*NatsSystemNotification) GetMsg

func (x *NatsSystemNotification) GetMsg() string

func (*NatsSystemNotification) GetSentAt

func (x *NatsSystemNotification) GetSentAt() int64

func (*NatsSystemNotification) GetType

func (*NatsSystemNotification) GetWithSound

func (x *NatsSystemNotification) GetWithSound() bool

func (*NatsSystemNotification) ProtoMessage

func (*NatsSystemNotification) ProtoMessage()

func (*NatsSystemNotification) ProtoReflect

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

func (*NatsSystemNotification) Reset

func (x *NatsSystemNotification) Reset()

func (*NatsSystemNotification) String

func (x *NatsSystemNotification) String() string

func (*NatsSystemNotification) Validate

func (m *NatsSystemNotification) Validate() error

Validate checks the field values on NatsSystemNotification 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 (*NatsSystemNotification) ValidateAll

func (m *NatsSystemNotification) ValidateAll() error

ValidateAll checks the field values on NatsSystemNotification 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 NatsSystemNotificationMultiError, or nil if none found.

type NatsSystemNotificationMultiError

type NatsSystemNotificationMultiError []error

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

func (NatsSystemNotificationMultiError) AllErrors

func (m NatsSystemNotificationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NatsSystemNotificationMultiError) Error

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

type NatsSystemNotificationTypes

type NatsSystemNotificationTypes int32
const (
	NatsSystemNotificationTypes_NATS_SYSTEM_NOTIFICATION_INFO    NatsSystemNotificationTypes = 0
	NatsSystemNotificationTypes_NATS_SYSTEM_NOTIFICATION_WARNING NatsSystemNotificationTypes = 1
	NatsSystemNotificationTypes_NATS_SYSTEM_NOTIFICATION_ERROR   NatsSystemNotificationTypes = 2
)

func (NatsSystemNotificationTypes) Descriptor

func (NatsSystemNotificationTypes) Enum

func (NatsSystemNotificationTypes) EnumDescriptor deprecated

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

Deprecated: Use NatsSystemNotificationTypes.Descriptor instead.

func (NatsSystemNotificationTypes) Number

func (NatsSystemNotificationTypes) String

func (NatsSystemNotificationTypes) Type

type NatsSystemNotificationValidationError

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

NatsSystemNotificationValidationError is the validation error returned by NatsSystemNotification.Validate if the designated constraints aren't met.

func (NatsSystemNotificationValidationError) Cause

Cause function returns cause value.

func (NatsSystemNotificationValidationError) Error

Error satisfies the builtin error interface

func (NatsSystemNotificationValidationError) ErrorName

ErrorName returns error name.

func (NatsSystemNotificationValidationError) Field

Field function returns field value.

func (NatsSystemNotificationValidationError) Key

Key function returns key value.

func (NatsSystemNotificationValidationError) Reason

Reason function returns reason value.

type NatsUserMetadataUpdate

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

func (*NatsUserMetadataUpdate) Descriptor deprecated

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

Deprecated: Use NatsUserMetadataUpdate.ProtoReflect.Descriptor instead.

func (*NatsUserMetadataUpdate) GetMetadata

func (x *NatsUserMetadataUpdate) GetMetadata() string

func (*NatsUserMetadataUpdate) GetUserId

func (x *NatsUserMetadataUpdate) GetUserId() string

func (*NatsUserMetadataUpdate) ProtoMessage

func (*NatsUserMetadataUpdate) ProtoMessage()

func (*NatsUserMetadataUpdate) ProtoReflect

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

func (*NatsUserMetadataUpdate) Reset

func (x *NatsUserMetadataUpdate) Reset()

func (*NatsUserMetadataUpdate) String

func (x *NatsUserMetadataUpdate) String() string

func (*NatsUserMetadataUpdate) Validate

func (m *NatsUserMetadataUpdate) Validate() error

Validate checks the field values on NatsUserMetadataUpdate 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 (*NatsUserMetadataUpdate) ValidateAll

func (m *NatsUserMetadataUpdate) ValidateAll() error

ValidateAll checks the field values on NatsUserMetadataUpdate 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 NatsUserMetadataUpdateMultiError, or nil if none found.

type NatsUserMetadataUpdateMultiError

type NatsUserMetadataUpdateMultiError []error

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

func (NatsUserMetadataUpdateMultiError) AllErrors

func (m NatsUserMetadataUpdateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NatsUserMetadataUpdateMultiError) Error

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

type NatsUserMetadataUpdateValidationError

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

NatsUserMetadataUpdateValidationError is the validation error returned by NatsUserMetadataUpdate.Validate if the designated constraints aren't met.

func (NatsUserMetadataUpdateValidationError) Cause

Cause function returns cause value.

func (NatsUserMetadataUpdateValidationError) Error

Error satisfies the builtin error interface

func (NatsUserMetadataUpdateValidationError) ErrorName

ErrorName returns error name.

func (NatsUserMetadataUpdateValidationError) Field

Field function returns field value.

func (NatsUserMetadataUpdateValidationError) Key

Key function returns key value.

func (NatsUserMetadataUpdateValidationError) 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 PastRoomInfo

type PastRoomInfo 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"`
	RoomSid            string  `protobuf:"bytes,3,opt,name=room_sid,json=roomSid,proto3" json:"room_sid,omitempty"`
	JoinedParticipants int64   `protobuf:"varint,4,opt,name=joined_participants,json=joinedParticipants,proto3" json:"joined_participants,omitempty"`
	WebhookUrl         string  `protobuf:"bytes,5,opt,name=webhook_url,json=webhookUrl,proto3" json:"webhook_url,omitempty"`
	Created            string  `protobuf:"bytes,6,opt,name=created,proto3" json:"created,omitempty"`
	Ended              string  `protobuf:"bytes,7,opt,name=ended,proto3" json:"ended,omitempty"`
	AnalyticsFileId    *string `protobuf:"bytes,8,opt,name=analytics_file_id,json=analyticsFileId,proto3,oneof" json:"analytics_file_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PastRoomInfo) Descriptor deprecated

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

Deprecated: Use PastRoomInfo.ProtoReflect.Descriptor instead.

func (*PastRoomInfo) GetAnalyticsFileId

func (x *PastRoomInfo) GetAnalyticsFileId() string

func (*PastRoomInfo) GetCreated

func (x *PastRoomInfo) GetCreated() string

func (*PastRoomInfo) GetEnded

func (x *PastRoomInfo) GetEnded() string

func (*PastRoomInfo) GetJoinedParticipants

func (x *PastRoomInfo) GetJoinedParticipants() int64

func (*PastRoomInfo) GetRoomId

func (x *PastRoomInfo) GetRoomId() string

func (*PastRoomInfo) GetRoomSid

func (x *PastRoomInfo) GetRoomSid() string

func (*PastRoomInfo) GetRoomTitle

func (x *PastRoomInfo) GetRoomTitle() string

func (*PastRoomInfo) GetWebhookUrl

func (x *PastRoomInfo) GetWebhookUrl() string

func (*PastRoomInfo) ProtoMessage

func (*PastRoomInfo) ProtoMessage()

func (*PastRoomInfo) ProtoReflect

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

func (*PastRoomInfo) Reset

func (x *PastRoomInfo) Reset()

func (*PastRoomInfo) String

func (x *PastRoomInfo) String() string

func (*PastRoomInfo) Validate

func (m *PastRoomInfo) Validate() error

Validate checks the field values on PastRoomInfo 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 (*PastRoomInfo) ValidateAll

func (m *PastRoomInfo) ValidateAll() error

ValidateAll checks the field values on PastRoomInfo 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 PastRoomInfoMultiError, or nil if none found.

type PastRoomInfoMultiError

type PastRoomInfoMultiError []error

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

func (PastRoomInfoMultiError) AllErrors

func (m PastRoomInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PastRoomInfoMultiError) Error

func (m PastRoomInfoMultiError) Error() string

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

type PastRoomInfoValidationError

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

PastRoomInfoValidationError is the validation error returned by PastRoomInfo.Validate if the designated constraints aren't met.

func (PastRoomInfoValidationError) Cause

Cause function returns cause value.

func (PastRoomInfoValidationError) Error

Error satisfies the builtin error interface

func (PastRoomInfoValidationError) ErrorName

func (e PastRoomInfoValidationError) ErrorName() string

ErrorName returns error name.

func (PastRoomInfoValidationError) Field

Field function returns field value.

func (PastRoomInfoValidationError) Key

Key function returns key value.

func (PastRoomInfoValidationError) 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"`
	RoomId      string         `protobuf:"bytes,4,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	RoomSid     string         `protobuf:"bytes,5,opt,name=room_sid,json=roomSid,proto3" json:"room_sid,omitempty"`
	RecordingId string         `protobuf:"bytes,6,opt,name=recording_id,json=recordingId,proto3" json:"recording_id,omitempty"`
	RecorderId  string         `protobuf:"bytes,7,opt,name=recorder_id,json=recorderId,proto3" json:"recorder_id,omitempty"`
	AccessToken string         `protobuf:"bytes,8,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	RtmpUrl     *string        `protobuf:"bytes,9,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) GetRoomId

func (x *PlugNmeetToRecorder) GetRoomId() 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 PlugNmeetTokenClaims

type PlugNmeetTokenClaims 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"`
	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"`
	IsHidden bool   `protobuf:"varint,5,opt,name=is_hidden,json=isHidden,proto3" json:"is_hidden,omitempty"`
	// contains filtered or unexported fields
}

func (*PlugNmeetTokenClaims) Descriptor deprecated

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

Deprecated: Use PlugNmeetTokenClaims.ProtoReflect.Descriptor instead.

func (*PlugNmeetTokenClaims) GetIsAdmin

func (x *PlugNmeetTokenClaims) GetIsAdmin() bool

func (*PlugNmeetTokenClaims) GetIsHidden

func (x *PlugNmeetTokenClaims) GetIsHidden() bool

func (*PlugNmeetTokenClaims) GetName

func (x *PlugNmeetTokenClaims) GetName() string

func (*PlugNmeetTokenClaims) GetRoomId

func (x *PlugNmeetTokenClaims) GetRoomId() string

func (*PlugNmeetTokenClaims) GetUserId

func (x *PlugNmeetTokenClaims) GetUserId() string

func (*PlugNmeetTokenClaims) ProtoMessage

func (*PlugNmeetTokenClaims) ProtoMessage()

func (*PlugNmeetTokenClaims) ProtoReflect

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

func (*PlugNmeetTokenClaims) Reset

func (x *PlugNmeetTokenClaims) Reset()

func (*PlugNmeetTokenClaims) String

func (x *PlugNmeetTokenClaims) String() string

func (*PlugNmeetTokenClaims) Validate

func (m *PlugNmeetTokenClaims) Validate() error

Validate checks the field values on PlugNmeetTokenClaims 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 (*PlugNmeetTokenClaims) ValidateAll

func (m *PlugNmeetTokenClaims) ValidateAll() error

ValidateAll checks the field values on PlugNmeetTokenClaims 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 PlugNmeetTokenClaimsMultiError, or nil if none found.

type PlugNmeetTokenClaimsMultiError

type PlugNmeetTokenClaimsMultiError []error

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

func (PlugNmeetTokenClaimsMultiError) AllErrors

func (m PlugNmeetTokenClaimsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PlugNmeetTokenClaimsMultiError) Error

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

type PlugNmeetTokenClaimsValidationError

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

PlugNmeetTokenClaimsValidationError is the validation error returned by PlugNmeetTokenClaims.Validate if the designated constraints aren't met.

func (PlugNmeetTokenClaimsValidationError) Cause

Cause function returns cause value.

func (PlugNmeetTokenClaimsValidationError) Error

Error satisfies the builtin error interface

func (PlugNmeetTokenClaimsValidationError) ErrorName

ErrorName returns error name.

func (PlugNmeetTokenClaimsValidationError) Field

Field function returns field value.

func (PlugNmeetTokenClaimsValidationError) Key

Key function returns key value.

func (PlugNmeetTokenClaimsValidationError) 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    `` /* 145-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 PollsFeatures added in v1.1.0

type PollsFeatures 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"`
	// contains filtered or unexported fields
}

func (*PollsFeatures) Descriptor deprecated added in v1.1.0

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

Deprecated: Use PollsFeatures.ProtoReflect.Descriptor instead.

func (*PollsFeatures) GetIsActive added in v1.1.0

func (x *PollsFeatures) GetIsActive() bool

func (*PollsFeatures) GetIsAllow added in v1.1.0

func (x *PollsFeatures) GetIsAllow() bool

func (*PollsFeatures) ProtoMessage added in v1.1.0

func (*PollsFeatures) ProtoMessage()

func (*PollsFeatures) ProtoReflect added in v1.1.0

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

func (*PollsFeatures) Reset added in v1.1.0

func (x *PollsFeatures) Reset()

func (*PollsFeatures) String added in v1.1.0

func (x *PollsFeatures) String() string

func (*PollsFeatures) Validate added in v1.1.0

func (m *PollsFeatures) Validate() error

Validate checks the field values on PollsFeatures 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 (*PollsFeatures) ValidateAll added in v1.1.0

func (m *PollsFeatures) ValidateAll() error

ValidateAll checks the field values on PollsFeatures 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 PollsFeaturesMultiError, or nil if none found.

type PollsFeaturesMultiError added in v1.1.0

type PollsFeaturesMultiError []error

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

func (PollsFeaturesMultiError) AllErrors added in v1.1.0

func (m PollsFeaturesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PollsFeaturesMultiError) Error added in v1.1.0

func (m PollsFeaturesMultiError) Error() string

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

type PollsFeaturesValidationError added in v1.1.0

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

PollsFeaturesValidationError is the validation error returned by PollsFeatures.Validate if the designated constraints aren't met.

func (PollsFeaturesValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (PollsFeaturesValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (PollsFeaturesValidationError) ErrorName added in v1.1.0

func (e PollsFeaturesValidationError) ErrorName() string

ErrorName returns error name.

func (PollsFeaturesValidationError) Field added in v1.1.0

Field function returns field value.

func (PollsFeaturesValidationError) Key added in v1.1.0

Key function returns key value.

func (PollsFeaturesValidationError) Reason added in v1.1.0

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 RecorderInfoKeys

type RecorderInfoKeys int32
const (
	RecorderInfoKeys_RECORDER_INFO_MAX_LIMIT        RecorderInfoKeys = 0
	RecorderInfoKeys_RECORDER_INFO_LAST_PING        RecorderInfoKeys = 1
	RecorderInfoKeys_RECORDER_INFO_CURRENT_PROGRESS RecorderInfoKeys = 3
)

func (RecorderInfoKeys) Descriptor

func (RecorderInfoKeys) Enum

func (RecorderInfoKeys) EnumDescriptor deprecated

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

Deprecated: Use RecorderInfoKeys.Descriptor instead.

func (RecorderInfoKeys) Number

func (RecorderInfoKeys) String

func (x RecorderInfoKeys) String() string

func (RecorderInfoKeys) 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"`
	RecordingVariant *CloudRecordingVariants `` // next key 13
	/* 155-byte string literal not displayed */
	// 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) GetRecordingVariant added in v1.1.0

func (x *RecorderToPlugNmeet) GetRecordingVariant() CloudRecordingVariants

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"`
	Metadata         *RecordingMetadata `protobuf:"bytes,8,opt,name=metadata,proto3,oneof" json:"metadata,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) GetMetadata added in v1.1.0

func (x *RecordingInfo) GetMetadata() *RecordingMetadata

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 RecordingInfoFile

type RecordingInfoFile struct {
	RoomTableId      int64   `protobuf:"varint,1,opt,name=room_table_id,json=roomTableId,proto3" json:"room_table_id,omitempty"`
	RoomId           string  `protobuf:"bytes,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	RoomTitle        string  `protobuf:"bytes,3,opt,name=room_title,json=roomTitle,proto3" json:"room_title,omitempty"`
	RoomSid          string  `protobuf:"bytes,4,opt,name=room_sid,json=roomSid,proto3" json:"room_sid,omitempty"`
	RoomCreationTime int64   `protobuf:"varint,5,opt,name=room_creation_time,json=roomCreationTime,proto3" json:"room_creation_time,omitempty"`
	RoomEnded        int64   `protobuf:"varint,6,opt,name=room_ended,json=roomEnded,proto3" json:"room_ended,omitempty"`
	RecordingId      string  `protobuf:"bytes,7,opt,name=recording_id,json=recordingId,proto3" json:"recording_id,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"`
	CreationTime     int64   `protobuf:"varint,11,opt,name=creation_time,json=creationTime,proto3" json:"creation_time,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordingInfoFile) Descriptor deprecated

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

Deprecated: Use RecordingInfoFile.ProtoReflect.Descriptor instead.

func (*RecordingInfoFile) GetCreationTime

func (x *RecordingInfoFile) GetCreationTime() int64

func (*RecordingInfoFile) GetFilePath

func (x *RecordingInfoFile) GetFilePath() string

func (*RecordingInfoFile) GetFileSize

func (x *RecordingInfoFile) GetFileSize() float32

func (*RecordingInfoFile) GetRecorderId

func (x *RecordingInfoFile) GetRecorderId() string

func (*RecordingInfoFile) GetRecordingId

func (x *RecordingInfoFile) GetRecordingId() string

func (*RecordingInfoFile) GetRoomCreationTime

func (x *RecordingInfoFile) GetRoomCreationTime() int64

func (*RecordingInfoFile) GetRoomEnded

func (x *RecordingInfoFile) GetRoomEnded() int64

func (*RecordingInfoFile) GetRoomId

func (x *RecordingInfoFile) GetRoomId() string

func (*RecordingInfoFile) GetRoomSid

func (x *RecordingInfoFile) GetRoomSid() string

func (*RecordingInfoFile) GetRoomTableId

func (x *RecordingInfoFile) GetRoomTableId() int64

func (*RecordingInfoFile) GetRoomTitle

func (x *RecordingInfoFile) GetRoomTitle() string

func (*RecordingInfoFile) ProtoMessage

func (*RecordingInfoFile) ProtoMessage()

func (*RecordingInfoFile) ProtoReflect

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

func (*RecordingInfoFile) Reset

func (x *RecordingInfoFile) Reset()

func (*RecordingInfoFile) String

func (x *RecordingInfoFile) String() string

func (*RecordingInfoFile) Validate

func (m *RecordingInfoFile) Validate() error

Validate checks the field values on RecordingInfoFile 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 (*RecordingInfoFile) ValidateAll

func (m *RecordingInfoFile) ValidateAll() error

ValidateAll checks the field values on RecordingInfoFile 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 RecordingInfoFileMultiError, or nil if none found.

type RecordingInfoFileMultiError

type RecordingInfoFileMultiError []error

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

func (RecordingInfoFileMultiError) AllErrors

func (m RecordingInfoFileMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordingInfoFileMultiError) Error

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

type RecordingInfoFileValidationError

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

RecordingInfoFileValidationError is the validation error returned by RecordingInfoFile.Validate if the designated constraints aren't met.

func (RecordingInfoFileValidationError) Cause

Cause function returns cause value.

func (RecordingInfoFileValidationError) Error

Error satisfies the builtin error interface

func (RecordingInfoFileValidationError) ErrorName

ErrorName returns error name.

func (RecordingInfoFileValidationError) Field

Field function returns field value.

func (RecordingInfoFileValidationError) Key

Key function returns key value.

func (RecordingInfoFileValidationError) 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 RecordingInfoReq

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

func (*RecordingInfoReq) Descriptor deprecated

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

Deprecated: Use RecordingInfoReq.ProtoReflect.Descriptor instead.

func (*RecordingInfoReq) GetRecordId

func (x *RecordingInfoReq) GetRecordId() string

func (*RecordingInfoReq) ProtoMessage

func (*RecordingInfoReq) ProtoMessage()

func (*RecordingInfoReq) ProtoReflect

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

func (*RecordingInfoReq) Reset

func (x *RecordingInfoReq) Reset()

func (*RecordingInfoReq) String

func (x *RecordingInfoReq) String() string

func (*RecordingInfoReq) Validate

func (m *RecordingInfoReq) Validate() error

Validate checks the field values on RecordingInfoReq 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 (*RecordingInfoReq) ValidateAll

func (m *RecordingInfoReq) ValidateAll() error

ValidateAll checks the field values on RecordingInfoReq 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 RecordingInfoReqMultiError, or nil if none found.

type RecordingInfoReqMultiError

type RecordingInfoReqMultiError []error

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

func (RecordingInfoReqMultiError) AllErrors

func (m RecordingInfoReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordingInfoReqMultiError) Error

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

type RecordingInfoReqValidationError

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

RecordingInfoReqValidationError is the validation error returned by RecordingInfoReq.Validate if the designated constraints aren't met.

func (RecordingInfoReqValidationError) Cause

Cause function returns cause value.

func (RecordingInfoReqValidationError) Error

Error satisfies the builtin error interface

func (RecordingInfoReqValidationError) ErrorName

ErrorName returns error name.

func (RecordingInfoReqValidationError) Field

Field function returns field value.

func (RecordingInfoReqValidationError) Key

Key function returns key value.

func (RecordingInfoReqValidationError) Reason

Reason function returns reason value.

type RecordingInfoRes

type RecordingInfoRes 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"`
	RecordingInfo *RecordingInfo `protobuf:"bytes,3,opt,name=recording_info,json=recordingInfo,proto3" json:"recording_info,omitempty"`
	RoomInfo      *PastRoomInfo  `protobuf:"bytes,4,opt,name=room_info,json=roomInfo,proto3" json:"room_info,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordingInfoRes) Descriptor deprecated

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

Deprecated: Use RecordingInfoRes.ProtoReflect.Descriptor instead.

func (*RecordingInfoRes) GetMsg

func (x *RecordingInfoRes) GetMsg() string

func (*RecordingInfoRes) GetRecordingInfo

func (x *RecordingInfoRes) GetRecordingInfo() *RecordingInfo

func (*RecordingInfoRes) GetRoomInfo

func (x *RecordingInfoRes) GetRoomInfo() *PastRoomInfo

func (*RecordingInfoRes) GetStatus

func (x *RecordingInfoRes) GetStatus() bool

func (*RecordingInfoRes) ProtoMessage

func (*RecordingInfoRes) ProtoMessage()

func (*RecordingInfoRes) ProtoReflect

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

func (*RecordingInfoRes) Reset

func (x *RecordingInfoRes) Reset()

func (*RecordingInfoRes) String

func (x *RecordingInfoRes) String() string

func (*RecordingInfoRes) Validate

func (m *RecordingInfoRes) Validate() error

Validate checks the field values on RecordingInfoRes 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 (*RecordingInfoRes) ValidateAll

func (m *RecordingInfoRes) ValidateAll() error

ValidateAll checks the field values on RecordingInfoRes 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 RecordingInfoResMultiError, or nil if none found.

type RecordingInfoResMultiError

type RecordingInfoResMultiError []error

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

func (RecordingInfoResMultiError) AllErrors

func (m RecordingInfoResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordingInfoResMultiError) Error

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

type RecordingInfoResValidationError

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

RecordingInfoResValidationError is the validation error returned by RecordingInfoRes.Validate if the designated constraints aren't met.

func (RecordingInfoResValidationError) Cause

Cause function returns cause value.

func (RecordingInfoResValidationError) Error

Error satisfies the builtin error interface

func (RecordingInfoResValidationError) ErrorName

ErrorName returns error name.

func (RecordingInfoResValidationError) Field

Field function returns field value.

func (RecordingInfoResValidationError) Key

Key function returns key value.

func (RecordingInfoResValidationError) Reason

Reason function returns reason value.

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 RecordingMetadata added in v1.1.0

type RecordingMetadata struct {
	Title       *string `protobuf:"bytes,1,opt,name=title,proto3,oneof" json:"title,omitempty"`
	Description *string `protobuf:"bytes,2,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// e.g. map<language, RecordingSubtitle>
	Subtitles map[string]*RecordingSubtitle `` /* 145-byte string literal not displayed */
	ExtraData map[string]string             `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RecordingMetadata) Descriptor deprecated added in v1.1.0

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

Deprecated: Use RecordingMetadata.ProtoReflect.Descriptor instead.

func (*RecordingMetadata) GetDescription added in v1.1.0

func (x *RecordingMetadata) GetDescription() string

func (*RecordingMetadata) GetExtraData added in v1.1.0

func (x *RecordingMetadata) GetExtraData() map[string]string

func (*RecordingMetadata) GetSubtitles added in v1.1.0

func (x *RecordingMetadata) GetSubtitles() map[string]*RecordingSubtitle

func (*RecordingMetadata) GetTitle added in v1.1.0

func (x *RecordingMetadata) GetTitle() string

func (*RecordingMetadata) ProtoMessage added in v1.1.0

func (*RecordingMetadata) ProtoMessage()

func (*RecordingMetadata) ProtoReflect added in v1.1.0

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

func (*RecordingMetadata) Reset added in v1.1.0

func (x *RecordingMetadata) Reset()

func (*RecordingMetadata) String added in v1.1.0

func (x *RecordingMetadata) String() string

func (*RecordingMetadata) Validate added in v1.1.0

func (m *RecordingMetadata) Validate() error

Validate checks the field values on RecordingMetadata 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 (*RecordingMetadata) ValidateAll added in v1.1.0

func (m *RecordingMetadata) ValidateAll() error

ValidateAll checks the field values on RecordingMetadata 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 RecordingMetadataMultiError, or nil if none found.

type RecordingMetadataMultiError added in v1.1.0

type RecordingMetadataMultiError []error

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

func (RecordingMetadataMultiError) AllErrors added in v1.1.0

func (m RecordingMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordingMetadataMultiError) Error added in v1.1.0

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

type RecordingMetadataValidationError added in v1.1.0

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

RecordingMetadataValidationError is the validation error returned by RecordingMetadata.Validate if the designated constraints aren't met.

func (RecordingMetadataValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (RecordingMetadataValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (RecordingMetadataValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (RecordingMetadataValidationError) Field added in v1.1.0

Field function returns field value.

func (RecordingMetadataValidationError) Key added in v1.1.0

Key function returns key value.

func (RecordingMetadataValidationError) Reason added in v1.1.0

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"`
	RecordingVariant *CloudRecordingVariants `` /* 154-byte string literal not displayed */
	// 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) GetRecordingVariant added in v1.1.0

func (x *RecordingReq) GetRecordingVariant() CloudRecordingVariants

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 RecordingSubtitle added in v1.1.0

type RecordingSubtitle struct {
	Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Url   string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordingSubtitle) Descriptor deprecated added in v1.1.0

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

Deprecated: Use RecordingSubtitle.ProtoReflect.Descriptor instead.

func (*RecordingSubtitle) GetLabel added in v1.1.0

func (x *RecordingSubtitle) GetLabel() string

func (*RecordingSubtitle) GetUrl added in v1.1.0

func (x *RecordingSubtitle) GetUrl() string

func (*RecordingSubtitle) ProtoMessage added in v1.1.0

func (*RecordingSubtitle) ProtoMessage()

func (*RecordingSubtitle) ProtoReflect added in v1.1.0

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

func (*RecordingSubtitle) Reset added in v1.1.0

func (x *RecordingSubtitle) Reset()

func (*RecordingSubtitle) String added in v1.1.0

func (x *RecordingSubtitle) String() string

func (*RecordingSubtitle) Validate added in v1.1.0

func (m *RecordingSubtitle) Validate() error

Validate checks the field values on RecordingSubtitle 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 (*RecordingSubtitle) ValidateAll added in v1.1.0

func (m *RecordingSubtitle) ValidateAll() error

ValidateAll checks the field values on RecordingSubtitle 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 RecordingSubtitleMultiError, or nil if none found.

type RecordingSubtitleMultiError added in v1.1.0

type RecordingSubtitleMultiError []error

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

func (RecordingSubtitleMultiError) AllErrors added in v1.1.0

func (m RecordingSubtitleMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordingSubtitleMultiError) Error added in v1.1.0

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

type RecordingSubtitleValidationError added in v1.1.0

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

RecordingSubtitleValidationError is the validation error returned by RecordingSubtitle.Validate if the designated constraints aren't met.

func (RecordingSubtitleValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (RecordingSubtitleValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (RecordingSubtitleValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (RecordingSubtitleValidationError) Field added in v1.1.0

Field function returns field value.

func (RecordingSubtitleValidationError) Key added in v1.1.0

Key function returns key value.

func (RecordingSubtitleValidationError) Reason added in v1.1.0

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 RoomArtifactCharacterCountUsage added in v1.1.0

type RoomArtifactCharacterCountUsage struct {
	TotalCharacters              uint32           `protobuf:"varint,1,opt,name=total_characters,json=totalCharacters,proto3" json:"total_characters,omitempty"`
	Breakdown                    map[string]int64 `` /* 146-byte string literal not displayed */
	TotalCharactersEstimatedCost *float64         `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RoomArtifactCharacterCountUsage) Descriptor deprecated added in v1.1.0

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

Deprecated: Use RoomArtifactCharacterCountUsage.ProtoReflect.Descriptor instead.

func (*RoomArtifactCharacterCountUsage) GetBreakdown added in v1.1.0

func (x *RoomArtifactCharacterCountUsage) GetBreakdown() map[string]int64

func (*RoomArtifactCharacterCountUsage) GetTotalCharacters added in v1.1.0

func (x *RoomArtifactCharacterCountUsage) GetTotalCharacters() uint32

func (*RoomArtifactCharacterCountUsage) GetTotalCharactersEstimatedCost added in v1.1.0

func (x *RoomArtifactCharacterCountUsage) GetTotalCharactersEstimatedCost() float64

func (*RoomArtifactCharacterCountUsage) ProtoMessage added in v1.1.0

func (*RoomArtifactCharacterCountUsage) ProtoMessage()

func (*RoomArtifactCharacterCountUsage) ProtoReflect added in v1.1.0

func (*RoomArtifactCharacterCountUsage) Reset added in v1.1.0

func (*RoomArtifactCharacterCountUsage) String added in v1.1.0

func (*RoomArtifactCharacterCountUsage) Validate added in v1.1.0

func (m *RoomArtifactCharacterCountUsage) Validate() error

Validate checks the field values on RoomArtifactCharacterCountUsage 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 (*RoomArtifactCharacterCountUsage) ValidateAll added in v1.1.0

func (m *RoomArtifactCharacterCountUsage) ValidateAll() error

ValidateAll checks the field values on RoomArtifactCharacterCountUsage 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 RoomArtifactCharacterCountUsageMultiError, or nil if none found.

type RoomArtifactCharacterCountUsageMultiError added in v1.1.0

type RoomArtifactCharacterCountUsageMultiError []error

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

func (RoomArtifactCharacterCountUsageMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (RoomArtifactCharacterCountUsageMultiError) Error added in v1.1.0

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

type RoomArtifactCharacterCountUsageValidationError added in v1.1.0

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

RoomArtifactCharacterCountUsageValidationError is the validation error returned by RoomArtifactCharacterCountUsage.Validate if the designated constraints aren't met.

func (RoomArtifactCharacterCountUsageValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (RoomArtifactCharacterCountUsageValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (RoomArtifactCharacterCountUsageValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (RoomArtifactCharacterCountUsageValidationError) Field added in v1.1.0

Field function returns field value.

func (RoomArtifactCharacterCountUsageValidationError) Key added in v1.1.0

Key function returns key value.

func (RoomArtifactCharacterCountUsageValidationError) Reason added in v1.1.0

Reason function returns reason value.

type RoomArtifactDurationUsage added in v1.1.0

type RoomArtifactDurationUsage struct {
	DurationSec              uint32           `protobuf:"varint,1,opt,name=duration_sec,json=durationSec,proto3" json:"duration_sec,omitempty"`
	Breakdown                map[string]int64 `` /* 146-byte string literal not displayed */
	DurationSecEstimatedCost *float64         `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RoomArtifactDurationUsage) Descriptor deprecated added in v1.1.0

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

Deprecated: Use RoomArtifactDurationUsage.ProtoReflect.Descriptor instead.

func (*RoomArtifactDurationUsage) GetBreakdown added in v1.1.0

func (x *RoomArtifactDurationUsage) GetBreakdown() map[string]int64

func (*RoomArtifactDurationUsage) GetDurationSec added in v1.1.0

func (x *RoomArtifactDurationUsage) GetDurationSec() uint32

func (*RoomArtifactDurationUsage) GetDurationSecEstimatedCost added in v1.1.0

func (x *RoomArtifactDurationUsage) GetDurationSecEstimatedCost() float64

func (*RoomArtifactDurationUsage) ProtoMessage added in v1.1.0

func (*RoomArtifactDurationUsage) ProtoMessage()

func (*RoomArtifactDurationUsage) ProtoReflect added in v1.1.0

func (*RoomArtifactDurationUsage) Reset added in v1.1.0

func (x *RoomArtifactDurationUsage) Reset()

func (*RoomArtifactDurationUsage) String added in v1.1.0

func (x *RoomArtifactDurationUsage) String() string

func (*RoomArtifactDurationUsage) Validate added in v1.1.0

func (m *RoomArtifactDurationUsage) Validate() error

Validate checks the field values on RoomArtifactDurationUsage 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 (*RoomArtifactDurationUsage) ValidateAll added in v1.1.0

func (m *RoomArtifactDurationUsage) ValidateAll() error

ValidateAll checks the field values on RoomArtifactDurationUsage 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 RoomArtifactDurationUsageMultiError, or nil if none found.

type RoomArtifactDurationUsageMultiError added in v1.1.0

type RoomArtifactDurationUsageMultiError []error

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

func (RoomArtifactDurationUsageMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (RoomArtifactDurationUsageMultiError) Error added in v1.1.0

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

type RoomArtifactDurationUsageValidationError added in v1.1.0

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

RoomArtifactDurationUsageValidationError is the validation error returned by RoomArtifactDurationUsage.Validate if the designated constraints aren't met.

func (RoomArtifactDurationUsageValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (RoomArtifactDurationUsageValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (RoomArtifactDurationUsageValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (RoomArtifactDurationUsageValidationError) Field added in v1.1.0

Field function returns field value.

func (RoomArtifactDurationUsageValidationError) Key added in v1.1.0

Key function returns key value.

func (RoomArtifactDurationUsageValidationError) Reason added in v1.1.0

Reason function returns reason value.

type RoomArtifactFileInfo added in v1.1.0

type RoomArtifactFileInfo struct {
	FilePath string `protobuf:"bytes,1,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	FileSize int64  `protobuf:"varint,2,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
	MimeType string `protobuf:"bytes,3,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"`
	// contains filtered or unexported fields
}

FileInfo contains details about a generated file artifact.

func (*RoomArtifactFileInfo) Descriptor deprecated added in v1.1.0

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

Deprecated: Use RoomArtifactFileInfo.ProtoReflect.Descriptor instead.

func (*RoomArtifactFileInfo) GetFilePath added in v1.1.0

func (x *RoomArtifactFileInfo) GetFilePath() string

func (*RoomArtifactFileInfo) GetFileSize added in v1.1.0

func (x *RoomArtifactFileInfo) GetFileSize() int64

func (*RoomArtifactFileInfo) GetMimeType added in v1.1.0

func (x *RoomArtifactFileInfo) GetMimeType() string

func (*RoomArtifactFileInfo) ProtoMessage added in v1.1.0

func (*RoomArtifactFileInfo) ProtoMessage()

func (*RoomArtifactFileInfo) ProtoReflect added in v1.1.0

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

func (*RoomArtifactFileInfo) Reset added in v1.1.0

func (x *RoomArtifactFileInfo) Reset()

func (*RoomArtifactFileInfo) String added in v1.1.0

func (x *RoomArtifactFileInfo) String() string

func (*RoomArtifactFileInfo) Validate added in v1.1.0

func (m *RoomArtifactFileInfo) Validate() error

Validate checks the field values on RoomArtifactFileInfo 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 (*RoomArtifactFileInfo) ValidateAll added in v1.1.0

func (m *RoomArtifactFileInfo) ValidateAll() error

ValidateAll checks the field values on RoomArtifactFileInfo 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 RoomArtifactFileInfoMultiError, or nil if none found.

type RoomArtifactFileInfoMultiError added in v1.1.0

type RoomArtifactFileInfoMultiError []error

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

func (RoomArtifactFileInfoMultiError) AllErrors added in v1.1.0

func (m RoomArtifactFileInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoomArtifactFileInfoMultiError) Error added in v1.1.0

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

type RoomArtifactFileInfoValidationError added in v1.1.0

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

RoomArtifactFileInfoValidationError is the validation error returned by RoomArtifactFileInfo.Validate if the designated constraints aren't met.

func (RoomArtifactFileInfoValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (RoomArtifactFileInfoValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (RoomArtifactFileInfoValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (RoomArtifactFileInfoValidationError) Field added in v1.1.0

Field function returns field value.

func (RoomArtifactFileInfoValidationError) Key added in v1.1.0

Key function returns key value.

func (RoomArtifactFileInfoValidationError) Reason added in v1.1.0

Reason function returns reason value.

type RoomArtifactMetadata added in v1.1.0

type RoomArtifactMetadata struct {

	// Optional: Information about the user who initiated or is associated with the artifact.
	UserInfo *RoomArtifactUserInfo `protobuf:"bytes,1,opt,name=user_info,json=userInfo,proto3" json:"user_info,omitempty"`
	// Optional: Information about an asynchronous provider job.
	ProviderJobInfo *RoomArtifactProviderJobInfo `protobuf:"bytes,2,opt,name=provider_job_info,json=providerJobInfo,proto3" json:"provider_job_info,omitempty"`
	// Optional: Information about the final generated file artifact.
	FileInfo *RoomArtifactFileInfo `protobuf:"bytes,3,opt,name=file_info,json=fileInfo,proto3" json:"file_info,omitempty"`
	// A field for different types of usage metrics.
	//
	// Types that are valid to be assigned to UsageDetails:
	//
	//	*RoomArtifactMetadata_TokenUsage
	//	*RoomArtifactMetadata_DurationUsage
	//	*RoomArtifactMetadata_CharacterCountUsage
	UsageDetails isRoomArtifactMetadata_UsageDetails `protobuf_oneof:"usage_details"`
	// A field to link a file artifact back to its usage artifact.
	ReferenceArtifactId *string `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

RoomArtifactMetadata is the universal structure for the 'metadata' JSON field in the pnm_room_artifacts table. All fields are optional.

func (*RoomArtifactMetadata) Descriptor deprecated added in v1.1.0

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

Deprecated: Use RoomArtifactMetadata.ProtoReflect.Descriptor instead.

func (*RoomArtifactMetadata) GetCharacterCountUsage added in v1.1.0

func (x *RoomArtifactMetadata) GetCharacterCountUsage() *RoomArtifactCharacterCountUsage

func (*RoomArtifactMetadata) GetDurationUsage added in v1.1.0

func (x *RoomArtifactMetadata) GetDurationUsage() *RoomArtifactDurationUsage

func (*RoomArtifactMetadata) GetFileInfo added in v1.1.0

func (x *RoomArtifactMetadata) GetFileInfo() *RoomArtifactFileInfo

func (*RoomArtifactMetadata) GetProviderJobInfo added in v1.1.0

func (x *RoomArtifactMetadata) GetProviderJobInfo() *RoomArtifactProviderJobInfo

func (*RoomArtifactMetadata) GetReferenceArtifactId added in v1.1.0

func (x *RoomArtifactMetadata) GetReferenceArtifactId() string

func (*RoomArtifactMetadata) GetTokenUsage added in v1.1.0

func (x *RoomArtifactMetadata) GetTokenUsage() *RoomArtifactTokenUsage

func (*RoomArtifactMetadata) GetUsageDetails added in v1.1.0

func (x *RoomArtifactMetadata) GetUsageDetails() isRoomArtifactMetadata_UsageDetails

func (*RoomArtifactMetadata) GetUserInfo added in v1.1.0

func (x *RoomArtifactMetadata) GetUserInfo() *RoomArtifactUserInfo

func (*RoomArtifactMetadata) ProtoMessage added in v1.1.0

func (*RoomArtifactMetadata) ProtoMessage()

func (*RoomArtifactMetadata) ProtoReflect added in v1.1.0

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

func (*RoomArtifactMetadata) Reset added in v1.1.0

func (x *RoomArtifactMetadata) Reset()

func (*RoomArtifactMetadata) String added in v1.1.0

func (x *RoomArtifactMetadata) String() string

func (*RoomArtifactMetadata) Validate added in v1.1.0

func (m *RoomArtifactMetadata) Validate() error

Validate checks the field values on RoomArtifactMetadata 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 (*RoomArtifactMetadata) ValidateAll added in v1.1.0

func (m *RoomArtifactMetadata) ValidateAll() error

ValidateAll checks the field values on RoomArtifactMetadata 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 RoomArtifactMetadataMultiError, or nil if none found.

type RoomArtifactMetadataMultiError added in v1.1.0

type RoomArtifactMetadataMultiError []error

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

func (RoomArtifactMetadataMultiError) AllErrors added in v1.1.0

func (m RoomArtifactMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoomArtifactMetadataMultiError) Error added in v1.1.0

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

type RoomArtifactMetadataValidationError added in v1.1.0

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

RoomArtifactMetadataValidationError is the validation error returned by RoomArtifactMetadata.Validate if the designated constraints aren't met.

func (RoomArtifactMetadataValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (RoomArtifactMetadataValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (RoomArtifactMetadataValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (RoomArtifactMetadataValidationError) Field added in v1.1.0

Field function returns field value.

func (RoomArtifactMetadataValidationError) Key added in v1.1.0

Key function returns key value.

func (RoomArtifactMetadataValidationError) Reason added in v1.1.0

Reason function returns reason value.

type RoomArtifactMetadata_CharacterCountUsage added in v1.1.0

type RoomArtifactMetadata_CharacterCountUsage struct {
	CharacterCountUsage *RoomArtifactCharacterCountUsage `protobuf:"bytes,6,opt,name=character_count_usage,json=characterCountUsage,proto3,oneof"`
}

type RoomArtifactMetadata_DurationUsage added in v1.1.0

type RoomArtifactMetadata_DurationUsage struct {
	DurationUsage *RoomArtifactDurationUsage `protobuf:"bytes,5,opt,name=duration_usage,json=durationUsage,proto3,oneof"`
}

type RoomArtifactMetadata_TokenUsage added in v1.1.0

type RoomArtifactMetadata_TokenUsage struct {
	TokenUsage *RoomArtifactTokenUsage `protobuf:"bytes,4,opt,name=token_usage,json=tokenUsage,proto3,oneof"`
}

type RoomArtifactProviderJobInfo added in v1.1.0

type RoomArtifactProviderJobInfo struct {
	JobId    string `protobuf:"bytes,1,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
	FileName string `protobuf:"bytes,2,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	// contains filtered or unexported fields
}

ProviderJobInfo contains details about an asynchronous job sent to a provider.

func (*RoomArtifactProviderJobInfo) Descriptor deprecated added in v1.1.0

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

Deprecated: Use RoomArtifactProviderJobInfo.ProtoReflect.Descriptor instead.

func (*RoomArtifactProviderJobInfo) GetFileName added in v1.1.0

func (x *RoomArtifactProviderJobInfo) GetFileName() string

func (*RoomArtifactProviderJobInfo) GetJobId added in v1.1.0

func (x *RoomArtifactProviderJobInfo) GetJobId() string

func (*RoomArtifactProviderJobInfo) ProtoMessage added in v1.1.0

func (*RoomArtifactProviderJobInfo) ProtoMessage()

func (*RoomArtifactProviderJobInfo) ProtoReflect added in v1.1.0

func (*RoomArtifactProviderJobInfo) Reset added in v1.1.0

func (x *RoomArtifactProviderJobInfo) Reset()

func (*RoomArtifactProviderJobInfo) String added in v1.1.0

func (x *RoomArtifactProviderJobInfo) String() string

func (*RoomArtifactProviderJobInfo) Validate added in v1.1.0

func (m *RoomArtifactProviderJobInfo) Validate() error

Validate checks the field values on RoomArtifactProviderJobInfo 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 (*RoomArtifactProviderJobInfo) ValidateAll added in v1.1.0

func (m *RoomArtifactProviderJobInfo) ValidateAll() error

ValidateAll checks the field values on RoomArtifactProviderJobInfo 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 RoomArtifactProviderJobInfoMultiError, or nil if none found.

type RoomArtifactProviderJobInfoMultiError added in v1.1.0

type RoomArtifactProviderJobInfoMultiError []error

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

func (RoomArtifactProviderJobInfoMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (RoomArtifactProviderJobInfoMultiError) Error added in v1.1.0

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

type RoomArtifactProviderJobInfoValidationError added in v1.1.0

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

RoomArtifactProviderJobInfoValidationError is the validation error returned by RoomArtifactProviderJobInfo.Validate if the designated constraints aren't met.

func (RoomArtifactProviderJobInfoValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (RoomArtifactProviderJobInfoValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (RoomArtifactProviderJobInfoValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (RoomArtifactProviderJobInfoValidationError) Field added in v1.1.0

Field function returns field value.

func (RoomArtifactProviderJobInfoValidationError) Key added in v1.1.0

Key function returns key value.

func (RoomArtifactProviderJobInfoValidationError) Reason added in v1.1.0

Reason function returns reason value.

type RoomArtifactTokenUsage added in v1.1.0

type RoomArtifactTokenUsage struct {
	PromptTokens                  uint32           `protobuf:"varint,1,opt,name=prompt_tokens,json=promptTokens,proto3" json:"prompt_tokens,omitempty"`
	CompletionTokens              uint32           `protobuf:"varint,2,opt,name=completion_tokens,json=completionTokens,proto3" json:"completion_tokens,omitempty"`
	TotalTokens                   uint32           `protobuf:"varint,3,opt,name=total_tokens,json=totalTokens,proto3" json:"total_tokens,omitempty"`
	Breakdown                     map[string]int64 `` /* 146-byte string literal not displayed */
	PromptTokensEstimatedCost     *float64         `` /* 148-byte string literal not displayed */
	CompletionTokensEstimatedCost *float64         `` /* 160-byte string literal not displayed */
	TotalTokensEstimatedCost      *float64         `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RoomArtifactTokenUsage) Descriptor deprecated added in v1.1.0

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

Deprecated: Use RoomArtifactTokenUsage.ProtoReflect.Descriptor instead.

func (*RoomArtifactTokenUsage) GetBreakdown added in v1.1.0

func (x *RoomArtifactTokenUsage) GetBreakdown() map[string]int64

func (*RoomArtifactTokenUsage) GetCompletionTokens added in v1.1.0

func (x *RoomArtifactTokenUsage) GetCompletionTokens() uint32

func (*RoomArtifactTokenUsage) GetCompletionTokensEstimatedCost added in v1.1.0

func (x *RoomArtifactTokenUsage) GetCompletionTokensEstimatedCost() float64

func (*RoomArtifactTokenUsage) GetPromptTokens added in v1.1.0

func (x *RoomArtifactTokenUsage) GetPromptTokens() uint32

func (*RoomArtifactTokenUsage) GetPromptTokensEstimatedCost added in v1.1.0

func (x *RoomArtifactTokenUsage) GetPromptTokensEstimatedCost() float64

func (*RoomArtifactTokenUsage) GetTotalTokens added in v1.1.0

func (x *RoomArtifactTokenUsage) GetTotalTokens() uint32

func (*RoomArtifactTokenUsage) GetTotalTokensEstimatedCost added in v1.1.0

func (x *RoomArtifactTokenUsage) GetTotalTokensEstimatedCost() float64

func (*RoomArtifactTokenUsage) ProtoMessage added in v1.1.0

func (*RoomArtifactTokenUsage) ProtoMessage()

func (*RoomArtifactTokenUsage) ProtoReflect added in v1.1.0

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

func (*RoomArtifactTokenUsage) Reset added in v1.1.0

func (x *RoomArtifactTokenUsage) Reset()

func (*RoomArtifactTokenUsage) String added in v1.1.0

func (x *RoomArtifactTokenUsage) String() string

func (*RoomArtifactTokenUsage) Validate added in v1.1.0

func (m *RoomArtifactTokenUsage) Validate() error

Validate checks the field values on RoomArtifactTokenUsage 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 (*RoomArtifactTokenUsage) ValidateAll added in v1.1.0

func (m *RoomArtifactTokenUsage) ValidateAll() error

ValidateAll checks the field values on RoomArtifactTokenUsage 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 RoomArtifactTokenUsageMultiError, or nil if none found.

type RoomArtifactTokenUsageMultiError added in v1.1.0

type RoomArtifactTokenUsageMultiError []error

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

func (RoomArtifactTokenUsageMultiError) AllErrors added in v1.1.0

func (m RoomArtifactTokenUsageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoomArtifactTokenUsageMultiError) Error added in v1.1.0

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

type RoomArtifactTokenUsageValidationError added in v1.1.0

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

RoomArtifactTokenUsageValidationError is the validation error returned by RoomArtifactTokenUsage.Validate if the designated constraints aren't met.

func (RoomArtifactTokenUsageValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (RoomArtifactTokenUsageValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (RoomArtifactTokenUsageValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (RoomArtifactTokenUsageValidationError) Field added in v1.1.0

Field function returns field value.

func (RoomArtifactTokenUsageValidationError) Key added in v1.1.0

Key function returns key value.

func (RoomArtifactTokenUsageValidationError) Reason added in v1.1.0

Reason function returns reason value.

type RoomArtifactType added in v1.1.0

type RoomArtifactType int32
const (
	RoomArtifactType_UNKNOWN_ARTIFACT                 RoomArtifactType = 0
	RoomArtifactType_MEETING_ANALYTICS                RoomArtifactType = 1
	RoomArtifactType_MEETING_SUMMARY                  RoomArtifactType = 2
	RoomArtifactType_MEETING_SUMMARY_USAGE            RoomArtifactType = 3
	RoomArtifactType_SPEECH_TRANSCRIPTION             RoomArtifactType = 4
	RoomArtifactType_SPEECH_TRANSCRIPTION_USAGE       RoomArtifactType = 5
	RoomArtifactType_SYNTHESIZED_SPEECH_USAGE         RoomArtifactType = 6
	RoomArtifactType_CHAT_TRANSLATION_USAGE           RoomArtifactType = 7
	RoomArtifactType_AI_TEXT_CHAT_INTERACTION_USAGE   RoomArtifactType = 8
	RoomArtifactType_AI_TEXT_CHAT_SUMMARIZATION_USAGE RoomArtifactType = 9
)

func (RoomArtifactType) Descriptor added in v1.1.0

func (RoomArtifactType) Enum added in v1.1.0

func (RoomArtifactType) EnumDescriptor deprecated added in v1.1.0

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

Deprecated: Use RoomArtifactType.Descriptor instead.

func (RoomArtifactType) Number added in v1.1.0

func (RoomArtifactType) String added in v1.1.0

func (x RoomArtifactType) String() string

func (RoomArtifactType) Type added in v1.1.0

type RoomArtifactUserInfo added in v1.1.0

type RoomArtifactUserInfo 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,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

UserInfo contains details about the user associated with an artifact.

func (*RoomArtifactUserInfo) Descriptor deprecated added in v1.1.0

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

Deprecated: Use RoomArtifactUserInfo.ProtoReflect.Descriptor instead.

func (*RoomArtifactUserInfo) GetName added in v1.1.0

func (x *RoomArtifactUserInfo) GetName() string

func (*RoomArtifactUserInfo) GetUserId added in v1.1.0

func (x *RoomArtifactUserInfo) GetUserId() string

func (*RoomArtifactUserInfo) ProtoMessage added in v1.1.0

func (*RoomArtifactUserInfo) ProtoMessage()

func (*RoomArtifactUserInfo) ProtoReflect added in v1.1.0

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

func (*RoomArtifactUserInfo) Reset added in v1.1.0

func (x *RoomArtifactUserInfo) Reset()

func (*RoomArtifactUserInfo) String added in v1.1.0

func (x *RoomArtifactUserInfo) String() string

func (*RoomArtifactUserInfo) Validate added in v1.1.0

func (m *RoomArtifactUserInfo) Validate() error

Validate checks the field values on RoomArtifactUserInfo 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 (*RoomArtifactUserInfo) ValidateAll added in v1.1.0

func (m *RoomArtifactUserInfo) ValidateAll() error

ValidateAll checks the field values on RoomArtifactUserInfo 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 RoomArtifactUserInfoMultiError, or nil if none found.

type RoomArtifactUserInfoMultiError added in v1.1.0

type RoomArtifactUserInfoMultiError []error

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

func (RoomArtifactUserInfoMultiError) AllErrors added in v1.1.0

func (m RoomArtifactUserInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoomArtifactUserInfoMultiError) Error added in v1.1.0

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

type RoomArtifactUserInfoValidationError added in v1.1.0

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

RoomArtifactUserInfoValidationError is the validation error returned by RoomArtifactUserInfo.Validate if the designated constraints aren't met.

func (RoomArtifactUserInfoValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (RoomArtifactUserInfoValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (RoomArtifactUserInfoValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (RoomArtifactUserInfoValidationError) Field added in v1.1.0

Field function returns field value.

func (RoomArtifactUserInfoValidationError) Key added in v1.1.0

Key function returns key value.

func (RoomArtifactUserInfoValidationError) Reason added in v1.1.0

Reason function returns reason value.

type RoomArtifactWebhookEvent added in v1.1.0

type RoomArtifactWebhookEvent struct {
	Type       RoomArtifactType      `protobuf:"varint,1,opt,name=type,proto3,enum=plugnmeet.RoomArtifactType" json:"type,omitempty"`
	ArtifactId string                `protobuf:"bytes,2,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	Metadata   *RoomArtifactMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

Webhook-specific Messages

func (*RoomArtifactWebhookEvent) Descriptor deprecated added in v1.1.0

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

Deprecated: Use RoomArtifactWebhookEvent.ProtoReflect.Descriptor instead.

func (*RoomArtifactWebhookEvent) GetArtifactId added in v1.1.0

func (x *RoomArtifactWebhookEvent) GetArtifactId() string

func (*RoomArtifactWebhookEvent) GetMetadata added in v1.1.0

func (*RoomArtifactWebhookEvent) GetType added in v1.1.0

func (*RoomArtifactWebhookEvent) ProtoMessage added in v1.1.0

func (*RoomArtifactWebhookEvent) ProtoMessage()

func (*RoomArtifactWebhookEvent) ProtoReflect added in v1.1.0

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

func (*RoomArtifactWebhookEvent) Reset added in v1.1.0

func (x *RoomArtifactWebhookEvent) Reset()

func (*RoomArtifactWebhookEvent) String added in v1.1.0

func (x *RoomArtifactWebhookEvent) String() string

func (*RoomArtifactWebhookEvent) Validate added in v1.1.0

func (m *RoomArtifactWebhookEvent) Validate() error

Validate checks the field values on RoomArtifactWebhookEvent 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 (*RoomArtifactWebhookEvent) ValidateAll added in v1.1.0

func (m *RoomArtifactWebhookEvent) ValidateAll() error

ValidateAll checks the field values on RoomArtifactWebhookEvent 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 RoomArtifactWebhookEventMultiError, or nil if none found.

type RoomArtifactWebhookEventMultiError added in v1.1.0

type RoomArtifactWebhookEventMultiError []error

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

func (RoomArtifactWebhookEventMultiError) AllErrors added in v1.1.0

func (m RoomArtifactWebhookEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoomArtifactWebhookEventMultiError) Error added in v1.1.0

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

type RoomArtifactWebhookEventValidationError added in v1.1.0

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

RoomArtifactWebhookEventValidationError is the validation error returned by RoomArtifactWebhookEvent.Validate if the designated constraints aren't met.

func (RoomArtifactWebhookEventValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (RoomArtifactWebhookEventValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (RoomArtifactWebhookEventValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (RoomArtifactWebhookEventValidationError) Field added in v1.1.0

Field function returns field value.

func (RoomArtifactWebhookEventValidationError) Key added in v1.1.0

Key function returns key value.

func (RoomArtifactWebhookEventValidationError) Reason added in v1.1.0

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,4,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,7,opt,name=admin_only_webcams,json=adminOnlyWebcams,proto3" json:"admin_only_webcams,omitempty"`
	// deprecated use polls_features
	//
	// Deprecated: Marked as deprecated in plugnmeet_create_room.proto.
	AllowPolls                  *bool                        `protobuf:"varint,8,opt,name=allow_polls,json=allowPolls,proto3,oneof" json:"allow_polls,omitempty"`
	RoomDuration                *uint64                      `protobuf:"varint,9,opt,name=room_duration,json=roomDuration,proto3,oneof" json:"room_duration,omitempty"`
	EnableAnalytics             bool                         `protobuf:"varint,10,opt,name=enable_analytics,json=enableAnalytics,proto3" json:"enable_analytics,omitempty"`
	AllowVirtualBg              *bool                        `protobuf:"varint,11,opt,name=allow_virtual_bg,json=allowVirtualBg,proto3,oneof" json:"allow_virtual_bg,omitempty"`
	AllowRaiseHand              *bool                        `protobuf:"varint,12,opt,name=allow_raise_hand,json=allowRaiseHand,proto3,oneof" json:"allow_raise_hand,omitempty"`
	AutoGenUserId               *bool                        `protobuf:"varint,13,opt,name=auto_gen_user_id,json=autoGenUserId,proto3,oneof" json:"auto_gen_user_id,omitempty"`
	RecordingFeatures           *RecordingFeatures           `protobuf:"bytes,14,opt,name=recording_features,json=recordingFeatures,proto3" json:"recording_features,omitempty"`
	ChatFeatures                *ChatFeatures                `protobuf:"bytes,15,opt,name=chat_features,json=chatFeatures,proto3" json:"chat_features,omitempty"`
	SharedNotePadFeatures       *SharedNotePadFeatures       `` /* 129-byte string literal not displayed */
	WhiteboardFeatures          *WhiteboardFeatures          `protobuf:"bytes,17,opt,name=whiteboard_features,json=whiteboardFeatures,proto3" json:"whiteboard_features,omitempty"`
	ExternalMediaPlayerFeatures *ExternalMediaPlayerFeatures `` /* 147-byte string literal not displayed */
	WaitingRoomFeatures         *WaitingRoomFeatures         `protobuf:"bytes,19,opt,name=waiting_room_features,json=waitingRoomFeatures,proto3" json:"waiting_room_features,omitempty"`
	BreakoutRoomFeatures        *BreakoutRoomFeatures        `protobuf:"bytes,20,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,22,opt,name=ingress_features,json=ingressFeatures,proto3" json:"ingress_features,omitempty"`
	// deprecated use insights_features
	//
	// Deprecated: Marked as deprecated in plugnmeet_create_room.proto.
	SpeechToTextTranslationFeatures *SpeechToTextTranslationFeatures `` /* 161-byte string literal not displayed */
	EndToEndEncryptionFeatures      *EndToEndEncryptionFeatures      `` /* 146-byte string literal not displayed */
	PollsFeatures                   *PollsFeatures                   `protobuf:"bytes,25,opt,name=polls_features,json=pollsFeatures,proto3" json:"polls_features,omitempty"`
	InsightsFeatures                *InsightsFeatures                `protobuf:"bytes,26,opt,name=insights_features,json=insightsFeatures,proto3" json:"insights_features,omitempty"`
	SipDialInFeatures               *SipDialInFeatures               `protobuf:"bytes,27,opt,name=sip_dial_in_features,json=sipDialInFeatures,proto3" json:"sip_dial_in_features,omitempty"` // next ID: 28
	// 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 deprecated

func (x *RoomCreateFeatures) GetAllowPolls() bool

Deprecated: Marked as deprecated in plugnmeet_create_room.proto.

func (*RoomCreateFeatures) GetAllowRaiseHand

func (x *RoomCreateFeatures) GetAllowRaiseHand() 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) GetAllowVirtualBg

func (x *RoomCreateFeatures) GetAllowVirtualBg() bool

func (*RoomCreateFeatures) GetAllowWebcams

func (x *RoomCreateFeatures) GetAllowWebcams() bool

func (*RoomCreateFeatures) GetAutoGenUserId

func (x *RoomCreateFeatures) GetAutoGenUserId() 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) GetEnableAnalytics

func (x *RoomCreateFeatures) GetEnableAnalytics() bool

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) GetInsightsFeatures added in v1.1.0

func (x *RoomCreateFeatures) GetInsightsFeatures() *InsightsFeatures

func (*RoomCreateFeatures) GetMuteOnStart

func (x *RoomCreateFeatures) GetMuteOnStart() bool

func (*RoomCreateFeatures) GetPollsFeatures added in v1.1.0

func (x *RoomCreateFeatures) GetPollsFeatures() *PollsFeatures

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) GetSipDialInFeatures added in v1.2.0

func (x *RoomCreateFeatures) GetSipDialInFeatures() *SipDialInFeatures

func (*RoomCreateFeatures) GetSpeechToTextTranslationFeatures deprecated

func (x *RoomCreateFeatures) GetSpeechToTextTranslationFeatures() *SpeechToTextTranslationFeatures

Deprecated: Marked as deprecated in plugnmeet_create_room.proto.

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"`
	ExtraData  map[string]string `` /* 163-byte string literal not displayed */
	// 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) GetExtraData

func (x *RoomMetadata) GetExtraData() map[string]string

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 RoomUploadedFileMetadata added in v1.1.0

type RoomUploadedFileMetadata struct {
	FileId           string               `protobuf:"bytes,1,opt,name=file_id,json=fileId,proto3" json:"file_id,omitempty"`
	FileName         string               `protobuf:"bytes,2,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	FilePath         string               `protobuf:"bytes,3,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	MimeType         string               `protobuf:"bytes,4,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"`
	UploadedByUserId string               `protobuf:"bytes,5,opt,name=uploaded_by_user_id,json=uploadedByUserId,proto3" json:"uploaded_by_user_id,omitempty"`
	UploadedByName   string               `protobuf:"bytes,6,opt,name=uploaded_by_name,json=uploadedByName,proto3" json:"uploaded_by_name,omitempty"`
	FileType         RoomUploadedFileType `protobuf:"varint,7,opt,name=file_type,json=fileType,proto3,enum=plugnmeet.RoomUploadedFileType" json:"file_type,omitempty"`
	TotalPages       *int32               `protobuf:"varint,8,opt,name=total_pages,json=totalPages,proto3,oneof" json:"total_pages,omitempty"`
	// contains filtered or unexported fields
}

func (*RoomUploadedFileMetadata) Descriptor deprecated added in v1.1.0

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

Deprecated: Use RoomUploadedFileMetadata.ProtoReflect.Descriptor instead.

func (*RoomUploadedFileMetadata) GetFileId added in v1.1.0

func (x *RoomUploadedFileMetadata) GetFileId() string

func (*RoomUploadedFileMetadata) GetFileName added in v1.1.0

func (x *RoomUploadedFileMetadata) GetFileName() string

func (*RoomUploadedFileMetadata) GetFilePath added in v1.1.0

func (x *RoomUploadedFileMetadata) GetFilePath() string

func (*RoomUploadedFileMetadata) GetFileType added in v1.1.0

func (*RoomUploadedFileMetadata) GetMimeType added in v1.1.0

func (x *RoomUploadedFileMetadata) GetMimeType() string

func (*RoomUploadedFileMetadata) GetTotalPages added in v1.1.0

func (x *RoomUploadedFileMetadata) GetTotalPages() int32

func (*RoomUploadedFileMetadata) GetUploadedByName added in v1.1.0

func (x *RoomUploadedFileMetadata) GetUploadedByName() string

func (*RoomUploadedFileMetadata) GetUploadedByUserId added in v1.1.0

func (x *RoomUploadedFileMetadata) GetUploadedByUserId() string

func (*RoomUploadedFileMetadata) ProtoMessage added in v1.1.0

func (*RoomUploadedFileMetadata) ProtoMessage()

func (*RoomUploadedFileMetadata) ProtoReflect added in v1.1.0

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

func (*RoomUploadedFileMetadata) Reset added in v1.1.0

func (x *RoomUploadedFileMetadata) Reset()

func (*RoomUploadedFileMetadata) String added in v1.1.0

func (x *RoomUploadedFileMetadata) String() string

func (*RoomUploadedFileMetadata) Validate added in v1.1.0

func (m *RoomUploadedFileMetadata) Validate() error

Validate checks the field values on RoomUploadedFileMetadata 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 (*RoomUploadedFileMetadata) ValidateAll added in v1.1.0

func (m *RoomUploadedFileMetadata) ValidateAll() error

ValidateAll checks the field values on RoomUploadedFileMetadata 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 RoomUploadedFileMetadataMultiError, or nil if none found.

type RoomUploadedFileMetadataMultiError added in v1.1.0

type RoomUploadedFileMetadataMultiError []error

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

func (RoomUploadedFileMetadataMultiError) AllErrors added in v1.1.0

func (m RoomUploadedFileMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoomUploadedFileMetadataMultiError) Error added in v1.1.0

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

type RoomUploadedFileMetadataValidationError added in v1.1.0

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

RoomUploadedFileMetadataValidationError is the validation error returned by RoomUploadedFileMetadata.Validate if the designated constraints aren't met.

func (RoomUploadedFileMetadataValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (RoomUploadedFileMetadataValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (RoomUploadedFileMetadataValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (RoomUploadedFileMetadataValidationError) Field added in v1.1.0

Field function returns field value.

func (RoomUploadedFileMetadataValidationError) Key added in v1.1.0

Key function returns key value.

func (RoomUploadedFileMetadataValidationError) Reason added in v1.1.0

Reason function returns reason value.

type RoomUploadedFileType added in v1.1.0

type RoomUploadedFileType int32
const (
	RoomUploadedFileType_CHAT_FILE                  RoomUploadedFileType = 0
	RoomUploadedFileType_WHITEBOARD_IMAGE_FILE      RoomUploadedFileType = 1
	RoomUploadedFileType_WHITEBOARD_CONVERTED_FILE  RoomUploadedFileType = 2
	RoomUploadedFileType_EXTERNAL_MEDIA_PLAYER_FILE RoomUploadedFileType = 3
	RoomUploadedFileType_VIRTUAL_BACKGROUND         RoomUploadedFileType = 4
)

func (RoomUploadedFileType) Descriptor added in v1.1.0

func (RoomUploadedFileType) Enum added in v1.1.0

func (RoomUploadedFileType) EnumDescriptor deprecated added in v1.1.0

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

Deprecated: Use RoomUploadedFileType.Descriptor instead.

func (RoomUploadedFileType) Number added in v1.1.0

func (RoomUploadedFileType) String added in v1.1.0

func (x RoomUploadedFileType) String() string

func (RoomUploadedFileType) Type added in v1.1.0

type SharedNotePadFeatures

type SharedNotePadFeatures struct {

	// Deprecated: Marked as deprecated in plugnmeet_create_room.proto.
	AllowedSharedNotePad *bool  `` /* 132-byte string literal not displayed */
	IsAllow              bool   `protobuf:"varint,8,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"`
	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 deprecated

func (x *SharedNotePadFeatures) GetAllowedSharedNotePad() bool

Deprecated: Marked as deprecated in plugnmeet_create_room.proto.

func (*SharedNotePadFeatures) GetHost

func (x *SharedNotePadFeatures) GetHost() string

func (*SharedNotePadFeatures) GetIsActive

func (x *SharedNotePadFeatures) GetIsActive() bool

func (*SharedNotePadFeatures) GetIsAllow added in v1.1.0

func (x *SharedNotePadFeatures) GetIsAllow() 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 SipDialInFeatures added in v1.2.0

type SipDialInFeatures struct {
	IsAllow bool `protobuf:"varint,1,opt,name=is_allow,json=isAllow,proto3" json:"is_allow,omitempty"`
	// If true, the system will immediately prepare the room for SIP dial-in
	// by creating a dispatch rule and assigning a PIN upon creation.
	// If false, this must be done later via a separate API call.
	EnableDialInOnCreate bool `` /* 128-byte string literal not displayed */
	HidePhoneNumber      bool `protobuf:"varint,3,opt,name=hide_phone_number,json=hidePhoneNumber,proto3" json:"hide_phone_number,omitempty"`
	// all internal usage fields
	IsActive       bool     `protobuf:"varint,4,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	PhoneNumbers   []string `protobuf:"bytes,5,rep,name=phone_numbers,json=phoneNumbers,proto3" json:"phone_numbers,omitempty"`
	Pin            *string  `protobuf:"bytes,6,opt,name=pin,proto3,oneof" json:"pin,omitempty"`
	DispatchRuleId *string  `protobuf:"bytes,7,opt,name=dispatch_rule_id,json=dispatchRuleId,proto3,oneof" json:"dispatch_rule_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SipDialInFeatures) Descriptor deprecated added in v1.2.0

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

Deprecated: Use SipDialInFeatures.ProtoReflect.Descriptor instead.

func (*SipDialInFeatures) GetDispatchRuleId added in v1.2.0

func (x *SipDialInFeatures) GetDispatchRuleId() string

func (*SipDialInFeatures) GetEnableDialInOnCreate added in v1.2.0

func (x *SipDialInFeatures) GetEnableDialInOnCreate() bool

func (*SipDialInFeatures) GetHidePhoneNumber added in v1.2.0

func (x *SipDialInFeatures) GetHidePhoneNumber() bool

func (*SipDialInFeatures) GetIsActive added in v1.2.0

func (x *SipDialInFeatures) GetIsActive() bool

func (*SipDialInFeatures) GetIsAllow added in v1.2.0

func (x *SipDialInFeatures) GetIsAllow() bool

func (*SipDialInFeatures) GetPhoneNumbers added in v1.2.0

func (x *SipDialInFeatures) GetPhoneNumbers() []string

func (*SipDialInFeatures) GetPin added in v1.2.0

func (x *SipDialInFeatures) GetPin() string

func (*SipDialInFeatures) ProtoMessage added in v1.2.0

func (*SipDialInFeatures) ProtoMessage()

func (*SipDialInFeatures) ProtoReflect added in v1.2.0

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

func (*SipDialInFeatures) Reset added in v1.2.0

func (x *SipDialInFeatures) Reset()

func (*SipDialInFeatures) String added in v1.2.0

func (x *SipDialInFeatures) String() string

func (*SipDialInFeatures) Validate added in v1.2.0

func (m *SipDialInFeatures) Validate() error

Validate checks the field values on SipDialInFeatures 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 (*SipDialInFeatures) ValidateAll added in v1.2.0

func (m *SipDialInFeatures) ValidateAll() error

ValidateAll checks the field values on SipDialInFeatures 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 SipDialInFeaturesMultiError, or nil if none found.

type SipDialInFeaturesMultiError added in v1.2.0

type SipDialInFeaturesMultiError []error

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

func (SipDialInFeaturesMultiError) AllErrors added in v1.2.0

func (m SipDialInFeaturesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SipDialInFeaturesMultiError) Error added in v1.2.0

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

type SipDialInFeaturesValidationError added in v1.2.0

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

SipDialInFeaturesValidationError is the validation error returned by SipDialInFeatures.Validate if the designated constraints aren't met.

func (SipDialInFeaturesValidationError) Cause added in v1.2.0

Cause function returns cause value.

func (SipDialInFeaturesValidationError) Error added in v1.2.0

Error satisfies the builtin error interface

func (SipDialInFeaturesValidationError) ErrorName added in v1.2.0

ErrorName returns error name.

func (SipDialInFeaturesValidationError) Field added in v1.2.0

Field function returns field value.

func (SipDialInFeaturesValidationError) Key added in v1.2.0

Key function returns key value.

func (SipDialInFeaturesValidationError) Reason added in v1.2.0

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"`
	MaxNumTranLangsAllowSelecting int32    `` /* 158-byte string literal not displayed */
	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"`
	DefaultSubtitleLang           *string  `` // next ID: 12
	/* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

deprecated use insights_features

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) GetDefaultSubtitleLang

func (x *SpeechToTextTranslationFeatures) GetDefaultSubtitleLang() 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) GetMaxNumTranLangsAllowSelecting

func (x *SpeechToTextTranslationFeatures) GetMaxNumTranLangsAllowSelecting() int32

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"`
	DefaultSubtitleLang  *string  `` /* 126-byte string literal not displayed */
	// 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) GetDefaultSubtitleLang

func (x *SpeechToTextTranslationReq) GetDefaultSubtitleLang() 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 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 TranscodingTask added in v1.1.0

type TranscodingTask struct {
	RecordingId string `protobuf:"bytes,1,opt,name=recording_id,json=recordingId,proto3" json:"recording_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"`
	// directory where raw file is stored
	FilePath string `protobuf:"bytes,4,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	// raw file name e.g. rec-xxx_raw.mp4
	FileName    string `protobuf:"bytes,5,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	RoomTableId int64  `protobuf:"varint,6,opt,name=room_table_id,json=roomTableId,proto3" json:"room_table_id,omitempty"`
	// ID of the original recorder that captured the file
	RecorderId string `protobuf:"bytes,7,opt,name=recorder_id,json=recorderId,proto3" json:"recorder_id,omitempty"`
	// The variant of the recording
	RecordingVariant CloudRecordingVariants `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

TranscodingTask will be the job for the transcoding worker.

func (*TranscodingTask) Descriptor deprecated added in v1.1.0

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

Deprecated: Use TranscodingTask.ProtoReflect.Descriptor instead.

func (*TranscodingTask) GetFileName added in v1.1.0

func (x *TranscodingTask) GetFileName() string

func (*TranscodingTask) GetFilePath added in v1.1.0

func (x *TranscodingTask) GetFilePath() string

func (*TranscodingTask) GetRecorderId added in v1.1.0

func (x *TranscodingTask) GetRecorderId() string

func (*TranscodingTask) GetRecordingId added in v1.1.0

func (x *TranscodingTask) GetRecordingId() string

func (*TranscodingTask) GetRecordingVariant added in v1.1.0

func (x *TranscodingTask) GetRecordingVariant() CloudRecordingVariants

func (*TranscodingTask) GetRoomId added in v1.1.0

func (x *TranscodingTask) GetRoomId() string

func (*TranscodingTask) GetRoomSid added in v1.1.0

func (x *TranscodingTask) GetRoomSid() string

func (*TranscodingTask) GetRoomTableId added in v1.1.0

func (x *TranscodingTask) GetRoomTableId() int64

func (*TranscodingTask) ProtoMessage added in v1.1.0

func (*TranscodingTask) ProtoMessage()

func (*TranscodingTask) ProtoReflect added in v1.1.0

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

func (*TranscodingTask) Reset added in v1.1.0

func (x *TranscodingTask) Reset()

func (*TranscodingTask) String added in v1.1.0

func (x *TranscodingTask) String() string

func (*TranscodingTask) Validate added in v1.1.0

func (m *TranscodingTask) Validate() error

Validate checks the field values on TranscodingTask 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 (*TranscodingTask) ValidateAll added in v1.1.0

func (m *TranscodingTask) ValidateAll() error

ValidateAll checks the field values on TranscodingTask 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 TranscodingTaskMultiError, or nil if none found.

type TranscodingTaskMultiError added in v1.1.0

type TranscodingTaskMultiError []error

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

func (TranscodingTaskMultiError) AllErrors added in v1.1.0

func (m TranscodingTaskMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TranscodingTaskMultiError) Error added in v1.1.0

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

type TranscodingTaskValidationError added in v1.1.0

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

TranscodingTaskValidationError is the validation error returned by TranscodingTask.Validate if the designated constraints aren't met.

func (TranscodingTaskValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (TranscodingTaskValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (TranscodingTaskValidationError) ErrorName added in v1.1.0

func (e TranscodingTaskValidationError) ErrorName() string

ErrorName returns error name.

func (TranscodingTaskValidationError) Field added in v1.1.0

Field function returns field value.

func (TranscodingTaskValidationError) Key added in v1.1.0

Key function returns key value.

func (TranscodingTaskValidationError) Reason added in v1.1.0

Reason function returns reason value.

type UpdateRecordingMetadataReq added in v1.1.0

type UpdateRecordingMetadataReq struct {
	RecordId string             `protobuf:"bytes,1,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"`
	Metadata *RecordingMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRecordingMetadataReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use UpdateRecordingMetadataReq.ProtoReflect.Descriptor instead.

func (*UpdateRecordingMetadataReq) GetMetadata added in v1.1.0

func (*UpdateRecordingMetadataReq) GetRecordId added in v1.1.0

func (x *UpdateRecordingMetadataReq) GetRecordId() string

func (*UpdateRecordingMetadataReq) ProtoMessage added in v1.1.0

func (*UpdateRecordingMetadataReq) ProtoMessage()

func (*UpdateRecordingMetadataReq) ProtoReflect added in v1.1.0

func (*UpdateRecordingMetadataReq) Reset added in v1.1.0

func (x *UpdateRecordingMetadataReq) Reset()

func (*UpdateRecordingMetadataReq) String added in v1.1.0

func (x *UpdateRecordingMetadataReq) String() string

func (*UpdateRecordingMetadataReq) Validate added in v1.1.0

func (m *UpdateRecordingMetadataReq) Validate() error

Validate checks the field values on UpdateRecordingMetadataReq 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 (*UpdateRecordingMetadataReq) ValidateAll added in v1.1.0

func (m *UpdateRecordingMetadataReq) ValidateAll() error

ValidateAll checks the field values on UpdateRecordingMetadataReq 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 UpdateRecordingMetadataReqMultiError, or nil if none found.

type UpdateRecordingMetadataReqMultiError added in v1.1.0

type UpdateRecordingMetadataReqMultiError []error

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

func (UpdateRecordingMetadataReqMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (UpdateRecordingMetadataReqMultiError) Error added in v1.1.0

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

type UpdateRecordingMetadataReqValidationError added in v1.1.0

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

UpdateRecordingMetadataReqValidationError is the validation error returned by UpdateRecordingMetadataReq.Validate if the designated constraints aren't met.

func (UpdateRecordingMetadataReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (UpdateRecordingMetadataReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (UpdateRecordingMetadataReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (UpdateRecordingMetadataReqValidationError) Field added in v1.1.0

Field function returns field value.

func (UpdateRecordingMetadataReqValidationError) Key added in v1.1.0

Key function returns key value.

func (UpdateRecordingMetadataReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type UpdateRecordingMetadataRes added in v1.1.0

type UpdateRecordingMetadataRes 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 (*UpdateRecordingMetadataRes) Descriptor deprecated added in v1.1.0

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

Deprecated: Use UpdateRecordingMetadataRes.ProtoReflect.Descriptor instead.

func (*UpdateRecordingMetadataRes) GetMsg added in v1.1.0

func (x *UpdateRecordingMetadataRes) GetMsg() string

func (*UpdateRecordingMetadataRes) GetStatus added in v1.1.0

func (x *UpdateRecordingMetadataRes) GetStatus() bool

func (*UpdateRecordingMetadataRes) ProtoMessage added in v1.1.0

func (*UpdateRecordingMetadataRes) ProtoMessage()

func (*UpdateRecordingMetadataRes) ProtoReflect added in v1.1.0

func (*UpdateRecordingMetadataRes) Reset added in v1.1.0

func (x *UpdateRecordingMetadataRes) Reset()

func (*UpdateRecordingMetadataRes) String added in v1.1.0

func (x *UpdateRecordingMetadataRes) String() string

func (*UpdateRecordingMetadataRes) Validate added in v1.1.0

func (m *UpdateRecordingMetadataRes) Validate() error

Validate checks the field values on UpdateRecordingMetadataRes 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 (*UpdateRecordingMetadataRes) ValidateAll added in v1.1.0

func (m *UpdateRecordingMetadataRes) ValidateAll() error

ValidateAll checks the field values on UpdateRecordingMetadataRes 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 UpdateRecordingMetadataResMultiError, or nil if none found.

type UpdateRecordingMetadataResMultiError added in v1.1.0

type UpdateRecordingMetadataResMultiError []error

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

func (UpdateRecordingMetadataResMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (UpdateRecordingMetadataResMultiError) Error added in v1.1.0

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

type UpdateRecordingMetadataResValidationError added in v1.1.0

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

UpdateRecordingMetadataResValidationError is the validation error returned by UpdateRecordingMetadataRes.Validate if the designated constraints aren't met.

func (UpdateRecordingMetadataResValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (UpdateRecordingMetadataResValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (UpdateRecordingMetadataResValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (UpdateRecordingMetadataResValidationError) Field added in v1.1.0

Field function returns field value.

func (UpdateRecordingMetadataResValidationError) Key added in v1.1.0

Key function returns key value.

func (UpdateRecordingMetadataResValidationError) Reason added in v1.1.0

Reason function returns reason value.

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 UploadBase64EncodedDataReq added in v1.1.0

type UploadBase64EncodedDataReq struct {
	RoomId   string               `protobuf:"bytes,1,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	Data     string               `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	FileName string               `protobuf:"bytes,4,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	FileType RoomUploadedFileType `protobuf:"varint,5,opt,name=file_type,json=fileType,proto3,enum=plugnmeet.RoomUploadedFileType" json:"file_type,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadBase64EncodedDataReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use UploadBase64EncodedDataReq.ProtoReflect.Descriptor instead.

func (*UploadBase64EncodedDataReq) GetData added in v1.1.0

func (x *UploadBase64EncodedDataReq) GetData() string

func (*UploadBase64EncodedDataReq) GetFileName added in v1.1.0

func (x *UploadBase64EncodedDataReq) GetFileName() string

func (*UploadBase64EncodedDataReq) GetFileType added in v1.1.0

func (*UploadBase64EncodedDataReq) GetRoomId added in v1.1.0

func (x *UploadBase64EncodedDataReq) GetRoomId() string

func (*UploadBase64EncodedDataReq) ProtoMessage added in v1.1.0

func (*UploadBase64EncodedDataReq) ProtoMessage()

func (*UploadBase64EncodedDataReq) ProtoReflect added in v1.1.0

func (*UploadBase64EncodedDataReq) Reset added in v1.1.0

func (x *UploadBase64EncodedDataReq) Reset()

func (*UploadBase64EncodedDataReq) String added in v1.1.0

func (x *UploadBase64EncodedDataReq) String() string

func (*UploadBase64EncodedDataReq) Validate added in v1.1.0

func (m *UploadBase64EncodedDataReq) Validate() error

Validate checks the field values on UploadBase64EncodedDataReq 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 (*UploadBase64EncodedDataReq) ValidateAll added in v1.1.0

func (m *UploadBase64EncodedDataReq) ValidateAll() error

ValidateAll checks the field values on UploadBase64EncodedDataReq 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 UploadBase64EncodedDataReqMultiError, or nil if none found.

type UploadBase64EncodedDataReqMultiError added in v1.1.0

type UploadBase64EncodedDataReqMultiError []error

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

func (UploadBase64EncodedDataReqMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (UploadBase64EncodedDataReqMultiError) Error added in v1.1.0

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

type UploadBase64EncodedDataReqValidationError added in v1.1.0

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

UploadBase64EncodedDataReqValidationError is the validation error returned by UploadBase64EncodedDataReq.Validate if the designated constraints aren't met.

func (UploadBase64EncodedDataReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (UploadBase64EncodedDataReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (UploadBase64EncodedDataReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (UploadBase64EncodedDataReqValidationError) Field added in v1.1.0

Field function returns field value.

func (UploadBase64EncodedDataReqValidationError) Key added in v1.1.0

Key function returns key value.

func (UploadBase64EncodedDataReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type UploadBase64EncodedDataRes added in v1.1.0

type UploadBase64EncodedDataRes 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"`
	FilePath      string `protobuf:"bytes,3,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	FileName      string `protobuf:"bytes,4,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	FileExtension string `protobuf:"bytes,5,opt,name=file_extension,json=fileExtension,proto3" json:"file_extension,omitempty"`
	FileMimeType  string `protobuf:"bytes,6,opt,name=file_mime_type,json=fileMimeType,proto3" json:"file_mime_type,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadBase64EncodedDataRes) Descriptor deprecated added in v1.1.0

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

Deprecated: Use UploadBase64EncodedDataRes.ProtoReflect.Descriptor instead.

func (*UploadBase64EncodedDataRes) GetFileExtension added in v1.1.0

func (x *UploadBase64EncodedDataRes) GetFileExtension() string

func (*UploadBase64EncodedDataRes) GetFileMimeType added in v1.1.0

func (x *UploadBase64EncodedDataRes) GetFileMimeType() string

func (*UploadBase64EncodedDataRes) GetFileName added in v1.1.0

func (x *UploadBase64EncodedDataRes) GetFileName() string

func (*UploadBase64EncodedDataRes) GetFilePath added in v1.1.0

func (x *UploadBase64EncodedDataRes) GetFilePath() string

func (*UploadBase64EncodedDataRes) GetMsg added in v1.1.0

func (x *UploadBase64EncodedDataRes) GetMsg() string

func (*UploadBase64EncodedDataRes) GetStatus added in v1.1.0

func (x *UploadBase64EncodedDataRes) GetStatus() bool

func (*UploadBase64EncodedDataRes) ProtoMessage added in v1.1.0

func (*UploadBase64EncodedDataRes) ProtoMessage()

func (*UploadBase64EncodedDataRes) ProtoReflect added in v1.1.0

func (*UploadBase64EncodedDataRes) Reset added in v1.1.0

func (x *UploadBase64EncodedDataRes) Reset()

func (*UploadBase64EncodedDataRes) String added in v1.1.0

func (x *UploadBase64EncodedDataRes) String() string

func (*UploadBase64EncodedDataRes) Validate added in v1.1.0

func (m *UploadBase64EncodedDataRes) Validate() error

Validate checks the field values on UploadBase64EncodedDataRes 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 (*UploadBase64EncodedDataRes) ValidateAll added in v1.1.0

func (m *UploadBase64EncodedDataRes) ValidateAll() error

ValidateAll checks the field values on UploadBase64EncodedDataRes 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 UploadBase64EncodedDataResMultiError, or nil if none found.

type UploadBase64EncodedDataResMultiError added in v1.1.0

type UploadBase64EncodedDataResMultiError []error

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

func (UploadBase64EncodedDataResMultiError) AllErrors added in v1.1.0

AllErrors returns a list of validation violation errors.

func (UploadBase64EncodedDataResMultiError) Error added in v1.1.0

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

type UploadBase64EncodedDataResValidationError added in v1.1.0

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

UploadBase64EncodedDataResValidationError is the validation error returned by UploadBase64EncodedDataRes.Validate if the designated constraints aren't met.

func (UploadBase64EncodedDataResValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (UploadBase64EncodedDataResValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (UploadBase64EncodedDataResValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (UploadBase64EncodedDataResValidationError) Field added in v1.1.0

Field function returns field value.

func (UploadBase64EncodedDataResValidationError) Key added in v1.1.0

Key function returns key value.

func (UploadBase64EncodedDataResValidationError) Reason added in v1.1.0

Reason function returns reason value.

type UploadedFileMergeReq added in v1.1.0

type UploadedFileMergeReq 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"`
	FileType             RoomUploadedFileType `protobuf:"varint,3,opt,name=file_type,json=fileType,proto3,enum=plugnmeet.RoomUploadedFileType" json:"file_type,omitempty"`
	ResumableIdentifier  string               `protobuf:"bytes,4,opt,name=resumable_identifier,json=resumableIdentifier,proto3" json:"resumable_identifier,omitempty"`
	ResumableFilename    string               `protobuf:"bytes,5,opt,name=resumable_filename,json=resumableFilename,proto3" json:"resumable_filename,omitempty"`
	ResumableTotalChunks int32                `protobuf:"varint,6,opt,name=resumable_total_chunks,json=resumableTotalChunks,proto3" json:"resumable_total_chunks,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadedFileMergeReq) Descriptor deprecated added in v1.1.0

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

Deprecated: Use UploadedFileMergeReq.ProtoReflect.Descriptor instead.

func (*UploadedFileMergeReq) GetFileType added in v1.1.0

func (x *UploadedFileMergeReq) GetFileType() RoomUploadedFileType

func (*UploadedFileMergeReq) GetResumableFilename added in v1.1.0

func (x *UploadedFileMergeReq) GetResumableFilename() string

func (*UploadedFileMergeReq) GetResumableIdentifier added in v1.1.0

func (x *UploadedFileMergeReq) GetResumableIdentifier() string

func (*UploadedFileMergeReq) GetResumableTotalChunks added in v1.1.0

func (x *UploadedFileMergeReq) GetResumableTotalChunks() int32

func (*UploadedFileMergeReq) GetRoomId added in v1.1.0

func (x *UploadedFileMergeReq) GetRoomId() string

func (*UploadedFileMergeReq) GetRoomSid added in v1.1.0

func (x *UploadedFileMergeReq) GetRoomSid() string

func (*UploadedFileMergeReq) ProtoMessage added in v1.1.0

func (*UploadedFileMergeReq) ProtoMessage()

func (*UploadedFileMergeReq) ProtoReflect added in v1.1.0

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

func (*UploadedFileMergeReq) Reset added in v1.1.0

func (x *UploadedFileMergeReq) Reset()

func (*UploadedFileMergeReq) String added in v1.1.0

func (x *UploadedFileMergeReq) String() string

func (*UploadedFileMergeReq) Validate added in v1.1.0

func (m *UploadedFileMergeReq) Validate() error

Validate checks the field values on UploadedFileMergeReq 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 (*UploadedFileMergeReq) ValidateAll added in v1.1.0

func (m *UploadedFileMergeReq) ValidateAll() error

ValidateAll checks the field values on UploadedFileMergeReq 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 UploadedFileMergeReqMultiError, or nil if none found.

type UploadedFileMergeReqMultiError added in v1.1.0

type UploadedFileMergeReqMultiError []error

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

func (UploadedFileMergeReqMultiError) AllErrors added in v1.1.0

func (m UploadedFileMergeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UploadedFileMergeReqMultiError) Error added in v1.1.0

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

type UploadedFileMergeReqValidationError added in v1.1.0

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

UploadedFileMergeReqValidationError is the validation error returned by UploadedFileMergeReq.Validate if the designated constraints aren't met.

func (UploadedFileMergeReqValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (UploadedFileMergeReqValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (UploadedFileMergeReqValidationError) ErrorName added in v1.1.0

ErrorName returns error name.

func (UploadedFileMergeReqValidationError) Field added in v1.1.0

Field function returns field value.

func (UploadedFileMergeReqValidationError) Key added in v1.1.0

Key function returns key value.

func (UploadedFileMergeReqValidationError) Reason added in v1.1.0

Reason function returns reason value.

type UploadedFileRes added in v1.1.0

type UploadedFileRes 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"`
	FileId        string               `protobuf:"bytes,3,opt,name=file_id,json=fileId,proto3" json:"file_id,omitempty"`
	FilePath      string               `protobuf:"bytes,4,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	FileName      string               `protobuf:"bytes,5,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	FileExtension string               `protobuf:"bytes,6,opt,name=file_extension,json=fileExtension,proto3" json:"file_extension,omitempty"`
	FileMimeType  string               `protobuf:"bytes,7,opt,name=file_mime_type,json=fileMimeType,proto3" json:"file_mime_type,omitempty"`
	FileType      RoomUploadedFileType `protobuf:"varint,8,opt,name=file_type,json=fileType,proto3,enum=plugnmeet.RoomUploadedFileType" json:"file_type,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadedFileRes) Descriptor deprecated added in v1.1.0

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

Deprecated: Use UploadedFileRes.ProtoReflect.Descriptor instead.

func (*UploadedFileRes) GetFileExtension added in v1.1.0

func (x *UploadedFileRes) GetFileExtension() string

func (*UploadedFileRes) GetFileId added in v1.1.0

func (x *UploadedFileRes) GetFileId() string

func (*UploadedFileRes) GetFileMimeType added in v1.1.0

func (x *UploadedFileRes) GetFileMimeType() string

func (*UploadedFileRes) GetFileName added in v1.1.0

func (x *UploadedFileRes) GetFileName() string

func (*UploadedFileRes) GetFilePath added in v1.1.0

func (x *UploadedFileRes) GetFilePath() string

func (*UploadedFileRes) GetFileType added in v1.1.0

func (x *UploadedFileRes) GetFileType() RoomUploadedFileType

func (*UploadedFileRes) GetMsg added in v1.1.0

func (x *UploadedFileRes) GetMsg() string

func (*UploadedFileRes) GetStatus added in v1.1.0

func (x *UploadedFileRes) GetStatus() bool

func (*UploadedFileRes) ProtoMessage added in v1.1.0

func (*UploadedFileRes) ProtoMessage()

func (*UploadedFileRes) ProtoReflect added in v1.1.0

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

func (*UploadedFileRes) Reset added in v1.1.0

func (x *UploadedFileRes) Reset()

func (*UploadedFileRes) String added in v1.1.0

func (x *UploadedFileRes) String() string

func (*UploadedFileRes) Validate added in v1.1.0

func (m *UploadedFileRes) Validate() error

Validate checks the field values on UploadedFileRes 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 (*UploadedFileRes) ValidateAll added in v1.1.0

func (m *UploadedFileRes) ValidateAll() error

ValidateAll checks the field values on UploadedFileRes 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 UploadedFileResMultiError, or nil if none found.

type UploadedFileResMultiError added in v1.1.0

type UploadedFileResMultiError []error

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

func (UploadedFileResMultiError) AllErrors added in v1.1.0

func (m UploadedFileResMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UploadedFileResMultiError) Error added in v1.1.0

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

type UploadedFileResValidationError added in v1.1.0

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

UploadedFileResValidationError is the validation error returned by UploadedFileRes.Validate if the designated constraints aren't met.

func (UploadedFileResValidationError) Cause added in v1.1.0

Cause function returns cause value.

func (UploadedFileResValidationError) Error added in v1.1.0

Error satisfies the builtin error interface

func (UploadedFileResValidationError) ErrorName added in v1.1.0

func (e UploadedFileResValidationError) ErrorName() string

ErrorName returns error name.

func (UploadedFileResValidationError) Field added in v1.1.0

Field function returns field value.

func (UploadedFileResValidationError) Key added in v1.1.0

Key function returns key value.

func (UploadedFileResValidationError) Reason added in v1.1.0

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,3,opt,name=record_webcam,json=recordWebcam,proto3,oneof" json:"record_webcam,omitempty"`
	IsPresenter     bool          `protobuf:"varint,4,opt,name=is_presenter,json=isPresenter,proto3" json:"is_presenter,omitempty"`
	RaisedHand      bool          `protobuf:"varint,5,opt,name=raised_hand,json=raisedHand,proto3" json:"raised_hand,omitempty"`
	WaitForApproval bool          `protobuf:"varint,6,opt,name=wait_for_approval,json=waitForApproval,proto3" json:"wait_for_approval,omitempty"`
	PreferredLang   *string       `protobuf:"bytes,7,opt,name=preferred_lang,json=preferredLang,proto3,oneof" json:"preferred_lang,omitempty"`
	LockSettings    *LockSettings `protobuf:"bytes,8,opt,name=lock_settings,json=lockSettings,proto3" json:"lock_settings,omitempty"`
	// we'll use this as version control
	MetadataId *string           `protobuf:"bytes,9,opt,name=metadata_id,json=metadataId,proto3,oneof" json:"metadata_id,omitempty"`
	ExtraData  map[string]string `` /* 163-byte string literal not displayed */
	// if remain empty then will use value from user_id
	ExUserId *string `protobuf:"bytes,11,opt,name=ex_user_id,json=exUserId,proto3,oneof" json:"ex_user_id,omitempty"` // Next ID: 12
	// contains filtered or unexported fields
}

func (*UserMetadata) Descriptor deprecated

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

Deprecated: Use UserMetadata.ProtoReflect.Descriptor instead.

func (*UserMetadata) GetExUserId

func (x *UserMetadata) GetExUserId() string

func (*UserMetadata) GetExtraData

func (x *UserMetadata) GetExtraData() map[string]string

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) GetPreferredLang

func (x *UserMetadata) GetPreferredLang() 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"`
	NatsWsUrls                     []string      `protobuf:"bytes,3,rep,name=nats_ws_urls,json=natsWsUrls,proto3" json:"nats_ws_urls,omitempty"`
	ServerVersion                  *string       `protobuf:"bytes,4,opt,name=server_version,json=serverVersion,proto3,oneof" json:"server_version,omitempty"`
	RoomId                         *string       `protobuf:"bytes,5,opt,name=room_id,json=roomId,proto3,oneof" json:"room_id,omitempty"`
	UserId                         *string       `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3,oneof" json:"user_id,omitempty"`
	RoomStreamName                 *string       `protobuf:"bytes,7,opt,name=room_stream_name,json=roomStreamName,proto3,oneof" json:"room_stream_name,omitempty"`
	NatsSubjects                   *NatsSubjects `protobuf:"bytes,8,opt,name=nats_subjects,json=natsSubjects,proto3,oneof" json:"nats_subjects,omitempty"`
	EnabledSelfInsertEncryptionKey *bool         `` /* 164-byte string literal not displayed */
	IsCloud                        *bool         `protobuf:"varint,10,opt,name=is_cloud,json=isCloud,proto3,oneof" json:"is_cloud,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyTokenRes) Descriptor deprecated

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

Deprecated: Use VerifyTokenRes.ProtoReflect.Descriptor instead.

func (*VerifyTokenRes) GetEnabledSelfInsertEncryptionKey added in v1.0.14

func (x *VerifyTokenRes) GetEnabledSelfInsertEncryptionKey() bool

func (*VerifyTokenRes) GetIsCloud added in v1.1.0

func (x *VerifyTokenRes) GetIsCloud() bool

func (*VerifyTokenRes) GetMsg

func (x *VerifyTokenRes) GetMsg() string

func (*VerifyTokenRes) GetNatsSubjects

func (x *VerifyTokenRes) GetNatsSubjects() *NatsSubjects

func (*VerifyTokenRes) GetNatsWsUrls

func (x *VerifyTokenRes) GetNatsWsUrls() []string

func (*VerifyTokenRes) GetRoomId

func (x *VerifyTokenRes) GetRoomId() string

func (*VerifyTokenRes) GetRoomStreamName added in v1.2.1

func (x *VerifyTokenRes) GetRoomStreamName() string

func (*VerifyTokenRes) GetServerVersion

func (x *VerifyTokenRes) GetServerVersion() string

func (*VerifyTokenRes) GetStatus

func (x *VerifyTokenRes) GetStatus() bool

func (*VerifyTokenRes) GetUserId

func (x *VerifyTokenRes) GetUserId() 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 {

	// Deprecated: Marked as deprecated in plugnmeet_create_room.proto.
	AllowedWhiteboard  *bool   `protobuf:"varint,1,opt,name=allowed_whiteboard,json=allowedWhiteboard,proto3,oneof" json:"allowed_whiteboard,omitempty"`
	IsAllow            bool    `protobuf:"varint,9,opt,name=is_allow,json=isAllow,proto3" json:"is_allow,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,oneof" 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"`
	MaxAllowedFileSize *uint64 `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WhiteboardFeatures) Descriptor deprecated

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

Deprecated: Use WhiteboardFeatures.ProtoReflect.Descriptor instead.

func (*WhiteboardFeatures) GetAllowedWhiteboard deprecated

func (x *WhiteboardFeatures) GetAllowedWhiteboard() bool

Deprecated: Marked as deprecated in plugnmeet_create_room.proto.

func (*WhiteboardFeatures) GetFileName

func (x *WhiteboardFeatures) GetFileName() string

func (*WhiteboardFeatures) GetFilePath

func (x *WhiteboardFeatures) GetFilePath() string

func (*WhiteboardFeatures) GetIsAllow added in v1.1.0

func (x *WhiteboardFeatures) GetIsAllow() bool

func (*WhiteboardFeatures) GetMaxAllowedFileSize

func (x *WhiteboardFeatures) GetMaxAllowedFileSize() uint64

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