Add channel id to call events
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
bbe6d3b261
commit
f66e6863fa
3 changed files with 26 additions and 4 deletions
|
@ -74,6 +74,7 @@ pub enum ClickhouseEvent {
|
|||
Call {
|
||||
operation: &'static str,
|
||||
room_id: u64,
|
||||
channel_id: Option<u64>,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue