mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-11 13:49:56 +08:00
proto modify
This commit is contained in:
parent
8d0148c4ba
commit
fc009c7c6c
@ -10,17 +10,16 @@ message SignalMessageAssembleReq {
|
|||||||
|
|
||||||
message SignalMessageAssembleResp {
|
message SignalMessageAssembleResp {
|
||||||
bool isPass = 1;
|
bool isPass = 1;
|
||||||
SignalResp signalResp = 2;
|
sdkws.SignalResp signalResp = 2;
|
||||||
MsgData msgData = 3;
|
sdkws.MsgData msgData = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
message SignalGetRoomsReq {
|
message SignalGetRoomsReq {
|
||||||
string operationID = 1;
|
string roomID = 1;
|
||||||
string roomID = 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message SignalGetRoomsResp {
|
message SignalGetRoomsResp {
|
||||||
repeated SignalGetRoomByGroupIDReply rooms = 1;
|
repeated sdkws.SignalGetRoomByGroupIDReply rooms = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
service RtcService {
|
service RtcService {
|
||||||
|
@ -592,7 +592,6 @@ message SignalGetTokenByRoomIDReq {
|
|||||||
string roomID = 1;
|
string roomID = 1;
|
||||||
string opUserID = 2;
|
string opUserID = 2;
|
||||||
ParticipantMetaData participant = 3;
|
ParticipantMetaData participant = 3;
|
||||||
string operationID = 4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message SignalGetTokenByRoomIDReply {
|
message SignalGetTokenByRoomIDReply {
|
||||||
@ -601,8 +600,6 @@ message SignalGetTokenByRoomIDReply {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
message SetAppBackgroundStatusReq {
|
message SetAppBackgroundStatusReq {
|
||||||
string userID = 1;
|
string userID = 1;
|
||||||
bool isBackground = 2;
|
bool isBackground = 2;
|
||||||
|
@ -57,7 +57,7 @@ message FcmUpdateTokenResp {
|
|||||||
|
|
||||||
message SetAppBadgeReq {
|
message SetAppBadgeReq {
|
||||||
string userID = 1;
|
string userID = 1;
|
||||||
int AppUnreadCount = 2;
|
int32 AppUnreadCount = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message SetAppBadgeResp {
|
message SetAppBadgeResp {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user