workmoment

This commit is contained in:
wangchuxiao
2022-09-27 16:59:56 +08:00
parent b18813689d
commit bcc2f05aa5
16 changed files with 32812 additions and 19172 deletions
+2769 -2092
View File
File diff suppressed because it is too large Load Diff
+9 -8
View File
@@ -119,14 +119,15 @@ message SignalResp {
message InvitationInfo {
string inviterUserID = 1;
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;
int32 initiateTime = 10;
repeated string busyLineUserIDList = 3;
string customData = 4;
string groupID = 5;
string roomID = 6;
int32 timeout = 7;
string mediaType = 8;
int32 platformID = 9;
int32 sessionType = 10;
int32 initiateTime = 11;
}