Add Small Group Ringing support.

This commit is contained in:
Cody Henthorne
2021-08-24 10:18:39 -04:00
committed by Alex Hart
parent 5787a5f68a
commit db7272730e
39 changed files with 1597 additions and 609 deletions

View File

@@ -97,7 +97,8 @@ message CallMessage {
}
message Opaque {
optional bytes data = 1;
optional bytes data = 1;
reserved /* urgency */ 2;
}
optional Offer offer = 1;