Connection With Omega
This commit is contained in:
parent
4d8c07a7e4
commit
504e5ff015
20 changed files with 880 additions and 320 deletions
|
|
@ -19,12 +19,4 @@ impl CallGroup {
|
|||
show: RwLock::new(true),
|
||||
}
|
||||
}
|
||||
|
||||
pub async fn add_member(self: Arc<Self>, member: i64, inviter: i64) {
|
||||
*self.show.write().await = true;
|
||||
self.members
|
||||
.write()
|
||||
.await
|
||||
.push(Arc::new(Caller::new(member, self.call_id, inviter)));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue