Hiyve Components - v1.0.0
    Preparing search index...

    Variable ActiveRoomCardConst

    ActiveRoomCard: NamedExoticComponent<ActiveRoomCardProps> = ...

    ActiveRoomCard displays a live room that can be joined.

    Shows the room name, owner display name, a live indicator, elapsed time since creation, and a "Join" button.

    <ActiveRoomCard
    room={activeRoom}
    onJoin={(room) => store.joinRoom(room.name, userId)}
    />