Open chat panel for guests
This commit is contained in:
parent
dc158f708f
commit
f0d490c671
3 changed files with 12 additions and 4 deletions
|
@ -28,6 +28,7 @@ pub const RECONNECT_TIMEOUT: Duration = Duration::from_secs(30);
|
|||
pub enum Event {
|
||||
RoomJoined {
|
||||
channel_id: Option<u64>,
|
||||
role: proto::ChannelRole,
|
||||
},
|
||||
ParticipantLocationChanged {
|
||||
participant_id: proto::PeerId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue