Update to RingRTC v2.39.0

Co-authored-by: Alex Hart <alex@signal.org>
This commit is contained in:
Jim Gustafson
2024-03-04 10:21:47 -08:00
committed by Alex Hart
parent 4035932340
commit 690608cdf3
15 changed files with 127 additions and 45 deletions

View File

@@ -29,7 +29,13 @@ message CallLogEventSendJobData {
}
message CallLinkUpdateSendJobData {
string callLinkRoomId = 1;
enum Type {
UPDATE = 0;
DELETE = 1;
}
string callLinkRoomId = 1;
optional Type type = 2;
}
message AttachmentUploadJobData {