Documentation ¶
Index ¶
- Variables
- func RegisterRtcServiceServer(s *grpc.Server, srv RtcServiceServer)
- type DeleteSignalRecordsReq
- func (*DeleteSignalRecordsReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSignalRecordsReq) GetSIDs() []string
- func (*DeleteSignalRecordsReq) ProtoMessage()
- func (x *DeleteSignalRecordsReq) ProtoReflect() protoreflect.Message
- func (x *DeleteSignalRecordsReq) Reset()
- func (x *DeleteSignalRecordsReq) String() string
- type DeleteSignalRecordsResp
- type FileRecord
- type GetJoinTokenReq
- func (*GetJoinTokenReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetJoinTokenReq) GetIdentity() string
- func (x *GetJoinTokenReq) GetMetaData() *ParticipantMetaData
- func (x *GetJoinTokenReq) GetRoom() string
- func (*GetJoinTokenReq) ProtoMessage()
- func (x *GetJoinTokenReq) ProtoReflect() protoreflect.Message
- func (x *GetJoinTokenReq) Reset()
- func (x *GetJoinTokenReq) String() string
- type GetJoinTokenResp
- func (*GetJoinTokenResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetJoinTokenResp) GetJwt() string
- func (x *GetJoinTokenResp) GetLiveURL() string
- func (*GetJoinTokenResp) ProtoMessage()
- func (x *GetJoinTokenResp) ProtoReflect() protoreflect.Message
- func (x *GetJoinTokenResp) Reset()
- func (x *GetJoinTokenResp) String() string
- type GetSignalInvitationInfoReq
- func (*GetSignalInvitationInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetSignalInvitationInfoReq) GetRoomID() string
- func (*GetSignalInvitationInfoReq) ProtoMessage()
- func (x *GetSignalInvitationInfoReq) ProtoReflect() protoreflect.Message
- func (x *GetSignalInvitationInfoReq) Reset()
- func (x *GetSignalInvitationInfoReq) String() string
- type GetSignalInvitationInfoResp
- func (*GetSignalInvitationInfoResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetSignalInvitationInfoResp) GetInvitationInfo() *InvitationInfo
- func (x *GetSignalInvitationInfoResp) GetOfflinePushInfo() *sdkws.OfflinePushInfo
- func (*GetSignalInvitationInfoResp) ProtoMessage()
- func (x *GetSignalInvitationInfoResp) ProtoReflect() protoreflect.Message
- func (x *GetSignalInvitationInfoResp) Reset()
- func (x *GetSignalInvitationInfoResp) String() string
- type GetSignalInvitationInfoStartAppReq
- func (*GetSignalInvitationInfoStartAppReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetSignalInvitationInfoStartAppReq) GetUserID() string
- func (*GetSignalInvitationInfoStartAppReq) ProtoMessage()
- func (x *GetSignalInvitationInfoStartAppReq) ProtoReflect() protoreflect.Message
- func (x *GetSignalInvitationInfoStartAppReq) Reset()
- func (x *GetSignalInvitationInfoStartAppReq) String() string
- type GetSignalInvitationInfoStartAppResp
- func (*GetSignalInvitationInfoStartAppResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetSignalInvitationInfoStartAppResp) GetInvitation() *InvitationInfo
- func (x *GetSignalInvitationInfoStartAppResp) GetOfflinePushInfo() *sdkws.OfflinePushInfo
- func (*GetSignalInvitationInfoStartAppResp) ProtoMessage()
- func (x *GetSignalInvitationInfoStartAppResp) ProtoReflect() protoreflect.Message
- func (x *GetSignalInvitationInfoStartAppResp) Reset()
- func (x *GetSignalInvitationInfoStartAppResp) String() string
- type GetSignalInvitationRecordsReq
- func (*GetSignalInvitationRecordsReq) Descriptor() ([]byte, []int)deprecated
- 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 (*GetSignalInvitationRecordsReq) ProtoMessage()
- func (x *GetSignalInvitationRecordsReq) ProtoReflect() protoreflect.Message
- func (x *GetSignalInvitationRecordsReq) Reset()
- func (x *GetSignalInvitationRecordsReq) String() string
- type GetSignalInvitationRecordsResp
- func (*GetSignalInvitationRecordsResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetSignalInvitationRecordsResp) GetSignalRecords() []*SignalRecord
- func (x *GetSignalInvitationRecordsResp) GetTotal() int32
- func (*GetSignalInvitationRecordsResp) ProtoMessage()
- func (x *GetSignalInvitationRecordsResp) ProtoReflect() protoreflect.Message
- func (x *GetSignalInvitationRecordsResp) Reset()
- func (x *GetSignalInvitationRecordsResp) String() string
- type InvitationInfo
- func (*InvitationInfo) Descriptor() ([]byte, []int)deprecated
- 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 (*InvitationInfo) ProtoMessage()
- func (x *InvitationInfo) ProtoReflect() protoreflect.Message
- func (x *InvitationInfo) Reset()
- func (x *InvitationInfo) String() string
- type ParticipantMetaData
- func (*ParticipantMetaData) Descriptor() ([]byte, []int)deprecated
- func (x *ParticipantMetaData) GetGroupInfo() *sdkws.GroupInfo
- func (x *ParticipantMetaData) GetGroupMemberInfo() *sdkws.GroupMemberFullInfo
- func (x *ParticipantMetaData) GetUserInfo() *sdkws.PublicUserInfo
- func (*ParticipantMetaData) ProtoMessage()
- func (x *ParticipantMetaData) ProtoReflect() protoreflect.Message
- func (x *ParticipantMetaData) Reset()
- func (x *ParticipantMetaData) String() string
- type RtcServiceClient
- type RtcServiceServer
- type SignalAcceptReq
- func (*SignalAcceptReq) Descriptor() ([]byte, []int)deprecated
- 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 (*SignalAcceptReq) ProtoMessage()
- func (x *SignalAcceptReq) ProtoReflect() protoreflect.Message
- func (x *SignalAcceptReq) Reset()
- func (x *SignalAcceptReq) String() string
- type SignalAcceptResp
- func (*SignalAcceptResp) Descriptor() ([]byte, []int)deprecated
- func (x *SignalAcceptResp) GetLiveURL() string
- func (x *SignalAcceptResp) GetRoomID() string
- func (x *SignalAcceptResp) GetToken() string
- func (*SignalAcceptResp) ProtoMessage()
- func (x *SignalAcceptResp) ProtoReflect() protoreflect.Message
- func (x *SignalAcceptResp) Reset()
- func (x *SignalAcceptResp) String() string
- type SignalCancelReq
- func (*SignalCancelReq) Descriptor() ([]byte, []int)deprecated
- func (x *SignalCancelReq) GetInvitation() *InvitationInfo
- func (x *SignalCancelReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo
- func (x *SignalCancelReq) GetParticipant() *ParticipantMetaData
- func (x *SignalCancelReq) GetUserID() string
- func (*SignalCancelReq) ProtoMessage()
- func (x *SignalCancelReq) ProtoReflect() protoreflect.Message
- func (x *SignalCancelReq) Reset()
- func (x *SignalCancelReq) String() string
- type SignalCancelResp
- type SignalGetRoomByGroupIDReq
- func (*SignalGetRoomByGroupIDReq) Descriptor() ([]byte, []int)deprecated
- func (x *SignalGetRoomByGroupIDReq) GetGroupID() string
- func (*SignalGetRoomByGroupIDReq) ProtoMessage()
- func (x *SignalGetRoomByGroupIDReq) ProtoReflect() protoreflect.Message
- func (x *SignalGetRoomByGroupIDReq) Reset()
- func (x *SignalGetRoomByGroupIDReq) String() string
- type SignalGetRoomByGroupIDResp
- func (*SignalGetRoomByGroupIDResp) Descriptor() ([]byte, []int)deprecated
- func (x *SignalGetRoomByGroupIDResp) GetInvitation() *InvitationInfo
- func (x *SignalGetRoomByGroupIDResp) GetParticipant() []*ParticipantMetaData
- func (x *SignalGetRoomByGroupIDResp) GetRoomID() string
- func (*SignalGetRoomByGroupIDResp) ProtoMessage()
- func (x *SignalGetRoomByGroupIDResp) ProtoReflect() protoreflect.Message
- func (x *SignalGetRoomByGroupIDResp) Reset()
- func (x *SignalGetRoomByGroupIDResp) String() string
- type SignalGetRoomsReq
- type SignalGetRoomsResp
- func (*SignalGetRoomsResp) Descriptor() ([]byte, []int)deprecated
- func (x *SignalGetRoomsResp) GetRoomList() []*SignalGetRoomByGroupIDResp
- func (*SignalGetRoomsResp) ProtoMessage()
- func (x *SignalGetRoomsResp) ProtoReflect() protoreflect.Message
- func (x *SignalGetRoomsResp) Reset()
- func (x *SignalGetRoomsResp) String() string
- type SignalGetTokenByRoomIDReq
- func (*SignalGetTokenByRoomIDReq) Descriptor() ([]byte, []int)deprecated
- func (x *SignalGetTokenByRoomIDReq) GetParticipant() *ParticipantMetaData
- func (x *SignalGetTokenByRoomIDReq) GetRoomID() string
- func (x *SignalGetTokenByRoomIDReq) GetUserID() string
- func (*SignalGetTokenByRoomIDReq) ProtoMessage()
- func (x *SignalGetTokenByRoomIDReq) ProtoReflect() protoreflect.Message
- func (x *SignalGetTokenByRoomIDReq) Reset()
- func (x *SignalGetTokenByRoomIDReq) String() string
- type SignalGetTokenByRoomIDResp
- func (*SignalGetTokenByRoomIDResp) Descriptor() ([]byte, []int)deprecated
- func (x *SignalGetTokenByRoomIDResp) GetLiveURL() string
- func (x *SignalGetTokenByRoomIDResp) GetToken() string
- func (*SignalGetTokenByRoomIDResp) ProtoMessage()
- func (x *SignalGetTokenByRoomIDResp) ProtoReflect() protoreflect.Message
- func (x *SignalGetTokenByRoomIDResp) Reset()
- func (x *SignalGetTokenByRoomIDResp) String() string
- type SignalHungUpReq
- func (*SignalHungUpReq) Descriptor() ([]byte, []int)deprecated
- func (x *SignalHungUpReq) GetInvitation() *InvitationInfo
- func (x *SignalHungUpReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo
- func (x *SignalHungUpReq) GetUserID() string
- func (*SignalHungUpReq) ProtoMessage()
- func (x *SignalHungUpReq) ProtoReflect() protoreflect.Message
- func (x *SignalHungUpReq) Reset()
- func (x *SignalHungUpReq) String() string
- type SignalHungUpResp
- type SignalInviteInGroupReq
- func (*SignalInviteInGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *SignalInviteInGroupReq) GetInvitation() *InvitationInfo
- func (x *SignalInviteInGroupReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo
- func (x *SignalInviteInGroupReq) GetParticipant() *ParticipantMetaData
- func (x *SignalInviteInGroupReq) GetUserID() string
- func (*SignalInviteInGroupReq) ProtoMessage()
- func (x *SignalInviteInGroupReq) ProtoReflect() protoreflect.Message
- func (x *SignalInviteInGroupReq) Reset()
- func (x *SignalInviteInGroupReq) String() string
- type SignalInviteInGroupResp
- func (*SignalInviteInGroupResp) Descriptor() ([]byte, []int)deprecated
- func (x *SignalInviteInGroupResp) GetBusyLineUserIDList() []string
- func (x *SignalInviteInGroupResp) GetLiveURL() string
- func (x *SignalInviteInGroupResp) GetRoomID() string
- func (x *SignalInviteInGroupResp) GetToken() string
- func (*SignalInviteInGroupResp) ProtoMessage()
- func (x *SignalInviteInGroupResp) ProtoReflect() protoreflect.Message
- func (x *SignalInviteInGroupResp) Reset()
- func (x *SignalInviteInGroupResp) String() string
- type SignalInviteReq
- func (*SignalInviteReq) Descriptor() ([]byte, []int)deprecated
- func (x *SignalInviteReq) GetInvitation() *InvitationInfo
- func (x *SignalInviteReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo
- func (x *SignalInviteReq) GetParticipant() *ParticipantMetaData
- func (x *SignalInviteReq) GetUserID() string
- func (*SignalInviteReq) ProtoMessage()
- func (x *SignalInviteReq) ProtoReflect() protoreflect.Message
- func (x *SignalInviteReq) Reset()
- func (x *SignalInviteReq) String() string
- type SignalInviteResp
- func (*SignalInviteResp) Descriptor() ([]byte, []int)deprecated
- func (x *SignalInviteResp) GetBusyLineUserIDList() []string
- func (x *SignalInviteResp) GetLiveURL() string
- func (x *SignalInviteResp) GetRoomID() string
- func (x *SignalInviteResp) GetToken() string
- func (*SignalInviteResp) ProtoMessage()
- func (x *SignalInviteResp) ProtoReflect() protoreflect.Message
- func (x *SignalInviteResp) Reset()
- func (x *SignalInviteResp) String() string
- type SignalMessageAssembleReq
- func (*SignalMessageAssembleReq) Descriptor() ([]byte, []int)deprecated
- func (x *SignalMessageAssembleReq) GetSignalReq() *SignalReq
- func (*SignalMessageAssembleReq) ProtoMessage()
- func (x *SignalMessageAssembleReq) ProtoReflect() protoreflect.Message
- func (x *SignalMessageAssembleReq) Reset()
- func (x *SignalMessageAssembleReq) String() string
- type SignalMessageAssembleResp
- func (*SignalMessageAssembleResp) Descriptor() ([]byte, []int)deprecated
- func (x *SignalMessageAssembleResp) GetSignalResp() *SignalResp
- func (*SignalMessageAssembleResp) ProtoMessage()
- func (x *SignalMessageAssembleResp) ProtoReflect() protoreflect.Message
- func (x *SignalMessageAssembleResp) Reset()
- func (x *SignalMessageAssembleResp) String() string
- type SignalOnRoomParticipantConnectedReq
- func (*SignalOnRoomParticipantConnectedReq) Descriptor() ([]byte, []int)deprecated
- func (x *SignalOnRoomParticipantConnectedReq) GetGroupID() string
- func (x *SignalOnRoomParticipantConnectedReq) GetInvitation() *InvitationInfo
- func (x *SignalOnRoomParticipantConnectedReq) GetParticipant() []*ParticipantMetaData
- func (*SignalOnRoomParticipantConnectedReq) ProtoMessage()
- func (x *SignalOnRoomParticipantConnectedReq) ProtoReflect() protoreflect.Message
- func (x *SignalOnRoomParticipantConnectedReq) Reset()
- func (x *SignalOnRoomParticipantConnectedReq) String() string
- type SignalOnRoomParticipantDisconnectedReq
- func (*SignalOnRoomParticipantDisconnectedReq) Descriptor() ([]byte, []int)deprecated
- func (x *SignalOnRoomParticipantDisconnectedReq) GetGroupID() string
- func (x *SignalOnRoomParticipantDisconnectedReq) GetInvitation() *InvitationInfo
- func (x *SignalOnRoomParticipantDisconnectedReq) GetParticipant() []*ParticipantMetaData
- func (*SignalOnRoomParticipantDisconnectedReq) ProtoMessage()
- func (x *SignalOnRoomParticipantDisconnectedReq) ProtoReflect() protoreflect.Message
- func (x *SignalOnRoomParticipantDisconnectedReq) Reset()
- func (x *SignalOnRoomParticipantDisconnectedReq) String() string
- type SignalOnStreamChangeReq
- func (*SignalOnStreamChangeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SignalOnStreamChangeReq) GetMute() bool
- func (x *SignalOnStreamChangeReq) GetRoomID() string
- func (x *SignalOnStreamChangeReq) GetStreamType() string
- func (*SignalOnStreamChangeReq) ProtoMessage()
- func (x *SignalOnStreamChangeReq) ProtoReflect() protoreflect.Message
- func (x *SignalOnStreamChangeReq) Reset()
- func (x *SignalOnStreamChangeReq) String() string
- type SignalRecord
- func (*SignalRecord) Descriptor() ([]byte, []int)deprecated
- 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 (*SignalRecord) ProtoMessage()
- func (x *SignalRecord) ProtoReflect() protoreflect.Message
- func (x *SignalRecord) Reset()
- func (x *SignalRecord) String() string
- type SignalRejectReq
- func (*SignalRejectReq) Descriptor() ([]byte, []int)deprecated
- 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 (*SignalRejectReq) ProtoMessage()
- func (x *SignalRejectReq) ProtoReflect() protoreflect.Message
- func (x *SignalRejectReq) Reset()
- func (x *SignalRejectReq) String() string
- type SignalRejectResp
- type SignalReq
- func (*SignalReq) Descriptor() ([]byte, []int)deprecated
- 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 (m *SignalReq) GetPayload() isSignalReq_Payload
- func (x *SignalReq) GetReject() *SignalRejectReq
- func (*SignalReq) ProtoMessage()
- func (x *SignalReq) ProtoReflect() protoreflect.Message
- func (x *SignalReq) Reset()
- func (x *SignalReq) String() string
- type SignalReq_Accept
- type SignalReq_Cancel
- type SignalReq_GetTokenByRoomID
- type SignalReq_HungUp
- type SignalReq_Invite
- type SignalReq_InviteInGroup
- type SignalReq_Reject
- type SignalResp
- func (*SignalResp) Descriptor() ([]byte, []int)deprecated
- 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 (m *SignalResp) GetPayload() isSignalResp_Payload
- func (x *SignalResp) GetReject() *SignalRejectResp
- func (*SignalResp) ProtoMessage()
- func (x *SignalResp) ProtoReflect() protoreflect.Message
- func (x *SignalResp) Reset()
- func (x *SignalResp) String() string
- type SignalResp_Accept
- type SignalResp_Cancel
- type SignalResp_GetTokenByRoomID
- type SignalResp_HungUp
- type SignalResp_Invite
- type SignalResp_InviteInGroup
- type SignalResp_Reject
- type SignalSendCustomSignalReq
- func (*SignalSendCustomSignalReq) Descriptor() ([]byte, []int)deprecated
- func (x *SignalSendCustomSignalReq) GetCustomInfo() string
- func (x *SignalSendCustomSignalReq) GetRoomID() string
- func (*SignalSendCustomSignalReq) ProtoMessage()
- func (x *SignalSendCustomSignalReq) ProtoReflect() protoreflect.Message
- func (x *SignalSendCustomSignalReq) Reset()
- func (x *SignalSendCustomSignalReq) String() string
- type SignalSendCustomSignalResp
- type SignalUser
- func (*SignalUser) Descriptor() ([]byte, []int)deprecated
- func (x *SignalUser) GetNickname() string
- func (x *SignalUser) GetStatus() int32
- func (x *SignalUser) GetUserID() string
- func (*SignalUser) ProtoMessage()
- func (x *SignalUser) ProtoReflect() protoreflect.Message
- func (x *SignalUser) Reset()
- func (x *SignalUser) String() string
- type UnimplementedRtcServiceServer
- 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)
Constants ¶
This section is empty.
Variables ¶
var File_rtc_rtc_proto protoreflect.FileDescriptor
Functions ¶
func RegisterRtcServiceServer ¶
func RegisterRtcServiceServer(s *grpc.Server, srv RtcServiceServer)
Types ¶
type DeleteSignalRecordsReq ¶
type DeleteSignalRecordsReq struct { SIDs []string `protobuf:"bytes,1,rep,name=sIDs,proto3" json:"sIDs"` // contains filtered or unexported fields }
func (*DeleteSignalRecordsReq) Descriptor
deprecated
func (*DeleteSignalRecordsReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSignalRecordsReq.ProtoReflect.Descriptor instead.
func (*DeleteSignalRecordsReq) GetSIDs ¶
func (x *DeleteSignalRecordsReq) GetSIDs() []string
func (*DeleteSignalRecordsReq) ProtoMessage ¶
func (*DeleteSignalRecordsReq) ProtoMessage()
func (*DeleteSignalRecordsReq) ProtoReflect ¶
func (x *DeleteSignalRecordsReq) ProtoReflect() protoreflect.Message
func (*DeleteSignalRecordsReq) Reset ¶
func (x *DeleteSignalRecordsReq) Reset()
func (*DeleteSignalRecordsReq) String ¶
func (x *DeleteSignalRecordsReq) String() string
type DeleteSignalRecordsResp ¶
type DeleteSignalRecordsResp struct {
// contains filtered or unexported fields
}
func (*DeleteSignalRecordsResp) Descriptor
deprecated
func (*DeleteSignalRecordsResp) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSignalRecordsResp.ProtoReflect.Descriptor instead.
func (*DeleteSignalRecordsResp) ProtoMessage ¶
func (*DeleteSignalRecordsResp) ProtoMessage()
func (*DeleteSignalRecordsResp) ProtoReflect ¶
func (x *DeleteSignalRecordsResp) ProtoReflect() protoreflect.Message
func (*DeleteSignalRecordsResp) Reset ¶
func (x *DeleteSignalRecordsResp) Reset()
func (*DeleteSignalRecordsResp) String ¶
func (x *DeleteSignalRecordsResp) String() string
type FileRecord ¶
type FileRecord struct { Size string `protobuf:"bytes,1,opt,name=size,proto3" json:"size"` FileURL string `protobuf:"bytes,2,opt,name=fileURL,proto3" json:"fileURL"` // contains filtered or unexported fields }
func (*FileRecord) Descriptor
deprecated
func (*FileRecord) Descriptor() ([]byte, []int)
Deprecated: Use FileRecord.ProtoReflect.Descriptor instead.
func (*FileRecord) GetFileURL ¶
func (x *FileRecord) GetFileURL() string
func (*FileRecord) GetSize ¶
func (x *FileRecord) GetSize() string
func (*FileRecord) ProtoMessage ¶
func (*FileRecord) ProtoMessage()
func (*FileRecord) ProtoReflect ¶
func (x *FileRecord) ProtoReflect() protoreflect.Message
func (*FileRecord) Reset ¶
func (x *FileRecord) Reset()
func (*FileRecord) String ¶
func (x *FileRecord) String() string
type GetJoinTokenReq ¶
type GetJoinTokenReq struct { Room string `protobuf:"bytes,1,opt,name=room,proto3" json:"room"` Identity string `protobuf:"bytes,2,opt,name=identity,proto3" json:"identity"` MetaData *ParticipantMetaData `protobuf:"bytes,3,opt,name=metaData,proto3" json:"metaData"` // contains filtered or unexported fields }
func (*GetJoinTokenReq) Descriptor
deprecated
func (*GetJoinTokenReq) Descriptor() ([]byte, []int)
Deprecated: Use GetJoinTokenReq.ProtoReflect.Descriptor instead.
func (*GetJoinTokenReq) GetIdentity ¶
func (x *GetJoinTokenReq) GetIdentity() string
func (*GetJoinTokenReq) GetMetaData ¶
func (x *GetJoinTokenReq) GetMetaData() *ParticipantMetaData
func (*GetJoinTokenReq) GetRoom ¶
func (x *GetJoinTokenReq) GetRoom() string
func (*GetJoinTokenReq) ProtoMessage ¶
func (*GetJoinTokenReq) ProtoMessage()
func (*GetJoinTokenReq) ProtoReflect ¶
func (x *GetJoinTokenReq) ProtoReflect() protoreflect.Message
func (*GetJoinTokenReq) Reset ¶
func (x *GetJoinTokenReq) Reset()
func (*GetJoinTokenReq) String ¶
func (x *GetJoinTokenReq) String() string
type GetJoinTokenResp ¶
type GetJoinTokenResp struct { Jwt string `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt"` LiveURL string `protobuf:"bytes,2,opt,name=liveURL,proto3" json:"liveURL"` // contains filtered or unexported fields }
func (*GetJoinTokenResp) Descriptor
deprecated
func (*GetJoinTokenResp) Descriptor() ([]byte, []int)
Deprecated: Use GetJoinTokenResp.ProtoReflect.Descriptor instead.
func (*GetJoinTokenResp) GetJwt ¶
func (x *GetJoinTokenResp) GetJwt() string
func (*GetJoinTokenResp) GetLiveURL ¶
func (x *GetJoinTokenResp) GetLiveURL() string
func (*GetJoinTokenResp) ProtoMessage ¶
func (*GetJoinTokenResp) ProtoMessage()
func (*GetJoinTokenResp) ProtoReflect ¶
func (x *GetJoinTokenResp) ProtoReflect() protoreflect.Message
func (*GetJoinTokenResp) Reset ¶
func (x *GetJoinTokenResp) Reset()
func (*GetJoinTokenResp) String ¶
func (x *GetJoinTokenResp) String() string
type GetSignalInvitationInfoReq ¶
type GetSignalInvitationInfoReq struct { RoomID string `protobuf:"bytes,1,opt,name=roomID,proto3" json:"roomID"` // contains filtered or unexported fields }
func (*GetSignalInvitationInfoReq) Descriptor
deprecated
func (*GetSignalInvitationInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use GetSignalInvitationInfoReq.ProtoReflect.Descriptor instead.
func (*GetSignalInvitationInfoReq) GetRoomID ¶
func (x *GetSignalInvitationInfoReq) GetRoomID() string
func (*GetSignalInvitationInfoReq) ProtoMessage ¶
func (*GetSignalInvitationInfoReq) ProtoMessage()
func (*GetSignalInvitationInfoReq) ProtoReflect ¶
func (x *GetSignalInvitationInfoReq) ProtoReflect() protoreflect.Message
func (*GetSignalInvitationInfoReq) Reset ¶
func (x *GetSignalInvitationInfoReq) Reset()
func (*GetSignalInvitationInfoReq) String ¶
func (x *GetSignalInvitationInfoReq) String() string
type GetSignalInvitationInfoResp ¶
type GetSignalInvitationInfoResp struct { InvitationInfo *InvitationInfo `protobuf:"bytes,1,opt,name=invitationInfo,proto3" json:"invitationInfo"` OfflinePushInfo *sdkws.OfflinePushInfo `protobuf:"bytes,2,opt,name=offlinePushInfo,proto3" json:"offlinePushInfo"` // contains filtered or unexported fields }
func (*GetSignalInvitationInfoResp) Descriptor
deprecated
func (*GetSignalInvitationInfoResp) Descriptor() ([]byte, []int)
Deprecated: Use GetSignalInvitationInfoResp.ProtoReflect.Descriptor instead.
func (*GetSignalInvitationInfoResp) GetInvitationInfo ¶
func (x *GetSignalInvitationInfoResp) GetInvitationInfo() *InvitationInfo
func (*GetSignalInvitationInfoResp) GetOfflinePushInfo ¶
func (x *GetSignalInvitationInfoResp) GetOfflinePushInfo() *sdkws.OfflinePushInfo
func (*GetSignalInvitationInfoResp) ProtoMessage ¶
func (*GetSignalInvitationInfoResp) ProtoMessage()
func (*GetSignalInvitationInfoResp) ProtoReflect ¶
func (x *GetSignalInvitationInfoResp) ProtoReflect() protoreflect.Message
func (*GetSignalInvitationInfoResp) Reset ¶
func (x *GetSignalInvitationInfoResp) Reset()
func (*GetSignalInvitationInfoResp) String ¶
func (x *GetSignalInvitationInfoResp) String() string
type GetSignalInvitationInfoStartAppReq ¶
type GetSignalInvitationInfoStartAppReq struct { UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"` // contains filtered or unexported fields }
func (*GetSignalInvitationInfoStartAppReq) Descriptor
deprecated
func (*GetSignalInvitationInfoStartAppReq) Descriptor() ([]byte, []int)
Deprecated: Use GetSignalInvitationInfoStartAppReq.ProtoReflect.Descriptor instead.
func (*GetSignalInvitationInfoStartAppReq) GetUserID ¶
func (x *GetSignalInvitationInfoStartAppReq) GetUserID() string
func (*GetSignalInvitationInfoStartAppReq) ProtoMessage ¶
func (*GetSignalInvitationInfoStartAppReq) ProtoMessage()
func (*GetSignalInvitationInfoStartAppReq) ProtoReflect ¶
func (x *GetSignalInvitationInfoStartAppReq) ProtoReflect() protoreflect.Message
func (*GetSignalInvitationInfoStartAppReq) Reset ¶
func (x *GetSignalInvitationInfoStartAppReq) Reset()
func (*GetSignalInvitationInfoStartAppReq) String ¶
func (x *GetSignalInvitationInfoStartAppReq) String() string
type GetSignalInvitationInfoStartAppResp ¶
type GetSignalInvitationInfoStartAppResp struct { Invitation *InvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation"` OfflinePushInfo *sdkws.OfflinePushInfo `protobuf:"bytes,2,opt,name=offlinePushInfo,proto3" json:"offlinePushInfo"` // contains filtered or unexported fields }
func (*GetSignalInvitationInfoStartAppResp) Descriptor
deprecated
func (*GetSignalInvitationInfoStartAppResp) Descriptor() ([]byte, []int)
Deprecated: Use GetSignalInvitationInfoStartAppResp.ProtoReflect.Descriptor instead.
func (*GetSignalInvitationInfoStartAppResp) GetInvitation ¶
func (x *GetSignalInvitationInfoStartAppResp) GetInvitation() *InvitationInfo
func (*GetSignalInvitationInfoStartAppResp) GetOfflinePushInfo ¶
func (x *GetSignalInvitationInfoStartAppResp) GetOfflinePushInfo() *sdkws.OfflinePushInfo
func (*GetSignalInvitationInfoStartAppResp) ProtoMessage ¶
func (*GetSignalInvitationInfoStartAppResp) ProtoMessage()
func (*GetSignalInvitationInfoStartAppResp) ProtoReflect ¶
func (x *GetSignalInvitationInfoStartAppResp) ProtoReflect() protoreflect.Message
func (*GetSignalInvitationInfoStartAppResp) Reset ¶
func (x *GetSignalInvitationInfoStartAppResp) Reset()
func (*GetSignalInvitationInfoStartAppResp) String ¶
func (x *GetSignalInvitationInfoStartAppResp) String() string
type GetSignalInvitationRecordsReq ¶
type GetSignalInvitationRecordsReq struct { Pagination *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination"` SessionType int32 `protobuf:"varint,2,opt,name=sessionType,proto3" json:"sessionType"` SendID string `protobuf:"bytes,3,opt,name=sendID,proto3" json:"sendID"` RecvID string `protobuf:"bytes,4,opt,name=recvID,proto3" json:"recvID"` StartTime int64 `protobuf:"varint,5,opt,name=startTime,proto3" json:"startTime"` EndTime int64 `protobuf:"varint,6,opt,name=endTime,proto3" json:"endTime"` JoinedUsers []*sdkws.UserInfo `protobuf:"bytes,7,rep,name=JoinedUsers,proto3" json:"JoinedUsers"` // contains filtered or unexported fields }
func (*GetSignalInvitationRecordsReq) Descriptor
deprecated
func (*GetSignalInvitationRecordsReq) Descriptor() ([]byte, []int)
Deprecated: Use GetSignalInvitationRecordsReq.ProtoReflect.Descriptor instead.
func (*GetSignalInvitationRecordsReq) GetEndTime ¶
func (x *GetSignalInvitationRecordsReq) GetEndTime() int64
func (*GetSignalInvitationRecordsReq) GetJoinedUsers ¶
func (x *GetSignalInvitationRecordsReq) GetJoinedUsers() []*sdkws.UserInfo
func (*GetSignalInvitationRecordsReq) GetPagination ¶
func (x *GetSignalInvitationRecordsReq) GetPagination() *sdkws.RequestPagination
func (*GetSignalInvitationRecordsReq) GetRecvID ¶
func (x *GetSignalInvitationRecordsReq) GetRecvID() string
func (*GetSignalInvitationRecordsReq) GetSendID ¶
func (x *GetSignalInvitationRecordsReq) GetSendID() string
func (*GetSignalInvitationRecordsReq) GetSessionType ¶
func (x *GetSignalInvitationRecordsReq) GetSessionType() int32
func (*GetSignalInvitationRecordsReq) GetStartTime ¶
func (x *GetSignalInvitationRecordsReq) GetStartTime() int64
func (*GetSignalInvitationRecordsReq) ProtoMessage ¶
func (*GetSignalInvitationRecordsReq) ProtoMessage()
func (*GetSignalInvitationRecordsReq) ProtoReflect ¶
func (x *GetSignalInvitationRecordsReq) ProtoReflect() protoreflect.Message
func (*GetSignalInvitationRecordsReq) Reset ¶
func (x *GetSignalInvitationRecordsReq) Reset()
func (*GetSignalInvitationRecordsReq) String ¶
func (x *GetSignalInvitationRecordsReq) String() string
type GetSignalInvitationRecordsResp ¶
type GetSignalInvitationRecordsResp struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` SignalRecords []*SignalRecord `protobuf:"bytes,2,rep,name=signalRecords,proto3" json:"signalRecords"` // contains filtered or unexported fields }
func (*GetSignalInvitationRecordsResp) Descriptor
deprecated
func (*GetSignalInvitationRecordsResp) Descriptor() ([]byte, []int)
Deprecated: Use GetSignalInvitationRecordsResp.ProtoReflect.Descriptor instead.
func (*GetSignalInvitationRecordsResp) GetSignalRecords ¶
func (x *GetSignalInvitationRecordsResp) GetSignalRecords() []*SignalRecord
func (*GetSignalInvitationRecordsResp) GetTotal ¶
func (x *GetSignalInvitationRecordsResp) GetTotal() int32
func (*GetSignalInvitationRecordsResp) ProtoMessage ¶
func (*GetSignalInvitationRecordsResp) ProtoMessage()
func (*GetSignalInvitationRecordsResp) ProtoReflect ¶
func (x *GetSignalInvitationRecordsResp) ProtoReflect() protoreflect.Message
func (*GetSignalInvitationRecordsResp) Reset ¶
func (x *GetSignalInvitationRecordsResp) Reset()
func (*GetSignalInvitationRecordsResp) String ¶
func (x *GetSignalInvitationRecordsResp) String() string
type InvitationInfo ¶
type InvitationInfo struct { InviterUserID string `protobuf:"bytes,1,opt,name=inviterUserID,proto3" json:"inviterUserID"` InviteeUserIDList []string `protobuf:"bytes,2,rep,name=inviteeUserIDList,proto3" json:"inviteeUserIDList"` CustomData string `protobuf:"bytes,3,opt,name=customData,proto3" json:"customData"` GroupID string `protobuf:"bytes,4,opt,name=groupID,proto3" json:"groupID"` RoomID string `protobuf:"bytes,5,opt,name=roomID,proto3" json:"roomID"` Timeout int32 `protobuf:"varint,6,opt,name=timeout,proto3" json:"timeout"` MediaType string `protobuf:"bytes,7,opt,name=mediaType,proto3" json:"mediaType"` PlatformID int32 `protobuf:"varint,8,opt,name=platformID,proto3" json:"platformID"` SessionType int32 `protobuf:"varint,9,opt,name=sessionType,proto3" json:"sessionType"` InitiateTime int64 `protobuf:"varint,10,opt,name=initiateTime,proto3" json:"initiateTime"` BusyLineUserIDList []string `protobuf:"bytes,11,rep,name=busyLineUserIDList,proto3" json:"busyLineUserIDList"` // contains filtered or unexported fields }
func (*InvitationInfo) Descriptor
deprecated
func (*InvitationInfo) Descriptor() ([]byte, []int)
Deprecated: Use InvitationInfo.ProtoReflect.Descriptor instead.
func (*InvitationInfo) GetBusyLineUserIDList ¶
func (x *InvitationInfo) GetBusyLineUserIDList() []string
func (*InvitationInfo) GetCustomData ¶
func (x *InvitationInfo) GetCustomData() string
func (*InvitationInfo) GetGroupID ¶
func (x *InvitationInfo) GetGroupID() string
func (*InvitationInfo) GetInitiateTime ¶
func (x *InvitationInfo) GetInitiateTime() int64
func (*InvitationInfo) GetInviteeUserIDList ¶
func (x *InvitationInfo) GetInviteeUserIDList() []string
func (*InvitationInfo) GetInviterUserID ¶
func (x *InvitationInfo) GetInviterUserID() string
func (*InvitationInfo) GetMediaType ¶
func (x *InvitationInfo) GetMediaType() string
func (*InvitationInfo) GetPlatformID ¶
func (x *InvitationInfo) GetPlatformID() int32
func (*InvitationInfo) GetRoomID ¶
func (x *InvitationInfo) GetRoomID() string
func (*InvitationInfo) GetSessionType ¶
func (x *InvitationInfo) GetSessionType() int32
func (*InvitationInfo) GetTimeout ¶
func (x *InvitationInfo) GetTimeout() int32
func (*InvitationInfo) ProtoMessage ¶
func (*InvitationInfo) ProtoMessage()
func (*InvitationInfo) ProtoReflect ¶
func (x *InvitationInfo) ProtoReflect() protoreflect.Message
func (*InvitationInfo) Reset ¶
func (x *InvitationInfo) Reset()
func (*InvitationInfo) String ¶
func (x *InvitationInfo) String() string
type ParticipantMetaData ¶
type ParticipantMetaData struct { GroupInfo *sdkws.GroupInfo `protobuf:"bytes,1,opt,name=groupInfo,proto3" json:"groupInfo"` GroupMemberInfo *sdkws.GroupMemberFullInfo `protobuf:"bytes,2,opt,name=groupMemberInfo,proto3" json:"groupMemberInfo"` UserInfo *sdkws.PublicUserInfo `protobuf:"bytes,3,opt,name=userInfo,proto3" json:"userInfo"` // contains filtered or unexported fields }
func (*ParticipantMetaData) Descriptor
deprecated
func (*ParticipantMetaData) Descriptor() ([]byte, []int)
Deprecated: Use ParticipantMetaData.ProtoReflect.Descriptor instead.
func (*ParticipantMetaData) GetGroupInfo ¶
func (x *ParticipantMetaData) GetGroupInfo() *sdkws.GroupInfo
func (*ParticipantMetaData) GetGroupMemberInfo ¶
func (x *ParticipantMetaData) GetGroupMemberInfo() *sdkws.GroupMemberFullInfo
func (*ParticipantMetaData) GetUserInfo ¶
func (x *ParticipantMetaData) GetUserInfo() *sdkws.PublicUserInfo
func (*ParticipantMetaData) ProtoMessage ¶
func (*ParticipantMetaData) ProtoMessage()
func (*ParticipantMetaData) ProtoReflect ¶
func (x *ParticipantMetaData) ProtoReflect() protoreflect.Message
func (*ParticipantMetaData) Reset ¶
func (x *ParticipantMetaData) Reset()
func (*ParticipantMetaData) String ¶
func (x *ParticipantMetaData) String() string
type RtcServiceClient ¶
type RtcServiceClient interface { SignalMessageAssemble(ctx context.Context, in *SignalMessageAssembleReq, opts ...grpc.CallOption) (*SignalMessageAssembleResp, error) SignalGetRoomByGroupID(ctx context.Context, in *SignalGetRoomByGroupIDReq, opts ...grpc.CallOption) (*SignalGetRoomByGroupIDResp, error) SignalGetTokenByRoomID(ctx context.Context, in *SignalGetTokenByRoomIDReq, opts ...grpc.CallOption) (*SignalGetTokenByRoomIDResp, error) SignalGetRooms(ctx context.Context, in *SignalGetRoomsReq, opts ...grpc.CallOption) (*SignalGetRoomsResp, error) GetSignalInvitationInfo(ctx context.Context, in *GetSignalInvitationInfoReq, opts ...grpc.CallOption) (*GetSignalInvitationInfoResp, error) GetSignalInvitationInfoStartApp(ctx context.Context, in *GetSignalInvitationInfoStartAppReq, opts ...grpc.CallOption) (*GetSignalInvitationInfoStartAppResp, error) // custom signal SignalSendCustomSignal(ctx context.Context, in *SignalSendCustomSignalReq, opts ...grpc.CallOption) (*SignalSendCustomSignalResp, error) // rtc cms GetSignalInvitationRecords(ctx context.Context, in *GetSignalInvitationRecordsReq, opts ...grpc.CallOption) (*GetSignalInvitationRecordsResp, error) DeleteSignalRecords(ctx context.Context, in *DeleteSignalRecordsReq, opts ...grpc.CallOption) (*DeleteSignalRecordsResp, error) }
RtcServiceClient is the client API for RtcService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewRtcServiceClient ¶
func NewRtcServiceClient(cc grpc.ClientConnInterface) RtcServiceClient
type RtcServiceServer ¶
type RtcServiceServer interface { SignalMessageAssemble(context.Context, *SignalMessageAssembleReq) (*SignalMessageAssembleResp, error) SignalGetRoomByGroupID(context.Context, *SignalGetRoomByGroupIDReq) (*SignalGetRoomByGroupIDResp, error) SignalGetTokenByRoomID(context.Context, *SignalGetTokenByRoomIDReq) (*SignalGetTokenByRoomIDResp, error) SignalGetRooms(context.Context, *SignalGetRoomsReq) (*SignalGetRoomsResp, error) GetSignalInvitationInfo(context.Context, *GetSignalInvitationInfoReq) (*GetSignalInvitationInfoResp, error) GetSignalInvitationInfoStartApp(context.Context, *GetSignalInvitationInfoStartAppReq) (*GetSignalInvitationInfoStartAppResp, error) // custom signal SignalSendCustomSignal(context.Context, *SignalSendCustomSignalReq) (*SignalSendCustomSignalResp, error) // rtc cms GetSignalInvitationRecords(context.Context, *GetSignalInvitationRecordsReq) (*GetSignalInvitationRecordsResp, error) DeleteSignalRecords(context.Context, *DeleteSignalRecordsReq) (*DeleteSignalRecordsResp, error) }
RtcServiceServer is the server API for RtcService service.
type SignalAcceptReq ¶
type SignalAcceptReq struct { Invitation *InvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation"` OfflinePushInfo *sdkws.OfflinePushInfo `protobuf:"bytes,2,opt,name=offlinePushInfo,proto3" json:"offlinePushInfo"` Participant *ParticipantMetaData `protobuf:"bytes,3,opt,name=participant,proto3" json:"participant"` OpUserPlatformID int32 `protobuf:"varint,4,opt,name=opUserPlatformID,proto3" json:"opUserPlatformID"` UserID string `protobuf:"bytes,5,opt,name=userID,proto3" json:"userID"` // contains filtered or unexported fields }
func (*SignalAcceptReq) Descriptor
deprecated
func (*SignalAcceptReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalAcceptReq.ProtoReflect.Descriptor instead.
func (*SignalAcceptReq) GetInvitation ¶
func (x *SignalAcceptReq) GetInvitation() *InvitationInfo
func (*SignalAcceptReq) GetOfflinePushInfo ¶
func (x *SignalAcceptReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo
func (*SignalAcceptReq) GetOpUserPlatformID ¶
func (x *SignalAcceptReq) GetOpUserPlatformID() int32
func (*SignalAcceptReq) GetParticipant ¶
func (x *SignalAcceptReq) GetParticipant() *ParticipantMetaData
func (*SignalAcceptReq) GetUserID ¶
func (x *SignalAcceptReq) GetUserID() string
func (*SignalAcceptReq) ProtoMessage ¶
func (*SignalAcceptReq) ProtoMessage()
func (*SignalAcceptReq) ProtoReflect ¶
func (x *SignalAcceptReq) ProtoReflect() protoreflect.Message
func (*SignalAcceptReq) Reset ¶
func (x *SignalAcceptReq) Reset()
func (*SignalAcceptReq) String ¶
func (x *SignalAcceptReq) String() string
type SignalAcceptResp ¶
type SignalAcceptResp struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"` RoomID string `protobuf:"bytes,2,opt,name=roomID,proto3" json:"roomID"` LiveURL string `protobuf:"bytes,3,opt,name=liveURL,proto3" json:"liveURL"` // contains filtered or unexported fields }
func (*SignalAcceptResp) Descriptor
deprecated
func (*SignalAcceptResp) Descriptor() ([]byte, []int)
Deprecated: Use SignalAcceptResp.ProtoReflect.Descriptor instead.
func (*SignalAcceptResp) GetLiveURL ¶
func (x *SignalAcceptResp) GetLiveURL() string
func (*SignalAcceptResp) GetRoomID ¶
func (x *SignalAcceptResp) GetRoomID() string
func (*SignalAcceptResp) GetToken ¶
func (x *SignalAcceptResp) GetToken() string
func (*SignalAcceptResp) ProtoMessage ¶
func (*SignalAcceptResp) ProtoMessage()
func (*SignalAcceptResp) ProtoReflect ¶
func (x *SignalAcceptResp) ProtoReflect() protoreflect.Message
func (*SignalAcceptResp) Reset ¶
func (x *SignalAcceptResp) Reset()
func (*SignalAcceptResp) String ¶
func (x *SignalAcceptResp) String() string
type SignalCancelReq ¶
type SignalCancelReq struct { Invitation *InvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation"` OfflinePushInfo *sdkws.OfflinePushInfo `protobuf:"bytes,2,opt,name=offlinePushInfo,proto3" json:"offlinePushInfo"` Participant *ParticipantMetaData `protobuf:"bytes,3,opt,name=participant,proto3" json:"participant"` UserID string `protobuf:"bytes,4,opt,name=userID,proto3" json:"userID"` // contains filtered or unexported fields }
func (*SignalCancelReq) Descriptor
deprecated
func (*SignalCancelReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalCancelReq.ProtoReflect.Descriptor instead.
func (*SignalCancelReq) GetInvitation ¶
func (x *SignalCancelReq) GetInvitation() *InvitationInfo
func (*SignalCancelReq) GetOfflinePushInfo ¶
func (x *SignalCancelReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo
func (*SignalCancelReq) GetParticipant ¶
func (x *SignalCancelReq) GetParticipant() *ParticipantMetaData
func (*SignalCancelReq) GetUserID ¶
func (x *SignalCancelReq) GetUserID() string
func (*SignalCancelReq) ProtoMessage ¶
func (*SignalCancelReq) ProtoMessage()
func (*SignalCancelReq) ProtoReflect ¶
func (x *SignalCancelReq) ProtoReflect() protoreflect.Message
func (*SignalCancelReq) Reset ¶
func (x *SignalCancelReq) Reset()
func (*SignalCancelReq) String ¶
func (x *SignalCancelReq) String() string
type SignalCancelResp ¶
type SignalCancelResp struct {
// contains filtered or unexported fields
}
func (*SignalCancelResp) Descriptor
deprecated
func (*SignalCancelResp) Descriptor() ([]byte, []int)
Deprecated: Use SignalCancelResp.ProtoReflect.Descriptor instead.
func (*SignalCancelResp) ProtoMessage ¶
func (*SignalCancelResp) ProtoMessage()
func (*SignalCancelResp) ProtoReflect ¶
func (x *SignalCancelResp) ProtoReflect() protoreflect.Message
func (*SignalCancelResp) Reset ¶
func (x *SignalCancelResp) Reset()
func (*SignalCancelResp) String ¶
func (x *SignalCancelResp) String() string
type SignalGetRoomByGroupIDReq ¶
type SignalGetRoomByGroupIDReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID"` // contains filtered or unexported fields }
func (*SignalGetRoomByGroupIDReq) Descriptor
deprecated
func (*SignalGetRoomByGroupIDReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalGetRoomByGroupIDReq.ProtoReflect.Descriptor instead.
func (*SignalGetRoomByGroupIDReq) GetGroupID ¶
func (x *SignalGetRoomByGroupIDReq) GetGroupID() string
func (*SignalGetRoomByGroupIDReq) ProtoMessage ¶
func (*SignalGetRoomByGroupIDReq) ProtoMessage()
func (*SignalGetRoomByGroupIDReq) ProtoReflect ¶
func (x *SignalGetRoomByGroupIDReq) ProtoReflect() protoreflect.Message
func (*SignalGetRoomByGroupIDReq) Reset ¶
func (x *SignalGetRoomByGroupIDReq) Reset()
func (*SignalGetRoomByGroupIDReq) String ¶
func (x *SignalGetRoomByGroupIDReq) String() string
type SignalGetRoomByGroupIDResp ¶
type SignalGetRoomByGroupIDResp struct { Invitation *InvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation"` Participant []*ParticipantMetaData `protobuf:"bytes,2,rep,name=participant,proto3" json:"participant"` RoomID string `protobuf:"bytes,3,opt,name=roomID,proto3" json:"roomID"` // contains filtered or unexported fields }
func (*SignalGetRoomByGroupIDResp) Descriptor
deprecated
func (*SignalGetRoomByGroupIDResp) Descriptor() ([]byte, []int)
Deprecated: Use SignalGetRoomByGroupIDResp.ProtoReflect.Descriptor instead.
func (*SignalGetRoomByGroupIDResp) GetInvitation ¶
func (x *SignalGetRoomByGroupIDResp) GetInvitation() *InvitationInfo
func (*SignalGetRoomByGroupIDResp) GetParticipant ¶
func (x *SignalGetRoomByGroupIDResp) GetParticipant() []*ParticipantMetaData
func (*SignalGetRoomByGroupIDResp) GetRoomID ¶
func (x *SignalGetRoomByGroupIDResp) GetRoomID() string
func (*SignalGetRoomByGroupIDResp) ProtoMessage ¶
func (*SignalGetRoomByGroupIDResp) ProtoMessage()
func (*SignalGetRoomByGroupIDResp) ProtoReflect ¶
func (x *SignalGetRoomByGroupIDResp) ProtoReflect() protoreflect.Message
func (*SignalGetRoomByGroupIDResp) Reset ¶
func (x *SignalGetRoomByGroupIDResp) Reset()
func (*SignalGetRoomByGroupIDResp) String ¶
func (x *SignalGetRoomByGroupIDResp) String() string
type SignalGetRoomsReq ¶
type SignalGetRoomsReq struct { RoomIDs []string `protobuf:"bytes,1,rep,name=roomIDs,proto3" json:"roomIDs"` // contains filtered or unexported fields }
func (*SignalGetRoomsReq) Descriptor
deprecated
func (*SignalGetRoomsReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalGetRoomsReq.ProtoReflect.Descriptor instead.
func (*SignalGetRoomsReq) GetRoomIDs ¶
func (x *SignalGetRoomsReq) GetRoomIDs() []string
func (*SignalGetRoomsReq) ProtoMessage ¶
func (*SignalGetRoomsReq) ProtoMessage()
func (*SignalGetRoomsReq) ProtoReflect ¶
func (x *SignalGetRoomsReq) ProtoReflect() protoreflect.Message
func (*SignalGetRoomsReq) Reset ¶
func (x *SignalGetRoomsReq) Reset()
func (*SignalGetRoomsReq) String ¶
func (x *SignalGetRoomsReq) String() string
type SignalGetRoomsResp ¶
type SignalGetRoomsResp struct { RoomList []*SignalGetRoomByGroupIDResp `protobuf:"bytes,1,rep,name=roomList,proto3" json:"roomList"` // contains filtered or unexported fields }
func (*SignalGetRoomsResp) Descriptor
deprecated
func (*SignalGetRoomsResp) Descriptor() ([]byte, []int)
Deprecated: Use SignalGetRoomsResp.ProtoReflect.Descriptor instead.
func (*SignalGetRoomsResp) GetRoomList ¶
func (x *SignalGetRoomsResp) GetRoomList() []*SignalGetRoomByGroupIDResp
func (*SignalGetRoomsResp) ProtoMessage ¶
func (*SignalGetRoomsResp) ProtoMessage()
func (*SignalGetRoomsResp) ProtoReflect ¶
func (x *SignalGetRoomsResp) ProtoReflect() protoreflect.Message
func (*SignalGetRoomsResp) Reset ¶
func (x *SignalGetRoomsResp) Reset()
func (*SignalGetRoomsResp) String ¶
func (x *SignalGetRoomsResp) String() string
type SignalGetTokenByRoomIDReq ¶
type SignalGetTokenByRoomIDReq struct { RoomID string `protobuf:"bytes,1,opt,name=roomID,proto3" json:"roomID"` Participant *ParticipantMetaData `protobuf:"bytes,2,opt,name=participant,proto3" json:"participant"` UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID"` // contains filtered or unexported fields }
func (*SignalGetTokenByRoomIDReq) Descriptor
deprecated
func (*SignalGetTokenByRoomIDReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalGetTokenByRoomIDReq.ProtoReflect.Descriptor instead.
func (*SignalGetTokenByRoomIDReq) GetParticipant ¶
func (x *SignalGetTokenByRoomIDReq) GetParticipant() *ParticipantMetaData
func (*SignalGetTokenByRoomIDReq) GetRoomID ¶
func (x *SignalGetTokenByRoomIDReq) GetRoomID() string
func (*SignalGetTokenByRoomIDReq) GetUserID ¶
func (x *SignalGetTokenByRoomIDReq) GetUserID() string
func (*SignalGetTokenByRoomIDReq) ProtoMessage ¶
func (*SignalGetTokenByRoomIDReq) ProtoMessage()
func (*SignalGetTokenByRoomIDReq) ProtoReflect ¶
func (x *SignalGetTokenByRoomIDReq) ProtoReflect() protoreflect.Message
func (*SignalGetTokenByRoomIDReq) Reset ¶
func (x *SignalGetTokenByRoomIDReq) Reset()
func (*SignalGetTokenByRoomIDReq) String ¶
func (x *SignalGetTokenByRoomIDReq) String() string
type SignalGetTokenByRoomIDResp ¶
type SignalGetTokenByRoomIDResp struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"` LiveURL string `protobuf:"bytes,2,opt,name=liveURL,proto3" json:"liveURL"` // contains filtered or unexported fields }
func (*SignalGetTokenByRoomIDResp) Descriptor
deprecated
func (*SignalGetTokenByRoomIDResp) Descriptor() ([]byte, []int)
Deprecated: Use SignalGetTokenByRoomIDResp.ProtoReflect.Descriptor instead.
func (*SignalGetTokenByRoomIDResp) GetLiveURL ¶
func (x *SignalGetTokenByRoomIDResp) GetLiveURL() string
func (*SignalGetTokenByRoomIDResp) GetToken ¶
func (x *SignalGetTokenByRoomIDResp) GetToken() string
func (*SignalGetTokenByRoomIDResp) ProtoMessage ¶
func (*SignalGetTokenByRoomIDResp) ProtoMessage()
func (*SignalGetTokenByRoomIDResp) ProtoReflect ¶
func (x *SignalGetTokenByRoomIDResp) ProtoReflect() protoreflect.Message
func (*SignalGetTokenByRoomIDResp) Reset ¶
func (x *SignalGetTokenByRoomIDResp) Reset()
func (*SignalGetTokenByRoomIDResp) String ¶
func (x *SignalGetTokenByRoomIDResp) String() string
type SignalHungUpReq ¶
type SignalHungUpReq struct { Invitation *InvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation"` OfflinePushInfo *sdkws.OfflinePushInfo `protobuf:"bytes,2,opt,name=offlinePushInfo,proto3" json:"offlinePushInfo"` UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID"` // contains filtered or unexported fields }
func (*SignalHungUpReq) Descriptor
deprecated
func (*SignalHungUpReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalHungUpReq.ProtoReflect.Descriptor instead.
func (*SignalHungUpReq) GetInvitation ¶
func (x *SignalHungUpReq) GetInvitation() *InvitationInfo
func (*SignalHungUpReq) GetOfflinePushInfo ¶
func (x *SignalHungUpReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo
func (*SignalHungUpReq) GetUserID ¶
func (x *SignalHungUpReq) GetUserID() string
func (*SignalHungUpReq) ProtoMessage ¶
func (*SignalHungUpReq) ProtoMessage()
func (*SignalHungUpReq) ProtoReflect ¶
func (x *SignalHungUpReq) ProtoReflect() protoreflect.Message
func (*SignalHungUpReq) Reset ¶
func (x *SignalHungUpReq) Reset()
func (*SignalHungUpReq) String ¶
func (x *SignalHungUpReq) String() string
type SignalHungUpResp ¶
type SignalHungUpResp struct {
// contains filtered or unexported fields
}
func (*SignalHungUpResp) Descriptor
deprecated
func (*SignalHungUpResp) Descriptor() ([]byte, []int)
Deprecated: Use SignalHungUpResp.ProtoReflect.Descriptor instead.
func (*SignalHungUpResp) ProtoMessage ¶
func (*SignalHungUpResp) ProtoMessage()
func (*SignalHungUpResp) ProtoReflect ¶
func (x *SignalHungUpResp) ProtoReflect() protoreflect.Message
func (*SignalHungUpResp) Reset ¶
func (x *SignalHungUpResp) Reset()
func (*SignalHungUpResp) String ¶
func (x *SignalHungUpResp) String() string
type SignalInviteInGroupReq ¶
type SignalInviteInGroupReq struct { Invitation *InvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation"` OfflinePushInfo *sdkws.OfflinePushInfo `protobuf:"bytes,2,opt,name=offlinePushInfo,proto3" json:"offlinePushInfo"` Participant *ParticipantMetaData `protobuf:"bytes,3,opt,name=participant,proto3" json:"participant"` UserID string `protobuf:"bytes,4,opt,name=userID,proto3" json:"userID"` // contains filtered or unexported fields }
func (*SignalInviteInGroupReq) Descriptor
deprecated
func (*SignalInviteInGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalInviteInGroupReq.ProtoReflect.Descriptor instead.
func (*SignalInviteInGroupReq) GetInvitation ¶
func (x *SignalInviteInGroupReq) GetInvitation() *InvitationInfo
func (*SignalInviteInGroupReq) GetOfflinePushInfo ¶
func (x *SignalInviteInGroupReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo
func (*SignalInviteInGroupReq) GetParticipant ¶
func (x *SignalInviteInGroupReq) GetParticipant() *ParticipantMetaData
func (*SignalInviteInGroupReq) GetUserID ¶
func (x *SignalInviteInGroupReq) GetUserID() string
func (*SignalInviteInGroupReq) ProtoMessage ¶
func (*SignalInviteInGroupReq) ProtoMessage()
func (*SignalInviteInGroupReq) ProtoReflect ¶
func (x *SignalInviteInGroupReq) ProtoReflect() protoreflect.Message
func (*SignalInviteInGroupReq) Reset ¶
func (x *SignalInviteInGroupReq) Reset()
func (*SignalInviteInGroupReq) String ¶
func (x *SignalInviteInGroupReq) String() string
type SignalInviteInGroupResp ¶
type SignalInviteInGroupResp struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"` RoomID string `protobuf:"bytes,2,opt,name=roomID,proto3" json:"roomID"` LiveURL string `protobuf:"bytes,3,opt,name=liveURL,proto3" json:"liveURL"` BusyLineUserIDList []string `protobuf:"bytes,4,rep,name=busyLineUserIDList,proto3" json:"busyLineUserIDList"` // contains filtered or unexported fields }
func (*SignalInviteInGroupResp) Descriptor
deprecated
func (*SignalInviteInGroupResp) Descriptor() ([]byte, []int)
Deprecated: Use SignalInviteInGroupResp.ProtoReflect.Descriptor instead.
func (*SignalInviteInGroupResp) GetBusyLineUserIDList ¶
func (x *SignalInviteInGroupResp) GetBusyLineUserIDList() []string
func (*SignalInviteInGroupResp) GetLiveURL ¶
func (x *SignalInviteInGroupResp) GetLiveURL() string
func (*SignalInviteInGroupResp) GetRoomID ¶
func (x *SignalInviteInGroupResp) GetRoomID() string
func (*SignalInviteInGroupResp) GetToken ¶
func (x *SignalInviteInGroupResp) GetToken() string
func (*SignalInviteInGroupResp) ProtoMessage ¶
func (*SignalInviteInGroupResp) ProtoMessage()
func (*SignalInviteInGroupResp) ProtoReflect ¶
func (x *SignalInviteInGroupResp) ProtoReflect() protoreflect.Message
func (*SignalInviteInGroupResp) Reset ¶
func (x *SignalInviteInGroupResp) Reset()
func (*SignalInviteInGroupResp) String ¶
func (x *SignalInviteInGroupResp) String() string
type SignalInviteReq ¶
type SignalInviteReq struct { Invitation *InvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation"` OfflinePushInfo *sdkws.OfflinePushInfo `protobuf:"bytes,2,opt,name=offlinePushInfo,proto3" json:"offlinePushInfo"` Participant *ParticipantMetaData `protobuf:"bytes,3,opt,name=participant,proto3" json:"participant"` UserID string `protobuf:"bytes,4,opt,name=userID,proto3" json:"userID"` // contains filtered or unexported fields }
func (*SignalInviteReq) Descriptor
deprecated
func (*SignalInviteReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalInviteReq.ProtoReflect.Descriptor instead.
func (*SignalInviteReq) GetInvitation ¶
func (x *SignalInviteReq) GetInvitation() *InvitationInfo
func (*SignalInviteReq) GetOfflinePushInfo ¶
func (x *SignalInviteReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo
func (*SignalInviteReq) GetParticipant ¶
func (x *SignalInviteReq) GetParticipant() *ParticipantMetaData
func (*SignalInviteReq) GetUserID ¶
func (x *SignalInviteReq) GetUserID() string
func (*SignalInviteReq) ProtoMessage ¶
func (*SignalInviteReq) ProtoMessage()
func (*SignalInviteReq) ProtoReflect ¶
func (x *SignalInviteReq) ProtoReflect() protoreflect.Message
func (*SignalInviteReq) Reset ¶
func (x *SignalInviteReq) Reset()
func (*SignalInviteReq) String ¶
func (x *SignalInviteReq) String() string
type SignalInviteResp ¶
type SignalInviteResp struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token"` RoomID string `protobuf:"bytes,2,opt,name=roomID,proto3" json:"roomID"` LiveURL string `protobuf:"bytes,3,opt,name=liveURL,proto3" json:"liveURL"` BusyLineUserIDList []string `protobuf:"bytes,4,rep,name=busyLineUserIDList,proto3" json:"busyLineUserIDList"` // contains filtered or unexported fields }
func (*SignalInviteResp) Descriptor
deprecated
func (*SignalInviteResp) Descriptor() ([]byte, []int)
Deprecated: Use SignalInviteResp.ProtoReflect.Descriptor instead.
func (*SignalInviteResp) GetBusyLineUserIDList ¶
func (x *SignalInviteResp) GetBusyLineUserIDList() []string
func (*SignalInviteResp) GetLiveURL ¶
func (x *SignalInviteResp) GetLiveURL() string
func (*SignalInviteResp) GetRoomID ¶
func (x *SignalInviteResp) GetRoomID() string
func (*SignalInviteResp) GetToken ¶
func (x *SignalInviteResp) GetToken() string
func (*SignalInviteResp) ProtoMessage ¶
func (*SignalInviteResp) ProtoMessage()
func (*SignalInviteResp) ProtoReflect ¶
func (x *SignalInviteResp) ProtoReflect() protoreflect.Message
func (*SignalInviteResp) Reset ¶
func (x *SignalInviteResp) Reset()
func (*SignalInviteResp) String ¶
func (x *SignalInviteResp) String() string
type SignalMessageAssembleReq ¶
type SignalMessageAssembleReq struct { SignalReq *SignalReq `protobuf:"bytes,1,opt,name=signalReq,proto3" json:"signalReq"` // contains filtered or unexported fields }
func (*SignalMessageAssembleReq) Descriptor
deprecated
func (*SignalMessageAssembleReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalMessageAssembleReq.ProtoReflect.Descriptor instead.
func (*SignalMessageAssembleReq) GetSignalReq ¶
func (x *SignalMessageAssembleReq) GetSignalReq() *SignalReq
func (*SignalMessageAssembleReq) ProtoMessage ¶
func (*SignalMessageAssembleReq) ProtoMessage()
func (*SignalMessageAssembleReq) ProtoReflect ¶
func (x *SignalMessageAssembleReq) ProtoReflect() protoreflect.Message
func (*SignalMessageAssembleReq) Reset ¶
func (x *SignalMessageAssembleReq) Reset()
func (*SignalMessageAssembleReq) String ¶
func (x *SignalMessageAssembleReq) String() string
type SignalMessageAssembleResp ¶
type SignalMessageAssembleResp struct { SignalResp *SignalResp `protobuf:"bytes,1,opt,name=signalResp,proto3" json:"signalResp"` // contains filtered or unexported fields }
func (*SignalMessageAssembleResp) Descriptor
deprecated
func (*SignalMessageAssembleResp) Descriptor() ([]byte, []int)
Deprecated: Use SignalMessageAssembleResp.ProtoReflect.Descriptor instead.
func (*SignalMessageAssembleResp) GetSignalResp ¶
func (x *SignalMessageAssembleResp) GetSignalResp() *SignalResp
func (*SignalMessageAssembleResp) ProtoMessage ¶
func (*SignalMessageAssembleResp) ProtoMessage()
func (*SignalMessageAssembleResp) ProtoReflect ¶
func (x *SignalMessageAssembleResp) ProtoReflect() protoreflect.Message
func (*SignalMessageAssembleResp) Reset ¶
func (x *SignalMessageAssembleResp) Reset()
func (*SignalMessageAssembleResp) String ¶
func (x *SignalMessageAssembleResp) String() string
type SignalOnRoomParticipantConnectedReq ¶
type SignalOnRoomParticipantConnectedReq struct { Invitation *InvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation"` Participant []*ParticipantMetaData `protobuf:"bytes,2,rep,name=participant,proto3" json:"participant"` GroupID string `protobuf:"bytes,3,opt,name=groupID,proto3" json:"groupID"` // contains filtered or unexported fields }
func (*SignalOnRoomParticipantConnectedReq) Descriptor
deprecated
func (*SignalOnRoomParticipantConnectedReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalOnRoomParticipantConnectedReq.ProtoReflect.Descriptor instead.
func (*SignalOnRoomParticipantConnectedReq) GetGroupID ¶
func (x *SignalOnRoomParticipantConnectedReq) GetGroupID() string
func (*SignalOnRoomParticipantConnectedReq) GetInvitation ¶
func (x *SignalOnRoomParticipantConnectedReq) GetInvitation() *InvitationInfo
func (*SignalOnRoomParticipantConnectedReq) GetParticipant ¶
func (x *SignalOnRoomParticipantConnectedReq) GetParticipant() []*ParticipantMetaData
func (*SignalOnRoomParticipantConnectedReq) ProtoMessage ¶
func (*SignalOnRoomParticipantConnectedReq) ProtoMessage()
func (*SignalOnRoomParticipantConnectedReq) ProtoReflect ¶
func (x *SignalOnRoomParticipantConnectedReq) ProtoReflect() protoreflect.Message
func (*SignalOnRoomParticipantConnectedReq) Reset ¶
func (x *SignalOnRoomParticipantConnectedReq) Reset()
func (*SignalOnRoomParticipantConnectedReq) String ¶
func (x *SignalOnRoomParticipantConnectedReq) String() string
type SignalOnRoomParticipantDisconnectedReq ¶
type SignalOnRoomParticipantDisconnectedReq struct { Invitation *InvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation"` Participant []*ParticipantMetaData `protobuf:"bytes,2,rep,name=participant,proto3" json:"participant"` GroupID string `protobuf:"bytes,3,opt,name=groupID,proto3" json:"groupID"` // contains filtered or unexported fields }
func (*SignalOnRoomParticipantDisconnectedReq) Descriptor
deprecated
func (*SignalOnRoomParticipantDisconnectedReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalOnRoomParticipantDisconnectedReq.ProtoReflect.Descriptor instead.
func (*SignalOnRoomParticipantDisconnectedReq) GetGroupID ¶
func (x *SignalOnRoomParticipantDisconnectedReq) GetGroupID() string
func (*SignalOnRoomParticipantDisconnectedReq) GetInvitation ¶
func (x *SignalOnRoomParticipantDisconnectedReq) GetInvitation() *InvitationInfo
func (*SignalOnRoomParticipantDisconnectedReq) GetParticipant ¶
func (x *SignalOnRoomParticipantDisconnectedReq) GetParticipant() []*ParticipantMetaData
func (*SignalOnRoomParticipantDisconnectedReq) ProtoMessage ¶
func (*SignalOnRoomParticipantDisconnectedReq) ProtoMessage()
func (*SignalOnRoomParticipantDisconnectedReq) ProtoReflect ¶
func (x *SignalOnRoomParticipantDisconnectedReq) ProtoReflect() protoreflect.Message
func (*SignalOnRoomParticipantDisconnectedReq) Reset ¶
func (x *SignalOnRoomParticipantDisconnectedReq) Reset()
func (*SignalOnRoomParticipantDisconnectedReq) String ¶
func (x *SignalOnRoomParticipantDisconnectedReq) String() string
type SignalOnStreamChangeReq ¶
type SignalOnStreamChangeReq struct { RoomID string `protobuf:"bytes,1,opt,name=roomID,proto3" json:"roomID"` StreamType string `protobuf:"bytes,2,opt,name=streamType,proto3" json:"streamType"` Mute bool `protobuf:"varint,3,opt,name=mute,proto3" json:"mute"` // contains filtered or unexported fields }
func (*SignalOnStreamChangeReq) Descriptor
deprecated
func (*SignalOnStreamChangeReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalOnStreamChangeReq.ProtoReflect.Descriptor instead.
func (*SignalOnStreamChangeReq) GetMute ¶
func (x *SignalOnStreamChangeReq) GetMute() bool
func (*SignalOnStreamChangeReq) GetRoomID ¶
func (x *SignalOnStreamChangeReq) GetRoomID() string
func (*SignalOnStreamChangeReq) GetStreamType ¶
func (x *SignalOnStreamChangeReq) GetStreamType() string
func (*SignalOnStreamChangeReq) ProtoMessage ¶
func (*SignalOnStreamChangeReq) ProtoMessage()
func (*SignalOnStreamChangeReq) ProtoReflect ¶
func (x *SignalOnStreamChangeReq) ProtoReflect() protoreflect.Message
func (*SignalOnStreamChangeReq) Reset ¶
func (x *SignalOnStreamChangeReq) Reset()
func (*SignalOnStreamChangeReq) String ¶
func (x *SignalOnStreamChangeReq) String() string
type SignalRecord ¶
type SignalRecord struct { RoomID string `protobuf:"bytes,1,opt,name=roomID,proto3" json:"roomID"` SID string `protobuf:"bytes,2,opt,name=sID,proto3" json:"sID"` FileName string `protobuf:"bytes,3,opt,name=fileName,proto3" json:"fileName"` MediaType string `protobuf:"bytes,4,opt,name=mediaType,proto3" json:"mediaType"` SessionType int32 `protobuf:"varint,5,opt,name=sessionType,proto3" json:"sessionType"` InviterUserID string `protobuf:"bytes,6,opt,name=inviterUserID,proto3" json:"inviterUserID"` InviterUserNickname string `protobuf:"bytes,7,opt,name=inviterUserNickname,proto3" json:"inviterUserNickname"` GroupID string `protobuf:"bytes,8,opt,name=groupID,proto3" json:"groupID"` GroupName string `protobuf:"bytes,9,opt,name=groupName,proto3" json:"groupName"` InviterUsers []*SignalUser `protobuf:"bytes,10,rep,name=inviterUsers,proto3" json:"inviterUsers"` CreateTime int64 `protobuf:"varint,11,opt,name=createTime,proto3" json:"createTime"` EndTime int64 `protobuf:"varint,12,opt,name=endTime,proto3" json:"endTime"` Size string `protobuf:"bytes,13,opt,name=size,proto3" json:"size"` FileURL string `protobuf:"bytes,14,opt,name=fileURL,proto3" json:"fileURL"` // contains filtered or unexported fields }
func (*SignalRecord) Descriptor
deprecated
func (*SignalRecord) Descriptor() ([]byte, []int)
Deprecated: Use SignalRecord.ProtoReflect.Descriptor instead.
func (*SignalRecord) GetCreateTime ¶
func (x *SignalRecord) GetCreateTime() int64
func (*SignalRecord) GetEndTime ¶
func (x *SignalRecord) GetEndTime() int64
func (*SignalRecord) GetFileName ¶
func (x *SignalRecord) GetFileName() string
func (*SignalRecord) GetFileURL ¶
func (x *SignalRecord) GetFileURL() string
func (*SignalRecord) GetGroupID ¶
func (x *SignalRecord) GetGroupID() string
func (*SignalRecord) GetGroupName ¶
func (x *SignalRecord) GetGroupName() string
func (*SignalRecord) GetInviterUserID ¶
func (x *SignalRecord) GetInviterUserID() string
func (*SignalRecord) GetInviterUserNickname ¶
func (x *SignalRecord) GetInviterUserNickname() string
func (*SignalRecord) GetInviterUsers ¶
func (x *SignalRecord) GetInviterUsers() []*SignalUser
func (*SignalRecord) GetMediaType ¶
func (x *SignalRecord) GetMediaType() string
func (*SignalRecord) GetRoomID ¶
func (x *SignalRecord) GetRoomID() string
func (*SignalRecord) GetSID ¶
func (x *SignalRecord) GetSID() string
func (*SignalRecord) GetSessionType ¶
func (x *SignalRecord) GetSessionType() int32
func (*SignalRecord) GetSize ¶
func (x *SignalRecord) GetSize() string
func (*SignalRecord) ProtoMessage ¶
func (*SignalRecord) ProtoMessage()
func (*SignalRecord) ProtoReflect ¶
func (x *SignalRecord) ProtoReflect() protoreflect.Message
func (*SignalRecord) Reset ¶
func (x *SignalRecord) Reset()
func (*SignalRecord) String ¶
func (x *SignalRecord) String() string
type SignalRejectReq ¶
type SignalRejectReq struct { Invitation *InvitationInfo `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation"` OfflinePushInfo *sdkws.OfflinePushInfo `protobuf:"bytes,2,opt,name=offlinePushInfo,proto3" json:"offlinePushInfo"` Participant *ParticipantMetaData `protobuf:"bytes,3,opt,name=participant,proto3" json:"participant"` OpUserPlatformID int32 `protobuf:"varint,4,opt,name=opUserPlatformID,proto3" json:"opUserPlatformID"` UserID string `protobuf:"bytes,5,opt,name=userID,proto3" json:"userID"` // contains filtered or unexported fields }
func (*SignalRejectReq) Descriptor
deprecated
func (*SignalRejectReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalRejectReq.ProtoReflect.Descriptor instead.
func (*SignalRejectReq) GetInvitation ¶
func (x *SignalRejectReq) GetInvitation() *InvitationInfo
func (*SignalRejectReq) GetOfflinePushInfo ¶
func (x *SignalRejectReq) GetOfflinePushInfo() *sdkws.OfflinePushInfo
func (*SignalRejectReq) GetOpUserPlatformID ¶
func (x *SignalRejectReq) GetOpUserPlatformID() int32
func (*SignalRejectReq) GetParticipant ¶
func (x *SignalRejectReq) GetParticipant() *ParticipantMetaData
func (*SignalRejectReq) GetUserID ¶
func (x *SignalRejectReq) GetUserID() string
func (*SignalRejectReq) ProtoMessage ¶
func (*SignalRejectReq) ProtoMessage()
func (*SignalRejectReq) ProtoReflect ¶
func (x *SignalRejectReq) ProtoReflect() protoreflect.Message
func (*SignalRejectReq) Reset ¶
func (x *SignalRejectReq) Reset()
func (*SignalRejectReq) String ¶
func (x *SignalRejectReq) String() string
type SignalRejectResp ¶
type SignalRejectResp struct {
// contains filtered or unexported fields
}
func (*SignalRejectResp) Descriptor
deprecated
func (*SignalRejectResp) Descriptor() ([]byte, []int)
Deprecated: Use SignalRejectResp.ProtoReflect.Descriptor instead.
func (*SignalRejectResp) ProtoMessage ¶
func (*SignalRejectResp) ProtoMessage()
func (*SignalRejectResp) ProtoReflect ¶
func (x *SignalRejectResp) ProtoReflect() protoreflect.Message
func (*SignalRejectResp) Reset ¶
func (x *SignalRejectResp) Reset()
func (*SignalRejectResp) String ¶
func (x *SignalRejectResp) String() string
type SignalReq ¶
type SignalReq struct { // Types that are assignable to Payload: // // *SignalReq_Invite // *SignalReq_InviteInGroup // *SignalReq_Cancel // *SignalReq_Accept // *SignalReq_HungUp // *SignalReq_Reject // *SignalReq_GetTokenByRoomID Payload isSignalReq_Payload `protobuf_oneof:"payload"` // contains filtered or unexported fields }
func (*SignalReq) Descriptor
deprecated
func (*SignalReq) GetAccept ¶
func (x *SignalReq) GetAccept() *SignalAcceptReq
func (*SignalReq) GetCancel ¶
func (x *SignalReq) GetCancel() *SignalCancelReq
func (*SignalReq) GetGetTokenByRoomID ¶
func (x *SignalReq) GetGetTokenByRoomID() *SignalGetTokenByRoomIDReq
func (*SignalReq) GetHungUp ¶
func (x *SignalReq) GetHungUp() *SignalHungUpReq
func (*SignalReq) GetInvite ¶
func (x *SignalReq) GetInvite() *SignalInviteReq
func (*SignalReq) GetInviteInGroup ¶
func (x *SignalReq) GetInviteInGroup() *SignalInviteInGroupReq
func (*SignalReq) GetPayload ¶
func (m *SignalReq) GetPayload() isSignalReq_Payload
func (*SignalReq) GetReject ¶
func (x *SignalReq) GetReject() *SignalRejectReq
func (*SignalReq) ProtoMessage ¶
func (*SignalReq) ProtoMessage()
func (*SignalReq) ProtoReflect ¶
func (x *SignalReq) ProtoReflect() protoreflect.Message
type SignalReq_Accept ¶
type SignalReq_Accept struct {
Accept *SignalAcceptReq `protobuf:"bytes,4,opt,name=accept,proto3,oneof"`
}
type SignalReq_Cancel ¶
type SignalReq_Cancel struct {
Cancel *SignalCancelReq `protobuf:"bytes,3,opt,name=cancel,proto3,oneof"`
}
type SignalReq_GetTokenByRoomID ¶
type SignalReq_GetTokenByRoomID struct {
GetTokenByRoomID *SignalGetTokenByRoomIDReq `protobuf:"bytes,7,opt,name=getTokenByRoomID,proto3,oneof"`
}
type SignalReq_HungUp ¶
type SignalReq_HungUp struct {
HungUp *SignalHungUpReq `protobuf:"bytes,5,opt,name=hungUp,proto3,oneof"`
}
type SignalReq_Invite ¶
type SignalReq_Invite struct {
Invite *SignalInviteReq `protobuf:"bytes,1,opt,name=invite,proto3,oneof"`
}
type SignalReq_InviteInGroup ¶
type SignalReq_InviteInGroup struct {
InviteInGroup *SignalInviteInGroupReq `protobuf:"bytes,2,opt,name=inviteInGroup,proto3,oneof"`
}
type SignalReq_Reject ¶
type SignalReq_Reject struct {
Reject *SignalRejectReq `protobuf:"bytes,6,opt,name=reject,proto3,oneof"`
}
type SignalResp ¶
type SignalResp struct { // Types that are assignable to Payload: // // *SignalResp_Invite // *SignalResp_InviteInGroup // *SignalResp_Cancel // *SignalResp_Accept // *SignalResp_HungUp // *SignalResp_Reject // *SignalResp_GetTokenByRoomID Payload isSignalResp_Payload `protobuf_oneof:"payload"` // contains filtered or unexported fields }
func (*SignalResp) Descriptor
deprecated
func (*SignalResp) Descriptor() ([]byte, []int)
Deprecated: Use SignalResp.ProtoReflect.Descriptor instead.
func (*SignalResp) GetAccept ¶
func (x *SignalResp) GetAccept() *SignalAcceptResp
func (*SignalResp) GetCancel ¶
func (x *SignalResp) GetCancel() *SignalCancelResp
func (*SignalResp) GetGetTokenByRoomID ¶
func (x *SignalResp) GetGetTokenByRoomID() *SignalGetTokenByRoomIDResp
func (*SignalResp) GetHungUp ¶
func (x *SignalResp) GetHungUp() *SignalHungUpResp
func (*SignalResp) GetInvite ¶
func (x *SignalResp) GetInvite() *SignalInviteResp
func (*SignalResp) GetInviteInGroup ¶
func (x *SignalResp) GetInviteInGroup() *SignalInviteInGroupResp
func (*SignalResp) GetPayload ¶
func (m *SignalResp) GetPayload() isSignalResp_Payload
func (*SignalResp) GetReject ¶
func (x *SignalResp) GetReject() *SignalRejectResp
func (*SignalResp) ProtoMessage ¶
func (*SignalResp) ProtoMessage()
func (*SignalResp) ProtoReflect ¶
func (x *SignalResp) ProtoReflect() protoreflect.Message
func (*SignalResp) Reset ¶
func (x *SignalResp) Reset()
func (*SignalResp) String ¶
func (x *SignalResp) String() string
type SignalResp_Accept ¶
type SignalResp_Accept struct {
Accept *SignalAcceptResp `protobuf:"bytes,4,opt,name=accept,proto3,oneof"`
}
type SignalResp_Cancel ¶
type SignalResp_Cancel struct {
Cancel *SignalCancelResp `protobuf:"bytes,3,opt,name=cancel,proto3,oneof"`
}
type SignalResp_GetTokenByRoomID ¶
type SignalResp_GetTokenByRoomID struct {
GetTokenByRoomID *SignalGetTokenByRoomIDResp `protobuf:"bytes,7,opt,name=getTokenByRoomID,proto3,oneof"`
}
type SignalResp_HungUp ¶
type SignalResp_HungUp struct {
HungUp *SignalHungUpResp `protobuf:"bytes,5,opt,name=hungUp,proto3,oneof"`
}
type SignalResp_Invite ¶
type SignalResp_Invite struct {
Invite *SignalInviteResp `protobuf:"bytes,1,opt,name=invite,proto3,oneof"`
}
type SignalResp_InviteInGroup ¶
type SignalResp_InviteInGroup struct {
InviteInGroup *SignalInviteInGroupResp `protobuf:"bytes,2,opt,name=inviteInGroup,proto3,oneof"`
}
type SignalResp_Reject ¶
type SignalResp_Reject struct {
Reject *SignalRejectResp `protobuf:"bytes,6,opt,name=reject,proto3,oneof"`
}
type SignalSendCustomSignalReq ¶
type SignalSendCustomSignalReq struct { RoomID string `protobuf:"bytes,1,opt,name=roomID,proto3" json:"roomID"` CustomInfo string `protobuf:"bytes,2,opt,name=customInfo,proto3" json:"customInfo"` // contains filtered or unexported fields }
func (*SignalSendCustomSignalReq) Descriptor
deprecated
func (*SignalSendCustomSignalReq) Descriptor() ([]byte, []int)
Deprecated: Use SignalSendCustomSignalReq.ProtoReflect.Descriptor instead.
func (*SignalSendCustomSignalReq) GetCustomInfo ¶
func (x *SignalSendCustomSignalReq) GetCustomInfo() string
func (*SignalSendCustomSignalReq) GetRoomID ¶
func (x *SignalSendCustomSignalReq) GetRoomID() string
func (*SignalSendCustomSignalReq) ProtoMessage ¶
func (*SignalSendCustomSignalReq) ProtoMessage()
func (*SignalSendCustomSignalReq) ProtoReflect ¶
func (x *SignalSendCustomSignalReq) ProtoReflect() protoreflect.Message
func (*SignalSendCustomSignalReq) Reset ¶
func (x *SignalSendCustomSignalReq) Reset()
func (*SignalSendCustomSignalReq) String ¶
func (x *SignalSendCustomSignalReq) String() string
type SignalSendCustomSignalResp ¶
type SignalSendCustomSignalResp struct {
// contains filtered or unexported fields
}
func (*SignalSendCustomSignalResp) Descriptor
deprecated
func (*SignalSendCustomSignalResp) Descriptor() ([]byte, []int)
Deprecated: Use SignalSendCustomSignalResp.ProtoReflect.Descriptor instead.
func (*SignalSendCustomSignalResp) ProtoMessage ¶
func (*SignalSendCustomSignalResp) ProtoMessage()
func (*SignalSendCustomSignalResp) ProtoReflect ¶
func (x *SignalSendCustomSignalResp) ProtoReflect() protoreflect.Message
func (*SignalSendCustomSignalResp) Reset ¶
func (x *SignalSendCustomSignalResp) Reset()
func (*SignalSendCustomSignalResp) String ¶
func (x *SignalSendCustomSignalResp) String() string
type SignalUser ¶
type SignalUser struct { UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"` Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status"` // contains filtered or unexported fields }
func (*SignalUser) Descriptor
deprecated
func (*SignalUser) Descriptor() ([]byte, []int)
Deprecated: Use SignalUser.ProtoReflect.Descriptor instead.
func (*SignalUser) GetNickname ¶
func (x *SignalUser) GetNickname() string
func (*SignalUser) GetStatus ¶
func (x *SignalUser) GetStatus() int32
func (*SignalUser) GetUserID ¶
func (x *SignalUser) GetUserID() string
func (*SignalUser) ProtoMessage ¶
func (*SignalUser) ProtoMessage()
func (*SignalUser) ProtoReflect ¶
func (x *SignalUser) ProtoReflect() protoreflect.Message
func (*SignalUser) Reset ¶
func (x *SignalUser) Reset()
func (*SignalUser) String ¶
func (x *SignalUser) String() string
type UnimplementedRtcServiceServer ¶
type UnimplementedRtcServiceServer struct { }
UnimplementedRtcServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedRtcServiceServer) DeleteSignalRecords ¶
func (*UnimplementedRtcServiceServer) DeleteSignalRecords(context.Context, *DeleteSignalRecordsReq) (*DeleteSignalRecordsResp, error)
func (*UnimplementedRtcServiceServer) GetSignalInvitationInfo ¶
func (*UnimplementedRtcServiceServer) GetSignalInvitationInfo(context.Context, *GetSignalInvitationInfoReq) (*GetSignalInvitationInfoResp, error)
func (*UnimplementedRtcServiceServer) GetSignalInvitationInfoStartApp ¶
func (*UnimplementedRtcServiceServer) GetSignalInvitationInfoStartApp(context.Context, *GetSignalInvitationInfoStartAppReq) (*GetSignalInvitationInfoStartAppResp, error)
func (*UnimplementedRtcServiceServer) GetSignalInvitationRecords ¶
func (*UnimplementedRtcServiceServer) GetSignalInvitationRecords(context.Context, *GetSignalInvitationRecordsReq) (*GetSignalInvitationRecordsResp, error)
func (*UnimplementedRtcServiceServer) SignalGetRoomByGroupID ¶
func (*UnimplementedRtcServiceServer) SignalGetRoomByGroupID(context.Context, *SignalGetRoomByGroupIDReq) (*SignalGetRoomByGroupIDResp, error)
func (*UnimplementedRtcServiceServer) SignalGetRooms ¶
func (*UnimplementedRtcServiceServer) SignalGetRooms(context.Context, *SignalGetRoomsReq) (*SignalGetRoomsResp, error)
func (*UnimplementedRtcServiceServer) SignalGetTokenByRoomID ¶
func (*UnimplementedRtcServiceServer) SignalGetTokenByRoomID(context.Context, *SignalGetTokenByRoomIDReq) (*SignalGetTokenByRoomIDResp, error)
func (*UnimplementedRtcServiceServer) SignalMessageAssemble ¶
func (*UnimplementedRtcServiceServer) SignalMessageAssemble(context.Context, *SignalMessageAssembleReq) (*SignalMessageAssembleResp, error)
func (*UnimplementedRtcServiceServer) SignalSendCustomSignal ¶
func (*UnimplementedRtcServiceServer) SignalSendCustomSignal(context.Context, *SignalSendCustomSignalReq) (*SignalSendCustomSignalResp, error)