mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 08:35:59 +08:00
Merge branch 'tuoyun' of github.com:OpenIMSDK/Open-IM-Server into tuoyun
This commit is contained in:
+1370
-170
File diff suppressed because it is too large
Load Diff
@@ -371,21 +371,29 @@ message InvitationInfo {
|
||||
repeated string inviteeUserIDList = 2;
|
||||
string customData = 3;
|
||||
string groupID = 4;
|
||||
string roomID = 5;
|
||||
int32 timeout = 6;
|
||||
string mediaType = 7;
|
||||
int32 PlatformID = 8;
|
||||
int32 sessionType = 9;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
message SignalInviteReq {
|
||||
InvitationInfo invitation = 1;
|
||||
OfflinePushInfo offlinePushInfo = 2;
|
||||
}
|
||||
|
||||
message SignalInviteReply {
|
||||
string token = 1;
|
||||
string roomID = 2;
|
||||
string liveURL = 3;
|
||||
}
|
||||
|
||||
message SignalInviteInGroupReq {
|
||||
InvitationInfo invitation = 1;
|
||||
OfflinePushInfo offlinePushInfo = 2;
|
||||
}
|
||||
|
||||
message SignalInviteInGroupReply {
|
||||
|
||||
Reference in New Issue
Block a user