mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-03 06:01:30 +08:00
singal
This commit is contained in:
parent
68d587e484
commit
0561f3e398
@ -221,7 +221,7 @@ message SignalGetRoomByGroupIDReq {
|
||||
|
||||
message SignalGetRoomByGroupIDReply {
|
||||
InvitationInfo invitation = 1;
|
||||
repeated ParticipantMetaData metaData = 2;
|
||||
repeated ParticipantMetaData participant = 2;
|
||||
string roomID = 3;
|
||||
}
|
||||
|
||||
|
@ -653,7 +653,7 @@ message SignalGetRoomByGroupIDReq {
|
||||
|
||||
message SignalGetRoomByGroupIDReply {
|
||||
InvitationInfo invitation = 1;
|
||||
repeated ParticipantMetaData metaData = 2;
|
||||
repeated ParticipantMetaData participant = 2;
|
||||
string roomID = 3;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user