Fix failure to see screenshare tracks that were started prior to joining a call

Co-authored-by: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
Max Brunsfeld 2023-03-13 11:15:22 -07:00
parent e60dea7049
commit f5c4a2a0dd
4 changed files with 143 additions and 6 deletions

View file

@ -183,6 +183,11 @@ impl UserStore {
}
}
#[cfg(feature = "test-support")]
pub fn clear_cache(&mut self) {
self.users.clear();
}
async fn handle_update_invite_info(
this: ModelHandle<Self>,
message: TypedEnvelope<proto::UpdateInviteInfo>,