Show project root names when displaying incoming call notification
This commit is contained in:
parent
e0b6b0df2a
commit
bf488f2027
8 changed files with 81 additions and 23 deletions
|
@ -195,7 +195,7 @@ message IncomingCall {
|
|||
uint64 room_id = 1;
|
||||
uint64 caller_user_id = 2;
|
||||
repeated uint64 participant_user_ids = 3;
|
||||
optional uint64 initial_project_id = 4;
|
||||
optional ParticipantProject initial_project = 4;
|
||||
}
|
||||
|
||||
message CallCanceled {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue