Update call strings to align with new designs.

This commit is contained in:
Alex Hart
2024-04-15 13:56:20 -03:00
committed by Greyson Parrelli
parent a83abaca1d
commit 1b7784b01f
17 changed files with 535 additions and 124 deletions

View File

@@ -116,11 +116,14 @@ message CryptoValue {
}
message GroupCallUpdateDetails {
string eraId = 1;
string startedCallUuid = 2;
int64 startedCallTimestamp = 3;
repeated string inCallUuids = 4;
bool isCallFull = 5;
string eraId = 1;
string startedCallUuid = 2;
int64 startedCallTimestamp = 3;
repeated string inCallUuids = 4;
bool isCallFull = 5;
bool localUserJoined = 6;
int64 endedCallTimestamp = 7;
bool isRingingOnLocalDevice = 8;
}
message ExpiringProfileKeyCredentialColumnData {