Function generateMemberDetails

  • An overwrite-able method which configures what properties of connections in a room are initially stored about a connection when added via api.chatRoom.addMember

    Parameters

    Returns Promise<{
        host: string;
        id: string;
        joinedAt: number;
    }>