mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-12 04:55:59 +08:00
proto modify
This commit is contained in:
@@ -10,17 +10,16 @@ message SignalMessageAssembleReq {
|
||||
|
||||
message SignalMessageAssembleResp {
|
||||
bool isPass = 1;
|
||||
SignalResp signalResp = 2;
|
||||
MsgData msgData = 3;
|
||||
sdkws.SignalResp signalResp = 2;
|
||||
sdkws.MsgData msgData = 3;
|
||||
}
|
||||
|
||||
message SignalGetRoomsReq {
|
||||
string operationID = 1;
|
||||
string roomID = 2;
|
||||
string roomID = 1;
|
||||
}
|
||||
|
||||
message SignalGetRoomsResp {
|
||||
repeated SignalGetRoomByGroupIDReply rooms = 1;
|
||||
repeated sdkws.SignalGetRoomByGroupIDReply rooms = 1;
|
||||
}
|
||||
|
||||
service RtcService {
|
||||
|
||||
Reference in New Issue
Block a user