Type Definition ruma_events::room::guest_access::GuestAccessEvent[][src]

pub type GuestAccessEvent = StateEvent<GuestAccessEventContent>;
Expand description

Controls whether guest users are allowed to join rooms.

This event controls whether guest users are allowed to join rooms. If this event is absent, servers should act as if it is present and has the value GuestAccess::Forbidden.