Fix notifications for membership changes too
This commit is contained in:
parent
0eff7c6ca9
commit
aa4b8d7246
12 changed files with 470 additions and 260 deletions
|
@ -57,6 +57,15 @@ impl<'a> VideoGrant<'a> {
|
|||
..Default::default()
|
||||
}
|
||||
}
|
||||
|
||||
pub fn for_guest(room: &'a str) -> Self {
|
||||
Self {
|
||||
room: Some(Cow::Borrowed(room)),
|
||||
room_join: Some(true),
|
||||
can_subscribe: Some(true),
|
||||
..Default::default()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub fn create(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue