Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2025 Changes in this version + const MeetingService_BookMeeting_FullMethodName + const MeetingService_CleanPreviousMeetings_FullMethodName + const MeetingService_CreateImmediateMeeting_FullMethodName + const MeetingService_EndMeeting_FullMethodName + const MeetingService_GetMeetingToken_FullMethodName + const MeetingService_GetMeeting_FullMethodName + const MeetingService_GetMeetings_FullMethodName + const MeetingService_GetPersonalMeetingSettings_FullMethodName + const MeetingService_JoinMeeting_FullMethodName + const MeetingService_LeaveMeeting_FullMethodName + const MeetingService_ModifyMeetingParticipantNickName_FullMethodName + const MeetingService_OperateRoomAllStream_FullMethodName + const MeetingService_RemoveParticipants_FullMethodName + const MeetingService_SetMeetingHostInfo_FullMethodName + const MeetingService_SetPersonalMeetingSettings_FullMethodName + const MeetingService_ToggleRecordMeeting_FullMethodName + const MeetingService_UpdateMeeting_FullMethodName + var DayOfWeek_name = map[int32]string + var DayOfWeek_value = map[string]int32 + var File_openmeeting_meeting_meeting_proto protoreflect.FileDescriptor + var KickOffReason_name = map[int32]string + var KickOffReason_value = map[string]int32 + var MeetingEndType_name = map[int32]string + var MeetingEndType_value = map[string]int32 + var MeetingService_ServiceDesc = grpc.ServiceDesc + func RegisterMeetingServiceServer(s grpc.ServiceRegistrar, srv MeetingServiceServer) + type BookMeetingReq struct + CreatorDefinedMeetingInfo *CreatorDefinedMeetingInfo + CreatorUserID string + RepeatInfo *MeetingRepeatInfo + Setting *MeetingSetting + func (*BookMeetingReq) Descriptor() ([]byte, []int) + func (*BookMeetingReq) ProtoMessage() + func (x *BookMeetingReq) GetCreatorDefinedMeetingInfo() *CreatorDefinedMeetingInfo + func (x *BookMeetingReq) GetCreatorUserID() string + func (x *BookMeetingReq) GetRepeatInfo() *MeetingRepeatInfo + func (x *BookMeetingReq) GetSetting() *MeetingSetting + func (x *BookMeetingReq) ProtoReflect() protoreflect.Message + func (x *BookMeetingReq) Reset() + func (x *BookMeetingReq) String() string + type BookMeetingResp struct + Detail *MeetingInfoSetting + func (*BookMeetingResp) Descriptor() ([]byte, []int) + func (*BookMeetingResp) ProtoMessage() + func (x *BookMeetingResp) GetDetail() *MeetingInfoSetting + func (x *BookMeetingResp) ProtoReflect() protoreflect.Message + func (x *BookMeetingResp) Reset() + func (x *BookMeetingResp) String() string + type CleanPreviousMeetingsReq struct + Reason string + ReasonCode int32 + UserID string + func (*CleanPreviousMeetingsReq) Descriptor() ([]byte, []int) + func (*CleanPreviousMeetingsReq) ProtoMessage() + func (x *CleanPreviousMeetingsReq) GetReason() string + func (x *CleanPreviousMeetingsReq) GetReasonCode() int32 + func (x *CleanPreviousMeetingsReq) GetUserID() string + func (x *CleanPreviousMeetingsReq) ProtoReflect() protoreflect.Message + func (x *CleanPreviousMeetingsReq) Reset() + func (x *CleanPreviousMeetingsReq) String() string + type CleanPreviousMeetingsResp struct + func (*CleanPreviousMeetingsResp) Descriptor() ([]byte, []int) + func (*CleanPreviousMeetingsResp) ProtoMessage() + func (x *CleanPreviousMeetingsResp) ProtoReflect() protoreflect.Message + func (x *CleanPreviousMeetingsResp) Reset() + func (x *CleanPreviousMeetingsResp) String() string + type CreateImmediateMeetingReq struct + CreatorDefinedMeetingInfo *CreatorDefinedMeetingInfo + CreatorUserID string + Setting *MeetingSetting + func (*CreateImmediateMeetingReq) Descriptor() ([]byte, []int) + func (*CreateImmediateMeetingReq) ProtoMessage() + func (x *CreateImmediateMeetingReq) GetCreatorDefinedMeetingInfo() *CreatorDefinedMeetingInfo + func (x *CreateImmediateMeetingReq) GetCreatorUserID() string + func (x *CreateImmediateMeetingReq) GetSetting() *MeetingSetting + func (x *CreateImmediateMeetingReq) ProtoReflect() protoreflect.Message + func (x *CreateImmediateMeetingReq) Reset() + func (x *CreateImmediateMeetingReq) String() string + type CreateImmediateMeetingResp struct + Detail *MeetingInfoSetting + LiveKit *LiveKit + func (*CreateImmediateMeetingResp) Descriptor() ([]byte, []int) + func (*CreateImmediateMeetingResp) ProtoMessage() + func (x *CreateImmediateMeetingResp) GetDetail() *MeetingInfoSetting + func (x *CreateImmediateMeetingResp) GetLiveKit() *LiveKit + func (x *CreateImmediateMeetingResp) ProtoReflect() protoreflect.Message + func (x *CreateImmediateMeetingResp) Reset() + func (x *CreateImmediateMeetingResp) String() string + type CreatorDefinedMeetingInfo struct + CoHostUSerID []string + HostUserID string + MeetingDuration int64 + Password string + ScheduledTime int64 + TimeZone string + Title string + func (*CreatorDefinedMeetingInfo) Descriptor() ([]byte, []int) + func (*CreatorDefinedMeetingInfo) ProtoMessage() + func (x *CreatorDefinedMeetingInfo) GetCoHostUSerID() []string + func (x *CreatorDefinedMeetingInfo) GetHostUserID() string + func (x *CreatorDefinedMeetingInfo) GetMeetingDuration() int64 + func (x *CreatorDefinedMeetingInfo) GetPassword() string + func (x *CreatorDefinedMeetingInfo) GetScheduledTime() int64 + func (x *CreatorDefinedMeetingInfo) GetTimeZone() string + func (x *CreatorDefinedMeetingInfo) GetTitle() string + func (x *CreatorDefinedMeetingInfo) ProtoReflect() protoreflect.Message + func (x *CreatorDefinedMeetingInfo) Reset() + func (x *CreatorDefinedMeetingInfo) String() string + type DayOfWeek int32 + const DayOfWeek_FRIDAY + const DayOfWeek_MONDAY + const DayOfWeek_SATURDAY + const DayOfWeek_SUNDAY + const DayOfWeek_THURSDAY + const DayOfWeek_TUESDAY + const DayOfWeek_WEDNESDAY + func (DayOfWeek) Descriptor() protoreflect.EnumDescriptor + func (DayOfWeek) EnumDescriptor() ([]byte, []int) + func (DayOfWeek) Type() protoreflect.EnumType + func (x DayOfWeek) Enum() *DayOfWeek + func (x DayOfWeek) Number() protoreflect.EnumNumber + func (x DayOfWeek) String() string + type EndMeetingReq struct + EndType MeetingEndType + MeetingID string + UserID string + func (*EndMeetingReq) Descriptor() ([]byte, []int) + func (*EndMeetingReq) ProtoMessage() + func (x *EndMeetingReq) GetEndType() MeetingEndType + func (x *EndMeetingReq) GetMeetingID() string + func (x *EndMeetingReq) GetUserID() string + func (x *EndMeetingReq) ProtoReflect() protoreflect.Message + func (x *EndMeetingReq) Reset() + func (x *EndMeetingReq) String() string + type EndMeetingResp struct + func (*EndMeetingResp) Descriptor() ([]byte, []int) + func (*EndMeetingResp) ProtoMessage() + func (x *EndMeetingResp) ProtoReflect() protoreflect.Message + func (x *EndMeetingResp) Reset() + func (x *EndMeetingResp) String() string + type GetMeetingReq struct + MeetingID string + UserID string + func (*GetMeetingReq) Descriptor() ([]byte, []int) + func (*GetMeetingReq) ProtoMessage() + func (x *GetMeetingReq) GetMeetingID() string + func (x *GetMeetingReq) GetUserID() string + func (x *GetMeetingReq) ProtoReflect() protoreflect.Message + func (x *GetMeetingReq) Reset() + func (x *GetMeetingReq) String() string + type GetMeetingResp struct + MeetingDetail *MeetingInfoSetting + func (*GetMeetingResp) Descriptor() ([]byte, []int) + func (*GetMeetingResp) ProtoMessage() + func (x *GetMeetingResp) GetMeetingDetail() *MeetingInfoSetting + func (x *GetMeetingResp) ProtoReflect() protoreflect.Message + func (x *GetMeetingResp) Reset() + func (x *GetMeetingResp) String() string + type GetMeetingTokenReq struct + MeetingID string + UserID string + func (*GetMeetingTokenReq) Descriptor() ([]byte, []int) + func (*GetMeetingTokenReq) ProtoMessage() + func (x *GetMeetingTokenReq) GetMeetingID() string + func (x *GetMeetingTokenReq) GetUserID() string + func (x *GetMeetingTokenReq) ProtoReflect() protoreflect.Message + func (x *GetMeetingTokenReq) Reset() + func (x *GetMeetingTokenReq) String() string + type GetMeetingTokenResp struct + LiveKit *LiveKit + MeetingID string + func (*GetMeetingTokenResp) Descriptor() ([]byte, []int) + func (*GetMeetingTokenResp) ProtoMessage() + func (x *GetMeetingTokenResp) GetLiveKit() *LiveKit + func (x *GetMeetingTokenResp) GetMeetingID() string + func (x *GetMeetingTokenResp) ProtoReflect() protoreflect.Message + func (x *GetMeetingTokenResp) Reset() + func (x *GetMeetingTokenResp) String() string + type GetMeetingsReq struct + Status []string + UserID string + func (*GetMeetingsReq) Descriptor() ([]byte, []int) + func (*GetMeetingsReq) ProtoMessage() + func (x *GetMeetingsReq) GetStatus() []string + func (x *GetMeetingsReq) GetUserID() string + func (x *GetMeetingsReq) ProtoReflect() protoreflect.Message + func (x *GetMeetingsReq) Reset() + func (x *GetMeetingsReq) String() string + type GetMeetingsResp struct + MeetingDetails []*MeetingInfoSetting + func (*GetMeetingsResp) Descriptor() ([]byte, []int) + func (*GetMeetingsResp) ProtoMessage() + func (x *GetMeetingsResp) GetMeetingDetails() []*MeetingInfoSetting + func (x *GetMeetingsResp) ProtoReflect() protoreflect.Message + func (x *GetMeetingsResp) Reset() + func (x *GetMeetingsResp) String() string + type GetPersonalMeetingSettingsReq struct + MeetingID string + UserID string + func (*GetPersonalMeetingSettingsReq) Descriptor() ([]byte, []int) + func (*GetPersonalMeetingSettingsReq) ProtoMessage() + func (x *GetPersonalMeetingSettingsReq) GetMeetingID() string + func (x *GetPersonalMeetingSettingsReq) GetUserID() string + func (x *GetPersonalMeetingSettingsReq) ProtoReflect() protoreflect.Message + func (x *GetPersonalMeetingSettingsReq) Reset() + func (x *GetPersonalMeetingSettingsReq) String() string + type GetPersonalMeetingSettingsResp struct + Setting *PersonalMeetingSetting + func (*GetPersonalMeetingSettingsResp) Descriptor() ([]byte, []int) + func (*GetPersonalMeetingSettingsResp) ProtoMessage() + func (x *GetPersonalMeetingSettingsResp) GetSetting() *PersonalMeetingSetting + func (x *GetPersonalMeetingSettingsResp) ProtoReflect() protoreflect.Message + func (x *GetPersonalMeetingSettingsResp) Reset() + func (x *GetPersonalMeetingSettingsResp) String() string + type JoinMeetingReq struct + MeetingID string + Password string + UserID string + func (*JoinMeetingReq) Descriptor() ([]byte, []int) + func (*JoinMeetingReq) ProtoMessage() + func (x *JoinMeetingReq) GetMeetingID() string + func (x *JoinMeetingReq) GetPassword() string + func (x *JoinMeetingReq) GetUserID() string + func (x *JoinMeetingReq) ProtoReflect() protoreflect.Message + func (x *JoinMeetingReq) Reset() + func (x *JoinMeetingReq) String() string + type JoinMeetingResp struct + LiveKit *LiveKit + func (*JoinMeetingResp) Descriptor() ([]byte, []int) + func (*JoinMeetingResp) ProtoMessage() + func (x *JoinMeetingResp) GetLiveKit() *LiveKit + func (x *JoinMeetingResp) ProtoReflect() protoreflect.Message + func (x *JoinMeetingResp) Reset() + func (x *JoinMeetingResp) String() string + type KickOffMeetingData struct + Nickname string + Reason string + ReasonCode KickOffReason + UserID string + func (*KickOffMeetingData) Descriptor() ([]byte, []int) + func (*KickOffMeetingData) ProtoMessage() + func (x *KickOffMeetingData) GetNickname() string + func (x *KickOffMeetingData) GetReason() string + func (x *KickOffMeetingData) GetReasonCode() KickOffReason + func (x *KickOffMeetingData) GetUserID() string + func (x *KickOffMeetingData) ProtoReflect() protoreflect.Message + func (x *KickOffMeetingData) Reset() + func (x *KickOffMeetingData) String() string + type KickOffReason int32 + const KickOffReason_DuplicatedLogin + const KickOffReason_Logout + const KickOffReason_Offline + func (KickOffReason) Descriptor() protoreflect.EnumDescriptor + func (KickOffReason) EnumDescriptor() ([]byte, []int) + func (KickOffReason) Type() protoreflect.EnumType + func (x KickOffReason) Enum() *KickOffReason + func (x KickOffReason) Number() protoreflect.EnumNumber + func (x KickOffReason) String() string + type LeaveMeetingReq struct + MeetingID string + UserID string + func (*LeaveMeetingReq) Descriptor() ([]byte, []int) + func (*LeaveMeetingReq) ProtoMessage() + func (x *LeaveMeetingReq) GetMeetingID() string + func (x *LeaveMeetingReq) GetUserID() string + func (x *LeaveMeetingReq) ProtoReflect() protoreflect.Message + func (x *LeaveMeetingReq) Reset() + func (x *LeaveMeetingReq) String() string + type LeaveMeetingResp struct + func (*LeaveMeetingResp) Descriptor() ([]byte, []int) + func (*LeaveMeetingResp) ProtoMessage() + func (x *LeaveMeetingResp) ProtoReflect() protoreflect.Message + func (x *LeaveMeetingResp) Reset() + func (x *LeaveMeetingResp) String() string + type LiveKit struct + Token string + Url string + func (*LiveKit) Descriptor() ([]byte, []int) + func (*LiveKit) ProtoMessage() + func (x *LiveKit) GetToken() string + func (x *LiveKit) GetUrl() string + func (x *LiveKit) ProtoReflect() protoreflect.Message + func (x *LiveKit) Reset() + func (x *LiveKit) String() string + type MeetingEndType int32 + const MeetingEndType_CancelType + const MeetingEndType_EndType + func (MeetingEndType) Descriptor() protoreflect.EnumDescriptor + func (MeetingEndType) EnumDescriptor() ([]byte, []int) + func (MeetingEndType) Type() protoreflect.EnumType + func (x MeetingEndType) Enum() *MeetingEndType + func (x MeetingEndType) Number() protoreflect.EnumNumber + func (x MeetingEndType) String() string + type MeetingHostData struct + HostType string + OperatorNickname string + UserID string + func (*MeetingHostData) Descriptor() ([]byte, []int) + func (*MeetingHostData) ProtoMessage() + func (x *MeetingHostData) GetHostType() string + func (x *MeetingHostData) GetOperatorNickname() string + func (x *MeetingHostData) GetUserID() string + func (x *MeetingHostData) ProtoReflect() protoreflect.Message + func (x *MeetingHostData) Reset() + func (x *MeetingHostData) String() string + type MeetingInfo struct + CreatorDefinedMeeting *CreatorDefinedMeetingInfo + SystemGenerated *SystemGeneratedMeetingInfo + func (*MeetingInfo) Descriptor() ([]byte, []int) + func (*MeetingInfo) ProtoMessage() + func (x *MeetingInfo) GetCreatorDefinedMeeting() *CreatorDefinedMeetingInfo + func (x *MeetingInfo) GetSystemGenerated() *SystemGeneratedMeetingInfo + func (x *MeetingInfo) ProtoReflect() protoreflect.Message + func (x *MeetingInfo) Reset() + func (x *MeetingInfo) String() string + type MeetingInfoSetting struct + Info *MeetingInfo + RepeatInfo *MeetingRepeatInfo + Setting *MeetingSetting + func (*MeetingInfoSetting) Descriptor() ([]byte, []int) + func (*MeetingInfoSetting) ProtoMessage() + func (x *MeetingInfoSetting) GetInfo() *MeetingInfo + func (x *MeetingInfoSetting) GetRepeatInfo() *MeetingRepeatInfo + func (x *MeetingInfoSetting) GetSetting() *MeetingSetting + func (x *MeetingInfoSetting) ProtoReflect() protoreflect.Message + func (x *MeetingInfoSetting) Reset() + func (x *MeetingInfoSetting) String() string + type MeetingMetadata struct + Detail *MeetingInfoSetting + PersonalData []*PersonalData + func (*MeetingMetadata) Descriptor() ([]byte, []int) + func (*MeetingMetadata) ProtoMessage() + func (x *MeetingMetadata) GetDetail() *MeetingInfoSetting + func (x *MeetingMetadata) GetPersonalData() []*PersonalData + func (x *MeetingMetadata) ProtoReflect() protoreflect.Message + func (x *MeetingMetadata) Reset() + func (x *MeetingMetadata) String() string + type MeetingRepeatInfo struct + EndDate int64 + Interval int32 + RepeatDaysOfWeek []DayOfWeek + RepeatTimes int32 + RepeatType string + UintType string + func (*MeetingRepeatInfo) Descriptor() ([]byte, []int) + func (*MeetingRepeatInfo) ProtoMessage() + func (x *MeetingRepeatInfo) GetEndDate() int64 + func (x *MeetingRepeatInfo) GetInterval() int32 + func (x *MeetingRepeatInfo) GetRepeatDaysOfWeek() []DayOfWeek + func (x *MeetingRepeatInfo) GetRepeatTimes() int32 + func (x *MeetingRepeatInfo) GetRepeatType() string + func (x *MeetingRepeatInfo) GetUintType() string + func (x *MeetingRepeatInfo) ProtoReflect() protoreflect.Message + func (x *MeetingRepeatInfo) Reset() + func (x *MeetingRepeatInfo) String() string + type MeetingServiceClient interface + BookMeeting func(ctx context.Context, in *BookMeetingReq, opts ...grpc.CallOption) (*BookMeetingResp, error) + CleanPreviousMeetings func(ctx context.Context, in *CleanPreviousMeetingsReq, opts ...grpc.CallOption) (*CleanPreviousMeetingsResp, error) + CreateImmediateMeeting func(ctx context.Context, in *CreateImmediateMeetingReq, opts ...grpc.CallOption) (*CreateImmediateMeetingResp, error) + EndMeeting func(ctx context.Context, in *EndMeetingReq, opts ...grpc.CallOption) (*EndMeetingResp, error) + GetMeeting func(ctx context.Context, in *GetMeetingReq, opts ...grpc.CallOption) (*GetMeetingResp, error) + GetMeetingToken func(ctx context.Context, in *GetMeetingTokenReq, opts ...grpc.CallOption) (*GetMeetingTokenResp, error) + GetMeetings func(ctx context.Context, in *GetMeetingsReq, opts ...grpc.CallOption) (*GetMeetingsResp, error) + GetPersonalMeetingSettings func(ctx context.Context, in *GetPersonalMeetingSettingsReq, ...) (*GetPersonalMeetingSettingsResp, error) + JoinMeeting func(ctx context.Context, in *JoinMeetingReq, opts ...grpc.CallOption) (*JoinMeetingResp, error) + LeaveMeeting func(ctx context.Context, in *LeaveMeetingReq, opts ...grpc.CallOption) (*LeaveMeetingResp, error) + ModifyMeetingParticipantNickName func(ctx context.Context, in *ModifyMeetingParticipantNickNameReq, ...) (*ModifyMeetingParticipantNickNameResp, error) + OperateRoomAllStream func(ctx context.Context, in *OperateRoomAllStreamReq, opts ...grpc.CallOption) (*OperateRoomAllStreamResp, error) + RemoveParticipants func(ctx context.Context, in *RemoveMeetingParticipantsReq, opts ...grpc.CallOption) (*RemoveMeetingParticipantsResp, error) + SetMeetingHostInfo func(ctx context.Context, in *SetMeetingHostInfoReq, opts ...grpc.CallOption) (*SetMeetingHostInfoResp, error) + SetPersonalMeetingSettings func(ctx context.Context, in *SetPersonalMeetingSettingsReq, ...) (*SetPersonalMeetingSettingsResp, error) + ToggleRecordMeeting func(ctx context.Context, in *ToggleRecordMeetingReq, opts ...grpc.CallOption) (*ToggleRecordMeetingResp, error) + UpdateMeeting func(ctx context.Context, in *UpdateMeetingRequest, opts ...grpc.CallOption) (*UpdateMeetingResp, error) + func NewMeetingServiceClient(cc grpc.ClientConnInterface) MeetingServiceClient + type MeetingServiceServer interface + BookMeeting func(context.Context, *BookMeetingReq) (*BookMeetingResp, error) + CleanPreviousMeetings func(context.Context, *CleanPreviousMeetingsReq) (*CleanPreviousMeetingsResp, error) + CreateImmediateMeeting func(context.Context, *CreateImmediateMeetingReq) (*CreateImmediateMeetingResp, error) + EndMeeting func(context.Context, *EndMeetingReq) (*EndMeetingResp, error) + GetMeeting func(context.Context, *GetMeetingReq) (*GetMeetingResp, error) + GetMeetingToken func(context.Context, *GetMeetingTokenReq) (*GetMeetingTokenResp, error) + GetMeetings func(context.Context, *GetMeetingsReq) (*GetMeetingsResp, error) + GetPersonalMeetingSettings func(context.Context, *GetPersonalMeetingSettingsReq) (*GetPersonalMeetingSettingsResp, error) + JoinMeeting func(context.Context, *JoinMeetingReq) (*JoinMeetingResp, error) + LeaveMeeting func(context.Context, *LeaveMeetingReq) (*LeaveMeetingResp, error) + ModifyMeetingParticipantNickName func(context.Context, *ModifyMeetingParticipantNickNameReq) (*ModifyMeetingParticipantNickNameResp, error) + OperateRoomAllStream func(context.Context, *OperateRoomAllStreamReq) (*OperateRoomAllStreamResp, error) + RemoveParticipants func(context.Context, *RemoveMeetingParticipantsReq) (*RemoveMeetingParticipantsResp, error) + SetMeetingHostInfo func(context.Context, *SetMeetingHostInfoReq) (*SetMeetingHostInfoResp, error) + SetPersonalMeetingSettings func(context.Context, *SetPersonalMeetingSettingsReq) (*SetPersonalMeetingSettingsResp, error) + ToggleRecordMeeting func(context.Context, *ToggleRecordMeetingReq) (*ToggleRecordMeetingResp, error) + UpdateMeeting func(context.Context, *UpdateMeetingRequest) (*UpdateMeetingResp, error) + type MeetingSetting struct + AudioEncouragement bool + CanParticipantJoinMeetingEarly bool + CanParticipantsEnableCamera bool + CanParticipantsShareScreen bool + CanParticipantsUnmuteMicrophone bool + DisableCameraOnJoin bool + DisableMicrophoneOnJoin bool + LockMeeting bool + VideoMirroring bool + func (*MeetingSetting) Descriptor() ([]byte, []int) + func (*MeetingSetting) ProtoMessage() + func (x *MeetingSetting) GetAudioEncouragement() bool + func (x *MeetingSetting) GetCanParticipantJoinMeetingEarly() bool + func (x *MeetingSetting) GetCanParticipantsEnableCamera() bool + func (x *MeetingSetting) GetCanParticipantsShareScreen() bool + func (x *MeetingSetting) GetCanParticipantsUnmuteMicrophone() bool + func (x *MeetingSetting) GetDisableCameraOnJoin() bool + func (x *MeetingSetting) GetDisableMicrophoneOnJoin() bool + func (x *MeetingSetting) GetLockMeeting() bool + func (x *MeetingSetting) GetVideoMirroring() bool + func (x *MeetingSetting) ProtoReflect() protoreflect.Message + func (x *MeetingSetting) Reset() + func (x *MeetingSetting) String() string + type ModifyMeetingParticipantNickNameReq struct + MeetingID string + Nickname string + ParticipantUserID string + UserID string + func (*ModifyMeetingParticipantNickNameReq) Descriptor() ([]byte, []int) + func (*ModifyMeetingParticipantNickNameReq) ProtoMessage() + func (x *ModifyMeetingParticipantNickNameReq) GetMeetingID() string + func (x *ModifyMeetingParticipantNickNameReq) GetNickname() string + func (x *ModifyMeetingParticipantNickNameReq) GetParticipantUserID() string + func (x *ModifyMeetingParticipantNickNameReq) GetUserID() string + func (x *ModifyMeetingParticipantNickNameReq) ProtoReflect() protoreflect.Message + func (x *ModifyMeetingParticipantNickNameReq) Reset() + func (x *ModifyMeetingParticipantNickNameReq) String() string + type ModifyMeetingParticipantNickNameResp struct + func (*ModifyMeetingParticipantNickNameResp) Descriptor() ([]byte, []int) + func (*ModifyMeetingParticipantNickNameResp) ProtoMessage() + func (x *ModifyMeetingParticipantNickNameResp) ProtoReflect() protoreflect.Message + func (x *ModifyMeetingParticipantNickNameResp) Reset() + func (x *ModifyMeetingParticipantNickNameResp) String() string + type NotifyMeetingData struct + MessageType isNotifyMeetingData_MessageType + OperatorUserID string + func (*NotifyMeetingData) Descriptor() ([]byte, []int) + func (*NotifyMeetingData) ProtoMessage() + func (x *NotifyMeetingData) GetKickOffMeetingData() *KickOffMeetingData + func (x *NotifyMeetingData) GetMeetingHostData() *MeetingHostData + func (x *NotifyMeetingData) GetMessageType() isNotifyMeetingData_MessageType + func (x *NotifyMeetingData) GetOperatorUserID() string + func (x *NotifyMeetingData) GetStreamOperateData() *StreamOperateData + func (x *NotifyMeetingData) ProtoReflect() protoreflect.Message + func (x *NotifyMeetingData) Reset() + func (x *NotifyMeetingData) String() string + type NotifyMeetingData_KickOffMeetingData struct + KickOffMeetingData *KickOffMeetingData + type NotifyMeetingData_MeetingHostData struct + MeetingHostData *MeetingHostData + type NotifyMeetingData_StreamOperateData struct + StreamOperateData *StreamOperateData + type OperateRoomAllStreamReq struct + CameraOnEntry *wrapperspb.BoolValue + MeetingID string + MicrophoneOnEntry *wrapperspb.BoolValue + OperatorUserID string + func (*OperateRoomAllStreamReq) Descriptor() ([]byte, []int) + func (*OperateRoomAllStreamReq) ProtoMessage() + func (x *OperateRoomAllStreamReq) GetCameraOnEntry() *wrapperspb.BoolValue + func (x *OperateRoomAllStreamReq) GetMeetingID() string + func (x *OperateRoomAllStreamReq) GetMicrophoneOnEntry() *wrapperspb.BoolValue + func (x *OperateRoomAllStreamReq) GetOperatorUserID() string + func (x *OperateRoomAllStreamReq) ProtoReflect() protoreflect.Message + func (x *OperateRoomAllStreamReq) Reset() + func (x *OperateRoomAllStreamReq) String() string + type OperateRoomAllStreamResp struct + FailedUserIDList []string + StreamNotExistUserIDList []string + func (*OperateRoomAllStreamResp) Descriptor() ([]byte, []int) + func (*OperateRoomAllStreamResp) ProtoMessage() + func (x *OperateRoomAllStreamResp) GetFailedUserIDList() []string + func (x *OperateRoomAllStreamResp) GetStreamNotExistUserIDList() []string + func (x *OperateRoomAllStreamResp) ProtoReflect() protoreflect.Message + func (x *OperateRoomAllStreamResp) Reset() + func (x *OperateRoomAllStreamResp) String() string + type ParticipantMetaData struct + UserInfo *UserInfo + func (*ParticipantMetaData) Descriptor() ([]byte, []int) + func (*ParticipantMetaData) ProtoMessage() + func (x *ParticipantMetaData) GetUserInfo() *UserInfo + func (x *ParticipantMetaData) ProtoReflect() protoreflect.Message + func (x *ParticipantMetaData) Reset() + func (x *ParticipantMetaData) String() string + type PersonalData struct + LimitSetting *PersonalMeetingSetting + PersonalSetting *PersonalMeetingSetting + UserID string + func (*PersonalData) Descriptor() ([]byte, []int) + func (*PersonalData) ProtoMessage() + func (x *PersonalData) GetLimitSetting() *PersonalMeetingSetting + func (x *PersonalData) GetPersonalSetting() *PersonalMeetingSetting + func (x *PersonalData) GetUserID() string + func (x *PersonalData) ProtoReflect() protoreflect.Message + func (x *PersonalData) Reset() + func (x *PersonalData) String() string + type PersonalMeetingSetting struct + CameraOnEntry bool + MicrophoneOnEntry bool + func (*PersonalMeetingSetting) Descriptor() ([]byte, []int) + func (*PersonalMeetingSetting) ProtoMessage() + func (x *PersonalMeetingSetting) GetCameraOnEntry() bool + func (x *PersonalMeetingSetting) GetMicrophoneOnEntry() bool + func (x *PersonalMeetingSetting) ProtoReflect() protoreflect.Message + func (x *PersonalMeetingSetting) Reset() + func (x *PersonalMeetingSetting) String() string + type RemoveMeetingParticipantsReq struct + MeetingID string + ParticipantUserIDs []string + UserID string + func (*RemoveMeetingParticipantsReq) Descriptor() ([]byte, []int) + func (*RemoveMeetingParticipantsReq) ProtoMessage() + func (x *RemoveMeetingParticipantsReq) GetMeetingID() string + func (x *RemoveMeetingParticipantsReq) GetParticipantUserIDs() []string + func (x *RemoveMeetingParticipantsReq) GetUserID() string + func (x *RemoveMeetingParticipantsReq) ProtoReflect() protoreflect.Message + func (x *RemoveMeetingParticipantsReq) Reset() + func (x *RemoveMeetingParticipantsReq) String() string + type RemoveMeetingParticipantsResp struct + FailedUserIDList []string + SuccessUserIDList []string + func (*RemoveMeetingParticipantsResp) Descriptor() ([]byte, []int) + func (*RemoveMeetingParticipantsResp) ProtoMessage() + func (x *RemoveMeetingParticipantsResp) GetFailedUserIDList() []string + func (x *RemoveMeetingParticipantsResp) GetSuccessUserIDList() []string + func (x *RemoveMeetingParticipantsResp) ProtoReflect() protoreflect.Message + func (x *RemoveMeetingParticipantsResp) Reset() + func (x *RemoveMeetingParticipantsResp) String() string + type SetMeetingHostInfoReq struct + CoHostUserIDs []string + HostUserID *wrapperspb.StringValue + MeetingID string + UserID string + func (*SetMeetingHostInfoReq) Descriptor() ([]byte, []int) + func (*SetMeetingHostInfoReq) ProtoMessage() + func (x *SetMeetingHostInfoReq) GetCoHostUserIDs() []string + func (x *SetMeetingHostInfoReq) GetHostUserID() *wrapperspb.StringValue + func (x *SetMeetingHostInfoReq) GetMeetingID() string + func (x *SetMeetingHostInfoReq) GetUserID() string + func (x *SetMeetingHostInfoReq) ProtoReflect() protoreflect.Message + func (x *SetMeetingHostInfoReq) Reset() + func (x *SetMeetingHostInfoReq) String() string + type SetMeetingHostInfoResp struct + func (*SetMeetingHostInfoResp) Descriptor() ([]byte, []int) + func (*SetMeetingHostInfoResp) ProtoMessage() + func (x *SetMeetingHostInfoResp) ProtoReflect() protoreflect.Message + func (x *SetMeetingHostInfoResp) Reset() + func (x *SetMeetingHostInfoResp) String() string + type SetPersonalMeetingSettingsReq struct + CameraOnEntry *wrapperspb.BoolValue + MeetingID string + MicrophoneOnEntry *wrapperspb.BoolValue + UserID string + func (*SetPersonalMeetingSettingsReq) Descriptor() ([]byte, []int) + func (*SetPersonalMeetingSettingsReq) ProtoMessage() + func (x *SetPersonalMeetingSettingsReq) GetCameraOnEntry() *wrapperspb.BoolValue + func (x *SetPersonalMeetingSettingsReq) GetMeetingID() string + func (x *SetPersonalMeetingSettingsReq) GetMicrophoneOnEntry() *wrapperspb.BoolValue + func (x *SetPersonalMeetingSettingsReq) GetUserID() string + func (x *SetPersonalMeetingSettingsReq) ProtoReflect() protoreflect.Message + func (x *SetPersonalMeetingSettingsReq) Reset() + func (x *SetPersonalMeetingSettingsReq) String() string + type SetPersonalMeetingSettingsResp struct + func (*SetPersonalMeetingSettingsResp) Descriptor() ([]byte, []int) + func (*SetPersonalMeetingSettingsResp) ProtoMessage() + func (x *SetPersonalMeetingSettingsResp) ProtoReflect() protoreflect.Message + func (x *SetPersonalMeetingSettingsResp) Reset() + func (x *SetPersonalMeetingSettingsResp) String() string + type StreamOperateData struct + Operation []*UserOperationData + func (*StreamOperateData) Descriptor() ([]byte, []int) + func (*StreamOperateData) ProtoMessage() + func (x *StreamOperateData) GetOperation() []*UserOperationData + func (x *StreamOperateData) ProtoReflect() protoreflect.Message + func (x *StreamOperateData) Reset() + func (x *StreamOperateData) String() string + type SystemGeneratedMeetingInfo struct + CreatorNickname string + CreatorUserID string + MeetingID string + StartTime int64 + Status string + func (*SystemGeneratedMeetingInfo) Descriptor() ([]byte, []int) + func (*SystemGeneratedMeetingInfo) ProtoMessage() + func (x *SystemGeneratedMeetingInfo) GetCreatorNickname() string + func (x *SystemGeneratedMeetingInfo) GetCreatorUserID() string + func (x *SystemGeneratedMeetingInfo) GetMeetingID() string + func (x *SystemGeneratedMeetingInfo) GetStartTime() int64 + func (x *SystemGeneratedMeetingInfo) GetStatus() string + func (x *SystemGeneratedMeetingInfo) ProtoReflect() protoreflect.Message + func (x *SystemGeneratedMeetingInfo) Reset() + func (x *SystemGeneratedMeetingInfo) String() string + type ToggleRecordMeetingReq struct + EnableRecord bool + MeetingID string + UserID string + func (*ToggleRecordMeetingReq) Descriptor() ([]byte, []int) + func (*ToggleRecordMeetingReq) ProtoMessage() + func (x *ToggleRecordMeetingReq) GetEnableRecord() bool + func (x *ToggleRecordMeetingReq) GetMeetingID() string + func (x *ToggleRecordMeetingReq) GetUserID() string + func (x *ToggleRecordMeetingReq) ProtoReflect() protoreflect.Message + func (x *ToggleRecordMeetingReq) Reset() + func (x *ToggleRecordMeetingReq) String() string + type ToggleRecordMeetingResp struct + func (*ToggleRecordMeetingResp) Descriptor() ([]byte, []int) + func (*ToggleRecordMeetingResp) ProtoMessage() + func (x *ToggleRecordMeetingResp) ProtoReflect() protoreflect.Message + func (x *ToggleRecordMeetingResp) Reset() + func (x *ToggleRecordMeetingResp) String() string + type UnimplementedMeetingServiceServer struct + func (UnimplementedMeetingServiceServer) BookMeeting(context.Context, *BookMeetingReq) (*BookMeetingResp, error) + func (UnimplementedMeetingServiceServer) CleanPreviousMeetings(context.Context, *CleanPreviousMeetingsReq) (*CleanPreviousMeetingsResp, error) + func (UnimplementedMeetingServiceServer) CreateImmediateMeeting(context.Context, *CreateImmediateMeetingReq) (*CreateImmediateMeetingResp, error) + func (UnimplementedMeetingServiceServer) EndMeeting(context.Context, *EndMeetingReq) (*EndMeetingResp, error) + func (UnimplementedMeetingServiceServer) GetMeeting(context.Context, *GetMeetingReq) (*GetMeetingResp, error) + func (UnimplementedMeetingServiceServer) GetMeetingToken(context.Context, *GetMeetingTokenReq) (*GetMeetingTokenResp, error) + func (UnimplementedMeetingServiceServer) GetMeetings(context.Context, *GetMeetingsReq) (*GetMeetingsResp, error) + func (UnimplementedMeetingServiceServer) GetPersonalMeetingSettings(context.Context, *GetPersonalMeetingSettingsReq) (*GetPersonalMeetingSettingsResp, error) + func (UnimplementedMeetingServiceServer) JoinMeeting(context.Context, *JoinMeetingReq) (*JoinMeetingResp, error) + func (UnimplementedMeetingServiceServer) LeaveMeeting(context.Context, *LeaveMeetingReq) (*LeaveMeetingResp, error) + func (UnimplementedMeetingServiceServer) ModifyMeetingParticipantNickName(context.Context, *ModifyMeetingParticipantNickNameReq) (*ModifyMeetingParticipantNickNameResp, error) + func (UnimplementedMeetingServiceServer) OperateRoomAllStream(context.Context, *OperateRoomAllStreamReq) (*OperateRoomAllStreamResp, error) + func (UnimplementedMeetingServiceServer) RemoveParticipants(context.Context, *RemoveMeetingParticipantsReq) (*RemoveMeetingParticipantsResp, error) + func (UnimplementedMeetingServiceServer) SetMeetingHostInfo(context.Context, *SetMeetingHostInfoReq) (*SetMeetingHostInfoResp, error) + func (UnimplementedMeetingServiceServer) SetPersonalMeetingSettings(context.Context, *SetPersonalMeetingSettingsReq) (*SetPersonalMeetingSettingsResp, error) + func (UnimplementedMeetingServiceServer) ToggleRecordMeeting(context.Context, *ToggleRecordMeetingReq) (*ToggleRecordMeetingResp, error) + func (UnimplementedMeetingServiceServer) UpdateMeeting(context.Context, *UpdateMeetingRequest) (*UpdateMeetingResp, error) + type UnsafeMeetingServiceServer interface + type UpdateMeetingRequest struct + AudioEncouragement *wrapperspb.BoolValue + CanParticipantJoinMeetingEarly *wrapperspb.BoolValue + CanParticipantsEnableCamera *wrapperspb.BoolValue + CanParticipantsShareScreen *wrapperspb.BoolValue + CanParticipantsUnmuteMicrophone *wrapperspb.BoolValue + DisableCameraOnJoin *wrapperspb.BoolValue + DisableMicrophoneOnJoin *wrapperspb.BoolValue + LockMeeting *wrapperspb.BoolValue + MeetingDuration *wrapperspb.Int64Value + MeetingID string + Password *wrapperspb.StringValue + RepeatInfo *MeetingRepeatInfo + ScheduledTime *wrapperspb.Int64Value + TimeZone *wrapperspb.StringValue + Title *wrapperspb.StringValue + UpdatingUserID string + VideoMirroring *wrapperspb.BoolValue + func (*UpdateMeetingRequest) Descriptor() ([]byte, []int) + func (*UpdateMeetingRequest) ProtoMessage() + func (x *UpdateMeetingRequest) GetAudioEncouragement() *wrapperspb.BoolValue + func (x *UpdateMeetingRequest) GetCanParticipantJoinMeetingEarly() *wrapperspb.BoolValue + func (x *UpdateMeetingRequest) GetCanParticipantsEnableCamera() *wrapperspb.BoolValue + func (x *UpdateMeetingRequest) GetCanParticipantsShareScreen() *wrapperspb.BoolValue + func (x *UpdateMeetingRequest) GetCanParticipantsUnmuteMicrophone() *wrapperspb.BoolValue + func (x *UpdateMeetingRequest) GetDisableCameraOnJoin() *wrapperspb.BoolValue + func (x *UpdateMeetingRequest) GetDisableMicrophoneOnJoin() *wrapperspb.BoolValue + func (x *UpdateMeetingRequest) GetLockMeeting() *wrapperspb.BoolValue + func (x *UpdateMeetingRequest) GetMeetingDuration() *wrapperspb.Int64Value + func (x *UpdateMeetingRequest) GetMeetingID() string + func (x *UpdateMeetingRequest) GetPassword() *wrapperspb.StringValue + func (x *UpdateMeetingRequest) GetRepeatInfo() *MeetingRepeatInfo + func (x *UpdateMeetingRequest) GetScheduledTime() *wrapperspb.Int64Value + func (x *UpdateMeetingRequest) GetTimeZone() *wrapperspb.StringValue + func (x *UpdateMeetingRequest) GetTitle() *wrapperspb.StringValue + func (x *UpdateMeetingRequest) GetUpdatingUserID() string + func (x *UpdateMeetingRequest) GetVideoMirroring() *wrapperspb.BoolValue + func (x *UpdateMeetingRequest) ProtoReflect() protoreflect.Message + func (x *UpdateMeetingRequest) Reset() + func (x *UpdateMeetingRequest) String() string + type UpdateMeetingResp struct + func (*UpdateMeetingResp) Descriptor() ([]byte, []int) + func (*UpdateMeetingResp) ProtoMessage() + func (x *UpdateMeetingResp) ProtoReflect() protoreflect.Message + func (x *UpdateMeetingResp) Reset() + func (x *UpdateMeetingResp) String() string + type UserInfo struct + Account string + FaceURL string + Nickname string + UserID string + func (*UserInfo) Descriptor() ([]byte, []int) + func (*UserInfo) ProtoMessage() + func (x *UserInfo) GetAccount() string + func (x *UserInfo) GetFaceURL() string + func (x *UserInfo) GetNickname() string + func (x *UserInfo) GetUserID() string + func (x *UserInfo) ProtoReflect() protoreflect.Message + func (x *UserInfo) Reset() + func (x *UserInfo) String() string + type UserOperationData struct + CameraOnEntry *wrapperspb.BoolValue + MicrophoneOnEntry *wrapperspb.BoolValue + UserID string + func (*UserOperationData) Descriptor() ([]byte, []int) + func (*UserOperationData) ProtoMessage() + func (x *UserOperationData) GetCameraOnEntry() *wrapperspb.BoolValue + func (x *UserOperationData) GetMicrophoneOnEntry() *wrapperspb.BoolValue + func (x *UserOperationData) GetUserID() string + func (x *UserOperationData) ProtoReflect() protoreflect.Message + func (x *UserOperationData) Reset() + func (x *UserOperationData) String() string