mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
update orgnization after update user
This commit is contained in:
parent
e8fdc454db
commit
b5166acada
File diff suppressed because it is too large
Load Diff
@ -529,6 +529,7 @@ message SignalReq {
|
||||
SignalAcceptReq accept = 4;
|
||||
SignalHungUpReq hungUp = 5;
|
||||
SignalRejectReq reject = 6;
|
||||
SignalGetRoomByGroupIDReq GetRoomByGroupID = 7;
|
||||
}
|
||||
}
|
||||
|
||||
@ -540,6 +541,7 @@ message SignalResp {
|
||||
SignalAcceptReply accept = 4;
|
||||
SignalHungUpReply hungUp = 5;
|
||||
SignalRejectReply reject = 6;
|
||||
SignalGetRoomByGroupIDReply GetRoomByGroupID = 7;
|
||||
}
|
||||
}
|
||||
|
||||
@ -637,6 +639,19 @@ message SignalRejectReply {
|
||||
|
||||
}
|
||||
|
||||
message SignalGetRoomByGroupIDReq {
|
||||
string opUserID = 1;
|
||||
string groupID = 2;
|
||||
}
|
||||
|
||||
message SignalGetRoomByGroupIDReply {
|
||||
InvitationInfo invitation = 1;
|
||||
repeated string onConnectingUserIDList = 2;
|
||||
string token = 3;
|
||||
string roomID = 4;
|
||||
string liveURL = 5;
|
||||
}
|
||||
|
||||
|
||||
message DelMsgListReq{
|
||||
string opUserID = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user