@ably/chat - v0.10.0
    Preparing search index...

    Interface RoomOptions

    Represents the options for a given chat room.

    interface RoomOptions {
        messages?: MessageOptions;
        occupancy?: OccupancyOptions;
        presence?: PresenceOptions;
        typing?: TypingOptions;
    }
    Index

    Properties

    messages?: MessageOptions

    The message options for the room.

    occupancy?: OccupancyOptions

    The occupancy options for the room.

    presence?: PresenceOptions

    The presence options for the room.

    typing?: TypingOptions

    The typing options for the room.