License
This commit is contained in:
parent
ab707c1907
commit
9729fb0c09
4 changed files with 27 additions and 15 deletions
|
|
@ -341,7 +341,7 @@ impl ClientConnection {
|
|||
.add_data_str(DataTypes::sender_id, sender_id.to_string())
|
||||
.add_data_str(DataTypes::call_secret, call_secret.unwrap());
|
||||
|
||||
target_rho.message_iota_to_client(distribute).await;
|
||||
target_rho.message_to_client(distribute).await;
|
||||
|
||||
// Handle call group invitation logic here
|
||||
// This would require implementing CallGroup::Caller and related functionality
|
||||
|
|
|
|||
Loading…
Reference in a new issue