Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPreRoomCreatePrevent

Hierarchy

  • IPreRoomCreatePrevent

Index

Methods

Optional checkPreRoomCreatePrevent

  • checkPreRoomCreatePrevent(room: IRoom, read: IRead, http: IHttp): Promise<boolean>
  • Checks whether the handler actually shall execute. This method can basically implement a filter.

    Parameters

    • room: IRoom

      The room which was being created

    • read: IRead

      An accessor to the environment

    • http: IHttp

      An accessor to the outside world

    Returns Promise<boolean>

    whether to run the execute or not

executePreRoomCreatePrevent

  • Method which is to be used to prevent a room from being created.

    Parameters

    • room: IRoom

      The room about to be created

    • read: IRead

      An accessor to the environment

    • http: IHttp

      An accessor to the outside world

    • persistence: IPersistence

      An accessor to the App's persistence storage

    Returns Promise<boolean>

    whether to prevent the room from being created

Generated using TypeDoc