mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 12:15:50 +01:00
Add additional Group Calling features.
This commit is contained in:
@@ -69,3 +69,10 @@ message BodyRangeList {
|
||||
|
||||
repeated BodyRange ranges = 1;
|
||||
}
|
||||
|
||||
message GroupCallUpdateDetails {
|
||||
string eraId = 1;
|
||||
string startedCallUuid = 2;
|
||||
int64 startedCallTimestamp = 3;
|
||||
repeated string inCallUuids = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user