Versions in this module Expand all Collapse all v1 v1.0.2 Aug 25, 2024 v1.0.0 Aug 25, 2024 Changes in this version + var File_rtc_rtc_proto protoreflect.FileDescriptor + func RegisterRtcServiceServer(s *grpc.Server, srv RtcServiceServer) + type DeleteSignalRecordsReq struct + SIDs []string + func (*DeleteSignalRecordsReq) Descriptor() ([]byte, []int) + func (*DeleteSignalRecordsReq) ProtoMessage() + func (x *DeleteSignalRecordsReq) GetSIDs() []string + func (x *DeleteSignalRecordsReq) ProtoReflect() protoreflect.Message + func (x *DeleteSignalRecordsReq) Reset() + func (x *DeleteSignalRecordsReq) String() string + type DeleteSignalRecordsResp struct + func (*DeleteSignalRecordsResp) Descriptor() ([]byte, []int) + func (*DeleteSignalRecordsResp) ProtoMessage() + func (x *DeleteSignalRecordsResp) ProtoReflect() protoreflect.Message + func (x *DeleteSignalRecordsResp) Reset() + func (x *DeleteSignalRecordsResp) String() string + type FileRecord struct + FileURL string + Size string + func (*FileRecord) Descriptor() ([]byte, []int) + func (*FileRecord) ProtoMessage() + func (x *FileRecord) GetFileURL() string + func (x *FileRecord) GetSize() string + func (x *FileRecord) ProtoReflect() protoreflect.Message + func (x *FileRecord) Reset() + func (x *FileRecord) String() string + type GetJoinTokenReq struct + Identity string + MetaData *ParticipantMetaData + Room string + func (*GetJoinTokenReq) Descriptor() ([]byte, []int) + func (*GetJoinTokenReq) ProtoMessage() + func (x *GetJoinTokenReq) GetIdentity() string + func (x *GetJoinTokenReq) GetMetaData() *ParticipantMetaData + func (x *GetJoinTokenReq) GetRoom() string + func (x *GetJoinTokenReq) ProtoReflect() protoreflect.Message + func (x *GetJoinTokenReq) Reset() + func (x *GetJoinTokenReq) String() string + type GetJoinTokenResp struct + Jwt string + LiveURL string + func (*GetJoinTokenResp) Descriptor() ([]byte, []int) + func (*GetJoinTokenResp) ProtoMessage() + func (x *GetJoinTokenResp) GetJwt() string + func (x *GetJoinTokenResp) GetLiveURL() string + func (x *GetJoinTokenResp) ProtoReflect() protoreflect.Message + func (x *GetJoinTokenResp) Reset() + func (x *GetJoinTokenResp) String() string + type GetSignalInvitationInfoReq struct + RoomID string + func (*GetSignalInvitationInfoReq) Descriptor() ([]byte, []int) + func (*GetSignalInvitationInfoReq) ProtoMessage() + func (x *GetSignalInvitationInfoReq) GetRoomID() string + func (x *GetSignalInvitationInfoReq) ProtoReflect() protoreflect.Message + func (x *GetSignalInvitationInfoReq) Reset() + func (x *GetSignalInvitationInfoReq) String() string + type GetSignalInvitationInfoResp struct + InvitationInfo *InvitationInfo + OfflinePushInfo *sdkws.OfflinePushInfo + func (*GetSignalInvitationInfoResp) Descriptor() ([]byte, []int) + func (*GetSignalInvitationInfoResp) ProtoMessage() + func (x *GetSignalInvitationInfoResp) GetInvitationInfo() *InvitationInfo + func (x *GetSignalInvitationInfoResp) GetOfflinePushInfo() *sdkws.OfflinePushInfo + func (x *GetSignalInvitationInfoResp) ProtoReflect() protoreflect.Message + func (x *GetSignalInvitationInfoResp) Reset() + func (x *GetSignalInvitationInfoResp) String() string + type GetSignalInvitationInfoStartAppReq struct + UserID string + func (*GetSignalInvitationInfoStartAppReq) Descriptor() ([]byte, []int) + func (*GetSignalInvitationInfoStartAppReq) ProtoMessage() + func (x *GetSignalInvitationInfoStartAppReq) GetUserID() string + func (x *GetSignalInvitationInfoStartAppReq) ProtoReflect() protoreflect.Message + func (x *GetSignalInvitationInfoStartAppReq) Reset() + func (x *GetSignalInvitationInfoStartAppReq) String() string + type GetSignalInvitationInfoStartAppResp struct + Invitation *InvitationInfo + OfflinePushInfo *sdkws.OfflinePushInfo + func (*GetSignalInvitationInfoStartAppResp) Descriptor() ([]byte, []int) + func (*GetSignalInvitationInfoStartAppResp) ProtoMessage() + func (x *GetSignalInvitationInfoStartAppResp) GetInvitation() *InvitationInfo + func (x *GetSignalInvitationInfoStartAppResp) GetOfflinePushInfo() *sdkws.OfflinePushInfo + func (x *GetSignalInvitationInfoStartAppResp) ProtoReflect() protoreflect.Message + func (x *GetSignalInvitationInfoStartAppResp) Reset() + func (x *GetSignalInvitationInfoStartAppResp) String() string + type GetSignalInvitationRecordsReq struct + EndTime int64 + JoinedUsers []*sdkws.UserInfo + Pagination *sdkws.RequestPagination + RecvID string + SendID string + SessionType int32 + StartTime int64 + func (*GetSignalInvitationRecordsReq) Descriptor() ([]byte, []int) + func (*GetSignalInvitationRecordsReq) ProtoMessage() + func (x *GetSignalInvitationRecordsReq) GetEndTime() int64 + func (x *GetSignalInvitationRecordsReq) GetJoinedUsers() []*sdkws.UserInfo + func (x *GetSignalInvitationRecordsReq) GetPagination() *sdkws.RequestPagination + func (x *GetSignalInvitationRecordsReq) GetRecvID() string + func (x *GetSignalInvitationRecordsReq) GetSendID() string + func (x *GetSignalInvitationRecordsReq) GetSessionType() int32 + func (x *GetSignalInvitationRecordsReq) GetStartTime() int64 + func (x *GetSignalInvitationRecordsReq) ProtoReflect() protoreflect.Message + func (x *GetSignalInvitationRecordsReq) Reset() + func (x *GetSignalInvitationRecordsReq) String() string + type GetSignalInvitationRecordsResp struct + SignalRecords []*SignalRecord + Total int32 + func (*GetSignalInvitationRecordsResp) Descriptor() ([]byte, []int) + func (*GetSignalInvitationRecordsResp) ProtoMessage() + func (x *GetSignalInvitationRecordsResp) GetSignalRecords() []*SignalRecord + func (x *GetSignalInvitationRecordsResp) GetTotal() int32 + func (x *GetSignalInvitationRecordsResp) ProtoReflect() protoreflect.Message + func (x *GetSignalInvitationRecordsResp) Reset() + func (x *GetSignalInvitationRecordsResp) String() string + type InvitationInfo struct + BusyLineUserIDList []string + CustomData string + GroupID string + InitiateTime int64 + InviteeUserIDList []string + InviterUserID string + MediaType string + PlatformID int32 + RoomID string + SessionType int32 + Timeout int32 + func (*InvitationInfo) Descriptor() ([]byte, []int) + func (*InvitationInfo) ProtoMessage() + func (x *InvitationInfo) GetBusyLineUserIDList() []string + func (x *InvitationInfo) GetCustomData() string + func (x *InvitationInfo) GetGroupID() string + func (x *InvitationInfo) GetInitiateTime() int64 + func (x *InvitationInfo) GetInviteeUserIDList() []string + func (x *InvitationInfo) GetInviterUserID() string + func (x *InvitationInfo) GetMediaType() string + func (x *InvitationInfo) GetPlatformID() int32 + func (x *InvitationInfo) GetRoomID() string + func (x *InvitationInfo) GetSessionType() int32 + func (x *InvitationInfo) GetTimeout() int32 + func (x *InvitationInfo) ProtoReflect() protoreflect.Message + func (x *InvitationInfo) Reset() + func (x *InvitationInfo) String() string + type ParticipantMetaData struct + GroupInfo *sdkws.GroupInfo + GroupMemberInfo *sdkws.GroupMemberFullInfo + UserInfo *sdkws.PublicUserInfo + func (*ParticipantMetaData) Descriptor() ([]byte, []int) + func (*ParticipantMetaData) ProtoMessage() + func (x *ParticipantMetaData) GetGroupInfo() *sdkws.GroupInfo + func (x *ParticipantMetaData) GetGroupMemberInfo() *sdkws.GroupMemberFullInfo + func (x *ParticipantMetaData) GetUserInfo() *sdkws.PublicUserInfo + func (x *ParticipantMetaData) ProtoReflect() protoreflect.Message + func (x *ParticipantMetaData) Reset() + func (x *ParticipantMetaData) String() string + type RtcServiceClient interface + DeleteSignalRecords func(ctx context.Context, in *DeleteSignalRecordsReq, opts ...grpc.CallOption) (*DeleteSignalRecordsResp, error) + GetSignalInvitationInfo func(ctx context.Context, in *GetSignalInvitationInfoReq, opts ...grpc.CallOption) (*GetSignalInvitationInfoResp, error) + GetSignalInvitationInfoStartApp func(ctx context.Context, in *GetSignalInvitationInfoStartAppReq, ...) (*GetSignalInvitationInfoStartAppResp, error) + GetSignalInvitationRecords func(ctx context.Context, in *GetSignalInvitationRecordsReq, ...) (*GetSignalInvitationRecordsResp, error) + SignalGetRoomByGroupID func(ctx context.Context, in *SignalGetRoomByGroupIDReq, opts ...grpc.CallOption) (*SignalGetRoomByGroupIDResp, error) + SignalGetRooms func(ctx context.Context, in *SignalGetRoomsReq, opts ...grpc.CallOption) (*SignalGetRoomsResp, error) + SignalGetTokenByRoomID func(ctx context.Context, in *SignalGetTokenByRoomIDReq, opts ...grpc.CallOption) (*SignalGetTokenByRoomIDResp, error) + SignalMessageAssemble func(ctx context.Context, in *SignalMessageAssembleReq, opts ...grpc.CallOption) (*SignalMessageAssembleResp, error) + SignalSendCustomSignal func(ctx context.Context, in *SignalSendCustomSignalReq, opts ...grpc.CallOption) (*SignalSendCustomSignalResp, error) + func NewRtcServiceClient(cc grpc.ClientConnInterface) RtcServiceClient + type RtcServiceServer interface + DeleteSignalRecords func(context.Context, *DeleteSignalRecordsReq) (*DeleteSignalRecordsResp, error) + GetSignalInvitationInfo func(context.Context, *GetSignalInvitationInfoReq) (*GetSignalInvitationInfoResp, error) + GetSignalInvitationInfoStartApp func(context.Context, *GetSignalInvitationInfoStartAppReq) (*GetSignalInvitationInfoStartAppResp, error) + GetSignalInvitationRecords func(context.Context, *GetSignalInvitationRecordsReq) (*GetSignalInvitationRecordsResp, error) + SignalGetRoomByGroupID func(context.Context, *SignalGetRoomByGroupIDReq) (*SignalGetRoomByGroupIDResp, error) + SignalGetRooms func(context.Context, *SignalGetRoomsReq) (*SignalGetRoomsResp, error) + SignalGetTokenByRoomID func(context.Context, *SignalGetTokenByRoomIDReq) (*SignalGetTokenByRoomIDResp, error) + SignalMessageAssemble func(context.Context, *SignalMessageAssembleReq) (*SignalMessageAssembleResp, error) + SignalSendCustomSignal func(context.Context, *SignalSendCustomSignalReq) (*SignalSendCustomSignalResp, error) + type SignalAcceptReq struct + Invitation *InvitationInfo + OfflinePushInfo *sdkws.OfflinePushInfo + OpUserPlatformID int32 + Participant *ParticipantMetaData + UserID string + func (*SignalAcceptReq) Descriptor() ([]byte, []int) + func (*SignalAcceptReq) ProtoMessage() + func (x *SignalAcceptReq) GetInvitation() *InvitationInfo + func (x *SignalAcceptReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo + func (x *SignalAcceptReq) GetOpUserPlatformID() int32 + func (x *SignalAcceptReq) GetParticipant() *ParticipantMetaData + func (x *SignalAcceptReq) GetUserID() string + func (x *SignalAcceptReq) ProtoReflect() protoreflect.Message + func (x *SignalAcceptReq) Reset() + func (x *SignalAcceptReq) String() string + type SignalAcceptResp struct + LiveURL string + RoomID string + Token string + func (*SignalAcceptResp) Descriptor() ([]byte, []int) + func (*SignalAcceptResp) ProtoMessage() + func (x *SignalAcceptResp) GetLiveURL() string + func (x *SignalAcceptResp) GetRoomID() string + func (x *SignalAcceptResp) GetToken() string + func (x *SignalAcceptResp) ProtoReflect() protoreflect.Message + func (x *SignalAcceptResp) Reset() + func (x *SignalAcceptResp) String() string + type SignalCancelReq struct + Invitation *InvitationInfo + OfflinePushInfo *sdkws.OfflinePushInfo + Participant *ParticipantMetaData + UserID string + func (*SignalCancelReq) Descriptor() ([]byte, []int) + func (*SignalCancelReq) ProtoMessage() + func (x *SignalCancelReq) GetInvitation() *InvitationInfo + func (x *SignalCancelReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo + func (x *SignalCancelReq) GetParticipant() *ParticipantMetaData + func (x *SignalCancelReq) GetUserID() string + func (x *SignalCancelReq) ProtoReflect() protoreflect.Message + func (x *SignalCancelReq) Reset() + func (x *SignalCancelReq) String() string + type SignalCancelResp struct + func (*SignalCancelResp) Descriptor() ([]byte, []int) + func (*SignalCancelResp) ProtoMessage() + func (x *SignalCancelResp) ProtoReflect() protoreflect.Message + func (x *SignalCancelResp) Reset() + func (x *SignalCancelResp) String() string + type SignalGetRoomByGroupIDReq struct + GroupID string + func (*SignalGetRoomByGroupIDReq) Descriptor() ([]byte, []int) + func (*SignalGetRoomByGroupIDReq) ProtoMessage() + func (x *SignalGetRoomByGroupIDReq) GetGroupID() string + func (x *SignalGetRoomByGroupIDReq) ProtoReflect() protoreflect.Message + func (x *SignalGetRoomByGroupIDReq) Reset() + func (x *SignalGetRoomByGroupIDReq) String() string + type SignalGetRoomByGroupIDResp struct + Invitation *InvitationInfo + Participant []*ParticipantMetaData + RoomID string + func (*SignalGetRoomByGroupIDResp) Descriptor() ([]byte, []int) + func (*SignalGetRoomByGroupIDResp) ProtoMessage() + func (x *SignalGetRoomByGroupIDResp) GetInvitation() *InvitationInfo + func (x *SignalGetRoomByGroupIDResp) GetParticipant() []*ParticipantMetaData + func (x *SignalGetRoomByGroupIDResp) GetRoomID() string + func (x *SignalGetRoomByGroupIDResp) ProtoReflect() protoreflect.Message + func (x *SignalGetRoomByGroupIDResp) Reset() + func (x *SignalGetRoomByGroupIDResp) String() string + type SignalGetRoomsReq struct + RoomIDs []string + func (*SignalGetRoomsReq) Descriptor() ([]byte, []int) + func (*SignalGetRoomsReq) ProtoMessage() + func (x *SignalGetRoomsReq) GetRoomIDs() []string + func (x *SignalGetRoomsReq) ProtoReflect() protoreflect.Message + func (x *SignalGetRoomsReq) Reset() + func (x *SignalGetRoomsReq) String() string + type SignalGetRoomsResp struct + RoomList []*SignalGetRoomByGroupIDResp + func (*SignalGetRoomsResp) Descriptor() ([]byte, []int) + func (*SignalGetRoomsResp) ProtoMessage() + func (x *SignalGetRoomsResp) GetRoomList() []*SignalGetRoomByGroupIDResp + func (x *SignalGetRoomsResp) ProtoReflect() protoreflect.Message + func (x *SignalGetRoomsResp) Reset() + func (x *SignalGetRoomsResp) String() string + type SignalGetTokenByRoomIDReq struct + Participant *ParticipantMetaData + RoomID string + UserID string + func (*SignalGetTokenByRoomIDReq) Descriptor() ([]byte, []int) + func (*SignalGetTokenByRoomIDReq) ProtoMessage() + func (x *SignalGetTokenByRoomIDReq) GetParticipant() *ParticipantMetaData + func (x *SignalGetTokenByRoomIDReq) GetRoomID() string + func (x *SignalGetTokenByRoomIDReq) GetUserID() string + func (x *SignalGetTokenByRoomIDReq) ProtoReflect() protoreflect.Message + func (x *SignalGetTokenByRoomIDReq) Reset() + func (x *SignalGetTokenByRoomIDReq) String() string + type SignalGetTokenByRoomIDResp struct + LiveURL string + Token string + func (*SignalGetTokenByRoomIDResp) Descriptor() ([]byte, []int) + func (*SignalGetTokenByRoomIDResp) ProtoMessage() + func (x *SignalGetTokenByRoomIDResp) GetLiveURL() string + func (x *SignalGetTokenByRoomIDResp) GetToken() string + func (x *SignalGetTokenByRoomIDResp) ProtoReflect() protoreflect.Message + func (x *SignalGetTokenByRoomIDResp) Reset() + func (x *SignalGetTokenByRoomIDResp) String() string + type SignalHungUpReq struct + Invitation *InvitationInfo + OfflinePushInfo *sdkws.OfflinePushInfo + UserID string + func (*SignalHungUpReq) Descriptor() ([]byte, []int) + func (*SignalHungUpReq) ProtoMessage() + func (x *SignalHungUpReq) GetInvitation() *InvitationInfo + func (x *SignalHungUpReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo + func (x *SignalHungUpReq) GetUserID() string + func (x *SignalHungUpReq) ProtoReflect() protoreflect.Message + func (x *SignalHungUpReq) Reset() + func (x *SignalHungUpReq) String() string + type SignalHungUpResp struct + func (*SignalHungUpResp) Descriptor() ([]byte, []int) + func (*SignalHungUpResp) ProtoMessage() + func (x *SignalHungUpResp) ProtoReflect() protoreflect.Message + func (x *SignalHungUpResp) Reset() + func (x *SignalHungUpResp) String() string + type SignalInviteInGroupReq struct + Invitation *InvitationInfo + OfflinePushInfo *sdkws.OfflinePushInfo + Participant *ParticipantMetaData + UserID string + func (*SignalInviteInGroupReq) Descriptor() ([]byte, []int) + func (*SignalInviteInGroupReq) ProtoMessage() + func (x *SignalInviteInGroupReq) GetInvitation() *InvitationInfo + func (x *SignalInviteInGroupReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo + func (x *SignalInviteInGroupReq) GetParticipant() *ParticipantMetaData + func (x *SignalInviteInGroupReq) GetUserID() string + func (x *SignalInviteInGroupReq) ProtoReflect() protoreflect.Message + func (x *SignalInviteInGroupReq) Reset() + func (x *SignalInviteInGroupReq) String() string + type SignalInviteInGroupResp struct + BusyLineUserIDList []string + LiveURL string + RoomID string + Token string + func (*SignalInviteInGroupResp) Descriptor() ([]byte, []int) + func (*SignalInviteInGroupResp) ProtoMessage() + func (x *SignalInviteInGroupResp) GetBusyLineUserIDList() []string + func (x *SignalInviteInGroupResp) GetLiveURL() string + func (x *SignalInviteInGroupResp) GetRoomID() string + func (x *SignalInviteInGroupResp) GetToken() string + func (x *SignalInviteInGroupResp) ProtoReflect() protoreflect.Message + func (x *SignalInviteInGroupResp) Reset() + func (x *SignalInviteInGroupResp) String() string + type SignalInviteReq struct + Invitation *InvitationInfo + OfflinePushInfo *sdkws.OfflinePushInfo + Participant *ParticipantMetaData + UserID string + func (*SignalInviteReq) Descriptor() ([]byte, []int) + func (*SignalInviteReq) ProtoMessage() + func (x *SignalInviteReq) GetInvitation() *InvitationInfo + func (x *SignalInviteReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo + func (x *SignalInviteReq) GetParticipant() *ParticipantMetaData + func (x *SignalInviteReq) GetUserID() string + func (x *SignalInviteReq) ProtoReflect() protoreflect.Message + func (x *SignalInviteReq) Reset() + func (x *SignalInviteReq) String() string + type SignalInviteResp struct + BusyLineUserIDList []string + LiveURL string + RoomID string + Token string + func (*SignalInviteResp) Descriptor() ([]byte, []int) + func (*SignalInviteResp) ProtoMessage() + func (x *SignalInviteResp) GetBusyLineUserIDList() []string + func (x *SignalInviteResp) GetLiveURL() string + func (x *SignalInviteResp) GetRoomID() string + func (x *SignalInviteResp) GetToken() string + func (x *SignalInviteResp) ProtoReflect() protoreflect.Message + func (x *SignalInviteResp) Reset() + func (x *SignalInviteResp) String() string + type SignalMessageAssembleReq struct + SignalReq *SignalReq + func (*SignalMessageAssembleReq) Descriptor() ([]byte, []int) + func (*SignalMessageAssembleReq) ProtoMessage() + func (x *SignalMessageAssembleReq) GetSignalReq() *SignalReq + func (x *SignalMessageAssembleReq) ProtoReflect() protoreflect.Message + func (x *SignalMessageAssembleReq) Reset() + func (x *SignalMessageAssembleReq) String() string + type SignalMessageAssembleResp struct + SignalResp *SignalResp + func (*SignalMessageAssembleResp) Descriptor() ([]byte, []int) + func (*SignalMessageAssembleResp) ProtoMessage() + func (x *SignalMessageAssembleResp) GetSignalResp() *SignalResp + func (x *SignalMessageAssembleResp) ProtoReflect() protoreflect.Message + func (x *SignalMessageAssembleResp) Reset() + func (x *SignalMessageAssembleResp) String() string + type SignalOnRoomParticipantConnectedReq struct + GroupID string + Invitation *InvitationInfo + Participant []*ParticipantMetaData + func (*SignalOnRoomParticipantConnectedReq) Descriptor() ([]byte, []int) + func (*SignalOnRoomParticipantConnectedReq) ProtoMessage() + func (x *SignalOnRoomParticipantConnectedReq) GetGroupID() string + func (x *SignalOnRoomParticipantConnectedReq) GetInvitation() *InvitationInfo + func (x *SignalOnRoomParticipantConnectedReq) GetParticipant() []*ParticipantMetaData + func (x *SignalOnRoomParticipantConnectedReq) ProtoReflect() protoreflect.Message + func (x *SignalOnRoomParticipantConnectedReq) Reset() + func (x *SignalOnRoomParticipantConnectedReq) String() string + type SignalOnRoomParticipantDisconnectedReq struct + GroupID string + Invitation *InvitationInfo + Participant []*ParticipantMetaData + func (*SignalOnRoomParticipantDisconnectedReq) Descriptor() ([]byte, []int) + func (*SignalOnRoomParticipantDisconnectedReq) ProtoMessage() + func (x *SignalOnRoomParticipantDisconnectedReq) GetGroupID() string + func (x *SignalOnRoomParticipantDisconnectedReq) GetInvitation() *InvitationInfo + func (x *SignalOnRoomParticipantDisconnectedReq) GetParticipant() []*ParticipantMetaData + func (x *SignalOnRoomParticipantDisconnectedReq) ProtoReflect() protoreflect.Message + func (x *SignalOnRoomParticipantDisconnectedReq) Reset() + func (x *SignalOnRoomParticipantDisconnectedReq) String() string + type SignalOnStreamChangeReq struct + Mute bool + RoomID string + StreamType string + func (*SignalOnStreamChangeReq) Descriptor() ([]byte, []int) + func (*SignalOnStreamChangeReq) ProtoMessage() + func (x *SignalOnStreamChangeReq) GetMute() bool + func (x *SignalOnStreamChangeReq) GetRoomID() string + func (x *SignalOnStreamChangeReq) GetStreamType() string + func (x *SignalOnStreamChangeReq) ProtoReflect() protoreflect.Message + func (x *SignalOnStreamChangeReq) Reset() + func (x *SignalOnStreamChangeReq) String() string + type SignalRecord struct + CreateTime int64 + EndTime int64 + FileName string + FileURL string + GroupID string + GroupName string + InviterUserID string + InviterUserNickname string + InviterUsers []*SignalUser + MediaType string + RoomID string + SID string + SessionType int32 + Size string + func (*SignalRecord) Descriptor() ([]byte, []int) + func (*SignalRecord) ProtoMessage() + func (x *SignalRecord) GetCreateTime() int64 + func (x *SignalRecord) GetEndTime() int64 + func (x *SignalRecord) GetFileName() string + func (x *SignalRecord) GetFileURL() string + func (x *SignalRecord) GetGroupID() string + func (x *SignalRecord) GetGroupName() string + func (x *SignalRecord) GetInviterUserID() string + func (x *SignalRecord) GetInviterUserNickname() string + func (x *SignalRecord) GetInviterUsers() []*SignalUser + func (x *SignalRecord) GetMediaType() string + func (x *SignalRecord) GetRoomID() string + func (x *SignalRecord) GetSID() string + func (x *SignalRecord) GetSessionType() int32 + func (x *SignalRecord) GetSize() string + func (x *SignalRecord) ProtoReflect() protoreflect.Message + func (x *SignalRecord) Reset() + func (x *SignalRecord) String() string + type SignalRejectReq struct + Invitation *InvitationInfo + OfflinePushInfo *sdkws.OfflinePushInfo + OpUserPlatformID int32 + Participant *ParticipantMetaData + UserID string + func (*SignalRejectReq) Descriptor() ([]byte, []int) + func (*SignalRejectReq) ProtoMessage() + func (x *SignalRejectReq) GetInvitation() *InvitationInfo + func (x *SignalRejectReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo + func (x *SignalRejectReq) GetOpUserPlatformID() int32 + func (x *SignalRejectReq) GetParticipant() *ParticipantMetaData + func (x *SignalRejectReq) GetUserID() string + func (x *SignalRejectReq) ProtoReflect() protoreflect.Message + func (x *SignalRejectReq) Reset() + func (x *SignalRejectReq) String() string + type SignalRejectResp struct + func (*SignalRejectResp) Descriptor() ([]byte, []int) + func (*SignalRejectResp) ProtoMessage() + func (x *SignalRejectResp) ProtoReflect() protoreflect.Message + func (x *SignalRejectResp) Reset() + func (x *SignalRejectResp) String() string + type SignalReq struct + Payload isSignalReq_Payload + func (*SignalReq) Descriptor() ([]byte, []int) + func (*SignalReq) ProtoMessage() + func (m *SignalReq) GetPayload() isSignalReq_Payload + func (x *SignalReq) GetAccept() *SignalAcceptReq + func (x *SignalReq) GetCancel() *SignalCancelReq + func (x *SignalReq) GetGetTokenByRoomID() *SignalGetTokenByRoomIDReq + func (x *SignalReq) GetHungUp() *SignalHungUpReq + func (x *SignalReq) GetInvite() *SignalInviteReq + func (x *SignalReq) GetInviteInGroup() *SignalInviteInGroupReq + func (x *SignalReq) GetReject() *SignalRejectReq + func (x *SignalReq) ProtoReflect() protoreflect.Message + func (x *SignalReq) Reset() + func (x *SignalReq) String() string + type SignalReq_Accept struct + Accept *SignalAcceptReq + type SignalReq_Cancel struct + Cancel *SignalCancelReq + type SignalReq_GetTokenByRoomID struct + GetTokenByRoomID *SignalGetTokenByRoomIDReq + type SignalReq_HungUp struct + HungUp *SignalHungUpReq + type SignalReq_Invite struct + Invite *SignalInviteReq + type SignalReq_InviteInGroup struct + InviteInGroup *SignalInviteInGroupReq + type SignalReq_Reject struct + Reject *SignalRejectReq + type SignalResp struct + Payload isSignalResp_Payload + func (*SignalResp) Descriptor() ([]byte, []int) + func (*SignalResp) ProtoMessage() + func (m *SignalResp) GetPayload() isSignalResp_Payload + func (x *SignalResp) GetAccept() *SignalAcceptResp + func (x *SignalResp) GetCancel() *SignalCancelResp + func (x *SignalResp) GetGetTokenByRoomID() *SignalGetTokenByRoomIDResp + func (x *SignalResp) GetHungUp() *SignalHungUpResp + func (x *SignalResp) GetInvite() *SignalInviteResp + func (x *SignalResp) GetInviteInGroup() *SignalInviteInGroupResp + func (x *SignalResp) GetReject() *SignalRejectResp + func (x *SignalResp) ProtoReflect() protoreflect.Message + func (x *SignalResp) Reset() + func (x *SignalResp) String() string + type SignalResp_Accept struct + Accept *SignalAcceptResp + type SignalResp_Cancel struct + Cancel *SignalCancelResp + type SignalResp_GetTokenByRoomID struct + GetTokenByRoomID *SignalGetTokenByRoomIDResp + type SignalResp_HungUp struct + HungUp *SignalHungUpResp + type SignalResp_Invite struct + Invite *SignalInviteResp + type SignalResp_InviteInGroup struct + InviteInGroup *SignalInviteInGroupResp + type SignalResp_Reject struct + Reject *SignalRejectResp + type SignalSendCustomSignalReq struct + CustomInfo string + RoomID string + func (*SignalSendCustomSignalReq) Descriptor() ([]byte, []int) + func (*SignalSendCustomSignalReq) ProtoMessage() + func (x *SignalSendCustomSignalReq) GetCustomInfo() string + func (x *SignalSendCustomSignalReq) GetRoomID() string + func (x *SignalSendCustomSignalReq) ProtoReflect() protoreflect.Message + func (x *SignalSendCustomSignalReq) Reset() + func (x *SignalSendCustomSignalReq) String() string + type SignalSendCustomSignalResp struct + func (*SignalSendCustomSignalResp) Descriptor() ([]byte, []int) + func (*SignalSendCustomSignalResp) ProtoMessage() + func (x *SignalSendCustomSignalResp) ProtoReflect() protoreflect.Message + func (x *SignalSendCustomSignalResp) Reset() + func (x *SignalSendCustomSignalResp) String() string + type SignalUser struct + Nickname string + Status int32 + UserID string + func (*SignalUser) Descriptor() ([]byte, []int) + func (*SignalUser) ProtoMessage() + func (x *SignalUser) GetNickname() string + func (x *SignalUser) GetStatus() int32 + func (x *SignalUser) GetUserID() string + func (x *SignalUser) ProtoReflect() protoreflect.Message + func (x *SignalUser) Reset() + func (x *SignalUser) String() string + type UnimplementedRtcServiceServer struct + func (*UnimplementedRtcServiceServer) DeleteSignalRecords(context.Context, *DeleteSignalRecordsReq) (*DeleteSignalRecordsResp, error) + func (*UnimplementedRtcServiceServer) GetSignalInvitationInfo(context.Context, *GetSignalInvitationInfoReq) (*GetSignalInvitationInfoResp, error) + func (*UnimplementedRtcServiceServer) GetSignalInvitationInfoStartApp(context.Context, *GetSignalInvitationInfoStartAppReq) (*GetSignalInvitationInfoStartAppResp, error) + func (*UnimplementedRtcServiceServer) GetSignalInvitationRecords(context.Context, *GetSignalInvitationRecordsReq) (*GetSignalInvitationRecordsResp, error) + func (*UnimplementedRtcServiceServer) SignalGetRoomByGroupID(context.Context, *SignalGetRoomByGroupIDReq) (*SignalGetRoomByGroupIDResp, error) + func (*UnimplementedRtcServiceServer) SignalGetRooms(context.Context, *SignalGetRoomsReq) (*SignalGetRoomsResp, error) + func (*UnimplementedRtcServiceServer) SignalGetTokenByRoomID(context.Context, *SignalGetTokenByRoomIDReq) (*SignalGetTokenByRoomIDResp, error) + func (*UnimplementedRtcServiceServer) SignalMessageAssemble(context.Context, *SignalMessageAssembleReq) (*SignalMessageAssembleResp, error) + func (*UnimplementedRtcServiceServer) SignalSendCustomSignal(context.Context, *SignalSendCustomSignalReq) (*SignalSendCustomSignalResp, error)