Class RoomGuestAccess


  • public class RoomGuestAccess
    extends StateEvent<RoomGuestAccessContent>
    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 guest_access value "forbidden".
    • Field Detail

      • TYPE

        public static final String TYPE
        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 guest_access value "forbidden".
        See Also:
        Constant Field Values
    • Constructor Detail

      • RoomGuestAccess

        public RoomGuestAccess()
    • Method Detail

      • getType

        public String getType()
        Description copied from class: Event
        Required. The type of event. This SHOULD be namespaced similar to Java package naming conventions e.g. 'com.example.subdomain.event.type'.
        Specified by:
        getType in class Event<RoomGuestAccessContent>
        Returns:
        The type of the event.